Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem starting the server in WEbsphere Test Enviroment,

Status
Not open for further replies.

bobbychow15

Programmer
Oct 3, 2001
1
0
0
AU
Having created the EJB's and generated the deployed code,
to test the EJB's in the test environment on starting the server, it gives an error message instead of "Server open for business".

Error Message:

com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectIntException

How do I get around this problem ? Urgent help needed.
Thanks


 
Hi
I have the same problem, when i run ejb example in visualage for java 3.5.3 on windows 2000 server, I got the
following error message

EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException
EJB server exception
com.ibm.ejs.EJSException: ; nested exception is:
com.ibm.ejs.sm.exception.ActiveObjectInitException

I need help

 
Well, I don't know how universal this solution might be but I ran into a similar problem trying to run a sample application I found in Java Developer's Journal. It turned out that rather than configure the server to use a <datasource> I selected the driver: COM.ibm.db2.jdbc.app.DB2Driver and my problem went away. Also make sure you configure the server and specify the logon ID/PASSWORD...hope this helps!
 
I had the same problem, whit several mistakes I made.


1) be sure the Persistant Name server is runing if you are using a DataSource name.

2) be sure of the spealing (... well could be)

3) after a crash a VAJ, the imported class for the JDBC driver where simply lost. (hum.!!)
So be sure U have the correct driver package (ie classe12.zip for Oracle) imported.

Hope its help
 
I am getting same error message while starting the persistent name server.

It is giving com.ibm.ejs.EJSException
 
I am getting same error message while starting the persistent name server.

It is giving com.ibm.ejs.EJSException
 
I am getting the same Error rather with a difference:

InstantDB - Version 3.13
Copyright (c) 1997-2000 Instant Computer Solutions Ltd.
[02.03.27 13:45:01:264 GMT+00:00] 1c90489 DrAdminServer A DrAdmin available on p
ort 35,275
[02.03.27 13:45:01:248 GMT+00:00] 4d266 AdminServer A Initializing WebSphere A
dministration server
InstantDB - Version 3.13
Copyright (c) 1997-2000 Instant Computer Solutions Ltd.
[02.03.27 13:45:31:138 GMT+00:00] 3eaf33 CreateNsTable W Failed to create tables
java.sql.SQLException
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(SQLException.java:82)
at jdbc.idbConnection.<init>(idbConnection)
at jdbc.idbDriver.connect(idbDriver)
at com.ibm.ejs.cm.pool.JDBC1xConnectionFactory.createConnection(JDBC1xCo
nnectionFactory.java:19)
at com.ibm.ejs.cm.pool.ConnectionPool.createConnection(ConnectionPool.ja
va:635)
at com.ibm.ejs.cm.pool.ConnectionPool.createOrWaitForConnection(Compiled
Code)
@
&quot;tracefile&quot; 4038 lines, 262975 characters

Can anyone please guide me

ajayluthria@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top