It's all about the answers!

Ask a question

Problem with Debugging server side plugin inside eclipse using jetty


vinitha dsouza (14719123) | asked Jul 27 '15, 8:05 a.m.
Hello team

I am trying to debug my server side plugin inside eclipse using jetty server launch .
I followed the steps given in the link
 https://jazz.net/library/content/articles/rtc/4.0/extensions-workshop/downloads/RTC4xExtPoT.pdf

But under Test the jetty based server luanch(lab 1 (1.6) )  i am not able to access the link
https://localhost : 744 3 /jazz/admin.

what could be the reason ?

Comments
Shawn Maclaga commented Jul 27 '15, 9:36 a.m.

Have you verified the server and port settings under the Bundles/System Properties?


Is there anything useful in the Console?


vinitha dsouza commented Jul 27 '15, 11:41 a.m.

Hello Shawn

I have only JTS Server is installed in my machine.
Not the Jazz Server .
So can i debug using Jetty if i have only jts .

So i am not able to access( https://localhost :744 3/jazz/admin)

i can access only (https://localhost:9443/jts/admin)


Ralph Schoon commented Jul 27 '15, 11:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I have seen many reasons why this could not work.

  • Other program uses the port - I had openfire server running on that port. You can see an error to connect to the port in the console
  • I have seen sometimes that the port was not returned even if Jetty was terminated and had to completely log of and log in again
  • If you fail to provide the two XML files that you have to copy into the workshop configuration folder
  • If you fail to properly follow the workshop and do something wrong with the SDK set up
  • If the JUnit test used to create the test database fails or is interrupted

There should be some information in the console, although there are a lot of warnings that are not fatal.


vinitha dsouza commented Jul 27 '15, 11:50 a.m.

Hello Ralph
Thank you  for Response :

Does it not work on JTS server (https://localhost:9443/jts/admin).

Because i have Only installed JTS server in my machine  .

One answer



permanent link
Ralph Schoon (63.1k33646) | answered Jul 27 '15, 11:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Jul 27 '15, 11:59 a.m.
If you want, for whatever reason run a lonly JTS, you would have to get the XML files for JTS copied to the workshop configuration.

https://localhost:9443/jts/admin this should be JTS and RTC installed as the workshop tells you.

If you don't carefully follow the workshop instructions and deviate from them, no one here will be able to help you.

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.