• 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

getting ejbPersistence exception while running CMP

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
After my deployment of CMP, i tried to run the client which is servlet. But while calling the component interface stub ie. EJBHome.create() on CMP bean i'm getting the following exception:
Database: DB2 7.1 ver
server+IDE: WASD 5.1

******************************************************************************
[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: ; nested exception is:
javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@28c628c6
[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R java.rmi.RemoteException: ; nested exception is:
javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@28c628c6
[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@28c628c6
[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@28c628c6
[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R ---- Begin backtrace for nested exception
[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/NT] SQL0407N Assignment of a NULL value to a NOT NULL column "TBSPACEID=2, TABLEID=9, COLNO=14" is not allowed. SQLSTATE=23502

[10/5/05 10:01:15:728 IST] 12a212a2 SystemErr R javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@28c628c6

****************************************************************************

Please help me out in this issue.

Thanks,
Arun
 
reply
    Bookmark Topic Watch Topic
  • New Topic