• 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

help needed for Portal Server installation issues

 
Ranch Hand
Posts: 204
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
First let me describe my configuration
I have installed
1> WebSphere Application Server 4.0.3
2> DB2 7 Fixpak 7
3> WebSphere Portal Server 4.13a
I clustered and it is working perfectly fine.
The moment i deploy my ejb on the cluster and try to ripple the server group i get all kind of errors in the console like

First Error
*****************************************************************************************************************************************
ExtendedMessage: WSVR0040E: addEjbModule failed for com.ibm.ejs.models.base.config.applicationserver.impl.EJBModuleRefImpl (desiredExecutionState: START) (uri: BRBeans.jar)
java.lang.NoSuchMethodError: com.ibm.ejs.cm.portability.PortabilityLayer: method supportsExtendedForUpdate(Ljava/sql/Connection Z not found
at com.ibm.ejs.persistence.EJSJDBCPersister.initialize(EJSJDBCPersister.java:257)
at com.ibm.ejs.persistence.EJSJDBCPersister.create(EJSJDBCPersister.java:195)

Second Error
*****************************************************************************************************************************************
/11/03 1:11:08:172 EDT] 271a548a Server A WSVR0023I: Server __adminServer open for e-business
[7/11/03 1:13:42:641 EDT] 1514948f ExceptionUtil X CNTR0019E: Non-application exception occurred while processing method findByPrimaryKey: java.lang.NullPointerException
at com.ibm.ejs.sm.beans.RepositoryObjectImpl.ejbFindByPrimaryKey(RepositoryObjectImpl.java(Compiled Code))
at com.ibm.ejs.sm.beans.EJSBMPTypeHomeBean.findByPrimaryKey(EJSBMPTypeHomeBean.java(Compiled Code))

Third Error
*****************************************************************************************************************************************
11/03 1:13:42:844 EDT] 1514948f ExceptionUtil X CNTR0020E: Non-application exception occurred while processing method getObjectDetails on bean BeanId(admin#repository.jar#ClientAccess, null): javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 0 No; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: com.ibm.websphere.csi.CSITransactionRolledbackException: null; nested exception is:
java.lang.NullPointerException
java.lang.NullPointerException
at com.ibm.ejs.sm.beans.RepositoryObjectImpl.ejbFindByPrimaryKey(RepositoryObjectImpl.java(Compiled Code))
at com.ibm.ejs.sm.beans.EJSBMPTypeHomeBean.findByPrimaryKey(EJSBMPTypeHomeBean.java(Compiled Code))
at com.ibm.ejs.sm.beans.EJSRemoteBMPTypeHome.findByPrimaryKey(EJSRemoteBMPTypeHome.java(Compiled Code))
at com.ibm.ejs.sm.beans._TypeHome_Stub.findByPrimaryKey(_TypeHome_Stub.java(Compiled Code))
Errors like these..But.. when i uninstalled all my deployed EJB's then i am not getting any errors and all the above mentioned errors are gone.
Any inputs from you will really be helpful.
regards
Dharmesh
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic