Everything is "unconfigured" after upgrades
![]()
I upgraded a working 4.0.6 test server to 5.0.1, then 5.0.1.2 (applied ifix 2) then 5.0.2, then 5.0.2.1 (applied ifix 1).
I went to make a change to a workflow only to find that workflow is "unconfigured" and empty. In fact EVERYTHING is "unconfigured". What's even weirder is that aside from not being able to change the configuration of anything, everything is working fine! I can add or change work items, change things in plans, etc. When I add a new work item, I can update it with state changes even though that area of config is empty and says "unconfigured". What step might I have missed in all this upgrading? I did upgrade the client to 5.0.2.1 as well (using Eclipse Kepler with P2) and I did trash the workspace and start again. Diagnostics run successfully on both JTS and CCM.
![]() |
5 answers
![]()
I figured out the cause, though not the reason. If I copy the jdk folder from the "RTC official client" folder and add the following to my eclipse.ini file for Luna, it works fine:
-vm jdk\jre\bin I did try setting -vm to the java 8 bin folder, but that didn't help. This is the first time in 4 years I've had a problem using the "latest java" with RTC. We need to keep our machines updated to the latest java for security reasons. In fact, we have programs that do a security check and won't run if we're behind on java. It appears RTC 5.0.2 does not work with Java 8 u25 (at least not 64 bit), even though RTC 4.0.6 and 5.0.1 work just fine with it. And it does appear to work for 15 seconds and then fail, which is especially weird. And most of the tool continues to work fine - just the project configuration fails to function. Comments I have submitted this as a defect:
|
Comments
Launch RTC with a new workspace, or even use a new copy of RTC client?
Tried so far:
New workspace
Stop/start server
Different projects using different unshared templates
New client (Kepler with ifix 1) and new workspace
New client (Kepler without ifix 1) and new workspace
Remove ifix 1 from server (and stop/start)
New info: When I first open a project, it shows "Roles" at the top just fine. After about 15 seconds suddenly Roles becomes unconfigured and empty.
One thing that does work normally:
Generic RTC client zip downloaded from jazz (which is based on Helios)
So now the question is - what is breaking it?
Kepler?
The P2 file?
Luna & Helios P2 testing next...