You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2013/03/08 17:14:12 UTC

[jira] [Created] (FELIX-3960) exception in the event plugin

Valentin Valchev created FELIX-3960:
---------------------------------------

             Summary: exception in the event plugin
                 Key: FELIX-3960
                 URL: https://issues.apache.org/jira/browse/FELIX-3960
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-event-plugin-1.0.2
            Reporter: Valentin Valchev
            Assignee: Valentin Valchev
            Priority: Blocker
             Fix For: webconsole-event-plugin-1.0.4


The event plugin doesn't render all the received events. Occasionally we see the following stack trace in the log files:


java.lang.ClassCastException: [B cannot be cast to [Ljava.lang.Object;
	at org.apache.felix.webconsole.plugins.event.internal.PluginServlet.eventJson(PluginServlet.java:361)
	at org.apache.felix.webconsole.plugins.event.internal.PluginServlet.renderJSON(PluginServlet.java:183)
	at org.apache.felix.webconsole.plugins.event.internal.PluginServlet.doGet(PluginServlet.java:207)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:702)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:815)
	at org.apache.felix.webconsole.internal.WebConsolePluginAdapter.renderContent(WebConsolePluginAdapter.java:123)
	at org.apache.felix.webconsole.AbstractWebConsolePlugin.doGet(AbstractWebConsolePlugin.java:163)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:702)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:815)
	at org.apache.felix.webconsole.internal.WebConsolePluginAdapter.service(WebConsolePluginAdapter.java:211)
	at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:493)
	at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:418)


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira