It's all about the answers!

Ask a question

[closed] Facing issue with OSLC workshop


Titas Dutta (1514) | asked Jan 15 '18, 3:21 a.m.
closed Jan 15 '18, 3:57 a.m. by Ralph Schoon (63.1k33645)

I am going through the oslc workshop, for "whoami" service I got the user and while trying with the same user with below url as mentioned in oslc workshop I am getting a html response instead of xml response saying "Javascript is either disabled or not available in your Browser". 



Response: 

 </head>
    <body class="claro">
        <noscript>
            <div id="net-jazz-ajax-NoScriptMessage">Javascript is either disabled or not available in your Browser</div>
        </noscript>
        <div id="net-jazz-ajax-InitialLoadMessage">Loading...</div>
        <div id="net-jazz-ajax-WorkbenchRoot"></div>
        <script type="text/javascript">
djConfig = {
isDebug: false,
usePlainJson: true,
baseUrl: "/jts/web/dojo/",
locale: "en-us",
localizationComplete: true
};
/null/
net = {jazz: {ajax: {}}};
net.jazz.ajax._contextRoot = "/jts";
net.jazz.ajax._appPath = "/jts/auth/authrequired";
net.jazz.ajax._webuiPrefix = "/web/";
</script>
        <script type="text/javascript" src="/jts/web/_js/?include=J~&etag=Hv2vIC3eM0p_en_US&_proxyURL=%2Fjts&ss=MKn89&locale=en-us"></script>
        <script type="text/javascript">
require("dojo/main").getObject('jazz.core.loader', true)._serverStartup="MKn89";
require("dojo/main").getObject('jazz.core.loader',true)._loaded=["J"];
</script>
        <script type="text/javascript">
/ 
            <![CDATA[ /
dojo.addOnLoad( function() {
net.jazz.ajax.ui.PlatformUI.createAndRunWorkbench("net.jazz.web.app.authrequired");
});
/ ]]> /
        </script>
    </body>
</html>

I am getting proper response only for rootservices(https://tgrtc2.wipro.com:9443/jts/rootservices)

For all other services I am getting same html response with error "Javascript is either disabled or not available in your Browser" after trying with removing cache(mentioned in oslc document) facing same issue.

The question has been closed for the following reason: "Duplicate Question" by rschoon Jan 15 '18, 3:57 a.m.

One answer