Run Jazz server in remote mode
Hi,
I'm trying to run jazz 2.0 server in remote mode using the following topic: https://jazz.net/wiki/bin/view/Main/JazzServerRunAndDebug I've created a new Java project, imported the launch configuration and tried to launch it. I've got no errors but the only thing I can see on console is
and no one URL for jazz is accessible. What I'm doing wrong?? |
8 answers
I can't tell from the information that you've supplied here, but the server appears not to be running - if it was, you would see various server diagnostic output in the osgi console.
I would open your launch, and be sure that the jazz server plugins are selected as you expect. Hi, |
Thank you for the answer. I have use the launch configuration for 2.0 provided by the page I've linked before. For that reason I was think that I missed something.
How do I do to know which plugins are part of server if the example launch does not work? |
Thank you for the answer. I have use the launch configuration for 2.0 provided by the page I've linked before. For that reason I was think that I missed something. It seems that i was missing something: now I've set Jazz Server as Target Platform and the server is launched. But it seems that it doesn't retry my DB information because I see only "Error fetching server status information" on admin web console. If I try to put teamserver.properties url I got this error: 16:57:19,207 ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Invalid URL specified for teamserver.properties 16:57:19,207 ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties but the address seems ok... Without using teamserver.properties I got this error: The "DERBY" database vendor is not supported by the server license. |
Using
https://jazz.net/wiki/bin/view/Main/DbVendorIsNotSupported I've resolved my problem with DbVendor and now the server seems to run correctly. I've always the problem if I want to specify teamserver.properties but it's secondary. |
Using Hi Michele, I have set up rtc 2.0 development environment, and met the similar problem. I used RTC2.0 express-c version.
It seems that you resolve it with DbVendor. Could you please tell me what steps to resolve it. The wiki page is a little old. https://jazz.net/wiki/bin/view/Main/DbVendorIsNotSupported And if I want to do some extensions for rtc 2.0, could express-c be enough to do this? Thanks in advance, Joseph |
I resolved it as I said using the link.
Just take licence jar from /jazz/server/license-update-site/plugin and import on your project. Then you have to see this plugin from your launch configuration. If you does not see it, change your target platform (from Preferences->Plug-in Development->Target Platform) adding the license plugin, and then add it in your launch configuration. |
I resolved it as I said using the link. Great. I resolved it with your solution. Thanks a lot for your quick response. Regards, Joseph |
this solution is ok, jazz server run...
but seems to be a problem looking the server status from the rtc console: osgi> 18:50:43,410 ERROR com.ibm.team.server.embedded.jetty.auth.Activator - Failed to locate teamserver.properties 18:50:43.660 INFO org.mortbay.log.LogImpl.add(LogImpl.java:109) >21> added org.mortbay.log.OutputStreamLogSink@200a200a 18:50:43.426 INFO org.mortbay.http.HttpServer.doStart(HttpServer.java:684) >16> Version Jetty/5.1.x 18:50:43.676 INFO org.mortbay.util.FileResource.<clinit>(FileResource.java:60) >24> Checking Resource aliases 18:50:47.154 INFO org.mortbay.util.Container.start(Container.java:75) >22> Started org.mortbay.jetty.servlet.WebApplicationHandler@579a579a 18:51:49.508 INFO org.mortbay.util.Container.start(Container.java:75) >17> Started WebApplicationContext 18:51:49.554 INFO org.mortbay.http.SocketListener.start(SocketListener.java:205) >17> Started SocketListener on 0.0.0.0:9080 18:51:50.865 INFO org.mortbay.http.SocketListener.start(SocketListener.java:205) >17> Started SocketListener on 0.0.0.0:9443 18:51:50.880 INFO org.mortbay.util.Container.start(Container.java:75) >15> Started org.mortbay.jetty.Server@6d726d72 |
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.