Machine specific failure to launch smart client

Hi all,

I have one user who just started getting an “Unable to Launch Application” error when trying to run a smart client. It was working in the past. As far as we know, nothing changed with the machine, but there recently was a solution update.

Here are the details:
Server information:
Servoy version 3.5.7-build 520, repository version 31

JDK Information
java.vm.name=Java HotSpot™ Client VM
java.vm.version=1.5.0_13-121
java.vm.info=mixed mode
java.vm.vendor=“Apple Computer, Inc.”

Operating System Information
os.name=Mac OS X
os.version=10.4.11
os.arch=ppc

System Information
runtime.allocatedMemory=65088K
runtime.usedMemory=21392K

Client machine info that is failing:
Mac OS X 10.6.3
Processor: 2 GHz Intel Core 2 Duo
Memory: 4 GB 667 MHz DDR2 SDRAM
Java SE 6 64 bit.

Client machine info that is working:
Mac OS X 10.5.7
Processor: 2 GHz Intel Core 2 Duo
Memory: 2 GB 1067 MHz DDR3
Java SE 6 64 bit.

Smart client is also working on several other machines as well, but I tested with the above info to illustrate that using Java 6 when the server is running Java 5 is not the problem. I have also completely cleared the java cache on the machine that is failing and that does not help the problem. Here are the full details of the error that occurrs:

<?xml version="1.0" encoding="utf-8"?> Servoy Client Servoy Database client

Thanks,
-Jeremy

the client that is not working, did he update to the latest Java 1.6_20? (or update 2?)

No one performed any manual updates, and we aren’t sure of automatic updates. I put in a request to be copied the first two lines of the java console as I believe that will tell us which version of java 6 is running and will post as soon as I’m informed. Do you think the most recent version would cause the problem? We aren’t getting the security error that started in version 19, it’s a complete failure to load application.

what is the exception?
the jnlp file is sometimes of some help but the exceptions tells a bit more

Hi all,

I have confirmed that java 1.6_20 is being run on the computer not working. I’m using 1.6_13 where it is working. It looks like the swingbeans.jar may be causing a problem from prior posts so I’m trying to remove that now.

Will respond again with results.

Thanks,
-Jeremy

Ok, This was a java 1.6_20 problem.

Removing swingbeans.jar, restarting the server, clearing the java cache and browser and downloading a new client through the browser solved the problem.

Now just getting that security warning, which I recommended an upgrade to the most recent servoy version to solve.

But functionally, the smart client is now loading with 1.6_20 and running servoy 3.5.7 on the server.

Thanks everyone.