• 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

servcice-specific error code 10 when starting the Websphere 4.0

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I was trying to start Websphere Admin Server 4.0 service in control panel, services. But I am getting the following error.
"servcice-specific error code 10"
I am enclosing the log file contents also here.
[03.09.19 13:28:39:568 MST] 4c4132a5 Server U Version : 4.0.1
[03.09.19 13:28:39:598 MST] 4c4132a5 Server U Edition: Advanced Edition for Multiplatforms
[03.09.19 13:28:39:598 MST] 4c4132a5 Server U Build date: Thu Aug 09 00:00:00 MST 2001
[03.09.19 13:28:39:598 MST] 4c4132a5 Server U Build number: a0131.07
[03.09.19 13:28:39:999 MST] 4c4132a5 ORBRas W com.ibm.CORBA.iiop.Util Util P=319648 =0:CT JORB0012: Pass by reference has been set to: true (NoLocalCopies = true)
[03.09.19 13:28:44:165 MST] 4c4132a5 DBMgr F SMTL0026E: Failure to create a data source: com.ibm.ejs.cm.portability.ResourceAllocationException: [IBM][CLI Driver][DB2] SQL0904N Unsuccessful execution caused by an unavailable resource. Reason code: "00D70025", type of resource: "00000220", and resource name: "DB2.DSNDBC.DSNDB04.LOCKRTAB.I0001.A001 ". SQLSTATE=57011
at java.lang.reflect.Constructor.newInstance(Native Method)
at com.ibm.ejs.cm.portability.PortabilityLayerImpl.translateException(PortabilityLayerImpl.java:184)
at com.ibm.ejs.cm.portability.DB2ConnectPortabilityLayer.createTable(DB2ConnectPortabilityLayer.java:228)
at com.ibm.ejs.cm.pool.ConnectO.createTable(ConnectO.java:1725)
at com.ibm.ejs.cm.proxy.ConnectionProxy.createTable(ConnectionProxy.java:157)
at com.ibm.ejs.cm.lock.RowUpdateLock.(RowUpdateLock.java:43)
at com.ibm.ejs.cm.portability.PortabilityLayerImpl.createLock(PortabilityLayerImpl.java:870)
at com.ibm.ejs.sm.util.db.DBMgr.initialize(DBMgr.java:212)
at com.ibm.ejs.sm.server.AdminServer.initializeConnectionManager(AdminServer.java:1135)
at com.ibm.ws.runtime.Server.initializeRuntime0(Server.java:943)
at com.ibm.ejs.sm.server.ManagedServer.initializeRuntime0(ManagedServer.java:407)
at com.ibm.ejs.sm.server.AdminServer.initializeRuntime0(AdminServer.java:1104)
at com.ibm.ws.runtime.Server.initializeRuntime(Server.java:882)
at com.ibm.ejs.sm.server.AdminServer.main(AdminServer.java:391)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
Please help me to get out of this error. Thanks for ur help
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Dan,
You are getting this error because the Application Server is not able to connect to Database repository of WebSphere.
Make sure the connection string is correct.
reply
    Bookmark Topic Watch Topic
  • New Topic