【发布时间】:2014-09-04 07:15:00
【问题描述】:
我将 IBM Worklight 6.2.0.00-20140825-1637 用于我的移动应用项目。
我在尝试启动 Worklight 服务器时收到此错误消息。它发生在我在 Eclipse 中更新了 Worklight 6.1 之后。
[ERROR ] CWWKX0202E: The WebSphere Java Management Extensions REST client was unable to process the response from the server for URL https://localhost:10443/IBMJMXConnectorREST on connection rest:localhost:10443 admin 61
Unexpected character: [<] while scanning JSON String for JSON type. Invalid JSON.
[ERROR ] FWLST0003E: ========= Failed starting project /bii-mobile [project bii-mobile]
java.lang.reflect.InvocationTargetException
[ERROR ] null
java.lang.reflect.InvocationTargetException
[ERROR ] An unhandled exception occurred which will be propagated to the container.
java.lang.NullPointerException
[ERROR ] CWWKX0202E: The WebSphere Java Management Extensions REST client was unable to process the response from the server for URL https://localhost:10443/IBMJMXConnectorREST on connection rest:localhost:10443 admin 62
Unexpected character: [<] while scanning JSON String for JSON type. Invalid JSON.
[ERROR ] An unhandled exception occurred which will be propagated to the container.
java.lang.NullPointerException
[ERROR ] CWWKX0202E: The WebSphere Java Management Extensions REST client was unable to process the response from the server for URL https://localhost:10443/IBMJMXConnectorREST on connection rest:localhost:10443 admin 62
Unexpected character: [<] while scanning JSON String for JSON type. Invalid JSON.
[ERROR ] FWLSE256E: StatusMessage [severity=ERROR, message='InvocationTargetException:', timestamp=1409814384782, detailedMessage=java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.worklight.server.bundle.project.JeeProjectActivator$1.run(JeeProjectActivator.java:196)
at java.lang.Thread.run(Thread.java:695)
Caused by: java.lang.RuntimeException: Timeout while waiting for the management service to start up.120 secs.
at com.worklight.core.init.WorklightServletInitializer$1.run(WorklightServletInitializer.java:134)
at com.worklight.core.init.WorklightServletInitializer.initialize(WorklightServletInitializer.java:162)
... 6 more
] [project bii-mobile]
【问题讨论】:
-
“等待时超时”异常是 CWWKX0202E 异常的结果。消息“意外字符:扫描 JSON 字符串时 [
标签: ibm-mobilefirst worklight-server