Worklight Console初始化失败。记录异常:org.hsqldb.HsqlException:Out of Memory

时间:2015-03-05 10:12:13

标签: eclipse ibm-mobilefirst worklight-studio

当我尝试在IBM worklight环境中部署我的应用程序时,我遇到了以下错误。突然间我遇到了这个错误,但之前它运作良好。

请问任何人帮助我,是否有我在项目中修改过的任何设置。

错误是:

[AUDIT   ] CWWKG0016I: Starting server configuration update.
[AUDIT   ] CWWKG0017I: The server configuration was successfully updated in 0.100 seconds.
[AUDIT   ] CWWKT0017I: Web application removed (default_host): http://ADMINIB-9PGB9N2.in.ibm.com:10080/GDMSLoginApp/
[AUDIT   ] CWWKZ0009I: The application GDMSLoginApp has stopped successfully.
[AUDIT   ] CWWKG0016I: Starting server configuration update.
[AUDIT   ] CWWKG0017I: The server configuration was successfully updated in 0.061 seconds.
[AUDIT   ] CWWKT0016I: Web application available (default_host): http://ADMINIB-9PGB9N2.in.ibm.com:10080/GDMSLoginApp/
[ERROR   ] out of memory processing logC:\GDMS\GDMSmobileMenu2\WorklightServerConfig\servers\worklight\workarea\org.eclipse.osgi\bundles\72\data\temp\default_node\SMF_WebContainer\GDMSLoginApp\GDMSLoginApp/hsqldb/WRKLGHT line: 4
Java heap space
[ERROR   ] could not reopen database
Out of Memory
[ERROR   ] FWLSE0188E: Failed to connect to HSQL database : Cannot create PoolableConnectionFactory (Out of Memory) [project GDMSLoginApp]
[ERROR   ] FWLST0003E: ========= Failed starting project /GDMSLoginApp [project GDMSLoginApp]
Error creating bean with name 'txManager' defined in URL [wsjar:file:/C:/GDMS/GDMSmobileMenu2/WorklightServerConfig/shared/resources/worklight-jee-library-6.1.0.jar!/conf/core.xml]: Cannot resolve reference to bean 'brokerSessionFactory' while setting bean property 'entityManagerFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'brokerSessionFactory' defined in URL [wsjar:file:/C:/GDMS/GDMSmobileMenu2/WorklightServerConfig/shared/resources/worklight-jee-library-6.1.0.jar!/conf/spring-server-core.xml]: Cannot resolve reference to bean 'rssBrokerDS' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rssBrokerDS' defined in URL [wsjar:file:/C:/GDMS/GDMSmobileMenu2/WorklightServerConfig/shared/resources/worklight-jee-library-6.1.0.jar!/conf/spring-server-core.xml]: Cannot resolve reference to bean 'worklight-direct' while setting bean property 'targetDataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'worklight-direct' defined in URL [wsjar:file:/C:/GDMS/GDMSmobileMenu2/WorklightServerConfig/shared/resources/worklight-jee-library-6.1.0.jar!/conf/spring-server-core.xml]: Invocation of init method failed; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Out of Memory)
[AUDIT   ] CWWKZ0001I: Application GDMSLoginApp started in 1.834 seconds.
[ERROR   ] SRVE0315E: An execption occurred: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: javax.servlet.ServletException: Worklight Console initialization failed.Logged Exception: org.hsqldb.HsqlException: Out of Memory
    at com.worklight.core.auth.impl.AuthenticationFilter.verifyServletInitialized(AuthenticationFilter.java:305)
    at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:111)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:194)
    at [internal classes]
Caused by: javax.servlet.ServletException: Worklight Console initialization failed.Logged Exception: org.hsqldb.HsqlException: Out of Memory
    ... 5 more

2 个答案:

答案 0 :(得分:1)

此处的问题如下:日志:

  

记录异常:org.hsqldb.HsqlException:Out of Memory

尝试增加Eclipse的可用内存。

  1. 关闭Eclipse
  2. 打开位于Eclipse安装文件夹中的eclipse.ini
  3. 在文件中查找以下内容(数字可能不同):

    -vmargs
    -Xms128m
    -Xmx512m

  4. 将数字增加到512或1024并重新打开Eclipse。

答案 1 :(得分:1)

尽管在eclipse.ini中更改了我的内存设置,但我遇到了同样的问题。通过执行以下步骤解决了该问题:

  1. 通过在“服务器”选项卡中右键单击Liberty Worklight Development Server
  2. 来停止它
  3. 右键单击它并选择“清洁...”
  4. 再次启动Liberty服务器
  5. 根据需要重新安装.adapters和.wlapps
  6. 再试一次