Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HELP: Couldn't Start WAS Admin Server (Error 2140 - JavaBeans SQLException...)

3 views
Skip to first unread message

Thomas Locke

unread,
Mar 8, 2000, 3:00:00 AM3/8/00
to
Hi,

I am having problems starting my WAS Admin service (Error 2140). My
configurations are:
- Windows NT Server 4.0
- IIS4.0
- Oracle 8i Enterprise Ed. 8.1.5 (60 day trial)
- Updated classes111.zip (from Oracle website)
- IBM JDK1.1.7
- WAS 3.0 Standard Ed. (30 day trial) - Custom installed with IIS plug-in

I have updated my JDBC driver (per installation suggestion).
My Oracle db has minimal functionalities with default 'oracle' database
installed (I am a newbie in Oracle8i).
It looks like I am having problem with CORBA or my db's table/views. Could
it be that my db's privilige is inefficient but I wouldn't know.
I would appreciate very much if some one can tell me what's wrong with my
problem. I have include my admin.config file and the tracefile for your
inspection below.

My ADMIN.CONFIG:
com.ibm.ejs.sm.adminServer.nameServiceJar=C:/WebSphere/AppServer/lib/ns.jar
com.ibm.ejs.sm.adminServer.jarFile=C:/WebSphere/AppServer/lib/repository.jar
,C:/WebSphere/AppServer/lib/tasks.jar
com.ibm.ejs.sm.adminServer.dbUrl=jdbc:oracle:thin:@APPIKA:1521:oracle
com.ibm.ejs.sm.adminServer.dbDriver=oracle.jdbc.driver.OracleDriver
com.ibm.ejs.sm.adminserver.classpath=C:/WebSphere/AppServer/lib/ibmwebas.jar
;C:/WebSphere/AppServer/properties;
C:/WebSphere/AppServer/lib/servlet.jar;C:/WebSphere/AppServer/lib/webtlsrn.j
ar;C:/WebSphere/AppServer/lib/lotusxsl.jar;
C:/WebSphere/AppServer/lib/ns.jar;C:/WebSphere/AppServer/lib/ejs.jar;C:/WebS
phere/AppServer/lib/ujc.jar;
c:/oracle/ora81/jdbc/lib/classes111.zip;C:/WebSphere/AppServer/lib/repositor
y.jar;C:/WebSphere/AppServer/lib/admin.jar;
C:/WebSphere/AppServer/lib/swingall.jar;C:/WebSphere/AppServer/lib/console.j
ar;C:/WebSphere/AppServer/lib/tasks.jar;
C:/WebSphere/AppServer/lib/xml4j.jar;C:/WebSphere/AppServer/lib/x509v1.jar;C
:/WebSphere/AppServer/lib/vaprt.jar;
C:/WebSphere/AppServer/lib/iioprt.jar;C:/WebSphere/AppServer/lib/iioptools.j
ar;C:/WebSphere/AppServer/lib/dertrjrt.jar;
C:/WebSphere/AppServer/lib/sslight.jar;C:/WebSphere/AppServer/lib/ibmjndi.ja
r;C:/WebSphere/AppServer/lib/deployTool.jar;
C:/WebSphere/AppServer/lib/databeans.jar;C:/WebSphere/AppServer/classes;C:/J
DK11~1.7/lib/classes.zip;
C:/WebSphere/AppServer/lib/jsp10.jar
com.ibm.ws.jdk.path=C:/JDK11~1.7
com.ibm.ejs.sm.util.process.Nanny.maxtries=3
com.ibm.ejs.sm.adminServer.traceFile=C:/WebSphere/AppServer/logs/tracefile
com.ibm.ejs.sm.util.process.Nanny.traceFile=C:/WebSphere/AppServer/logs/nann
y.trace
com.ibm.ejs.sm.adminServer.logFile=C:/WebSphere/AppServer/tranlog/appika_tra
nlog1,C:/WebSphere/AppServer/tranlog/appika_tranlog2
com.ibm.ejs.sm.util.process.Nanny.path=C:\\WebSphere\\AppServer\\bin;c:\\ora
cle\\ora81\\bin;C:\\JDK11~1.7\\bin
com.ibm.ejs.sm.adminServer.initializer=com.ibm.ejs.security.Initializer,com.
ibm.servlet.engine.ejs.ServletEngineAdminInitializer,com.ibm.servlet.config.
InitialSetupInitializer
com.ibm.ejs.sm.util.process.Nanny.adminServerJvmArgs=-mx128m
install.initial.config=false
server.root=C:\\WebSphere\\AppServer
com.ibm.CORBA.ConfigURL=file:/C:/WebSphere/AppServer/properties/sas.server.p
rops
com.ibm.ejs.sm.adminServer.dbUser=SYSTEM
com.ibm.ejs.sm.adminServer.dbPassword=MANAGER
com.ibm.ejs.sm.adminServer.disableEPM=true
com.ibm.ejs.sm.adminServer.stdEdition=true
com.ibm.ejs.sm.adminServer.dbSchema=SYSTEM
com.ibm.ejs.sm.adminServer.disableLocationService=true
com.ibm.ejs.sm.adminServer.connectionPoolSize=1

