when connecting to a server, the client loads up the application but hangs before actually loading the solution leaving the orange icon spinning with the info bar saying…“Loading solution”.
Also, my server log from the web based admin says…
No 1.5 found for pack200
I have checked my server and client versions.
Server
Fedora Core 3
R2 2.2rc3 build 321
Java version 1.4.2_08-b03
The server log from the web admin shows a clean start but I checked the logs stored in the servor directory.
The server was running find up until the the 17th of april and I show some errors…
…
2005-04-17 07:16:09 Internal Error: File /WEB-INF/web.xml not found
…
2005-04-17 22:07:01 StandardWrapperValve[servoy_client]: Servlet.service() for servlet servoy_client threw exception
javax.servlet.ServletException: Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
…
----- Root Cause -----
java.lang.UnsatisfiedLinkError: /usr/java/j2re1.4.2_08/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
I checked that path and do have a copy of libawt.so but not sure how to get into that file and look for libXp.so.6
Could this be causing the client to hang when loging in with the rotating orange servoy icon?
*Note this was all working fine a few days ago!
*The only thing I can think that I did was change some mysql permissions!
Well thats strange we are not using “awt”(=Java UI lib.) at all on the server…
some questions
-is this happening for each client
-did you install any other non servoy servlet?
-what happens when you fix the lib? place it proper directory?
-did you change your solution in the last days?
So far, every client. (Which so far is just me connecting from different computers around my house.
-did you install any other non servoy servlet?
I am not sure what those are but I havn’t installed anything java related on the server except servoy and java itself.
-what happens when you fix the lib? place it proper directory?
I am not sure, as I have not be able to fix this. I did try and got get a couple of fedora packages that contained the libXp.so.6 file and install them.
-did you change your solution in the last days?
I haven’t changed my solution from when it was working until it stopped working. That being said this is a fresh install of Fedora core 3 with a copy of the RC3 server running. I think I might have exported the solution out of my development environment with RC4 installed. Could the different versions of servoy cause this?
Java requires X11 libraries to be installed, even on the server side.
You must make sure that this library is installed - there is no way this is going to work otherwise.
I suspect it has somthing to do with either version incompatabilities or a missing linux package.
*I looked for a package that had the mising file and installed it.
*I previously had a rc3 server hosting a rc4 created solution and bumped everything up to rc5.
I reinstalled servoy on my VPS (Basically upgraded to latest rc5 version on local linux install and copied out to my VPS adjusting for servoy.properties and servoy_server.sh files.
sebster:
Java requires X11 libraries to be installed, even on the server side.
You must make sure that this library is installed - there is no way this is going to work otherwise.
Where can I find these X11 libraries?
I get the same error!