Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 07-06-2017 01:33 PM
A user unable to fetch wait-state information for the database may see the following error in the Controller UI:
In the Controller's server.log file, the following error message indicates an incorrectly set configuration property:
|SEVERE|glassfish 4.1|com.singularity.ee.controller.servlet.handlers.y|_ThreadID=35;_ThreadName=http-listener-1(9);_TimeMillis=1499342235615;_LevelValue=1000;|500 Error with Exception Id: 893bcbe6-c191-4063-b792-137789fb8eae and Class Name: javax.servlet.ServletException javax.servlet.ServletException: javax.ejb.EJBException: Illegal character in scheme name at index 0: 192.x.y.z:9080 at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:485) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:386) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:334) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:221) at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1682) at ---------------- ---------------- Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: 192.x.y.z:9080 at java.net.URI$Parser.fail(URI.java:2848) at java.net.URI$Parser.checkChars(URI.java:3021) at java.net.URI$Parser.checkChar(URI.java:3031) at java.net.URI$Parser.parse(URI.java:3047) at java.net.URI.<init>(URI.java:588)
To resolve this issue, add an HTTP protocol.
http://
to the value of the appdynamics.on.premise.event.service.url
property and save.
From: appdynamics.on.premise.event.service.url=192.x.y.z:9080
To: appdynamics.on.premise.event.service.url=http://192.x.y.z:9080
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form