You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[echo] Checking DBMS host and port:
[echo] About to validate port: prod.ctb2tyzpbxjz.eu-west-1.rds.amazonaws.com:1521
[echo] Port 1521 is OK
[echo] Done validating port: prod.ctb2tyzpbxjz.eu-west-1.rds.amazonaws.com:1521
[echo] Validating administrative database connection at jdbc:tibcosoftware:oracle://prod.ctb2tyzpbxjz.eu-west-1.rds.amazonaws.com:1521;SID=ORCL. Phase: [test]
[echo] About to validate JDBC jar existence
[echo] Look in: /usr/src/jasperreports-server/buildomatic/conf_source/db/oracle/jdbc
[echo] Found jar file: assuming OK
[echo] Jar or Jars found: TIoracle-6.0.0.000032.jar;jasperreports-pro-7.8.0.jar
[select-sql] Failed to connect: [TibcoSoftware][Oracle JDBC Driver][Oracle]ORA-12505 Connection refused, the specified SID (ORCL) was not recognized by the Oracle server.
[echo] Connection failed:
[echo] SQLState: 08001
[echo] Vendor specific error code: 12505
[echo] Message: [[TibcoSoftware][Oracle JDBC Driver][Oracle]ORA-12505 Connection refused, the specified SID (ORCL) was not recognized by the Oracle server.]
My SID value for my Oracle DB is "PROD"
Problem: I can not define SID for Oracle database type in environment variables
Please fix me, if my conclusion is incorrect.
The text was updated successfully, but these errors were encountered:
derifgig
changed the title
Provide SID name from environment variables
Provide Oracle DB SID name from environment variables
Apr 19, 2021
Hello.
I try deploy JasperServer by docker with Oracle DB type.
I build image successfully.
Started docker compose with:
In container logs I see:
My SID value for my Oracle DB is "PROD"
Problem: I can not define SID for Oracle database type in environment variables
Please fix me, if my conclusion is incorrect.
The text was updated successfully, but these errors were encountered: