]
David Lloyd reassigned AS7-1455:
--------------------------------
Assignee: David Lloyd (was: Brian Stansberry)
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: David Lloyd
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: