Server tomcat with oracle DB not start

Dear,

I have problem to configure apache tomcat server with oracle database,
the server not running whe i run the script “sh start-camunda.sh”, and this conf/server.xml
Screen Shot 2020-10-09 at 15.58.27

and i export my oracle driver in tomcat/lib/
“ojdbc5.jar”
“ojdbc6.jar”
“ojdbc7.jar”
and than when i run the server… server not running in port 8080

" raharjo  ~/Documents/Camunda/camunda-bpm-tomcat-7  sh start-camunda.sh
starting camunda BPM platform on Tomcat Application Server
Using CATALINA_BASE: ./server/apache-tomcat-9.0.33
Using CATALINA_HOME: ./server/apache-tomcat-9.0.33
Using CATALINA_TMPDIR: ./server/apache-tomcat-9.0.33/temp
Using JRE_HOME: /Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home
Using CLASSPATH: ./server/apache-tomcat-9.0.33/bin/bootstrap.jar:./server/apache-tomcat-9.0.33/bin/tomcat-juli.jar
Tomcat started.

raharjo  ~/Documents/Camunda/camunda-bpm-tomcat-7  sudo lsof -i tcp:8080
Password:
✘ raharjo  ~/Documents/Camunda/camunda-bpm-tomcat-7 "

i need advice :rocket:

Thanks.

Don’t use multiple Oracle jdbc-drivers.
Since you’re using Java 8 use latest ojdbc8, downloadable from

Don’t know much about Tomcat, but I’m sure there is a logfile which tells you more about the reasons fpr not starting.

1 Like

hi langfr,

i already implement your suggestion, but server still not running :slightly_smiling_face:
and than i check the log , this result of the log
catalina.2020-10-09.log (629.2 KB)

:rocket::rocket::rocket:

Caused by: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

So the connection URL does not fit to the Oracle Database listener configuration.
Do you use SQL Developer? Then you’ll have there a working url.

See oracle - ORA-12505, TNS:listener does not currently know of SID given in connect descriptor - Stack Overflow or else to find help.