You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2018/02/14 05:35:00 UTC

[jira] [Created] (OAK-7266) Standalone example system console fails to render

Chetan Mehrotra created OAK-7266:
------------------------------------

             Summary: Standalone example system console fails to render
                 Key: OAK-7266
                 URL: https://issues.apache.org/jira/browse/OAK-7266
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: examples
    Affects Versions: 1.8.0
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra
             Fix For: 1.9.0, 1.10


Accessing http://localhost:8080/osgi/system/console/bundles with oak-standalone fails to render with following exception

{noformat}
2018-02-14 10:36:40.415  WARN 23249 --- [qtp349420578-14] org.eclipse.jetty.server.HttpChannel     : /osgi/system/console/bundles

java.lang.NoSuchMethodError: org.json.JSONObject.valueToString(Ljava/lang/Object;)Ljava/lang/String;
	at org.json.JSONWriter.value(JSONWriter.java:316)
	at org.apache.felix.webconsole.internal.core.BundlesServlet.writeJSON(BundlesServlet.java:612)
	at org.apache.felix.webconsole.internal.core.BundlesServlet.writeJSON(BundlesServlet.java:558)
	at org.apache.felix.webconsole.internal.core.BundlesServlet.renderContent(BundlesServlet.java:532)
	at org.apache.felix.webconsole.AbstractWebConsolePlugin.doGet(AbstractWebConsolePlugin.java:194)
	at org.apache.felix.webconsole.internal.core.BundlesServlet.doGet(BundlesServlet.java:317)

{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)