0 Replies Latest reply on Dec 12, 2012 3:09 AM by oliverzy

    Embed Guvnor via iframe show exception

    oliverzy

      Hi,

       

      I have deployed guvnor 5.5 in my local tomcat, and I tried to embed standalone editor via iframe in my web application.

      The page show the following error:

      500 The call failed on the server; see server log for details

       

      And then I try to find the error in tomcat server logs, but I found nothing.

      Can anyone help?

       

      The html page source is the following:

      <!DOCTYPE html>

      <html>

      <body>

      <iframe src="http://localhost:8080//drools-guvnor/org.drools.guvnor.Guvnor/standaloneEditorServlet?assetsUUIDs=b811ac6f-9f5b-4e0a-8d7e-173b297d9b1a">

        <p>Your browser does not support iframes.</p>

      </iframe>

      </body>

      </html>