Upgrade java Error applet

Hi guys need a bit of help here,


We currently have matrix 3.4.3 running as an intranet server, we used to be running it on mandrake 10.0, we have recently upgraded it to 10.1. It has upgraded packages in the process. After the upgrade we have done some testing, looks like the front end is running great we just seem to get a java error in the backend when trying to load the java applet. we did have to remove the mod_ssl config for apache, as this seemed to be causing some problems & I was wondering if matrix needs this at all?

There seems to be no errors in the logs of the server or apache but the java console outputs the following:





Document root element is missing.



java.io.IOException: error while parsing :

Document root element is missing.



at net.squiz.matrix.assetmap.MySource.doRequest(MySource.java:169)



at net.squiz.matrix.assetmap.AssetManager.doAssetRequest(AssetManager.java:1078)



at net.squiz.matrix.assetmap.AssetManager.initialise(AssetManager.java:161)



at net.squiz.matrix.assetmap.AssetMap.init(AssetMap.java:157)



at sun.applet.AppletPanel.run(Unknown Source)



at java.lang.Thread.run(Unknown Source)



java.lang.NullPointerException



at net.squiz.matrix.assetmap.AssetManager.initialise(AssetManager.java:162)



at net.squiz.matrix.assetmap.AssetMap.init(AssetMap.java:157)



at sun.applet.AppletPanel.run(Unknown Source)



at java.lang.Thread.run(Unknown Source)



Any help would be appreciated

Regards,

Williamk

Futher to this for all those who do by chance happen to have this error the problem was when the upgrade was performed the extensions for pear were not moved from /etc/php to /etc/php.d This meant no xml parsing was occuring & hence produced the above error. All extension fragments now moved into /etc/php.d a restart of apache provides the correct extnsions & the xml parsing now works.


Hope this helps anyone else out there.

Regards,

Will