最近IBM worklightの学習を始めました。環境を整えました。
今、単純な helloWorklight デモ アプリをテストしようとしていますが、アプリをデプロイしてビルドすることはできません。 started.html
私が得ているエラーは..ワークライト開発サーバーで実行しようとしたときです:
Listening for transport dt_socket at address: 10777
Launching worklight (WebSphere Application Server 8.5.5.0/wlp-1.0.3.20130524-0951) on Java HotSpot(TM) Client VM, version 1.6.0_01-b06 (en_US)
[AUDIT ] CWWKE0001I: The server worklight has been launched.
[AUDIT ] CWWKZ0058I: Monitoring dropins for applications.
[ERROR ] CWWKZ0002E: An exception occurred while starting the application _MobileBrowserSimulator. The exception message was: com.ibm.ws.container.service.metadata.MetaDataException: java.util.regex.PatternSyntaxException: Unclosed character class near index 25
\\E\[\^/\]\+\\Q\\E\[\^/\]\+\\Q
^
[AUDIT ] CWWKT0016I: Web application available (default_host): http://duczsl29.zylog-blr.com:10080/FirstDemoApp/
[ERROR ] SRVE0293E: [Servlet Error]-[Failed to load listener: com.worklight.server.bundle.project.JeeProjectActivator]: java.lang.NoClassDefFoundError: com/worklight/server/bundle/api/WorklightBundles
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at com.ibm.ws.classloading.internal.AppClassLoader.internalFindClass(AppClassLoader.java:214)
at [internal classes]
[ERROR ] SRVE0279E: Error occured while processing global listeners for the application {0}: {1}
java.lang.NullPointerException
[ERROR ] SRVE0321E: The [authenticationFilter] filter did not load during start up.
Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class
[AUDIT ] CWWKZ0001I: Application FirstDemoApp started in 1.958 seconds.[ERROR ] SRVE0315E: An execption occurred: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: javax.servlet.ServletException: Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:557)
at [internal classes]
Caused by: javax.servlet.ServletException: Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class
... 3 more
Caused by: java.lang.ClassNotFoundException: com.worklight.core.auth.impl.AuthenticationFilter
at com.ibm.ws.classloading.internal.UnifiedClassLoader.findClass(UnifiedClassLoader.java:78)
... 1 more
[AUDIT ] CWWKF0011I: The server worklight is ready to run a smarter planet.
[ERROR ] SRVE0315E: An execption occurred: com.ibm.ws.webcontainer.webapp.WebAppErrorReport: javax.servlet.ServletException: Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class
at com.ibm.ws.webcontainer.filter.WebAppFilterManager._loadFilter(WebAppFilterManager.java:557)
at [internal classes]
Caused by: javax.servlet.ServletException: Filter [authenticationFilter]: Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class
... 3 more
Caused by: java.lang.ClassNotFoundException: com.worklight.core.auth.impl.AuthenticationFilter
at com.ibm.ws.classloading.internal.UnifiedClassLoader.findClass(UnifiedClassLoader.java:78)
... 1 more
また、ワークライト コンソールが開いていません。エラーは次のとおりです。
Failed to deploy the application to Worklight server: Internal Server Error; Error 500: javax.servlet.ServletException: Filter [authenticationFilter]:
Could not find required filter class - com.worklight.core.auth.impl.AuthenticationFilter.class