Advertisement
Guest User

weka4ws-client output

a guest
Dec 4th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. ===================================================
  2. ning@cloud3:~/weka4ws-client-2.1$ ./weka4ws.sh
  3. ===================================================
  4. Starting Weka4WS...
  5.  
  6. ---Registering Weka Editors---
  7. Trying to add JDBC driver: RmiJdbc.RJDriver - Error, not in CLASSPATH?
  8. Trying to add JDBC driver: jdbc.idbDriver - Error, not in CLASSPATH?
  9. Trying to add JDBC driver: org.gjt.mm.mysql.Driver - Error, not in CLASSPATH?
  10. Trying to add JDBC driver: com.mckoi.JDBCDriver - Error, not in CLASSPATH?
  11. Trying to add JDBC driver: org.hsqldb.jdbcDriver - Error, not in CLASSPATH?
  12. AxisFault
  13. faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
  14. faultSubcode:
  15. faultString: java.net.ConnectException: Connection refused
  16. faultActor:
  17. faultNode:
  18. faultDetail:
  19. {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection refused
  20. at java.net.PlainSocketImpl.socketConnect(Native Method)
  21. at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
  22. at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
  23. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
  24. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
  25. at java.net.Socket.connect(Socket.java:529)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  29. at java.lang.reflect.Method.invoke(Method.java:597)
  30. at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
  31. at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
  32. at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:181)
  33. at org.globus.axis.transport.HTTPSSender.getSocket(HTTPSSender.java:45)
  34. at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:397)
  35. at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135)
  36. at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
  37. at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
  38. at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
  39. at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
  40. at org.apache.axis.client.Call.invokeEngine(Call.java:2745)
  41. at org.apache.axis.client.Call.invoke(Call.java:2728)
  42. at org.apache.axis.client.Call.invoke(Call.java:2405)
  43. at org.apache.axis.client.Call.invoke(Call.java:2327)
  44. at org.apache.axis.client.Call.invoke(Call.java:1767)
  45. at weka4ws.stubs.service.bindings.Weka4WSPortTypeSOAPBindingStub.subscribe(Weka4WSPortTypeSOAPBindingStub.java:1172)
  46. at weka4ws.core.RemoteResourse.notifSubscribe(RemoteResourse.java:126)
  47. at weka4ws.core.RemoteTask.getResult(RemoteTask.java:160)
  48. at weka4ws.gui.explorer.ClustererPanel$2.run(ClustererPanel.java:399)
  49.  
  50. {http://xml.apache.org/axis/}hostname:cloud3.local
  51.  
  52. java.net.ConnectException: Connection refused
  53. at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
  54. at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
  55. at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
  56. at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
  57. at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
  58. at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
  59. at org.apache.axis.client.Call.invokeEngine(Call.java:2745)
  60. at org.apache.axis.client.Call.invoke(Call.java:2728)
  61. at org.apache.axis.client.Call.invoke(Call.java:2405)
  62. at org.apache.axis.client.Call.invoke(Call.java:2327)
  63. at org.apache.axis.client.Call.invoke(Call.java:1767)
  64. at weka4ws.stubs.service.bindings.Weka4WSPortTypeSOAPBindingStub.subscribe(Weka4WSPortTypeSOAPBindingStub.java:1172)
  65. at weka4ws.core.RemoteResourse.notifSubscribe(RemoteResourse.java:126)
  66. at weka4ws.core.RemoteTask.getResult(RemoteTask.java:160)
  67. at weka4ws.gui.explorer.ClustererPanel$2.run(ClustererPanel.java:399)
  68. Caused by: java.net.ConnectException: Connection refused
  69. at java.net.PlainSocketImpl.socketConnect(Native Method)
  70. at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
  71. at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
  72. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
  73. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
  74. at java.net.Socket.connect(Socket.java:529)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  77. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  78. at java.lang.reflect.Method.invoke(Method.java:597)
  79. at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
  80. at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
  81. at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:181)
  82. at org.globus.axis.transport.HTTPSSender.getSocket(HTTPSSender.java:45)
  83. at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:397)
  84. at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135)
  85. ... 13 more
  86. ^C
  87. Weka4WS terminated.
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement