Eclipse在"开发,调试"中展示了liberty-HelloWorld应用程序。模式。但是,没有任何断点被击中,我在日志中看到以下错误消息:
Updated app with guid 902a2568-1c6f-473b-88a4-8ba972df59f6 ({"environment_json"=>"PRIVATE DATA HIDDEN"})
Updated app with guid 902a2568-1c6f-473b-88a4-8ba972df59f6 ({"state"=>"STOPPED"})
Stopping app instance (index 0) with guid 902a2568-1c6f-473b-88a4-8ba972df59f6
Stopped app instance (index 0) with guid 902a2568-1c6f-473b-88a4-8ba972df59f6
Updated app with guid 902a2568-1c6f-473b-88a4-8ba972df59f6 ({"state"=>"STARTED"})
Starting app instance (index 0) with guid 902a2568-1c6f-473b-88a4-8ba972df59f6
Activating app management utilities: jmx, debug
**Warning: ENABLE_BLUEMIX_DEV_MODE is deprecated. Use BLUEMIX_APP_MGMT_ENABLE instead.**
...
[INFO ] SRVE0169I: Loading Web Module: com.ibm.ws.cloudoe.management.client.liberty.connector.
[INFO ] SRVE0250I: Web Module com.ibm.ws.cloudoe.management.client.liberty.connector has been bound to default_host.
[AUDIT ] CWWKT0016I: Web application available (default_host): http://18t9pjko5se:61264/IBMMGMTRest/
**[ERROR ] CWWKE0701E: [com.ibm.ws.injectionengine.osgi.internal.OSGiInjectionEngineImpl(149)] The registerInjectionProcessorProvider method has thrown an exception Bundle:com.ibm.ws.injection(id=54) com.ibm.wsspi.injectionengine.InjectionException: provider already registered for javax.ejb.EJB
at [internal classes]
at com.ibm.ws.injectionengine.AbstractInjectionEngine.registerInjectionProcessorProvider(AbstractInjectionEngine.java:306)**
[INFO ] SRVE0169I: Loading Web Module: IBMJMXConnectorREST.
[AUDIT ] CWWKT0016I: Web application available (default_host): http://18t9pjko5se:61264/IBMJMXConnectorREST/
[INFO ] SRVE0250I: Web Module IBMJMXConnectorREST has been bound to default_host.
...
[INFO ] CWWKZ0018I: Starting application myapp.
[INFO ] SRVE0169I: Loading Web Module: Hello Java.
[INFO ] SRVE0250I: Web Module Hello Java has been bound to default_host.
[AUDIT ] CWWKT0016I: Web application available (default_host): http://18t9pjko5se:61264/
[AUDIT ] CWWKZ0001I: Application myapp started in 0.976 seconds.
[AUDIT ] CWWKF0012I: The server installed the following features: [appSecurity-2.0, jpa-2.0, json-1.0, couchdb-1.0, restConnector-1.0, distributedMap-1.0, beanValidation-1.0, icap:managementConnector-1.0, jdbc-4.0, ssl-1.0, managedBeans-1.0, cloudAutowiring-1.0, jsf-2.0, jsp-2.2, servlet-3.0, jaxrs-1.1, uaaUserRegistry-1.0, jndi-1.0, appState-1.0, ejbLite-3.1, cdi-1.0].
[AUDIT ] CWWKF0011I: The server defaultServer is ready to run a smarter planet.
[INFO ] CWWKF0008I: Feature update completed in 12.128 seconds.
Updated app with guid 902a2568-1c6f-473b-88a4-8ba972df59f6 ({"environment_json"=>"PRIVATE DATA HIDDEN"})
2015/08/17 16:18:29 redirect to use https /bluemix-tunnel/debug
2015/08/17 16:18:29 TunnelHandler[127.0.0.1:7777] receives webSocket request: snsuryan-nlc-insurance-cartridge.mybluemix.net - GET /bluemix-tunnel/debug HTTP/1.1
**16:18:29.718 ERROR: [PacketDispatcher.cpp:95] Run: Exception in connection: TransportException [510/202] 'JDWP-Handshake' receiving error: premature EOF**
[INFO ] SESN8501I: The session manager did not find a persistent storage location; HttpSession objects will be stored in the local application server's memory.
[INFO ] SESN0176I: A new session context will be created for application key default_host/
...
[INFO ] SRVE0242I: [myapp] [/] [javax.ws.rs.core.Application]: Initialization successful.