cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mohammed.Rayan
AppDynamics Team

A user unable to fetch wait-state information for the database may see the following error in the Controller UI:

 

Screen Shot 2017-07-06 at 7.30.54 PM.png

 

 

 

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.

 

  1. Open the Admin Console and click on Controller Settings.
  2. Add http:// to the value of the appdynamics.on.premise.event.service.url property and save.
    • Example: 
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 
Version history
Last update:
‎07-06-2017 01:33 PM
Updated by:
Contributors