Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. Exception in thread "main" java.lang.RuntimeException: Failed to execute remote request
  2. at org.jboss.as.standalone.client.impl.StandaloneClientImpl$Request.executeForResult(StandaloneClientImpl.java:362)
  3. at org.jboss.as.standalone.client.impl.StandaloneClientImpl.getServerModel(StandaloneClientImpl.java:83)
  4. at org.jboss.as.demos.throwaway.runner.__TestClient.main(__TestClient.java:45)
  5. Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Failed to read domain model from response
  6. at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
  7. at java.util.concurrent.FutureTask.get(FutureTask.java:83)
  8. at org.jboss.as.standalone.client.impl.StandaloneClientImpl$Request.executeForResult(StandaloneClientImpl.java:360)
  9. ... 2 more
  10. Caused by: java.lang.RuntimeException: Failed to read domain model from response
  11. at org.jboss.as.standalone.client.impl.StandaloneClientImpl$GetServerModelOperation.receiveResponse(StandaloneClientImpl.java:143)
  12. at org.jboss.as.standalone.client.impl.StandaloneClientImpl$GetServerModelOperation.receiveResponse(StandaloneClientImpl.java:1)
  13. at org.jboss.as.standalone.client.impl.StandaloneClientImpl$Request.handleMessage(StandaloneClientImpl.java:427)
  14. at org.jboss.as.protocol.ConnectionImpl.safeHandleMessage(ConnectionImpl.java:237)
  15. at org.jboss.as.protocol.ConnectionImpl$1$1.run(ConnectionImpl.java:199)
  16. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  17. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  18. at java.lang.Thread.run(Thread.java:637)
  19. Caused by: java.io.UTFDataFormatException: Invalid byte
  20. at org.jboss.marshalling.UTFUtils.readUTFBytes(UTFUtils.java:165)
  21. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:288)
  22. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  23. at org.jboss.marshalling.river.RiverUnmarshaller.doReadMapObject(RiverUnmarshaller.java:195)
  24. at org.jboss.marshalling.river.RiverUnmarshaller.readMapData(RiverUnmarshaller.java:761)
  25. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:671)
  26. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  27. at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1628)
  28. at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1544)
  29. at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1188)
  30. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
  31. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  32. at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1628)
  33. at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1544)
  34. at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1188)
  35. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
  36. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  37. at org.jboss.marshalling.river.RiverUnmarshaller.doReadMapObject(RiverUnmarshaller.java:195)
  38. at org.jboss.marshalling.river.RiverUnmarshaller.readMapData(RiverUnmarshaller.java:761)
  39. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:677)
  40. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  41. at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1628)
  42. at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1544)
  43. at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1188)
  44. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
  45. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  46. at org.jboss.marshalling.river.RiverUnmarshaller.readFields(RiverUnmarshaller.java:1628)
  47. at org.jboss.marshalling.river.RiverUnmarshaller.doInitSerializable(RiverUnmarshaller.java:1544)
  48. at org.jboss.marshalling.river.RiverUnmarshaller.doReadNewObject(RiverUnmarshaller.java:1188)
  49. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:272)
  50. at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
  51. at org.jboss.marshalling.AbstractObjectInput.readObject(AbstractObjectInput.java:72)
  52. at org.jboss.as.standalone.client.impl.ProtocolUtils.unmarshal(ProtocolUtils.java:95)
  53. at org.jboss.as.standalone.client.impl.StandaloneClientImpl$GetServerModelOperation.receiveResponse(StandaloneClientImpl.java:141)
  54. ... 7 more
  55. Caused by: an exception which occurred:
  56. in map value at index [1] of size [2]
  57. in field properties
  58. in object of type org.jboss.as.osgi.parser.OSGiSubsystemState
  59. in field subsystemState
  60. in object of type org.jboss.as.osgi.parser.OSGiSubsystemElement
  61. in map value at index [7] of size [13]
  62. in field subsystems
  63. in object of type org.jboss.as.model.ProfileElement
  64. in field profile
  65. in object of type org.jboss.as.model.ServerModel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement