Jetty\Tomcat Server Launch Error Not getting any solution
I Tried everything to setup 502 setup but not getting success in anything.
1. Launching TOMCAT is itself is having issues.
!ENTRY org.eclipse.jdt.launching 4 113 2016-02-23 19:30:28.809
!MESSAGE Failed to connect to remote VM. Connection timed out.
!STACK 0
org.eclipse.jdi.TimeoutException
at org.eclipse.jdi.internal.connect.SocketTransportService.attach(SocketTransportService.java:151)
at org.eclipse.jdi.internal.connect.SocketTransportImpl.attach(SocketTransportImpl.java:43)
at org.eclipse.jdi.internal.connect.SocketAttachingConnectorImpl.attach(SocketAttachingConnectorImpl.java:118)
at org.eclipse.jdt.internal.launching.SocketAttachConnector.connect(SocketAttachConnector.java:139)
at org.eclipse.jdt.internal.launching.JavaRemoteApplicationLaunchConfigurationDelegate.launch(JavaRemoteApplicationLaunchConfigurationDelegate.java:79)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
2. This is the error I am getting for Jetty launch.
2016-02-23 19:25:08.592:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2016-02-23 19:25:08.720:INFO::jetty-6.1.x
2016-02-23 19:25:09.260:INFO::Started SocketConnector@0.0.0.0:7080
2016-02-23 19:25:09.449:INFO::Started SslSocketConnector@0.0.0.0:7443
19:25:10,501 [Start Level Event Dispatcher] INFO nternal.app.servlet.util.ServletDispatchingHandler - CRJZS0315I Servlet Dispatching Enabled
19:25:10,501 [Start Level Event Dispatcher] INFO nternal.app.servlet.util.ServletDispatchingHandler - CRJZS0318I Servlet Loopback Disabled
19:25:12,711 [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:\RTC4DEV\workspaces\RTC502Dev_NEW\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\103\data\temp\_jazz\proxytemp\hc_211881121;C:\RTC4DEV\workspaces\RTC502Dev_NEW\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\396\data".
19:25:12,711 [Start Level Event Dispatcher] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0160I For the application context "/jazz", the application data path is "C:\RTC4DEV\workspaces\RTC502Dev_NEW\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\103\data\temp\_jazz\proxytemp\hc_211881121".
19:25:12,711 [Start Level Event Dispatcher] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0161I For the application context "/jazz", the bundle data path is "C:\RTC4DEV\workspaces\RTC502Dev_NEW\.metadata\.plugins\org.eclipse.pde.core\[RTCExt] Jetty RTC Server\org.eclipse.osgi\bundles\396\data".
19:25:12,712 [Start Level Event Dispatcher] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0163I For the application context "/jazz", the application context configuration path is "<unknown>".
19:25:12,712 [Start Level Event Dispatcher] INFO com.ibm.team.jfs.app.ConfigUtil - CRJZS0162I For the application context "/jazz", the application configuration path is "<unknown>".
19:25:12,736 [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.
19:25:12,737 [Start Level Event Dispatcher] INFO nternal.OverridablePropertyFileServerConfiguration - CRJAZ1363I Loading the configuration from "file:/C:/RTC4DEV/workspaces/RTC502Dev_NEW/.metadata/.plugins/org.eclipse.pde.core/[RTCExt] Jetty RTC Server/org.eclipse.osgi/bundles/447/data/teamserver.properties".
19:25:34,143 [Worker-1] ERROR net.jazz.ajax.model.WebBundleDependency - A dependency on "com.ibm.team.vvc.shared.web.ui.util.SecurityServiceUtils" could not be resolved
19:25:51,260 [Worker-1] WARN net.jazz.ajax.model.JavaScriptModule - Unable to resolve URL: dijit/themes/tundra/images/buttonActive.png in dojox.form.FileUploader
19:25:55,756 [Worker-1] 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
Comments
Krzysztof Kaźmierczyk
Feb 23 '16, 7:49 a.m.Hi Praveen,
The problem title says something about Jetty. In the problem description you are mentioning starting Tomcat.
Could you clarify what you are already doing? Please also send the link to the documentation which you are using.
praveen patidar
Feb 23 '16, 11:00 p.m.Hello Krzysztof,
Its both issues. I have numbered 1 and 2, I will update the subject.
THanks
Praveen
Donald Nong
Feb 23 '16, 11:09 p.m.A title "cannot start the Jetty/Tomcat launcher for RTC extension development" probably explains the issue better. I personally did not see such issue when I briefly worked on the RTC 5.0.2 SDK. You should double check your steps against the work book. Otherwise, we may have to wait and see if @rschoon has a better idea.