I want to install SAS on a FreeBSD 4.7 server that has NO GUI (not X not anytihng). The server is locked up in a farm, and is not accessible by any means other than SSH or the similar. In addition, this build of the FreeBSD 4.7 release will not support any version of the JDK greater than 1.3.1 (although according to the docs, that is all the server needs?).
Despite these limitations though, I *have been able to get the server up and running by completing a full install of Servoy on my Mac OS 10.4 box, and uploading the contents of the resulting Servoy directory to the FreeBSD box.
Tomcat fires up and the repository is connected to no problem; I can access the “launch servoy client” page etc. The problem though is getting client to connect.
When I download/run any jnlp files (using either 1.4.x or 1.5 client on PC or MAC) I receive the following error dialog from the Java Web Start client. PLEASE NOTE, the server itself reports NO errors what so ever in any of the logs.
DIALOG
“Unable to launch Servoy client”
When I view details, the following information is available…
DETAILS
"An error occurred while launching/running the application.
Title: Servoy Client
Vendor: Servoy
Category: Download ErrorMissing version field in response from server when accessing resource: (http://domain.tld:8080/lib/j2db.jar, 1118498234000)"
LAUNCH FILE
"<?xml version="1.0" encoding="utf-8"?>
Servoy Client Servoy Database client "
EXCEPTION
"JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:573)
at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(DownloadProtocol.java:808)
at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:688)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:652)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:967)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:335)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
at com.sun.javaws.Launcher.run(Launcher.java:165)
at java.lang.Thread.run(Thread.java:613)
"
FYI, server version/Servoy version [on server] is the 2.2.1 rc 2 (the newest as of today 9/18/2005)
Any ideas here?