Page 1 of 1

java exceptions

Posted: 14 Dec 2017, 20:55
by underrepresented
I see in the error.log quite a few class not found/initialize (java full version "1.8.0_05-b13").
could most of these errors be caused by having security level set to "very high"?

also seeing the same kinds of things in the ui. i.e.

when editing formats....

{n.replaceTrailingBrackets()} {s00e00} - {t}

info icon ... Binding "s00e00": java.lang.Null.Pointer.Exception

{home}/Media/{plex}

info icon ... Binding "plex": java.lang.Null.Pointer.Exception

both of these work fine and give the desired output. its just disconcerting to see the error and think you did something wrong.

Could it be that java is defaulting to 32bit mode when not specified. if so, I'm not sure where to specify it to work only in 64bit mode. except directly at the command line.
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-d32 use a 32-bit data model if available
-d64 use a 64-bit data model if available <<<<--------
-server to select the "server" VM
The default VM is server,
because you are running on a server-class machine.

Re: java exceptions

Posted: 14 Dec 2017, 21:41
by rednoah
The security level you set for Java applets has nothing to do with Java applications. Modern browsers don't run Java applets anymore anyway so no need to worry about that.

If everything works as expected, then you can probably ignore these warnings. You seem to be using a very old/outdated build of Java 8 though.