Sitemap not loading for wysiwyg/insert link pages

Hi,


In the simple edit and admin interface the asset map does load (left hand side, I can click and maximise it), but when I try insert an image or link the applet just shows a red X in place of the asset map. this happens in simple edit/wysiwyg for both /_edit and /_admin urls, in all browsers. I can't see anything in error logs and the server itself looks fine.









From the java console:



[codebox][Fatal Error] :1:1: Premature end of file.

java.io.IOException: error while parsing : Premature end of file.

at net.squiz.matrix.core.Matrix.doRequest(Matrix.java:173)

at net.squiz.matrix.assetmap.AssetMap.loadTranslations(AssetMap.java:303)

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

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

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

java.lang.NullPointerException

at net.squiz.matrix.assetmap.AssetMap.loadTranslations(AssetMap.java:308)

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

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

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

[/codebox]



Has anyone had similar issues in the past and have a fix? It has possibly only started happening today.

Still struggling with this, but here’s an update.


There is a possibility that there is some kind of certificate error preventing the asset map loading only on certain urls… the https://www.example.com/_edi simple edit map does not load. When https://www.example.com/_edi is used the map loads fine. visiting https://www.example.com/_edi is bypassing our switch but I’m also fairly confident that all the switch rules are letting the right paths through on https. (and other https domains/urls on the same hardware work). It does look like there is an erroneous or no certificate on https://www.example.com/_edi for some reason (and it’s being looked into).





Another thing I have noticed is that the urls in the rendered source of insert_link.php (ie on https://www.example.com/_edi are not built properly, they are still https://www.example.com/_edi





What does this indicate? why would sq_web_path(‘lib’) be returning the wrong URL?



Thanks :lol: