[
https://issues.apache.org/jira/browse/FELIX-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884231#action_12884231
]
Valentin Valchev commented on FELIX-2424:
-----------------------------------------
We have this problem @ ProSyst. Occasionally, we received the following
exception when accessed http://localhost/system/console. The HTTP server
response was: 500 No message.
Exception: java.lang.NullPointerException
at java.lang.String.concat(Unknown Source)
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:353)
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:333)
at
com.prosyst.mbs.impl.services.http.ServletProperties.service(ServletProperties.java:108)
at
com.prosyst.mbs.impl.services.http.Response.makeAnswer(Response.java:212)
at
com.prosyst.mbs.impl.services.http.ThreadProcess.run(ThreadProcess.java:102)
at
com.prosyst.util.impl.tpt.threadpool.ExecutorTSS.run(ExecutorTSS.java:182)
> Internal Server Error requesting /system/console or /system/console/
> --------------------------------------------------------------------
>
> Key: FELIX-2424
> URL: https://issues.apache.org/jira/browse/FELIX-2424
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Affects Versions: webconsole-3.1.0
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: webconsole-3.1.2
>
>
> Requesting the web console root URL /system/console or /system/console/
> should result in a redirect to the default plugin, which defaults to the
> Bundle page.
> Actually, the 3.1.0 release returns a 500/INTERNAL SERVER ERROR status
> instead of redirecting
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.