I'm testing our soon-to-be-production 1.6.2.1 instance and noticed that image viewer is not working. When I try to launch it, it brings up image viewer GUI for a second, then closes it and this is the error I see in Java console:
java.io.StreamCorruptedException: invalid stream header: 3C21444F
at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
at java.io.ObjectInputStream.<init>(Unknown Source)
at org.nrg.plexiViewer.lite.UserInterfaceContents.populateSelf(UserInterfaceContents.java:93)
at org.nrg.plexiViewer.lite.UserInterfaceContents.<init>(UserInterfaceContents.java:58)
at org.nrg.plexiViewer.lite.applet.PlexiViewerApplet.init(PlexiViewerApplet.java:41)
at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I updated java to 1.7.0_45 - same problem. Any ideas on how to fix this?
Thank you, Alex.