Guest User

Untitled

a guest
Jun 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. checking skeleton public interface...The address that the client tries to connect to is: /127.0.0.1:7000
  2. the address is: /127.0.0.1:7000
  3. START METHOD PRINTING TRIAL IS GOING HERE DAWG
  4. 7000
  5. failed
  6.  
  7. failed test: SkeletonTest
  8. reason: skeleton refuses connections after start
  9. stack trace:
  10. test.TestFailed: skeleton refuses connections after start
  11. at conformance.rmi.SkeletonTest.ensureSkeletonRuns(SkeletonTest.java:80)
  12. at conformance.rmi.SkeletonTest.perform(SkeletonTest.java:56)
  13. at test.Series$TestThread.run(Series.java:594)
  14. at java.lang.Thread.run(Thread.java:680)
  15. cleanup failed: clean method threw exception
  16. test.FatalError: clean method threw exception
  17. at test.Series$CleanupThread.run(Series.java:673)
  18. at java.lang.Thread.run(Thread.java:680)
  19. Caused by: java.lang.UnsupportedOperationException: not implemented
  20. at rmi.Skeleton.stop(Skeleton.java:247)
  21. at conformance.rmi.SkeletonTest.clean(SkeletonTest.java:140)
  22. at test.Series$CleanupThread.run(Series.java:668)
  23. ... 1 more
  24.  
  25. passed: 0 failed: 1 not run: 0
Add Comment
Please, Sign In to add comment