synchronizer - unable to get client-side resource

134 Views Asked by At

I already put this into the old forum so I hope this will be fine.

Suddenly in one location users to the CMS side now are getting errors. If they work elsewhere there is no problems. I know the forum usage is low but if I shall slap the network people silly I need to have some pointers.

User gets several errors during the loading homepage process.

Err 1: A few times: JavaScript alert - [synchronizer] unable to get client-side resource with ID xxxx

Err 2: Sometimes: Unspecified error. on /library/javascript/mdvc.js

Err 3: several times: A GUI system error occured. Details:[CmdsHTTPDone]

<tcmapi:Response xmlns:tcmapi="http://www.tridion.com/ContentManager/5.0/TCMAPI" success="false" actionWF="false" ID="WebGUIResponder.aspx"><tcmapi:Error><tcm:Line Cause="true"  mlns:tcm="http://www.tridion.com/ContentManager/5.0"><![CDATA[Request message cannot be empty. ]]></tcm:Line></tcmapi:Error></tcmapi:Response>

Err 4: Sometimes we also get "permission denied" errors on TaskBarControl.js or other scripts.

In the end.. all views empty.

When trying to use a web proxy tool (Fiddler2) to see what is sent/received; user do NOT get any problems. Can log in and use the CMS without any problems. As long as the local web proxy tool is used, user have no problems with the CMS. As soon as tool is shut down, same problems come back.

So using this tool, we cannot even debug as we don't know what impact fiddler has on the connection making it work. Just in one location for Prod and Test (same issues) but DEV still is fine.. so my deduction is.. "some rule in the local network" is wrong - but how to proceed?

2

There are 2 best solutions below

4
Jan H On

The CME GUI loaded in the browser reguarly checks back with the CME server. This looks like the browser cannot get a connection with the CME server. For further troublehsooting you can try what happens if you do a full reload (CTRL-F5) of the web browser to see if it has a connection issue indeed.

If it is a connection issue it might not be Tridion related at all.

0
Peter Kjaer On

This is probably a proxy issue -- especially since you say that you cannot reproduce it using Fiddler. Fiddler works by acting as a proxy, so that would explain the lack of symptoms when using it.

You can try just using your browser's developer tools (press F12). Then watch for any requests that come back with a different status code than 200 or 304. You can then show this to your network team who can hopefully troubleshoot the issue from there.