My TRACEFILE:

008.953 124fad AdminServer A Initializing WebSphere Administration server
008.969 124f25 DrAdminServer A DrAdmin available on port 1,375
012.656 124fad ActiveEnterpr W Failed to start the bean "TypeHome" [Root
exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed:
Maybe]javax.naming.NamingException:
TypeHome..com.ibm.ejs.sm.beans.EJSRemoteTypeHome
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:917)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)
...
...
----
...
...
org.omg.CORBA.portable.UnknownException: minor code: 0 completed: Maybe
at com.ibm.ejs.ns.CosNaming.EJBDataStore.rebind(EJBDataStore.java:210)
at
com.ibm.ejs.ns.CosNaming.NamingContextImpl.rebind(NamingContextImpl.java:218
)
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:896)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)
...
...
-------
...
...
com.ibm.ejs.persistence.EJSPersistenceException: java.sql.SQLException:
ORA-00942: table or view does not exist
; nested exception is:
java.sql.SQLException: ORA-00942: table or view does not exist

----- Begin backtrace for detail
java.sql.SQLException: ORA-00942: table or view does not exist

013.453 124fad ActiveEnterpr W Failed to start the bean "RelationHome"
com.ibm.ejs.container.ContainerException: Failed to install bean; nested
exception is:
java.rmi.RemoteException: ; nested exception is:
[Root exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed: Maybe]javax.naming.NamingException: Error during resolve
at com.ibm.ejs.container.EJSContainer.installBean(EJSContainer.java:1008)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
91)
-------
---- Begin backtrace for originalEx
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
com.ibm.ejs.persistence.EJSPersistenceException: java.sql.SQLException:
ORA-00942: table or view does not exist
; nested exception is:
java.sql.SQLException: ORA-00942: table or view does not exist

at javax.rmi.CORBA.Util.wrapException(Util.java:484)
at com.ibm.ejs.ns.CosNaming._BindingHome_Stub.findByPrimaryKey(Unknown
Source)
at com.ibm.ejs.ns.CosNaming.EJBDataStore.rebind(EJBDataStore.java:195)
at
com.ibm.ejs.ns.CosNaming.NamingContextImpl.rebind(NamingContextImpl.java:218
)
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:896)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)
at
com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(ActiveEnterpriseBean.
java:61)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.ja
va:565)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startAction(ActiveEJBContainer.java
:258)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.ja
va:565)
at
com.ibm.ejs.sm.active.ActiveEJBServer.startAction(ActiveEJBServer.java:85)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.ja
va:90)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:5
9)
at com.ibm.ejs.sm.server.AdminServer.startContainers(AdminServer.java:1002)
at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for detail
com.ibm.ejs.persistence.EJSPersistenceException: java.sql.SQLException:
ORA-00942: table or view does not exist
; nested exception is:
java.sql.SQLException: ORA-00942: table or view does not exist

----- Begin backtrace for detail
java.sql.SQLException: ORA-00942: table or view does not exist

----- Begin backtrace for subexception[31]
[Root exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed: Maybe]javax.naming.NamingException:
userRegistryEntryHome..com.ibm.ejs.security.registry.EJSRemoteRegistryEntryH
ome
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:917)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)
at
com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(ActiveEnterpriseBean.
java:61)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.ja
va:565)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startAction(ActiveEJBContainer.java
:258)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.ja
va:565)
at
com.ibm.ejs.sm.active.ActiveEJBServer.startAction(ActiveEJBServer.java:85)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.ja
va:90)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:5
9)
at com.ibm.ejs.sm.server.AdminServer.startContainers(AdminServer.java:1002)
at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)
----- Begin backtrace for rootCause
org.omg.CORBA.portable.UnknownException: minor code: 0 completed: Maybe
at com.ibm.ejs.ns.CosNaming.EJBDataStore.rebind(EJBDataStore.java:210)
at
com.ibm.ejs.ns.CosNaming.NamingContextImpl.rebind(NamingContextImpl.java:218
)
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:896)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)
at
com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(ActiveEnterpriseBean.
java:61)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.ja
va:565)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startAction(ActiveEJBContainer.java
:258)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.active.ActiveObject.operateOnContainedObjects(ActiveObject.ja
va:565)
at
com.ibm.ejs.sm.active.ActiveEJBServer.startAction(ActiveEJBServer.java:85)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.activeObjectInvocation(AdminAgentImpl.ja
va:90)
at
com.ibm.ejs.sm.agent.AdminAgentImpl.invokeActiveObject(AdminAgentImpl.java:5
9)
at com.ibm.ejs.sm.server.AdminServer.startContainers(AdminServer.java:1002)
at
com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:884)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:301)

______________
Regards,

Tom Locke
tlo...@hotmail.com


Catherine Raza

unread,
Mar 9, 2000, 3:00:00 AM3/9/00
to
Add this line in your admin.config file :

com.ibm.ejs.sm.adminServer.lsdPort=9998

Thomas Locke

unread,
Mar 9, 2000, 3:00:00 AM3/9/00
to
Hi Catherine,

Thanks for your help. I have added the line to the admin.config as you
suggested:
com.ibm.ejs.sm.adminServer.lsdPort=9998
But my problem persists.
FYI: My NT services run normally plus these: IIS Admin Service,
OracleOraHOme81Agent, OracleOraHome81TNSListener,
OracleServiceORACLE, OracleWebAssistant0.
But these services are not activated: OracleOraHome81ClientCache,
OracleOraHome81DateGatherer,
SQLExecutive.
Again, please help me as I am getting frustrated in dealing with this
problem.

Below are the error excerpts from the tracefile (more or less the same
errors as from my last posting):

009.140 124fad AdminServer A Initializing WebSphere Administration server
009.156 124f25 DrAdminServer A DrAdmin available on port 2,295
012.797 124fad ActiveEnterpr W Failed to start the bean "TypeHome" [Root


exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed:
Maybe]javax.naming.NamingException:
TypeHome..com.ibm.ejs.sm.beans.EJSRemoteTypeHome
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:917)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)

...
...
org.omg.CORBA.portable.UnknownException: minor code: 0 completed: Maybe
at com.ibm.ejs.ns.CosNaming.EJBDataStore.rebind(EJBDataStore.java:210)
at
com.ibm.ejs.ns.CosNaming.NamingContextImpl.rebind(NamingContextImpl.java:218
)
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:896)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)

...
...


java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
com.ibm.ejs.persistence.EJSPersistenceException: java.sql.SQLException:
ORA-00942: table or view does not exist
; nested exception is:
java.sql.SQLException: ORA-00942: table or view does not exist

at javax.rmi.CORBA.Util.wrapException(Util.java:484)
at com.ibm.ejs.ns.CosNaming._BindingHome_Stub.findByPrimaryKey(Unknown
Source)
at com.ibm.ejs.ns.CosNaming.EJBDataStore.rebind(EJBDataStore.java:195)
at
com.ibm.ejs.ns.CosNaming.NamingContextImpl.rebind(NamingContextImpl.java:218
)
at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:896)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)

...
...
com.ibm.ejs.persistence.EJSPersistenceException: java.sql.SQLException:
ORA-00942: table or view does not exist; nested exception is:
java.sql.SQLException: ORA-00942: table or view does not exist

----- Begin backtrace for detail
java.sql.SQLException: ORA-00942: table or view does not exist


