SCADABR Deployment issue on Ubuntu Server

Hi Friends,

I was trying to deploy SCADABR on my ubuntu server, I am getting below error:

INFO: Deploying web application archive ScadaBR.war
Apr 26, 2014 7:46:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Apr 26, 2014 7:46:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/ScadaBR] startup failed due to previous errors
Apr 26, 2014 7:46:40 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/ScadaBR] registered the JDBC driver [org.apache.derby.jdbc.AutoloadedDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Apr 26, 2014 7:46:40 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/ScadaBR] appears to have started a thread named [Dispatcher-Thread-2] but has failed to stop it. This is very likely to create a memory leak.
Apr 26, 2014 7:46:40 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/ScadaBR] appears to have started a thread named [Image Fetcher 3] but has failed to stop it. This is very likely to create a memory leak.
Apr 26, 2014 7:46:40 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/ScadaBR] appears to have started a thread named [Image Fetcher 2] but has failed to stop it. This is very likely to create a memory leak.
Apr 26, 2014 7:46:43 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 26, 2014 7:46:43 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 22326 ms


Can you guys to help me to resolve this issue?

 

System Summary:  

Kernel and CPU: Linux 3.4.61+ on armv7l

Operating system: Debian Linux 7.0

Database : Mysql 5.5
Java : Open JDK 1.6

Thanks in advance :)
 

Best Regards

Seetharaman C

see the issue of folder properties, it often hinders the installation, use the chmod and chown to get root rights on folders tomcat.I'm having the same problem

Hi ,

Thanks for your reply.   I have done two changes.

1. Transferred logging.properties file to  WEB-INF/class folder

2. Changed MySQL syntax on createTables-mysql.sql file

Replace

TYPE =InnoDB

with

ENGINE=MyISAM

Now SCADABR working fine..

Thanks

Seetharaman C