----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hello.
All works well if I try to run my class in applet or under appletviewer
or even as java-program
but when I try to call it from my servlet I have an error in error_log:
[Fri Mar 24 11:16:26 2000] [notice] Apache/1.3.11 (Unix) ApacheJServ/1.1
rus/PL29.2 configured -- resuming normal operations
/usr/local/jdk1.1.8/lib/i386/green_threads/libawt.so: Undefined symbol
"xmDrawingAreaWidgetClass" (libawt.so)
java.lang.UnsatisfiedLinkError: no awt in shared library path
at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:320)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java)
I found only "/usr/local/jdk1.1.8/lib/i386/green_threads" in my library
path and I put
correct path line into jserv.properties file but nothing happend.
PS: For GIF generating I use Image2gif class. It works well without any
touch to AWT.
PPS: I run my servlet engine under FreeBSD 3.3/Apache
1.3.11rus/jdk1.1.8/Jserv1.1/JSDK2.0
> P.S. To do GIF image generation, presumable you are using the GIFEncoder.java
> class from acme.com. Please note that to be able to do this, you need an
> X server. I have a Linux server hosted by a hosting firm, and it took some
> doing before I could get an X server up on a machine which was not meant to
> run a local GUI.
>
--
Viktor Vasiltsov
e-mail: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]