Java problem: application failed to start


(Niels Klazenga) #1

I have installed Mysource Matrix v.3.22.1 on a RHEL5 server. When I fire it up in the web browser I get the login screen and then the _admin screen, but the asset manager fails to start. This is the trace file:




Java Plug-in 1.6.0_17

Using JRE version 1.6.0_17-b04 Java HotSpot™ Client VM

User home directory = C:\Documents and Settings\NKlaze

----------------------------------------------------

c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to <n>

----------------------------------------------------





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 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.IOException: open HTTP connection failed:http://dysonvrh.rbg.vic.gov.au/_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)

… 7 more

Exception: java.lang.ClassNotFoundException: net.squiz.matrix.assetmap.AssetMap.class



It looks quite informative, but I do not know what to do with it. Can anybody tell me what is going on?



Thanks,



Niels


(Benjamin Pearson) #2

[quote]


Caused by: java.io.IOException: open HTTP connection failed:http://dysonvrh.rbg.vic.gov.au/_admin/net/squiz/matrix/assetmap/AssetMap/class.class



[/quote]



I could be wrong, but it looks like the aliases are not correct. Double check you have the correct settings from: http://matrix.squiz.net/resources/installation


(Niels Klazenga) #3

Thanks Benjamin,
You are right. Very embarrassing. I still can't see what I typed in wrong, but this time I just copied and pasted the virtual host stuff from the Squiz website and changed some urls and IP addresses and it works fine.



This forum has been a great help on several occasions.



Niels