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

RTC freezes on Mac OS Big Sur

RTC v6.0.5. Works well while on Catalina.


Once upgraded to Big Sur it is not working anymore.

Upon launch Splashscreen + option to select default workspace and it freezes there. 

I couldn't click or type in anything within the window.


0 votes



5 answers

Permanent link

 I've did a quick hack, adding the line SHOW_WORKSPACE_SELECTION_DIALOG=false to /configuration/.settings/org.eclipse.ui.ide.prefs file to make RTC go into my workspace.


But inside the workspace it freezes as well. Couldn't click on anything, can't even click on the top options bar.

0 votes


Permanent link
Big Sur is not yet officially supported by RTC and it is currently under development plan's support it in the coming version(see comments from the dev team here: https://jazz.net/forum/questions/273162/unable-to-download-rqm-excel-add-in-for-mac-os-big-sur )

You may want to try the below and see if it helps:
Open the rtc605 client unzip folder, find the eclipse application file, right click on it, choose show package content, expand the MacOS folder, right click on the eclipse executable file, choose make alias, double click on the eclipse alias file to start rtc 605 client

0 votes


Permanent link

"Open the rtc605 client unzip folder, find the eclipse application file, right click on it, choose show package content, expand the MacOS folder, right click on the eclipse executable file, choose make alias, double click on the eclipse alias file to start rtc 605 client"


That's how I launch the application on my MacOS. Prior to big sur (catalina) i was able to open the app.

0 votes

Comments

There was info that using unzip plain RTC 6.0.4 client may work using the above option to open the client. if you are not with v6.0.4 client, you may give it a try. It can be used for v6.0.5 RTC server.


Permanent link
Yesterday I downloaded 6.0.6 Mac zip file.  I unzipped.  I tried a couple of things which help:

  • Edit the eclipse.sh to remove the relative path for java leaving just java after the exec
  • Edited jazz/Eclipse.app/Contents/MacOS/eclipse.ini in the same fashion -- stripping the path from the line following -vm
The 2nd option works better as the dialog for choosing workspace doesn't get stuffed up an the UI will open.  I can make a connection to a repository and run work item queries ok.   Haven't tried loading a workspace.

0 votes


Permanent link

 I've found the solution. For RTC Eclipse in Big Sur it needs to point to a compatible Java JDK

1. Download and setup jdk

brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk8
cd /Library/Java/JavaVirtualMachines/adoptopenjdk-8/Contents/Home/lib
sudo ln -s ../jre/lib/server/libjvm.dylib libserver.dylib

2. Let RTC Eclipse use system jdk instead of bundled jdk
Eclipse -> Show Package Content -> Contents/MacOS/eclipse.ini
remove the -vm path

3. Your Eclipse should be able to run now. If the error still exist, there might be due to conflicting version of jdk installed. U can setup Java path switching, or delete other jdks in
/Library/Java/JavaVirtualMachines/

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: Jan 25 '21, 12:44 a.m.

Question was seen: 2,075 times

Last updated: Feb 26 '21, 2:50 a.m.

Confirmation Cancel Confirm