Have you looked at the log...?
Several things from the log:
- Unable to open the database:
WARNING: Exception encountered during context initialization -
cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'registrationServiceFactory' defined in
ServletContext resource [/WEB-INF/spring-management-service.xml]:
Invocation of init method failed; nested exception is
java.lang.RuntimeException: Unable to open data base.
Verify your database name, username, password, URLs, etc.
- Have you set-up the below, per the instruction in the warning...?
SEVERE: The JVM is not properly configured to support JMX over RMI. If
the Tomcat instance is not running behind a firewall, the JVM property
com.sun.management.jmxremote.port must be defined (for example by
augmenting the CATALINA_OPTS variable in the setenv.bat script).
Otherwise, if the Tomcat instance is running behind a firewall, you
must define the "ibm.worklight.admin.rmi.registryPort" and
"ibm.worklight.admin.rmi.serverPort" JNDI properties to the values
reflecting the port numbers used to configure the JMX Remote Lifecycle
Listener.
- Your server is out of memory.
WARNING: Exception encountered during context initialization -
cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'dataAccessService' defined in URL
[jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%207.0/Worklight/worklight/worklight-jee-library.jar!/conf/integration.xml]:
Cannot resolve reference to bean 'adapterManager' while setting bean
property 'adapterManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'adapterManager' defined in URL
[jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%207.0/Worklight/worklight/worklight-jee-library.jar!/conf/integration.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[com.worklight.integration.services.impl.AdapterManagerImpl]:
Constructor threw exception; nested exception is
java.lang.OutOfMemoryError: PermGen space
Follow possible solutions: http://www.mkyong.com/tomcat/tomcat-javalangoutofmemoryerror-permgen-space/
messages.logfile locates? - Sam Su