JAlbum crashes at Start with the updated Skin "Tiger"
Posted:
1 Jan 23, 18:17
Stack trace for jAlbum 23.1 using skin Tiger 3.24:
se.datadosen.util.ScriptException: java.lang.ClassNotFoundException: se.datadosen.util.Languages in onload.bsh at line number 3
at se.datadosen.util.ScriptException.of(ScriptException.java:59)
at se.datadosen.jalbum.AlbumBean.processScript(AlbumBean.java:2617)
at se.datadosen.jalbum.JAlbumFrame.executeScript(JAlbumFrame.java:1283)
at se.datadosen.jalbum.JMainSettingsPanel$5$1.run(JMainSettingsPanel.java:313)
Caused by: javax.script.ScriptException: bsh.TargetError: Sourced file: inline evaluation of: ``/* Initializing the User Interface / new tiger.Gui(context); ;'' : Object constructor : at Line: 3 : in file: inline evaluation of: ``/ Initializing the User Interface */ new tiger.Gui(context); ;'' : new tiger .Gui ( context )
Target exception: java.lang.NoClassDefFoundError: se/datadosen/util/Languages
in inline evaluation of: ``/* Initializing the User Interface */ new tiger.Gui(context); ;'' at line number 3
at bsh.BshScriptEngine.evalSource(BshScriptEngine.java:90)
at bsh.BshScriptEngine.eval(BshScriptEngine.java:57)
at java.scripting/javax.script.AbstractScriptEngine.eval(Unknown Source)
at se.datadosen.jalbum.AlbumBean.doProcessExpression(AlbumBean.java:2674)
at se.datadosen.jalbum.AlbumBean.processExpression(AlbumBean.java:2659)
at se.datadosen.jalbum.AlbumBean.processScript(AlbumBean.java:2614)
... 2 more
Caused by: java.lang.NoClassDefFoundError: se/datadosen/util/Languages
at tiger.Gui$2$1$1$1.<init>(Gui.java:1789)
at tiger.Gui$2$1$1.<init>(Gui.java:1787)
at tiger.Gui$2$1.<init>(Gui.java:1785)
at tiger.Gui$2.<init>(Gui.java:1767)
at tiger.Gui.<init>(Gui.java:720)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
at bsh.Reflect.constructObject(Reflect.java:574)
at bsh.BSHAllocationExpression.constructObject(BSHAllocationExpression.java:125)
at bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:114)
at bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
at bsh.Interpreter.eval(Interpreter.java:672)
at bsh.Interpreter.eval(Interpreter.java:766)
at bsh.Interpreter.eval(Interpreter.java:755)
at bsh.BshScriptEngine.evalSource(BshScriptEngine.java:82)
... 7 more
Caused by: java.lang.ClassNotFoundException: se.datadosen.util.Languages
at java.base/java.net.URLClassLoader.findClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 27 more