当前位置:文档之家› Datastage 安装后启动was失败

Datastage 安装后启动was失败

按照安装教程安装虚拟机版的datastage 8.7后,使用命令启动was失败[plain]view plain copysrvr:~ # /opt/IBM/WebSphere/AppServer/bin/startServer.sh server12.ADMU0116I: Tool information is being logged in file3. /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1/startServer.log4.ADMU0128I: Starting tool with the InfoSphere profile5.ADMU3100I: Reading configuration for server: server16.ADMU3200I: Server launched. Waiting for initialization status.7.ADMU3011E: Server launched but failed initialization. startServer.log,8. SystemOut.log(or job log in zOS) and other log files under9. /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1 should10. contain failure information.按照提示查看报错日志:[html]view plain copysrvr:/opt/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1 # tail -100 SystemErr.log2. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)3. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)4. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)5. at ng.reflect.Method.invoke(Method.java:611)6. at uncher.Main.invokeFramework(Main.java:340)7. at uncher.Main.basicRun(Main.java:282)8. at uncher.Main.run(Main.java:981)9. at unchEclipse(WSPreLauncher.java:340)10. at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:110)11.Caused by:.ascential.xmeta.repository.core.CoreRepositoryException: Error initializing persistence manager module13. at com.ascential.xmeta.repository.core.impl.DefaultSandbox.<init>(DefaultSandbox.java:70)14. at ng.J9VMInternals.newInstanceImpl(Native Method)15. at ng.Class.newInstance(Class.java:1345)16. at com.ascential.xmeta.repository.core.CoreRepositoryFactory.createSandbox(CoreRepositoryFactory.java:97)17. at com.ascential.xmeta.service.repository.core.SandboxPojoBusiness.<init>(SandboxPojoBusiness.java:61)18. ... 70 more19.Caused by:.ascential.xmeta.persistence.PersistenceManagerException: com.ascential.xmeta.persistence.PersistenceException: PersistentEObjectPersistenceException initializing persistence.21. at com.ascential.xmeta.persistence.impl.basic.BasicPersistenceManager.initialize(BasicPersistenceManager.java:78)22. at com.ascential.xmeta.repository.core.impl.DefaultSandbox.<init>(DefaultSandbox.java:68)23. ... 74 more24.Caused by:.ascential.xmeta.persistence.PersistenceException: PersistentEObjectPersistenceException initializing persistence.26. at com.ascential.xmeta.persistence.impl.basic.BasicPersistence.initialize(BasicPersistence.java:462)27. at com.ascential.xmeta.persistence.impl.basic.BasicPersistenceManager.initialize(BasicPersistenceManager.java:74)28. ... 75 more29.Caused by:.ascential.xmeta.persistence.orm.PersistentEObjectPersistenceException: org.apache.ojb.broker.PersistenceBrokerException: Can't lookup a connection 31. at com.ascential.xmeta.persistence.orm.impl.ojb.OjbPersistentEObjectPersistenceRegistry.loadPackageCache(OjbPersistentEObjectPersistenceRegistry .java:446)32. at com.ascential.xmeta.persistence.orm.impl.ojb.OjbPersistentEObjectPersistenceRegistry.initialize(OjbPersistentEObjectPersistenceRegistry.java: 134)33. at com.ascential.xmeta.persistence.orm.impl.ojb.OjbPersistentEObjectPersistence.initialize(OjbPersistentEObjectPersistence.java:372)34. at com.ascential.xmeta.persistence.impl.basic.BasicPersistence.initialize(BasicPersistence.java:451)35. ... 76 more36.Caused by:.apache.ojb.broker.PersistenceBrokerException: Can't lookup a connection38. at org.apache.ojb.broker.accesslayer.ConnectionManagerImpl.localBegin(Unknown Source)39. at org.apache.ojb.broker.core.PersistenceBrokerImpl.beginTransaction(Unknown Source)40. at org.apache.ojb.broker.core.DelegatingPersistenceBroker.beginTransaction(Unknown Source)41. at org.apache.ojb.broker.core.DelegatingPersistenceBroker.beginTransaction(Unknown Source)42. at com.ascential.xmeta.persistence.orm.impl.ojb.OjbPersistentEObjectPersistenceRegistry.loadPackageCache(OjbPersistentEObjectPersistenceRegistry .java:437)43. ... 79 more44.Caused by:.apache.ojb.broker.accesslayer.LookupException: Could not borrow connection from pool. Active/Idle instances in pool=0/0. org.apache.ojb.broker.metad ata.JdbcConnectionDescriptor: org.apache.ojb.broker.metadata.JdbcConnection Descriptor@59a959a9[46.jcd-alias=pojo47.default-connection=false48.dbms=Db249.jdbc-level=2.050.driver=com.ibm.db2.jcc.DB2Driver51.protocol=jdbc52.sub-protocol=db253.db-alias=//:50000/xmetaer=xmeta55.password=*****56.eager-release=false57.ConnectionPoolDescriptor={whenExhaustedAction=0, maxIdle=-1, maxActive=21,maxWait=5000, removeAbandoned=false, numTestsPerEvictionRun=10, minEvictabl eIdleTimeMillis=600000, testWhileIdle=false, testOnReturn=false, logAbandone d=false, minIdle=0, fetchSize=0, removeAbandonedTimeout=300, timeBetweenEvic tionRunsMillis=-1, testOnBorrow=true}58.batchMode=trueeAutoCommit=AUTO_COMMIT_SET_FALSE60.ignoreAutoCommitExceptions=false61.sequenceDescriptor=<null>62.]63. at org.apache.ojb.broker.accesslayer.ConnectionFactoryPooledImpl.checkOutJdbcConnection(Unknown Source)64. at org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl.lookupConnection(Unknown Source)65. at org.apache.ojb.broker.accesslayer.ConnectionManagerImpl.getConnection(Unknown Source)66. ... 84 more67.Caused by:.apache.ojb.broker.accesslayer.LookupException: Error getting Connectionfrom DriverManager with url (jdbc:db2://:50000/xm eta) and driver (com.ibm.db2.jcc.DB2Driver)69. at org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl.newConnectionFromDriverManager(Unknown Source)70. at org.apache.ojb.broker.accesslayer.ConnectionFactoryPooledImpl$ConPoolFactory.makeObject(Unknown Source)71. at mons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:771)72. ... 87 more73.Caused by:.ibm.db2.jcc.am.oo: [jcc][t4][2043][11550][3.58.135] Exception .ConnectException: Error opening socket to server / 127.0.0.2 on port 50,000 with message: Connection refused. ERRORCODE=-4499, SQLSTATE=0800175. at com.ibm.db2.jcc.am.ed.a(ed.java:319)76. at com.ibm.db2.jcc.am.ed.a(ed.java:337)77. at com.ibm.db2.jcc.t4.zb.a(zb.java:400)78. at com.ibm.db2.jcc.t4.zb.<init>(zb.java:78)79. at com.ibm.db2.jcc.t4.a.y(a.java:309)80. at com.ibm.db2.jcc.t4.b.a(b.java:1806)81. at com.ibm.db2.jcc.am.jb.a(jb.java:578)82. at com.ibm.db2.jcc.am.jb.<init>(jb.java:529)83. at com.ibm.db2.jcc.t4.b.<init>(b.java:308)84. at com.ibm.db2.jcc.DB2SimpleDataSource.getConnection(DB2SimpleDataSource.java:214)85. at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:456)86. at java.sql.DriverManager.getConnection(DriverManager.java:322)87. at java.sql.DriverManager.getConnection(DriverManager.java:297)88. ... 90 more89.Caused by:.ConnectException: Connection refused91. at .PlainSocketImpl.socketConnect(Native Method)92. at .PlainSocketImpl.doConnect(PlainSocketImpl.java:383)93. at .PlainSocketImpl.connectToAddress(PlainSocketImpl.java:245)94. at .PlainSocketImpl.connect(PlainSocketImpl.java:232)95. at .SocksSocketImpl.connect(SocksSocketImpl.java:377)96. at .Socket.connect(Socket.java:539)97. at com.ibm.db2.jcc.t4.ab.run(ab.java:34)98. at java.security.AccessController.doPrivileged(AccessController.java:251)99. at com.ibm.db2.jcc.t4.zb.a(zb.java:386)100. ... 100 more----[html]view plain copysrvr:/opt/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1 # tail -50 SystemOut.log2. at com.ibm.ws.security.core.SecurityComponentImpl.startSecurity(SecurityComponentImpl.java:109)3. at com.ibm.ws.security.core.ServerSecurityComponentImpl.start(ServerSecurityComponentImpl.java:341)4. ... 33 more5.Caused by: com.ibm.websphere.security.WSSecurityException: Failed to get roles for user [server:infosrvrNode01Cell_infosrvrNode01_server1]: Unable to be gin a transaction: [Error opening repository: []]6. at com.ibm.ws.security.auth.ContextManagerImpl.getServerSubjectInternal(ContextManagerImpl.java:2609)7. at com.ibm.ws.security.auth.ContextManagerImpl.getServerSubjectInternal(ContextManagerImpl.java:2254)8. at com.ibm.ws.security.auth.ContextManagerImpl.initialize(ContextManagerImpl.java:2891)9. ... 39 more10.Caused by: com.ibm.websphere.security.auth.WSLoginFailedException: Failed toget roles for user [server:infosrvrNode01Cell_infosrvrNode01_server1]: Unab le to begin a transaction: [Error opening repository: []]11. at com.ibm.ws.security.auth.JaasLoginHelper.jaas_login(JaasLoginHelper.java:371)12. at com.ibm.ws.security.auth.JaasLoginHelper.jaas_login(JaasLoginHelper.java:395)13. at com.ibm.ws.security.auth.ContextManagerImpl.login(ContextManagerImpl.java:3671)14. at com.ibm.ws.security.auth.ContextManagerImpl.login(ContextManagerImpl.java:3541)15. at com.ibm.ws.security.auth.ContextManagerImpl.getServerSubjectInternal(ContextManagerImpl.java:2558)16. ... 41 more17.Caused by: javax.security.auth.login.FailedLoginException: Failed to get roles for user [server:infosrvrNode01Cell_infosrvrNode01_server1]: Unable to be gin a transaction: [Error opening repository: []]18. at mit(ISFAuthenticationProvider.java:318)19. at mit(WASCustomLoginModule.java:396)20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)23. at ng.reflect.Method.invoke(Method.java:611)24. at javax.security.auth.login.LoginContext.invoke(LoginContext.java:795)25. at javax.security.auth.login.LoginContext.access$000(LoginContext.java:209)26. at javax.security.auth.login.LoginContext$4.run(LoginContext.java:709)27. at java.security.AccessController.doPrivileged(AccessController.java:251)28. at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:706)29. at javax.security.auth.login.LoginContext.login(LoginContext.java:604)30. at com.ibm.ws.security.auth.JaasLoginHelper.jaas_login(JaasLoginHelper.java:354)31. ... 45 more32.Caused by: com.ascential.acs.security.repository.ASBRepositoryException: Unable to begin a transaction: [Error opening repository: []]33. at com.ascential.acs.security.repository.ASBRepositoryImpl.begin(ASBRepositoryImpl.java:158)34. at com.ascential.acs.security.directory.ASBDirectoryImpl.getRepository(ASBDirectoryImpl.java:88)35. at com.ascential.acs.security.directory.ASBDirectoryImpl.getUserRoles(ASBDirectoryImpl.java:315)36. at com.ascential.acs.security.directory.ASBDirectory.getUserRoles(ASBDirectory.java:146)37. at mit(ISFAuthenticationProvider.java:309)38. ... 57 more39.Caused by: com.ascential.acs.security.repository.ASBRepositoryException: Error opening repository: []40. at com.ascential.acs.security.repository.ASBRepositoryImpl.getSandbox(ASBRepositoryImpl.java:701)41. at com.ascential.acs.security.repository.ASBRepositoryImpl.begin(ASBRepositoryImpl.java:156)42. ... 61 more43.44.[3/4/14 16:22:37:930 CST] 00000000 SchedulerServ I SCHD0040I: The Scheduler Service is stopping.45.[3/4/14 16:22:38:005 CST] 00000000 SchedulerServ I SCHD0002I: The Scheduler Service has stopped.46.[3/4/14 16:22:38:075 CST] 00000000 AppProfileCom I ACIN0009I: The application profiling service is stopping.47.[3/4/14 16:22:38:147 CST] 00000000 ActivitySessi I WACS0049I: The ActivitySession service is stopping.48.[3/4/14 16:22:38:213 CST] 00000000 ObjectPoolSer I OBPL0011I: The Object Pool service is stopping.49.[3/4/14 16:22:38:331 CST] 00000000 distSecurityC I securityServiceStartedis false50.[3/4/14 16:22:38:518 CST] 00000000 CGBridgeSubsc I CWRCB0104I: The core group bridge service has stopped the subscription router.51.[3/4/14 16:22:38:591 CST] 00000000 CGBridgeServi I CWRCB0103I: The core group bridge service has stopped.-----[html]view plain copysrvr:/opt/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1 # tail -100 startServer.log2.[5/1/12 9:23:17:120 PDT] 00000000 ManagerAdmin I TRAS0017I: The startup trace state is *=info.3.[5/1/12 9:23:17:718 PDT] 00000000 AdminTool A ADMU0128I: Starting toolwith the InfoSphere profile4.[5/1/12 9:23:17:721 PDT] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server15.[5/1/12 9:23:18:449 PDT] 00000000 AdminTool A ADMU3200I: Server launched. Waiting for initialization status.6.[5/1/12 9:25:03:060 PDT] 00000000 AdminTool A ADMU3000I: Server server1 open for e-business; process id is 76737.************ Start Display Current Environment ************8.Host Operating System is Linux, version 2.6.32.12-0.7-pae9.Java version = JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr9-20110216_75791(JIT enabled, AOT enabled)10.J9VM - 20110216_07579111.JIT - r9_20101028_17488ifx412.GC - 20101027_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM13.was.install.root = /opt/IBM/WebSphere/AppServerer.install.root = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere15.Java Home = /opt/IBM/WebSphere/AppServer/java/jre16.ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/i nstalledChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/App Server/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime17.Classpath = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup .jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppSe rver/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/ IBM/WebSphere/AppServer/java/lib/tools.jar18.Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/lib/i386:/opt/IBM/WebSphere/AppServer/bin::/usr/lib19.Current trace specification = *=info20.************* End Display Current Environment *************21.[3/3/14 11:38:55:871 CST] 00000000 ManagerAdmin I TRAS0017I: The startuptrace state is *=info.22.[3/3/14 11:38:56:380 CST] 00000000 AdminTool A ADMU0128I: Starting tool with the InfoSphere profile23.[3/3/14 11:38:56:393 CST] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server124.[3/3/14 11:38:57:579 CST] 00000000 AdminTool A ADMU3200I: Server launched. Waiting for initialization status.25.[3/3/14 11:41:30:374 CST] 00000000 AdminTool A ADMU3000I: Server server1 open for e-business; process id is 657526.************ Start Display Current Environment ************27.Host Operating System is Linux, version 2.6.32.12-0.7-pae28.Java version = JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr9-20110216_75791(JIT enabled, AOT enabled)29.J9VM - 20110216_07579130.JIT - r9_20101028_17488ifx431.GC - 20101027_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM32.was.install.root = /opt/IBM/WebSphere/AppServerer.install.root = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere34.Java Home = /opt/IBM/WebSphere/AppServer/java/jre35.ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/i nstalledChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/App Server/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime36.Classpath = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup.jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppSe rver/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/ IBM/WebSphere/AppServer/java/lib/tools.jar37.Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/lib/i386:/opt/IBM/WebSphere/AppServer/bin::/usr/lib38.Current trace specification = *=info39.************* End Display Current Environment *************40.[3/3/14 15:32:11:681 CST] 00000000 ManagerAdmin I TRAS0017I: The startuptrace state is *=info.41.[3/3/14 15:32:12:120 CST] 00000000 AdminTool A ADMU0128I: Starting tool with the InfoSphere profile42.[3/3/14 15:32:12:127 CST] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server143.[3/3/14 15:32:13:601 CST] 00000000 AdminTool A ADMU3200I: Server launched. Waiting for initialization status.44.[3/3/14 15:34:18:689 CST] 00000000 AdminTool A ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under /opt/IBM/WebSphere/AppServer/profiles/InfoSph ere/logs/server1 should contain failure information.45.************ Start Display Current Environment ************46.Host Operating System is Linux, version 2.6.32.12-0.7-pae47.Java version = JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr9-20110216_75791(JIT enabled, AOT enabled)48.J9VM - 20110216_07579149.JIT - r9_20101028_17488ifx450.GC - 20101027_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM51.was.install.root = /opt/IBM/WebSphere/AppServerer.install.root = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere53.Java Home = /opt/IBM/WebSphere/AppServer/java/jre54.ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/i nstalledChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/App Server/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime55.Classpath = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup .jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppSe rver/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/ IBM/WebSphere/AppServer/java/lib/tools.jar56.Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/lib/i386:/opt/IBM/WebSphere/AppServer/bin::/usr/lib57.Current trace specification = *=info58.************* End Display Current Environment *************59.[3/3/14 15:47:09:303 CST] 00000000 ManagerAdmin I TRAS0017I: The startuptrace state is *=info.60.[3/3/14 15:47:09:548 CST] 00000000 AdminTool A ADMU0128I: Starting tool with the InfoSphere profile61.[3/3/14 15:47:09:557 CST] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server162.[3/3/14 15:47:10:234 CST] 00000000 AdminTool A ADMU3200I: Server launched. Waiting for initialization status.63.[3/3/14 15:47:50:008 CST] 00000000 AdminTool A ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under /opt/IBM/WebSphere/AppServer/profiles/InfoSph ere/logs/server1 should contain failure information.64.************ Start Display Current Environment ************65.Host Operating System is Linux, version 2.6.32.12-0.7-pae66.Java version = JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr9-20110216_75791(JIT enabled, AOT enabled)67.J9VM - 20110216_07579168.JIT - r9_20101028_17488ifx469.GC - 20101027_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM70.was.install.root = /opt/IBM/WebSphere/AppServerer.install.root = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere72.Java Home = /opt/IBM/WebSphere/AppServer/java/jre73.ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/i nstalledChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/App Server/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime74.Classpath = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup .jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppSe rver/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/ IBM/WebSphere/AppServer/java/lib/tools.jar75.Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/lib/i386:/opt/IBM/WebSphere/AppServer/bin::/usr/lib76.Current trace specification = *=info77.************* End Display Current Environment *************78.[3/4/14 16:14:38:413 CST] 00000000 ManagerAdmin I TRAS0017I: The startuptrace state is *=info.79.[3/4/14 16:14:38:771 CST] 00000000 AdminTool A ADMU0128I: Starting tool with the InfoSphere profile80.[3/4/14 16:14:38:782 CST] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server181.[3/4/14 16:14:39:593 CST] 00000000 AdminTool A ADMU3200I: Server launched. Waiting for initialization status.82.[3/4/14 16:15:43:331 CST] 00000000 AdminTool A ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under /opt/IBM/WebSphere/AppServer/profiles/InfoSph ere/logs/server1 should contain failure information.83.************ Start Display Current Environment ************84.Host Operating System is Linux, version 2.6.32.12-0.7-pae85.Java version = JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr9-20110216_75791(JIT enabled, AOT enabled)86.J9VM - 20110216_07579187.JIT - r9_20101028_17488ifx488.GC - 20101027_AA, Java Compiler = j9jit24, Java VM name = IBM J9 VM89.was.install.root = /opt/IBM/WebSphere/AppServerer.install.root = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere91.Java Home = /opt/IBM/WebSphere/AppServer/java/jre92.ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/i nstalledChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/App Server/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime93.Classpath = /opt/IBM/WebSphere/AppServer/profiles/InfoSphere/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup .jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppSe rver/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/ IBM/WebSphere/AppServer/java/lib/tools.jar94.Java Library path = /opt/IBM/WebSphere/AppServer/java/jre/lib/i386:/opt/IBM/WebSphere/AppServer/bin::/usr/lib95.Current trace specification = *=info96.************* End Display Current Environment *************97.[3/4/14 16:21:47:087 CST] 00000000 ManagerAdmin I TRAS0017I: The startuptrace state is *=info.98.[3/4/14 16:21:47:380 CST] 00000000 AdminTool A ADMU0128I: Starting tool with the InfoSphere profile99.[3/4/14 16:21:47:392 CST] 00000000 AdminTool A ADMU3100I: Reading configuration for server: server1100.[3/4/14 16:21:48:019 CST] 00000000 AdminTool A ADMU3200I: Server laun ched. Waiting for initialization status.101.[3/4/14 16:22:43:337 CST] 00000000 AdminTool A ADMU3011E: Server laun ched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under /opt/IBM/WebSphere/AppServer/profiles/InfoSp here/logs/server1 should contain failure information.102.103.以上为三个日志文件的打印。

相关主题