Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 KB | None | 0 0
  1. Connexion au serveur localhost:8090/enchere reussi.
  2. java.lang.NumberFormatException: For input string: "55555555555555555"
  3. at java.lang.NumberFormatException.forInputString(Unknown Source)
  4. at java.lang.Integer.parseInt(Unknown Source)
  5. at java.lang.Integer.parseInt(Unknown Source)
  6. at client.VueClient.actionPerformed(VueClient.java:181)
  7. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  8. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  9. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  10. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  11. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  12. at java.awt.Component.processMouseEvent(Unknown Source)
  13. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  14. at java.awt.Component.processEvent(Unknown Source)
  15. at java.awt.Container.processEvent(Unknown Source)
  16. at java.awt.Component.dispatchEventImpl(Unknown Source)
  17. at java.awt.Container.dispatchEventImpl(Unknown Source)
  18. at java.awt.Component.dispatchEvent(Unknown Source)
  19. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  20. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  21. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  22. at java.awt.Container.dispatchEventImpl(Unknown Source)
  23. at java.awt.Window.dispatchEventImpl(Unknown Source)
  24. at java.awt.Component.dispatchEvent(Unknown Source)
  25. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  26. at java.awt.EventQueue.access$500(Unknown Source)
  27. at java.awt.EventQueue$3.run(Unknown Source)
  28. at java.awt.EventQueue$3.run(Unknown Source)
  29. at java.security.AccessController.doPrivileged(Native Method)
  30. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  31. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  32. at java.awt.EventQueue$4.run(Unknown Source)
  33. at java.awt.EventQueue$4.run(Unknown Source)
  34. at java.security.AccessController.doPrivileged(Native Method)
  35. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  36. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  38. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  39. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  40. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  41. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  42. at java.awt.EventDispatchThread.run(Unknown Source)
  43. java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
  44. java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
  45. java.net.SocketException: Connection reset
  46. at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
  47. at sun.rmi.transport.Transport$1.run(Unknown Source)
  48. at sun.rmi.transport.Transport$1.run(Unknown Source)
  49. at java.security.AccessController.doPrivileged(Native Method)
  50. at sun.rmi.transport.Transport.serviceCall(Unknown Source)
  51. at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
  52. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
  53. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
  54. at java.security.AccessController.doPrivileged(Native Method)
  55. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
  56. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  57. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  58. at java.lang.Thread.run(Unknown Source)
  59. at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
  60. at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
  61. at sun.rmi.server.UnicastRef.invoke(Unknown Source)
  62. at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source)
  63. at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
  64. at com.sun.proxy.$Proxy1.rencherir(Unknown Source)
  65. at client.Client.encherir(Client.java:55)
  66. at client.VueClient.actionPerformed(VueClient.java:191)
  67. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  68. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  69. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  70. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  71. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  72. at java.awt.Component.processMouseEvent(Unknown Source)
  73. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  74. at java.awt.Component.processEvent(Unknown Source)
  75. at java.awt.Container.processEvent(Unknown Source)
  76. at java.awt.Component.dispatchEventImpl(Unknown Source)
  77. at java.awt.Container.dispatchEventImpl(Unknown Source)
  78. at java.awt.Component.dispatchEvent(Unknown Source)
  79. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  80. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  81. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  82. at java.awt.Container.dispatchEventImpl(Unknown Source)
  83. at java.awt.Window.dispatchEventImpl(Unknown Source)
  84. at java.awt.Component.dispatchEvent(Unknown Source)
  85. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  86. at java.awt.EventQueue.access$500(Unknown Source)
  87. at java.awt.EventQueue$3.run(Unknown Source)
  88. at java.awt.EventQueue$3.run(Unknown Source)
  89. at java.security.AccessController.doPrivileged(Native Method)
  90. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  91. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  92. at java.awt.EventQueue$4.run(Unknown Source)
  93. at java.awt.EventQueue$4.run(Unknown Source)
  94. at java.security.AccessController.doPrivileged(Native Method)
  95. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  96. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  97. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  98. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  99. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  100. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  101. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  102. at java.awt.EventDispatchThread.run(Unknown Source)
  103. Caused by: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
  104. java.net.SocketException: Connection reset
  105. at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
  106. at sun.rmi.server.UnicastRef.invoke(Unknown Source)
  107. at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source)
  108. at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
  109. at com.sun.proxy.$Proxy1.finEnchere(Unknown Source)
  110. at serveur.VenteImpl.objetSuivant(VenteImpl.java:124)
  111. at serveur.VenteImpl.rencherir(VenteImpl.java:72)
  112. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  114. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  115. at java.lang.reflect.Method.invoke(Unknown Source)
  116. at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
  117. at sun.rmi.transport.Transport$1.run(Unknown Source)
  118. at sun.rmi.transport.Transport$1.run(Unknown Source)
  119. at java.security.AccessController.doPrivileged(Native Method)
  120. at sun.rmi.transport.Transport.serviceCall(Unknown Source)
  121. at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
  122. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
  123. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
  124. at java.security.AccessController.doPrivileged(Native Method)
  125. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
  126. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  127. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  128. at java.lang.Thread.run(Unknown Source)
  129. Caused by: java.net.SocketException: Connection reset
  130. at java.net.SocketInputStream.read(Unknown Source)
  131. at java.net.SocketInputStream.read(Unknown Source)
  132. at java.io.BufferedInputStream.fill(Unknown Source)
  133. at java.io.BufferedInputStream.read(Unknown Source)
  134. at java.io.DataInputStream.readByte(Unknown Source)
  135. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement