Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Failure launching server using JazzServer-06M6-Maximal.xml

I am trying to launch the Jazz Server from the workspace. After downloading the launch config, setting the target platform, configuring JDK 1.6 and performing the steps to get around the org.apache.commons.logging versioning issue, I get the following error on Eclipse Console:

The java class is not found: M6\client\eclipse.......server.repositoryDB

Never seen this issue before with M5a or any earlier versions. Any help appreciated.

Thanks
Vivek

0 votes



2 answers

Permanent link
vivekgg wrote:
I am trying to launch the Jazz Server from the workspace. After
downloading the launch config, setting the target platform,
configuring JDK 1.6 and performing the steps to get around the
org.apache.commons.logging versioning issue, I get the following
error on Eclipse Console:

The java class is not found:
M6\client\eclipse.......server.repositoryDB

Never seen this issue before with M5a or any earlier versions. Any
help appreciated.

Thanks
Vivek


I've seen this before when something in the arguments of the launch has
a space causing one argument value to get broken up when it should stay
together. I think what happened is that for this argument:

-Dcom.ibm.team.repository.db.jdbc.location=${target_home}/../../server/repositoryDB

The ${target_home} value expands to a path with a space (right before
"M6"). I think you can fix this wrapping the path in quotes like this:

-Dcom.ibm.team.repository.db.jdbc.location="${target_home}/../../server/repositoryDB"


--
Chris Daly
Jazz Component Development Team

0 votes


Permanent link
Thanks Chris. That worked.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,930

Question asked: Apr 11 '08, 3:25 p.m.

Question was seen: 7,396 times

Last updated: Apr 11 '08, 3:25 p.m.

Confirmation Cancel Confirm