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

SCM cmd line tool on Linux does not work without X-Server

Hi,
I'm having unusual problem with scm command line on Linux (RH4).

I have RTC-ExpressC-Full-1.0.1-Linux.zip client installed on Linux.
I log into this Linux machine via Putty and try to run scm command. When there is no X-Server running on my local machine I get following message:

The application 'scm' lost its connection to the display localhost:11.0;
most likely the X server was shut down or you killed/destroyed
the application.



Everything works fine when X-Server is up.
Has anybody encountered this issue? It is bit of a problem for me because I want to set up some scm tasks via cron.

Cheers!
Piotr

0 votes



2 answers

Permanent link
Ok, I found quick workaround based on this topic -> https://jazz.net/forums/viewtopic.php?t=4109

I have replaced original scm script (from scmtools/eclipse) with this one:


#!/bin/bash
java -jar plugins/org.eclipse.equinox.launcher_*.jar $*
exit 0


Seems to work fine now.

0 votes


Permanent link
Ok, I found quick workaround based on this topic -> https://jazz.net/forums/viewtopic.php?t=4109

I have replaced original scm script (from scmtools/eclipse) with this one:


#!/bin/bash
java -jar plugins/org.eclipse.equinox.launcher_*.jar $*
exit 0


Seems to work fine now.


I have created the following Work Item to address this issue: https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=77687

kind regards,
Jakub

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

Question asked: Apr 07 '09, 5:24 a.m.

Question was seen: 5,837 times

Last updated: Apr 07 '09, 5:24 a.m.

Confirmation Cancel Confirm