Installed newest Servoy on Dell Poweredge 2950 server, redhat Enterprise as OS. The SEL gave me a lot of problems so I disabled it, now developer will start but with these errors ::
[root@nbserver servoy]# ./servoy_developer.sh
0 [main] INFO com.servoy.j2db.util.Debug - Loading servoy.properties from /srv/servoy/servoy.properties
367 [main] INFO com.servoy.j2db.util.Debug - Loading - Done
Jan 23, 2008 1:40:28 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 23, 2008 1:40:28 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 207 ms
Jan 23, 2008 1:40:28 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 23, 2008 1:40:28 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0-snapshot
Jan 23, 2008 1:40:28 PM org.apache.catalina.loader.WebappLoader start
INFO: Dual registration of jndi stream handler: factory already defined
Jan 23, 2008 1:40:28 PM org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for /javax/servlet/resources/web-app_2_5.xsd
Jan 23, 2008 1:40:29 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 23, 2008 1:40:29 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 499 ms
When I try ti start servoy_server.sh … I get this:::
[root@nbserver servoy]# ./servoy_server.sh
Running Linux 2.6.18-53.1.6.el5 #1 SMP Wed Jan 16 03:56:15 EST 2008 on X86_64
Server built for X86 processor architecture
Database server started at Wed Jan 23 2008 12:42
Trying to start SharedMemory link …
SharedMemory link started successfully
Trying to start TCPIP link …
Starting on port 2638
TCPIP link started successfully
Now accepting requests
Cache size adjusted to 25896K
[root@nbserver servoy]# Connection terminated abnormally
Connection terminated abnormally
Disconnected TCPIP client’s AppInfo: HOST=nbserver
Disconnected TCPIP client’s AppInfo: HOST=nbserver
Connection terminated abnormally
Disconnected TCPIP client’s AppInfo: HOST=nbserver
I have reinstalled both SQL Anywhere (ver 10) as well as servoy several times.
I have verified I have java,
[root@nbserver servoy]# java -version
java version “1.6.0_04”
Java™ SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot™ 64-Bit Server VM (build 10.0-b19, mixed mode)
installed from jdk-6u4-linux-x64-rpm.bin
So now I am stumped! any suggestions will be appreciated