|
From: Jost B. <jos...@ya...> - 2005-09-22 16:08:37
|
Hi,
> <?php
> $qMgr = new Java('com.ibm.mq.MQQueueManager');
> $mqc = new JavaClass('com.ibm.mq.MQC');
> $openOptions = $mqc->MQOO_INPUT_AS_Q_DEF |
> $mqc->MQOO_OUTPUT;
> $sdlq =
> $qMgr->accessQueue('SYSTEM.DEFAULT.LOCAL.QUEUE',
> $openOptions);
can you please set the java.log_level to 4 and send
the complete log for the above statements.
Please also send the *exact* version of the JVM you
use.
I have tested on two different machines, Solaris with
JRE1.5.0 and Linux with blackdown java 1.4.1. The
above code works on all of them. (I have tested with
php/java bridge 2.0.8, but that shouldn't make a
difference. The coerce code hasn't changed since
version 2.0.7).
Regards,
Jost Boekemeier
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|