Re: WMQ 5.3 runmqtrm failure

2003-09-24 Thread Hossain, Lail {PBSG}
Terry,

We ran into similar problems.  In our case, our JAVA AIX application was
hanging and taking up resources while triggering but it was running fine
from command prompt.

What kind of application are you running?  Is it JAVA or something else.

We solved our problem by including export JAVA_COMPILER=NONE in our script
before calling our application.  CSD04 should also resolve this problem.

Thank You

Lail S. Hossain
MQseries/DRF Administration and Support
PepsiCo Business Solutions Group



-Original Message-
From: Terrence J Serena [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 8:35 AM
To: [EMAIL PROTECTED]
Subject: WMQ 5.3 runmqtrm failure


I have just upgraded to WMQ/AIX 5.3.  Since the upgrade, any programs
triggered from runmqtrm are failing.  The failing programs do the
following:

Connect to the QMGR
Open a local queue
Connect to the local database (Oracle)
Get messages off the queue
Insert data into database
Close queue
Disconnect from QMGR

The failure occurs in the connect to the database. The error message says
an incorrect username and password is being used.  The database has been
ruled out as the culprit.  An interesting point; if I enter the values from
the Process definition's APPLICID  manually from a Command Prompt, the
program successfully executes.  It just fails when triggered through
runmqtrm.  Nothing has changed in the programs being triggered.  We run
runmqtrm as it comes from IBM, with no variations.  All programs that are
triggered are failing since the upgrade.  If I back off to MQ 5.2
everything works fine.  I opened a PMR with IBM, they say;

Few  things are changed between MQ 5.2 and MQ 5.3 in the area of signal
handling. We have seen this causes trouble for some applications
triggered by trigger monitor. This needs to be diagnosed by application
programmer.

Has anyone run into a similar problem when upgrading to WMQ 5.3?

Thanks,
Terry

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive


Re: Java class hangs when using AIX Runmqtrm

2003-07-31 Thread Hossain, Lail {PBSG}



We had
similar problem. Add the following line to your script just before you
call your java app.

JAVA_COMPILER=NONE
Thank You 
Lail S.
Hossain-Original Message-From: Troy
Wells [mailto:[EMAIL PROTECTED]Sent: Monday, June 30, 2003 6:51
PMTo: [EMAIL PROTECTED]Subject: Java class hangs
when using AIX Runmqtrm

  
  
  Hi all.
  We currently have MQSeries 5.3 installed on an AIX 5.2 box. Wehave
  developed a Java class that reads a message (which is in XML format)and
  parses the message (using xmlj4) for inserting into an Oracle database.On
  the AIX system, we have created a process definition with anapplicationid
  of a unix ksh script that sets up all classpaths, etc and thenstarts the
  java class. What we have found is that when we run the
  scriptmanually (logged on as mqm), the java application works correctly;
  however,when we allow the trigger monitor to start the script/java class,
  the classhangs at the program line that creates the DOMParser object
  (DOMParserparser = new DOMParser()). In addition, the class is not
  throwing any sortof exception. Also the trigger monitor stops
  processing any initq messagesunless will kill the java process. We
  have compared the environments (using'env') in both cases (manual vs
  triggered) and both are exacly the same.In addition, the same java
  class runs correctly when triggered in a Windows2000 environment.
  Appears to be something specific when triggering on theAIX
  environment.Does anyone have any
  suggestions?
  
  Regards,
  
  Troy Wells
  
  
  
  Do you Yahoo!?SBC
  Yahoo! DSL - Now only $29.95 per month!


Re: Unable to load message catalog - mqji

2002-10-28 Thread Hossain, Lail {PBSG}
You need to set the CLASSPATH correctly.  MQ is looking for the MQSeries
mqji_*.properties files that are located in the java/lib sub-directory of
your MQSeries directory.  Make sure you have this directory in your
CLASSPATH.

Thanks,
Lail

-Original Message-
From: Frank Mollica. [mailto:Frank.Mollica;UBSW.COM]
Sent: Monday, October 28, 2002 12:25 PM
To: [EMAIL PROTECTED]
Subject: Unable to load message catalog - mqji


Hi,

Has anyone encountered this error before...

Unable to load message catalog - mqji

??

Is there a common root cause for this?

A developer has asked me about it - says it occured on an app that has been
running in prod for 6 months with no trouble.  Unfortunately, I don't know
any details of that app.

Thanks in advance,
Frank

Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive