Error message for unreachable server from EGT unclear (WebDav error: Method PROPFIND is
not defined in RFC 2068 and is not su pported by the Servlet API (501) )
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-613
URL:
https://jira.jboss.org/jira/browse/JBDS-613
Project: Developer Studio
Issue Type: Bug
Components: visualeditor
Affects Versions: 2.0.0.cr1
Reporter: Len DiMaggio
Same message as seen in GUVNOR-120
If the server connection is correctly configured, but the server is not reachable, the
error displayed in JBDS is:
WebDav error: Method PROPFIND is not defined in RFC 2068 and is not supported by the
Servlet API (501)
It looks like it's just the results of Exception.getMessage()
org.guvnor.tools.utils.webdav.WebDavException: WebDav error: Method PROPFIND is not
defined in RFC 2068 and is not supported by the Servlet API (501)
at org.guvnor.tools.utils.webdav.WebDavClient.listDirectory(WebDavClient.java:91)
at org.guvnor.tools.views.model.TreeParent.listDirectory(TreeParent.java:105)
at
org.guvnor.tools.views.model.TreeParent.fetchDeferredChildren(TreeParent.java:80)
at
org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:234)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Can we change to something like "server not reachable"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira