Hi
I was working in the Design Preview and went to Checkout Page 3. I had an empty box above the 'Click here to see the Terms and Conditions' line with 'Error Click for Details'. After this happened I noticed that some of the other preview pages were displaying incorrectly (eg not showing any prices). If I close Actinic down and re-start everything looks fine except for Checkout Page 3. I know virtually nothing about Java and wondered if anyone could translate the following?
I'm using 8.5.2.0.0.0.HMVA. I've spent a couple of hours trawling through the Knowledgebase and the forum. I found some info on the class mentioned but only in relation to it being missing on the server, not to it affecting the local preview.
Ruth
load: class COM.Actinic.Catalog.EA.class not found.
java.lang.ClassNotFoundException: COM.Actinic.Catalog.EA.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: E:\Actinic v8\Sites\Site1\DesignPreviewHTML\COM\Actinic\Catalog\EA\class.class (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.http://www.protocol.file.FileURLConn...onnect(Unknown Source)
at sun.net.http://www.protocol.file.FileURLConn...Stream(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception: java.lang.ClassNotFoundException: COM.Actinic.Catalog.EA.class
I was working in the Design Preview and went to Checkout Page 3. I had an empty box above the 'Click here to see the Terms and Conditions' line with 'Error Click for Details'. After this happened I noticed that some of the other preview pages were displaying incorrectly (eg not showing any prices). If I close Actinic down and re-start everything looks fine except for Checkout Page 3. I know virtually nothing about Java and wondered if anyone could translate the following?
I'm using 8.5.2.0.0.0.HMVA. I've spent a couple of hours trawling through the Knowledgebase and the forum. I found some info on the class mentioned but only in relation to it being missing on the server, not to it affecting the local preview.
Ruth
load: class COM.Actinic.Catalog.EA.class not found.
java.lang.ClassNotFoundException: COM.Actinic.Catalog.EA.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: E:\Actinic v8\Sites\Site1\DesignPreviewHTML\COM\Actinic\Catalog\EA\class.class (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.http://www.protocol.file.FileURLConn...onnect(Unknown Source)
at sun.net.http://www.protocol.file.FileURLConn...Stream(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception: java.lang.ClassNotFoundException: COM.Actinic.Catalog.EA.class
Comment