Hi There,
I have managed to install MySource Matrix however when loging into the admin pages the Asset Map Panel wont load. The Java Error message is as follows:
load: class net/squiz/matrix/assetmap/AssetMap.class not found.
java.lang.ClassNotFoundException: net.squiz.matrix.assetmap.AssetMap.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.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.IOException: open HTTP connection failed:http://mysource.cloudshare.loc/_admin/net/squiz/matrix/assetmap/AssetMap/class.class
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)
… 9 more
Exception: java.lang.ClassNotFoundException: net.squiz.matrix.assetmap.AssetMap.class
Exception in thread "MindTerm" java.lang.NullPointerException
at com.mindbright.terminal.TerminalWin.setLogo(TerminalWin.java:538)
at com.mindbright.ssh.SSHInteractiveClient.installLogo(SSHInteractiveClient.java:178)
at com.mindbright.ssh.SSHInteractiveClient.run(SSHInteractiveClient.java:226)
at java.lang.Thread.run(Unknown Source)
Thank you for using MindTerm…
Exception in thread "MindTerm.init" java.lang.NullPointerException
at com.mindbright.terminal.TerminalWin.clearScreen(TerminalWin.java:2057)
at com.mindbright.application.MindTerm.doExit(MindTerm.java:738)
at com.mindbright.application.MindTerm.run(MindTerm.java:331)
at java.lang.Thread.run(Unknown Source)
I have confirmed that the /__lib alias is correct configured in the Virtual Host declaration within Apache and all the other images displaying (Apache Virtual Host declaration below).
<VirtualHost *:80>
ServerName mysource.cloudshare.loc
DocumentRoot /home/mysource_matrix/core/web
Options -Indexes FollowSymLinks
<Directory /home/mysource_matrix>
Order deny,allow
Deny from all
</Directory>
<DirectoryMatch "^/home/mysource_matrix/(core/(web|lib)|data/public|fudge)">
Order allow,deny
Allow from all
</DirectoryMatch>
<FilesMatch "\.inc$">
Order allow,deny
Deny from all
</FilesMatch>
<LocationMatch "/(CVS|\.FFV)/">
Order allow,deny
Deny from all
</LocationMatch>
Alias /__fudge /home/mysource_matrix/fudge
Alias /__data /home/mysource_matrix/data/public
Alias /__lib /home/mysource_matrix/core/lib
Alias "/__lib" "/home/mysource_matrix/core/lib"<br />
Alias / /home/mysource_matrix/core/web/index.php/<br />
</VirtualHost>
I am seeing the same issues using Chrome and Internet Explorer (8) and my JRE is "1.6.0_22"
Any thoughts on what is going on here? I figured it is something simple but I have been looking at this too long so I need fresh eyes.
Regards
Whiteanvil