• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

WAS 3.5.4 startupServer fails on AIX 4.3.3

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

Please let me know if you have any idea about this problem. Any input is great appreciated!

Thanks!

 
reply
    Bookmark Topic Watch Topic
  • New Topic