Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > Strange problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-20-08, 10:33
zkajfez zkajfez is offline
Registered User
 
Join Date: Jan 2002
Posts: 149
Strange problem

First of all, i am DBA and not app. developer, so please forgive me if i told something wrong

We have JAVA app on Websphere 5.0 who is accessing DB2 on z/os through DB2 CLIENT. DB2 client is on version 8.1.14. DB2 on z/OS is also v8.

Now, our app developer said to me that is "something wrong with db2 driver". He said that is missing method in SQLJ.zip. He said that "everything works fine with DB2 7.2". In short, he thinks that is "missing method" here.
Any help will be great

This is error code here:

0;ActionID=][CLIENT][ERROR[Execution of EJB transaction Name=PNZ.OST020 LogicName=null failed.
class hr.fina.framework.common.business.BusinessObjectEx ception: FRMTR930019E - Unexpected error while executing ejb transaction.
at hr.fina.framework.common.business.ejb.EjbBusinessO bjectRunner.run(EjbBusinessObjectRunner.java:95)
at hr.fina.pnz.os.transaction.os.OST020Bean.execute(O ST020Bean.java:63)
at hr.fina.pnz.os.transaction.os.EJSRemoteStatelessOS T020_dd90256a.execute(Unknown Source)
at hr.fina.pnz.os.transaction.os._OST020Remote_Stub.e xecute(_OST020Remote_Stub.java:275)
at hr.fina.pnz.os.transaction.os.OST020EjbCaller.call (OST020EjbCaller.java:45)
at hr.fina.framework.client.business.router.ejb.EjbRo uter.routeBusinessObject(EjbRouter.java:92)
at hr.fina.framework.client.transaction.TransactionMa nager.executeTransaction(TransactionManager.java:1 44)
at hr.fina.platni.nadzor.web.actions.TestAction.execu teAction(TestAction.java:113)
Reply With Quote
  #2 (permalink)  
Old 10-22-08, 06:44
jwenting jwenting is offline
Registered User
 
Join Date: Apr 2003
Posts: 39
From this it's impossible to know what's going wrong.
Given your "developer"'s reaction though, he's almost certainly using some internal classes from an old driver.
This is his problem, internal driver classes should never be used if it can be avoided, or if there's a need to restricted to as few places as possible because they can change without notice.

He'll have to fix his shoddy (almost certainly) code to not rely on those classes.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On