Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Exception on Test Report #28

Following exception is thrown during the Jasper Reports Installation.

It happens when I try This:

java.lang.RuntimeException: Could not connect via JDBC: Unable to start the Universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLException: Invalid Oracle URL specified
de.oc.utils.Utils.throwRuntimeException(Utils.java:18)
de.oc.db.ConnectionUtility.getConnection(ConnectionUtility.java:158)
de.oc.integration.jasper.webapp.AppConfig.getConnection(AppConfig.java:427)
de.oc.integration.jasper.webapp.ReportWrapper.service(ReportWrapper.java:248)
javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)

  • replies 1
  • views 1.1K
  • likes 1
#2

As the error code suggests, the connect string to the database is wrong. Please double check. If it still doesn't work then post your config file without the password.