I am receiving the below error with JClass ServerReport when trying to run my application in our application server:
java.net.MalformedURLException: no protocol: null
at com.klg.jclass.sreport.xml.XMLReportParser.getSourceObject(Unknown Source)
The application works fine outside of the application server. Why am I receiving this error?
Incorrect URL in xml file.
Verify that all URLs in the xml file are correct. For example, if you have the following:
www.mywebpage.com
try changing this to:
http://www.mywebpage.com
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center