• 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

websphere.cpi.CPIException

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have just migrated our J2EE applications containing JSP/Servlets and EJB from VAJ 3.5 to WSAD 4.0.3. I tested the EJBs from the test client and all the methods work correctly. I created the data source binding, generated deployed code and the access beans all in WSAD and added it to a new server configuration.
Now when I test the application I get the error shown below.
9/4/02 15:53:18:479 PDT] 2db105a6 ExceptionUtil X CNTR0019E: Non-application exception occurred while processing method findByPrimaryKey: com.ibm.websphere.cpi.CPIException: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][SQLDS/VM] SQL0106N SQL statement begins properly but is incomplete. SQLSTATE=42601
; nested exception is:
COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][SQLDS/VM] SQL0106N SQL statement begins properly but is incomplete. SQLSTATE=42601

or a variation that is similar depending on which
EJB is called.
Any help from the forum on why this is occurring will be appreciated. Thanks.

Patrick
reply
    Bookmark Topic Watch Topic
  • New Topic