013.687 124fad ActiveEnterpr W Failed to start the bean "RelationHome"


com.ibm.ejs.container.ContainerException: Failed to install bean; nested
exception is:
java.rmi.RemoteException: ; nested exception is:
[Root exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed: Maybe]javax.naming.NamingException: Error during resolve
at com.ibm.ejs.container.EJSContainer.installBean(EJSContainer.java:1008)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
91)

at
com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(ActiveEnterpriseBean.
java:61)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)

...
...


java.rmi.RemoteException: ; nested exception is:
[Root exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed: Maybe]javax.naming.NamingException: Error during resolve
at

com.ibm.ejs.sm.beans.RepositoryObjectImpl.getHome(RepositoryObjectImpl.java:
712)
at
com.ibm.ejs.sm.beans.RelationBean.initializeTypeId(RelationBean.java:380)
at com.ibm.ejs.sm.beans.RelationBean.<init>(RelationBean.java:400)
at com.ibm.ejs.container.EJSContainer.installBean(EJSContainer.java:925)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
91)
...
...


java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
com.ibm.ejs.persistence.EJSPersistenceException: java.sql.SQLException:
ORA-00942: table or view does not exist
; nested exception is:
java.sql.SQLException: ORA-00942: table or view does not exist

at javax.rmi.CORBA.Util.wrapException(Util.java:484)
at com.ibm.ejs.ns.CosNaming._BindingHome_Stub.findByPrimaryKey(Unknown
Source)

at com.ibm.ejs.ns.CosNaming.EJBDataStore.resolve(EJBDataStore.java:251)
at
com.ibm.ejs.ns.CosNaming.NamingContextImpl.resolve(NamingContextImpl.java:31
1)
at com.ibm.ejs.ns.jndi.CNContextImpl.doLookup(CNContextImpl.java:706)
at com.ibm.ejs.ns.jndi.CNContextImpl.lookup(CNContextImpl.java:560)
at javax.naming.InitialContext.lookup(InitialContext.java:276)
at
com.ibm.ejs.sm.beans.RepositoryObjectImpl.getHome(RepositoryObjectImpl.java:
702)
at
com.ibm.ejs.sm.beans.RelationBean.initializeTypeId(RelationBean.java:380)
at com.ibm.ejs.sm.beans.RelationBean.<init>(RelationBean.java:400)
at com.ibm.ejs.container.EJSContainer.installBean(EJSContainer.java:925)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
91)
...
...
017.343 124fad ActiveEnterpr W Failed to start the bean
"SeriousEventReaderHome"


[Root exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed: Maybe]javax.naming.NamingException:

SeriousEventReaderHome..com.ibm.ejs.sm.beans.EJSRemoteSeriousEventReaderHome


at com.ibm.ejs.ns.jndi.CNContextImpl.doRebind(CNContextImpl.java:917)
at com.ibm.ejs.ns.jndi.CNContextImpl.rebind(CNContextImpl.java:296)
at javax.naming.InitialContext.rebind(InitialContext.java:345)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.rebindHome(ActiveEJBContainer.java:
441)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
98)
...
...

java.sql.SQLException: ORA-00942: table or view does not exist

----- Begin backtrace for subexception[12]


com.ibm.ejs.container.ContainerException: Failed to install bean; nested
exception is:
java.rmi.RemoteException: ; nested exception is:
[Root exception is org.omg.CORBA.portable.UnknownException: minor code: 0
completed: Maybe]javax.naming.NamingException: Error during resolve
at com.ibm.ejs.container.EJSContainer.installBean(EJSContainer.java:1008)
at
com.ibm.ejs.sm.active.ActiveEJBContainer.startBean(ActiveEJBContainer.java:3
91)

at
com.ibm.ejs.sm.active.ActiveEnterpriseBean.startAction(ActiveEnterpriseBean.
java:61)
at com.ibm.ejs.sm.active.ActiveObject.startObject(ActiveObject.java:663)
at com.ibm.ejs.sm.active.ActiveObject.start(ActiveObject.java:110)

...
...
________________
Thomas Locke
tlo...@hotmail.com

Catherine Raza <cr...@logisil.com> wrote in message
news:38C82045...@logisil.com...

vinay soni

unread,
Mar 28, 2000, 3:00:00 AM3/28/00
to
I have the exact same problem for over a week now.

I am on the verge of giving up with WebSphere.

I hope someone helps us.

Thanks,

Vinay

"Thomas Locke" <tlo...@hotmail.com> wrote in message
news:8a9th7$b4g$1...@news.software.ibm.com...

vinay soni

unread,
Mar 28, 2000, 3:00:00 AM3/28/00
to
Same problem here too. Please help!

Vinay Soni

"Thomas Locke" <tlo...@hotmail.com> wrote in message
news:8a9th7$b4g$1...@news.software.ibm.com...

Ken Hygh

unread,
Apr 2, 2000, 4:00:00 AM4/2/00
to
Does the userid you used for Oracle have the authority to create tables?
Ken

Jerry C. Shaw

unread,
Apr 2, 2000, 4:00:00 AM4/2/00
to
Well, I'm not using the Advanced WebSphere that uses DB2 for administrative data
store, but using the Standard Edition V. 3.02, which uses the quick database.

Here's my sceinario:

1) Installed FP6 and FP12 on top of DB2 UDB 5.0 to bring it up to 5.2
2) Configured, using the Administrative client, all of the database sources and
drivers for the DB2 SAMPLE database and the jdbc:db2 drivers
3) Successfully tried out all of the sample demos.
4) Logged out the WAS Administrative Client
5) Shut down my system and booted afresh.
6) Can't restart the WAS Administration Server service--get the famous Error
2140.
7) Tried to modify admin.config. Says something still sharing file..can't modify

8) Look at task list, find that there's still a java.exe floating around from
the attempt to start up the Admin server.. kill it and then I can access the
admin.config file
9) The lines: "com.ibm.ejs.sm.adminServer.dbUser=" and
"com.ibm.ejs.sm.adminServer.dbPassword=" both had blank fields, but adding my db
administrator user id and password still doesn't work.
10) Added the line "com.ibm.ejs.sm.adminServer.lsdPort = 9999", still doesn't
work.
11) Added my DB2 dll path (sqllib/bin) to
"com.ibm.ejs.sm.util.process.Nanny.path"
12) No "new lines" in class path "com.ibm.ejs.sm.adminserver.classpath"

What gives? Again, successfully tested your demos before shutting down ...
doesn't work when restarted, so think this is a bug.

Thanks,

Jerry Shaw
IBM Employee: jcs...@us.ibm.com

Jerry C. Shaw

unread,
Apr 2, 2000, 4:00:00 AM4/2/00
to
Just to add to my previous note. Here's a new scienario:

1) Fresh boot - no other apps running except DB2 server etc.
2) Ran adminserver.bat from WebSphere/AppServer/bin/debug
3) My WindowsNT says it has over 160Mb of memory free out of 256Mb.

Got the following:
InstantDB - Version 2.31
Copyright....
java.lang.OutOfMemoryError:
at db.m...(Unknown Source)
at db.eb..(Compiled Code)
at db.eb..(Compiled Code)
at db.eb..(Compiled Code)
at db.eb.<init>(Compiled Code)
at db.gb..(Unknown Source)
at jdbc.idbConnection.<init>(Unknown Source)......

Anyway, this would be consistent with the following from default_server_stderr.log:

javax.naming.NameNotFoundException: personalization/nodes/jerry/servers/Default
Server/UPManagerHome
at com.ibm.ejs.ns.jndi.CNContextImpl.doLookup(CNContextImpl.java:709)


at com.ibm.ejs.ns.jndi.CNContextImpl.lookup(CNContextImpl.java:560)
at javax.naming.InitialContext.lookup(InitialContext.java:276)

at com.ibm.servlet.personalization.sessiontracking.Helper.lookup(Helper.java:84)
at
com.ibm.servlet.personalization.userprofile.UserProfileManager.getUserProfileManagerBean(UserProfileManager.java:613)


Jerry Shaw

Abhay Bhanushali

unread,
Apr 4, 2000, 3:00:00 AM4/4/00
to vinay soni
I have logged this problem with IBM supprt - lets see what happens. If you find
a esolution let us know

Abhay

0 new messages