Advertisement
Guest User

CMIS workbench 0.13

a guest
Jan 19th, 2016
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. > 17:18:56 ERROR hemistry.opencmis.workbench.ClientHelper: CmisRuntimeException: This service does not provide an endpoint address: ObjectService
  2. org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: This service does not provide an endpoint address: ObjectService
  3. at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider.getEndpointUrlFromWsdl(AbstractPortProvider.java:624)
  4. at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider.initServiceObject(AbstractPortProvider.java:502)
  5. at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider.getPortObject(AbstractPortProvider.java:475)
  6. at org.apache.chemistry.opencmis.client.bindings.spi.webservices.AbstractPortProvider.getObjectServicePort(AbstractPortProvider.java:301)
  7. at org.apache.chemistry.opencmis.client.bindings.spi.webservices.ObjectServiceImpl.getObject(ObjectServiceImpl.java:351)
  8. at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:519)
  9. at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:497)
  10. at org.apache.chemistry.opencmis.workbench.model.ClientModel.loadFolder(ClientModel.java:172)
  11. at org.apache.chemistry.opencmis.workbench.ClientFrame.showLoginForm(ClientFrame.java:359)
  12. at org.apache.chemistry.opencmis.workbench.ClientFrame.access$000(ClientFrame.java:55)
  13. at org.apache.chemistry.opencmis.workbench.ClientFrame$1.actionPerformed(ClientFrame.java:166)
  14. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  15. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  16. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  17. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  18. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  19. at java.awt.Component.processMouseEvent(Unknown Source)
  20. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  21. at java.awt.Component.processEvent(Unknown Source)
  22. at java.awt.Container.processEvent(Unknown Source)
  23. at java.awt.Component.dispatchEventImpl(Unknown Source)
  24. at java.awt.Container.dispatchEventImpl(Unknown Source)
  25. at java.awt.Component.dispatchEvent(Unknown Source)
  26. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  27. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  28. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  29. at java.awt.Container.dispatchEventImpl(Unknown Source)
  30. at java.awt.Window.dispatchEventImpl(Unknown Source)
  31. at java.awt.Component.dispatchEvent(Unknown Source)
  32. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  33. at java.awt.EventQueue.access$500(Unknown Source)
  34. at java.awt.EventQueue$3.run(Unknown Source)
  35. at java.awt.EventQueue$3.run(Unknown Source)
  36. at java.security.AccessController.doPrivileged(Native Method)
  37. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  38. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  39. at java.awt.EventQueue$4.run(Unknown Source)
  40. at java.awt.EventQueue$4.run(Unknown Source)
  41. at java.security.AccessController.doPrivileged(Native Method)
  42. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  43. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  44. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  45. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  46. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  47. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  48. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  49. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement