java.lang.SecurityException w/trio 0.1.4.alpha5

Posted by: dbrower

java.lang.SecurityException w/trio 0.1.4.alpha5 - 13/12/2003 21:28

STOPPED Sat Dec 13 18:31:22 PST 2003
STARTED tRio Sat Dec 13 18:38:53 PST 2003
Exception in thread "main" java.lang.SecurityException: class "trio.TRioConfigur
able"'s signer information does not match signer information of other classes in
the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:599)
at java.lang.ClassLoader.defineClass(ClassLoader.java:532)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)

This is on a linux machine, having extracted the jar files on Windows with winzip, and copied them to the linux machine using Samba.

I had earler run the trio on the windows machine, where it had fired up successfully. (Though it failed to actually play anything
against the original ARM server). I tried to move it to linux
to run against a JReceiver server, and it won't start. I suspect
something got corrupted in the copy to linux, but i don't know
how to extract a .zip file there -- gunzip seems not to do the job.

curiously,

-dB
Posted by: pauln

Re: java.lang.SecurityException w/trio 0.1.4.alpha5 - 14/12/2003 06:36

Sorry, this is because I left a redundant file in the lib directory - this only seems to be a probloem under linux. Try removing Strio-applet-0.1.4.jar.

Cheers
Paul
Posted by: dbrower

Re: java.lang.SecurityException w/trio 0.1.4.alpha - 14/12/2003 13:51

yup that got it. the next thing that bit was confusion that the -x11 option to the shell turned -off- use of the X11; one might have imagined it the other way.

thanks,
-dB