Troubleshooting and support

Troubleshooting techniques and self-help information help you identify and solve problems quickly. Here, you can find potential solutions for issues you would have with the Web Services connector.

Exception thrown when Web Services Provide Service activity is processed

Problem: An Illegal Argument Exception is thrown during the processing of the Provide Service activity, if the Path name ends with a forward slash /.

Cause:This exception is caused because ContextHandler context = new ContextHandler(); context.setContextPath(listenerDetails.getUri()); when the contextPath is being set. ContextHandler is a class in the jetty-6.1.6 JAR file.

Solution: Ensure that you specify the Path name such that the slash / is followed by a path string. For example, /abc or /abc/def.