----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
My guess is that you meed to include the directory where the MQSeries
binaries are
in wrapper.path, in jserv.properties. Look in the FAQ for JNI.
- Fernando
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Friday, September 29, 2000 2:25 PM
> To: 'Problems with Apache Jserv'
> Subject: RE: java.lang.UnsatisfiedLinkError: URGENT
>
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> If MQSeries is a database manager (I don't know what is it) then you need
> a JDBC Manager for that thing.
> After you get it you need to add an entry to your jserv configuration
> file.
> I use Jconnect and my entry is as follows:
>
> # CLASSPATH environment value passed to the JVM
> # Syntax: wrapper.classpath=[path] (String)
> # Default: NONE (Sun's JDK/JRE already have a default classpath)
> # Note: if more than one line is supplied these will be concatenated
> using
> # ":" or ";" (depending wether Unix or Win32) characters. JVM must
> be
> # able to find JSDK and JServ classes and any utility classes used
> by
> # your servlets.
> # Note: the classes you want to be automatically reloaded upon
> modification
> # MUST NOT be in this classpath or the classpath of the shell
> # you start the Apache from.
> #
> wrapper.classpath=/usr/lib/apache/ApacheJServ.jar
> wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
> wrapper.classpath=/usr/local/jconnect52/classes/jconn2.jar
>
> ----------------------------------------------------------------
> >System:
> >- SuSE Linux (kernel 2.2.13)
> >- jdk 1.2.2
> >- Apache web server 1.3.12
> >- JSDK 2.0
> >- JServ 1.1.2
> >- MQSeries for Linux 5.1
> >
> >Hi,
> >
> >My web server is up and running. My IsItWorking servlet works fine. I
> have
> >written a servlet that questions a MQSeries queue manager. When I try to
> >execute the servlet I get the following errors:
> >
> >mod_jserv.log:
> >[29/09/2000 16:35:03:101] (ERROR) ajp12: Servlet Error:
> >java.lang.UnsatisfiedLinkError: /opt/mqm/lib/libwmqjbind.so:
> >/opt/mqm/lib/libwmqjbind.so: undefined symbol: MQPUT:
> >/opt/mqm/lib/libwmqjbind.so: /opt/mqm/lib/libwmqjbind.so: undefined
> symbol:
> >MQPUT
> >[29/09/2000 16:35:03:101] (ERROR) an error returned handling request via
> >protocol "ajpv12"
> >[29/09/2000 16:35:07:760] (ERROR) ajp12: Servlet Error:
> >java.lang.NoClassDefFoundError: com/ibm/mqbind/MQSESSION:
> >com/ibm/mqbind/MQSESSION
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]