Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WSAD 5.1, JDBC 1.2; DB2 7.2; Servelet Exception due to Prepared Statement

843859Sep 20 2007 — edited Sep 21 2007
Hi - I am using WSAD 5.1.2, JDBC1.2 and DB2 and driver classes for JDBC1.2.

However when i start my WAS Server, I get the following error:

Did not realize init() exception thrown by servlet bootstrap: javax.servlet.ServletException: COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement


Its elabroated as below. Any inputs appreciated. Thanks



*** Starting the server ***
************ Start Display Current Environment ************
WebSphere Platform 5.1 [BASE 5.1.0.3 cf30412.02] [JDK 1.4.1 b0344.02] running with process name localhost\localhost\server1 and process id 3408
Host Operating System is Windows XP, version 5.1
Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
was.install.root = D:\Program Files\WebSphere\runtimes\base_v51
user.install.root = D:\Program Files\WebSphere\runtimes\base_v51
Java Home = D:\Program Files\WebSphere\runtimes\base_v51\java\jre
ws.ext.dirs = D:\Program Files\WebSphere\runtimes\base_v51/java/lib;D:\Program Files\WebSphere\runtimes\base_v51/classes;D:\Program Files\WebSphere\runtimes\base_v51/classes;D:\Program Files\WebSphere\runtimes\base_v51/lib;D:\Program Files\WebSphere\runtimes\base_v51/lib/ext;D:\Program Files\WebSphere\runtimes\base_v51/web/help;D:\Program Files\WebSphere\runtimes\base_v51/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime;D:/Program Files/SQLLIB/java/db2java.zip;D:/Program Files/WebSphere/wstools/eclipse/plugins/com.ibm.etools.webservice_5.1.2/runtime/worf.jar
Classpath = D:\Program Files\WebSphere\runtimes\base_v51/properties;D:\Program Files\WebSphere\runtimes\base_v51/properties;D:\Program Files\WebSphere\runtimes\base_v51/lib/bootstrap.jar;D:\Program Files\WebSphere\runtimes\base_v51/lib/j2ee.jar;D:\Program Files\WebSphere\runtimes\base_v51/lib/lmproxy.jar;D:\Program Files\WebSphere\runtimes\base_v51/lib/urlprotocols.jar;D:/Program Files/WebSphere/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.1.1.1/runtime/wteServers.jar;D:/Program Files/WebSphere/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.1.1.1/runtime/wasToolsCommon.jar
Java Library path = D:\Program Files\WebSphere\runtimes\base_v51/bin;D:\Program Files\WebSphere\runtimes\base_v51/java/bin;D:\Program Files\WebSphere\runtimes\base_v51/java/jre/bin;D:\Program Files\WebSphere\eclipse\jre\bin;.;C:\SYSROOT\system32;C:\SYSROOT;D:\Java\jdk1.5.0_04\bin;C:\SYSROOT\system32;C:\SYSROOT;C:\SYSROOT\System32\Wbem;D:\Program Files\Rational\common;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\CA\SharedComponents\ScanEngine;C:\Program Files\CA\SharedComponents\CAUpdate\;C:\Program Files\CA\SharedComponents\ThirdParty\;C:\Program Files\CA\SharedComponents\SubscriptionLicense\;C:\Program Files\CA\eTrustITM;D:\Program Files\SQLLIB\BIN;D:\Program Files\SQLLIB\FUNCTION;D:\Program Files\SQLLIB\SAMPLES\REPL;D:\Program Files\SQLLIB\HELP;D:\PROGRA~1\IBM\IMNNQ
************* End Display Current Environment *************
[9/20/07 14:50:02:324 IST] 7cd85806 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[9/20/07 14:50:03:495 IST] 7cd85806 AdminInitiali A ADMN0015I: AdminService initialized
[9/20/07 14:50:04:870 IST] 7cd85806 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[9/20/07 14:50:04:933 IST] 7cd85806 SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[9/20/07 14:50:05:464 IST] 7cd85806 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
[9/20/07 14:50:05:464 IST] 7cd85806 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[9/20/07 14:50:05:480 IST] 7cd85806 SecurityCompo I SECJ0240I: Security service initialization completed successfully
[9/20/07 14:50:05:480 IST] 7cd85806 JMSRegistrati A MSGS0602I: WebSphere Embedded Messaging Client only has been installed
[9/20/07 14:50:09:777 IST] 7cd85806 ResourceMgrIm I WSVR0049I: Binding jdbc/mrsinventoryDataSource_CF as eis/jdbc/mrsinventoryDataSource_CMP
[9/20/07 14:50:09:824 IST] 7cd85806 ResourceMgrIm I WSVR0049I: Binding jdbc/mrsinventoryDataSource as jdbc/mrsinventoryDataSource
[9/20/07 14:50:10:652 IST] 7cd85806 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
[9/20/07 14:50:12:699 IST] 7cd85806 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8880
[9/20/07 14:50:12:699 IST] 7cd85806 SecurityCompo I SECJ0243I: Security service started successfully
[9/20/07 14:50:12:699 IST] 7cd85806 SecurityCompo I SECJ0210I: Security enabled false
[9/20/07 14:50:14:324 IST] 7cd85806 ApplicationMg A WSVR0200I: Starting application: IBMUTC
[9/20/07 14:50:15:152 IST] 7cd85806 WebContainer A SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2002
[9/20/07 14:50:15:167 IST] 7cd85806 WebContainer A SRVE0162I: Servlet Specification Level: 2.3
[9/20/07 14:50:15:183 IST] 7cd85806 WebContainer A SRVE0163I: Supported JSP Specification Level: 1.2
[9/20/07 14:50:15:277 IST] 7cd85806 WebContainer A SRVE0169I: Loading Web Module: IBM Universal Test Client.
[9/20/07 14:50:15:620 IST] 7cd85806 WebGroup I SRVE0180I: [IBM Universal Test Client] [UTC] [Servlet.LOG]: JSP 1.2 Processor: init
[9/20/07 14:50:15:995 IST] 7cd85806 WebGroup I SRVE0180I: [IBM Universal Test Client] [UTC] [Servlet.LOG]: SimpleFileServlet: init
[9/20/07 14:50:16:074 IST] 7cd85806 ApplicationMg A WSVR0221I: Application started: IBMUTC
[9/20/07 14:50:16:074 IST] 7cd85806 ApplicationMg A WSVR0200I: Starting application: MRSInventory_17thJuly2007
[9/20/07 14:50:16:167 IST] 7cd85806 WebContainer A SRVE0169I: Loading Web Module: MRSInventory.
[9/20/07 14:50:16:949 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: JSP 1.2 Processor: init
[9/20/07 14:50:17:011 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: SimpleFileServlet: init
[9/20/07 14:50:17:027 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: InvokerServlet: init
[9/20/07 14:50:17:105 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: init
[9/20/07 14:50:17:105 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: config.domain = mrsinventory
[9/20/07 14:50:17:105 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: unprocessed subdomains = null
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap class=org.grnds.facility.GrndsCommonFacilityBootstrap
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: config.getInitParameter( grnds.xml.config.map ) = null
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: config.getServletContext().getRealPath('/') = D:\MRSInventory\MRSInventoryWeb\WebContent
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: looking for xml config map at D:\MRSInventory\MRSInventoryWeb\WebContent\WEB-INF\grnds-xmlconfig-map.xconf
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: xml config map not found in the WEB-INF directory, rely on systematically set xml configuration files
[9/20/07 14:50:17:261 IST] 7cd85806 SystemOut O configuration mapping information is initialized.
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: looking for web app map D:\MRSInventory\MRSInventoryWeb\WebContent\WEB-INF\grnds-web-app.xconf
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: web app map resource path=grnds-web-app.xconf
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: classloader=
com.ibm.ws.classloader.CompoundClassLoader@1f57d804
Local ClassPath: D:\MRSInventory\MRSInventoryWeb\WebContent\WEB-INF\classes;D:\MRSInventory\MRSInventoryWeb\WebContent;D:\MRSInventory\MRSInventory_17thJuly2007\ApacheCollections.jar;D:\MRSInventory\MRSInventory_17thJuly2007\ApplicationArchitecture.jar;D:\MRSInventory\MRSInventory_17thJuly2007\OswegoEdu.jar;D:\MRSInventory\MRSInventory_17thJuly2007\hsqldb.jar;D:\MRSInventory\MRSInventory_17thJuly2007\jakarta-oro-2.0.2-dev-1.jar;D:\MRSInventory\MRSInventory_17thJuly2007\jdom.jar;D:\MRSInventory\MRSInventory_17thJuly2007\log4j.jar;D:\MRSInventory\MRSInventory_17thJuly2007\mrsarchcommon.jar;D:\MRSInventory\MRSInventory_17thJuly2007\trucommon.jar;D:\MRSInventory\MRSInventory_17thJuly2007\velocity-1.2-dev.jar;D:\MRSInventory\MRSInventory_17thJuly2007\xalan.jar;D:\MRSInventory\MRSInventory_17thJuly2007\xalanj1compat.jar;D:\MRSInventory\MRSInventory_17thJuly2007\xerces.jar;D:\MRSInventory\MRSInventory_17thJuly2007\FiscalWeekInformation.jar;D:\MRSInventory\MRSInventory_17thJuly2007\mrscommon.jar;
Delegation Mode: PARENT_FIRST
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: resource web app map=null
[9/20/07 14:50:17:261 IST] 7cd85806 WebGroup I SRVE0180I: [MRSInventory] [mrs/inventory] [Servlet.LOG]: bootstrap: web app map not found in the WEB-INF directory, relying on xml config map setting
[9/20/07 14:50:17:261 IST] 7cd85806 SystemOut O web application mapping information is initialized.
[9/20/07 14:50:17:355 IST] 7cd85806 SystemOut O exception mapper is initialized.
[9/20/07 14:50:17:589 IST] 7cd85806 SystemOut O Common Facility Bootstrap successfully executed.
[9/20/07 14:50:18:042 IST] 7cd85806 ConnectionFac I J2CA0122I: Resource reference jdbc/mrsinventoryDataSource could not be located, so default values of the following are used: [Resource-ref settings]

res-auth: 1 (APPLICATION)
res-isolation-level: 0 (TRANSACTION_NONE)
res-sharing-scope: true (SHAREABLE)
res-resolution-control: 999 (undefined)
[Other attributes]

isCMP1_x: false (not CMP1.x)
isJMS: false (not JMS)

[9/20/07 14:50:18:261 IST] 7cd85806 SystemOut O data source is initialized.
[9/20/07 14:50:18:261 IST] 7cd85806 SystemOut O About to call application-specific bootstrap (com.tru.mrs.inventory.common.structural.web.MRSInventoryBootstrap)...
[9/20/07 14:50:18:277 IST] 7cd85806 SystemOut O Successfully obtained name supplied by the properties file.
[9/20/07 14:50:18:277 IST] 7cd85806 SystemOut O Successfully created an instance of the bootstrap.
[9/20/07 14:50:18:308 IST] 7cd85806 SystemOut O screen profile cache is initialized
[9/20/07 14:50:20:495 IST] 7cd85806 WSRdbDataSour I DSRA8203I: Database product name : DB2
[9/20/07 14:50:20:511 IST] 7cd85806 WSRdbDataSour I DSRA8204I: Database product version : 08.01.0005
[9/20/07 14:50:20:511 IST] 7cd85806 WSRdbDataSour I DSRA8205I: JDBC driver name : IBM DB2 JDBC 1.2 Type 2
[9/20/07 14:50:20:511 IST] 7cd85806 WSRdbDataSour I DSRA8206I: JDBC driver version : 07.02.0005
[9/20/07 14:50:25:042 IST] 7cd85806 ServletInstan E SRVE0100E: Did not realize init() exception thrown by servlet bootstrap: javax.servlet.ServletException: COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:99)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1277)
at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387)
at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209)
at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1005)
at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:505)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:299)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:256)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:128)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
---- Begin backtrace for Nested Throwables
java.lang.AbstractMethodError: COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1458)
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1424)
at com.tru.mrs.common.facility.security.authorization.AuthorizationServiceDAO.getApplicationLayout(AuthorizationServiceDAO.java:126)
at com.tru.mrs.common.facility.security.authorization.AuthorizationService.getApplicationLayout(AuthorizationService.java:117)
at com.tru.mrs.common.facility.security.authorization.AuthorizationCacheManager.createApplicationLayout(AuthorizationCacheManager.java:106)
at com.tru.mrs.common.structural.web.MRSBootstrap.cacheApplicationLayout(MRSBootstrap.java:68)
at com.tru.mrs.common.structural.web.MRSBootstrap.startBootstrap(MRSBootstrap.java:141)
at com.tru.mrs.inventory.common.structural.web.MRSInventoryBootstrap.startBootstrap(MRSInventoryBootstrap.java:43)
at org.grnds.structural.web.GrndsBootstrapServlet.doBootstrapFacilities(GrndsBootstrapServlet.java:186)
at org.grnds.structural.web.GrndsBootstrapServlet.init(GrndsBootstrapServlet.java:280)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1277)
at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387)
at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209)
at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1005)
at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:505)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:299)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:256)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:128)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

