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

WAS 3.5.4 startupServer fails on AIX 4.3.3

0 views
Skip to first unread message

Ken Hygh

unread,
Dec 5, 2001, 4:43:56 AM12/5/01
to
I haven't seen this, but it looks like maybe the userid you are using to
talk to DB2 is not a valid userid on your system.
Ken

Guang Yao wrote:

> Hi,
>
>
>
> I installed WebSphere 3.5.4 on AIX 4.3.3. The installation finished
> without error and "was" database was successfully created. However,
> the "startupServer.sh" failed and the following exception was logged
> in the tracefile:
>
>
>
> ******************************************************************************************************************************
>
[snip]

Guang Yao

unread,
Dec 4, 2001, 7:56:12 PM12/4/01
to
Hi,
 
I installed WebSphere 3.5.4 on AIX 4.3.3. The installation finished without error and "was" database was successfully created. However, the "startupServer.sh" failed and the following exception was logged in the tracefile:
 
******************************************************************************************************************************
[01.12.04 18:32:31:010 CST] a5f13eef CreateNsTable W Failed to create tables COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL1402N  Unable to authenticate user due to unexpected system error.
 
        at COM.ibm.db2.jdbc.DB2Exception.<init>(DB2Exception.java:93)
        at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_SQLException(SQLExceptionGenerator.java:182)
        at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_return_code(SQLExceptionGenerator.java(Compiled Code))
        at COM.ibm.db2.jdbc.app.DB2Connection.connect(DB2Connection.java(Compiled Code))
        at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Connection.java:337)
        at COM.ibm.db2.jdbc.app.DB2Driver.connect(DB2Driver.java:354)
        at com.ibm.ejs.cm.pool.JDBC1xConnectionFactory.createConnection(JDBC1xConnectionFactory.java:44)
        at com.ibm.ejs.cm.pool.ConnectionPool.createConnection(ConnectionPool.java:787)
        at com.ibm.ejs.cm.pool.ConnectionPool.createOrWaitForConnection(ConnectionPool.java:738)
        at com.ibm.ejs.cm.pool.ConnectionPool.findFreeConnection(ConnectionPool.java:669)
        at com.ibm.ejs.cm.pool.ConnectionPool.findConnectionForTx(ConnectionPool.java:582)
        at com.ibm.ejs.cm.pool.ConnectionPool.allocateConnection(ConnectionPool.java:507)
        at com.ibm.ejs.cm.pool.ConnectionPool.getConnection(ConnectionPool.java:231)
        at com.ibm.ejs.cm.DataSourceImpl.getConnection(DataSourceImpl.java:131)
        at com.ibm.ejs.cm.SMDataSource.getConnection(SMDataSource.java:83)
        at com.ibm.ejs.ns.CosNaming.CreateNsTables.dbInit(CreateNsTables.java:142)
        at com.ibm.ejs.ns.CosNaming.NameServer.init(NameServer.java:276)
        at com.ibm.ejs.sm.server.ManagedServer.initializeNameService(ManagedServer.java:1006)
        at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:579)
        at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:1008)
        at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:365)
 
[01.12.04 18:32:31:759 CST] a5f13eef AdminServer   A ADMS0002I: Initializing WebSphere Administration server
[01.12.04 18:32:31:769 CST] bc3eeb DrAdminServer A SMTL0018I: DrAdmin available on port 33,379
[01.12.04 18:32:32:424 CST] a5f13eef DBMgr         F Failed to create a data source: COM.ibm.db2.jdbc.DB2Exception: [IBM
][CLI Driver] SQL1402N  Unable to authenticate user due to unexpected system error.
 
        at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throw_SQLException(SQLExceptionGenerator.java(Compiled Code))
        at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.check_return_code(SQLExceptionGenerator.java(Compiled Code))
        at COM.ibm.db2.jdbc.app.DB2Connection.connect(DB2Connection.java(Compiled Code))
        at COM.ibm.db2.jdbc.app.DB2Connection.<init>(DB2Connection.java:337)
        at COM.ibm.db2.jdbc.app.DB2Driver.connect(DB2Driver.java:354)
        at com.ibm.ejs.cm.pool.JDBC1xConnectionFactory.createConnection(JDBC1xConnectionFactory.java:44)
        at com.ibm.ejs.cm.pool.ConnectionPool.createConnection(ConnectionPool.java:787)
        at com.ibm.ejs.cm.pool.ConnectionPool.createOrWaitForConnection(ConnectionPool.java:738)
        at com.ibm.ejs.cm.pool.ConnectionPool.findFreeConnection(ConnectionPool.java:669)
        at com.ibm.ejs.cm.pool.ConnectionPool.findConnectionForTx(ConnectionPool.java:582)
        at com.ibm.ejs.cm.pool.ConnectionPool.allocateConnection(ConnectionPool.java:507)
        at com.ibm.ejs.cm.pool.ConnectionPool.getConnection(ConnectionPool.java:231)
        at com.ibm.ejs.cm.DataSourceImpl.getConnection(DataSourceImpl.java:131)
        at com.ibm.ejs.cm.SMDataSource.getConnection(SMDataSource.java:83)
        at com.ibm.ejs.sm.util.db.DBMgr.initialize(DBMgr.java:204)
        at com.ibm.ejs.sm.server.AdminServer.startConnectionMgr(AdminServer.java:1280)
        at com.ibm.ejs.sm.server.AdminServer.initializeRuntime(AdminServer.java:1043)
        at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:365)

******************************************************************************************************************************
 
I followed the install instruction published by IBM (http://www-4.ibm.com/software/webservers/appserv/doc/v35/ae/infocenter/was/aix_adv_ihs_db2.pdf). The only deviation is that I did not create the database instance in the default directory(/home/db2inst1) due to the disk space limitation. However, I can still successfully connect to the "was" database by executing "db2 connect to was" command.
 
Here is what were installed on AIX:
    DB2 6.1 and fixpack 9
    IBM HTTP Server 1.3.12
    WebSphere 3.5 and fixpack 4
    OS: AIX 4.3.3.0
 
I found a post about the same problem in the newsgroup, unfortunately there is no answer for it ... Please let me know if you have any idea about this problem. Any input is great appreciated!
 
Thanks!
 
 
0 new messages