Hello,
I installed cloverETL Server in a WebLogic domain called endeca_integrator_domain.
I followed this steps:
- create the domain;
- copy the clover.war application and the license file in the domain directory;
- create the file cloverServer.properties, with the property
license.file=/u01/app/endeca_3_1/user_projects/domains/endeca_integrator_domain/license.dat
- modify ./startWebLogic.sh adding:
export JAVA_OPTIONS=${JAVA_OPTIONS} -Dclover_config_file=/u01/app/endeca_3_1/user_projects/domains/endeca_integrator_domain/cloverServer.properties
- modify the ./bin/setDomainEnv.sh file setting the USER_MEM_ARGS variabile to -Xms128m -Xmx2048m -XX:MaxPermSize=512m
- execute the .startWebLogic.sh script and wait until the domain is in RUNNING mode
- installed the application from the console page
Yesterday the application was ok. Today I’ve stop the domain and then restarted it, and I get this error:
java.sql.SQLException: Cannot get working DB connection!
The application clover.war failed to start.
Any idea on how could I resolve this error?
Thank you.