[9/20/07 14:50:25:073 IST] 7cd85806 WebGroup E SRVE0020E: [Servlet Error]-[bootstrap]: Failed to load servlet: java.lang.AbstractMethodError: COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1458)
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1424)
at com.tru.mrs.common.facility.security.authorization.AuthorizationServiceDAO.getApplicationLayout(AuthorizationServiceDAO.java:126)
at com.tru.mrs.common.facility.security.authorization.AuthorizationService.getApplicationLayout(AuthorizationService.java:117)
at com.tru.mrs.common.facility.security.authorization.AuthorizationCacheManager.createApplicationLayout(AuthorizationCacheManager.java:106)
at com.tru.mrs.common.structural.web.MRSBootstrap.cacheApplicationLayout(MRSBootstrap.java:68)
at com.tru.mrs.common.structural.web.MRSBootstrap.startBootstrap(MRSBootstrap.java:141)
at com.tru.mrs.inventory.common.structural.web.MRSInventoryBootstrap.startBootstrap(MRSInventoryBootstrap.java:43)
at org.grnds.structural.web.GrndsBootstrapServlet.doBootstrapFacilities(GrndsBootstrapServlet.java:186)
at org.grnds.structural.web.GrndsBootstrapServlet.init(GrndsBootstrapServlet.java:280)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147)
at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113)
at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224)
at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadAutoLoadServlets(WebAppServletManager.java:542)
at com.ibm.ws.webcontainer.webapp.WebApp.loadServletManager(WebApp.java:1277)
at com.ibm.ws.webcontainer.webapp.WebApp.init(WebApp.java:283)
at com.ibm.ws.webcontainer.srt.WebGroup.loadWebApp(WebGroup.java:387)
at com.ibm.ws.webcontainer.srt.WebGroup.init(WebGroup.java:209)
at com.ibm.ws.webcontainer.WebContainer.addWebApplication(WebContainer.java:1005)
at com.ibm.ws.runtime.component.WebContainerImpl.install(WebContainerImpl.java:136)
at com.ibm.ws.runtime.component.WebContainerImpl.start(WebContainerImpl.java:356)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:505)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:808)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:354)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:578)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:299)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:256)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:128)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)

[9/20/07 14:50:25:089 IST] 7cd85806 TraceNLS u No message text associated with key COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement in bundle com.ibm.ejs.resources.seriousMessages
[9/20/07 14:50:25:089 IST] 7cd85806 WebAppServlet E COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement
[9/20/07 14:50:25:105 IST] 7cd85806 ApplicationMg A WSVR0221I: Application started: MRSInventory_17thJuly2007
[9/20/07 14:50:25:167 IST] 7cd85806 HttpTransport A SRVE0171I: Transport http is listening on port 9,080.
[9/20/07 14:50:27:308 IST] 7cd85806 HttpTransport A SRVE0171I: Transport https is listening on port 9,443.
[9/20/07 14:50:27:355 IST] 7cd85806 RMIConnectorC A ADMC0026I: RMI Connector available at port 2809
[9/20/07 14:50:27:433 IST] 7cd85806 WsServer A WSVR0001I: Server server1 open for e-business
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2007
Added on Sep 20 2007
1 comment
147 views