Operating System - HP-UX
1856496 Members
3071 Online
104113 Solutions
New Discussion

Re: HPUX+Cocoon+Jetty4 server problem

 
Vishal Biyani
Advisor

HPUX+Cocoon+Jetty4 server problem

I am having a system which is passing data to jetty4 server, in this server there is an application which uses cocoon framework for data transformation, in which a java class is called. Now I connect through this java class to MQ using some APIs. Now the problem is:
1) This works fine on Linux but on HPUX this gives an error as MQ CONN failed error number 86
2) I wrote a stand alone test class and a script on HPUX. I pass the same data to MQ through same APIs and I am able to send it successfully!
3) I called the script from the applications java class and passed the arguments, now this script in turn calls the stand alone class but this returns an error code of 255 (from shell) to java class. While if I run the script from command line, with same arguments it runs and transfers data properly.
Learning should never stop!
3 REPLIES 3
RAC_1
Honored Contributor

Re: HPUX+Cocoon+Jetty4 server problem

Can you post the error messages??
There is no substitute to HARDWORK
Vishal Biyani
Advisor

Re: HPUX+Cocoon+Jetty4 server problem

Error message i am getting is:
051111 075910 Error: [86] MQCONN call failed. SendMessageSegment failed [msgid = ORDER_LIST_BAAN, MQRC_Q_MGR_NOT_AVAILABLE (2059)]
051111 075910 Error: [86] MQCONN call failed. SendMessageBlock failed [msgid = ORDER_LIST_BAAN, MQRC_HCONN_ERROR (2018)]
Learning should never stop!
Vishal Biyani
Advisor

Re: HPUX+Cocoon+Jetty4 server problem

Error message i am getting is:
051111 075910 Error: [86] MQCONN call failed. SendMessageSegment failed [msgid = ORDER_LIST_BAAN, MQRC_Q_MGR_NOT_AVAILABLE (2059)]
051111 075910 Error: [86] MQCONN call failed. SendMessageBlock failed [msgid = ORDER_LIST_BAAN, MQRC_HCONN_ERROR (2018)]

I checked with Q which is up and running, as i am able to send from stand alone test class
Learning should never stop!