It's all about the answers!

Ask a question

Unable to launch Jetty server for debug.


0
1
Sanjeev Kulkarni (331722) | asked Jun 02 '15, 8:39 a.m.
edited Jun 02 '15, 8:40 a.m.
I am trying to set up development environment by following steps specified in document [RTC4xExtPoT.pdf] downloaded from RTC Extension Workshop
RTC version 5.0.2 is being used for set-up.

I am able to set up development environment without any problems till step [_26. Launch the Jetty server for debug - page No 52].
On performing steps [_26. _a, _b, _c]  I get the following console output.
2015-06-02 14:26:32.743:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2015-06-02 14:26:32.788:INFO::jetty-6.1.x
2015-06-02 14:26:33.194:INFO::Started SocketConnector@0.0.0.0:7080
2015-06-02 14:26:33.271:INFO::Started SslSocketConnector@0.0.0.0:7443
14:26:33,604 [Start Level Event Dispatcher]  INFO nternal.app.servlet.util.ServletDispatchingHandler  - CRJZS0315I Servlet Dispatching Enabled
14:26:33,604 [Start Level Event Dispatcher]  INFO nternal.app.servlet.util.ServletDispatchingHandler  - CRJZS0318I Servlet Loopback Disabled
14:26:34,703 [Start Level Event Dispatcher] ERROR com.ibm.team.jfs.app.ConfigUtil                     - CRJZS0159E For the application context "/jazz", the file "teamserver.properties" could not be found using the search path "C:\RTC502Dev\workspaces\Dev1\WS\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\182\data\temp\_jazz\proxytemp\hc_332796886;C:\RTC502Dev\workspaces\Dev1\WS\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\294\data".
14:26:34,703 [Start Level Event Dispatcher]  INFO com.ibm.team.jfs.app.ConfigUtil                     - CRJZS0160I For the application context "/jazz", the application data path is "C:\RTC502Dev\workspaces\Dev1\WS\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\182\data\temp\_jazz\proxytemp\hc_332796886".
14:26:34,703 [Start Level Event Dispatcher]  INFO com.ibm.team.jfs.app.ConfigUtil                     - CRJZS0161I For the application context "/jazz", the bundle data path is "C:\RTC502Dev\workspaces\Dev1\WS\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\294\data".
14:26:34,703 [Start Level Event Dispatcher]  INFO com.ibm.team.jfs.app.ConfigUtil                     - CRJZS0163I For the application context "/jazz", the application context configuration path is "<unknown>".
14:26:34,703 [Start Level Event Dispatcher]  INFO com.ibm.team.jfs.app.ConfigUtil                     - CRJZS0162I For the application context "/jazz", the application configuration path is "<unknown>".
14:26:34,711 [Start Level Event Dispatcher]  INFO nternal.OverridablePropertyFileServerConfiguration  -
 To submit questions about issues, go to the Jazz.net forum at https://jazz.net/forum.
 To find more information about a message, see the online product documentation.
14:26:34,711 [Start Level Event Dispatcher]  INFO nternal.OverridablePropertyFileServerConfiguration  - CRJAZ1363I Loading the configuration from "file:/C:/RTC502Dev/workspaces/Dev1/WS/.metadata/.plugins/org.eclipse.pde.core/[RTCExt] Jetty RTC Server/org.eclipse.osgi/bundles/542/data/teamserver.properties".
14:26:43,961 [Worker-0] ERROR net.jazz.ajax.model.WebBundleDependency             - A dependency on "com.ibm.team.vvc.shared.web.ui.util.SecurityServiceUtils" could not be resolved
14:26:51,684 [Worker-0]  WARN net.jazz.ajax.model.JavaScriptModule                - Unable to resolve URL: dijit/themes/tundra/images/buttonActive.png in dojox.form.FileUploader
14:26:54,381 [Worker-0]  WARN net.jazz.ajax/WebBundleScanner                      - com.ibm.team.vvc.shared.core.ui.objects.DeliverableChangeset has an unresolved dependency on com.ibm.team.vvc.shared.web.ui.util.SecurityServiceUtils

On performing step[_27. _a] I get the following error in eclipse console
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at com.ibm.jsse2.o.a(o.java:32)
    at com.ibm.jsse2.o.a(o.java:3)
    at com.ibm.jsse2.SSLSocketImpl.b(SSLSocketImpl.java:817)
    at com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:500)
    at com.ibm.jsse2.SSLSocketImpl.h(SSLSocketImpl.java:645)
    at com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:138)
    at com.ibm.jsse2.SSLSocketImpl.startHandshake(SSLSocketImpl.java:268)
    at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:675)
    at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

Can anyone suggest me what is going wrong.



One answer



permanent link
Ralph Schoon (63.1k33645) | answered Jun 02 '15, 8:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
From the error I can not tell. It seems to have something to do with the SSL communication.
with 5.x, please see https://rsjazz.wordpress.com/2014/06/11/running-rtc-4-x-extensions-workshop-with-rtc-5-0/

There are minor issues with the SDK, you want to fix them first.

Then check the whole log. If you see the indication that the server can not connect to the port you have specified, make sure no other process has this currently in usage. I had trouble until I found out I had OpenFire configured for my typical extension dev port. And there are other tolls like VMWare that might take the port.

Just logging off and/or restarting the Eclipse client sometimes helped me.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.