TOMCAT is Closing
28 November, 2012
Hi All,
We'd installed Yellowfin, we'd tried 6.0 and 6.1 and both had been successfully installed but the problem is every time we Start the Yellowfin Server or tomcat, after few minutes TOMCAT closes. We'd installed yellowfin repository DB in MYSQL (WAMP), this is the first time we'd encountered this error.
We'd checked the TOMCAT and we'd seen severe errors for the JDBC drivers. Please see attached file.
What can we do to solve it? Is re-installation of Yellowfin needed?
Hope you ca get to us as soon as possible.
Thanks,
Albert
We'd installed Yellowfin, we'd tried 6.0 and 6.1 and both had been successfully installed but the problem is every time we Start the Yellowfin Server or tomcat, after few minutes TOMCAT closes. We'd installed yellowfin repository DB in MYSQL (WAMP), this is the first time we'd encountered this error.
We'd checked the TOMCAT and we'd seen severe errors for the JDBC drivers. Please see attached file.
What can we do to solve it? Is re-installation of Yellowfin needed?
Hope you ca get to us as soon as possible.
Thanks,
Albert
Hi Albert,
that error in your log:
[code]SEVERE: StandardServer.await: create[8085]:
java.net.BindException: Address already in use: JVM_Bind
[/code]
most probably means that you already had an instance of YF running.
Or else it could mean that the shutdown port is already in use by some other software, in which you've just got to change it by going to yellowfin/appserver/conf/server.xml and then changing the current port as marked by the xxxx in the line
hope that helps, please let us know how you go.
Regards,
David
that error in your log:
[code]SEVERE: StandardServer.await: create[8085]:
java.net.BindException: Address already in use: JVM_Bind
[/code]
most probably means that you already had an instance of YF running.
Or else it could mean that the shutdown port is already in use by some other software, in which you've just got to change it by going to yellowfin/appserver/conf/server.xml and then changing the current port as marked by the xxxx in the line
hope that helps, please let us know how you go.
Regards,
David
Hi David,
Thanks for your response, it was the solution and tomcat is now running.
Regards,
Albert
Thanks for your response, it was the solution and tomcat is now running.
Regards,
Albert