[jboss-jira] [JBoss JIRA] Created: (AS7-1455) Log shows a parser error, but not the cause
Heiko Rupp (JIRA)
jira-events at lists.jboss.org
Wed Aug 3 07:50:06 EDT 2011
Log shows a parser error, but not the cause
-------------------------------------------
Key: AS7-1455
URL: https://issues.jboss.org/browse/AS7-1455
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.0.0.Final
Reporter: Heiko Rupp
Assignee: Brian Stansberry
I see this from time to time:
13:20:50,933 ERROR [org.jboss.as.domain.http.api] (HttpManagementService-threads - 219) Unexpected error executing model request: java.io.IOException: Parser error
at org.jboss.dmr.ModelNode.fromJSONStream(ModelNode.java:1221)
at org.jboss.as.domain.http.server.DomainApiHandler.convertPostRequest(DomainApiHandler.java:323)
at org.jboss.as.domain.http.server.DomainApiHandler.processRequest(DomainApiHandler.java:187)
at org.jboss.as.domain.http.server.DomainApiHandler.handle(DomainApiHandler.java:123)
at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
at org.jboss.sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:80)
at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:85)
at org.jboss.sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:606)
at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82)
at org.jboss.sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:578)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_26]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_26]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
but can't fix what we send, as the error message does not tell
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list