error in Process Configuration Source "schema_reference: Failed to read schema document 'ProcessSpecification.xsd' error using RTC Eclipse Plugin
when using the RTC Eclipse 5.0.2 plugin for CLM 5.0.2 I get an error in Process Configuration Source tab
"schema_reference: Failed to read schema document 'ProcessSpecification.xsd' because 'platform' access is not allowed due to restriction set by the accessExternalSchema property
I've uninstalled Eclipse and the RTC Plugin multiple times still the same error. Its preventing me from making any process configuration changes to a project area. Any help would be appreciated. probably means I have some kind of conflicting XML library in your path somewhere. Also Java home is configured correctly.
Using a Mac, Eclipse Neon 4.6 |
3 answers
I had to revert to Java version 1.7 and installed an older Eclipse version ( Eclipse Luna) and Im able to successfully access the 'Process Configuration' features.
|
This issue can indicate a communication issue when calling the RTC server.
Try this first before re-installing eclipse many times. (Like I just did) Also the [workspace]/.metadata/.log file can give you information that the error log view inside eclipse doesn't |
When Eclipse is running in a 1.8 JVM, this happens. Whenever I install a new Eclipse, I forget this, research it, remember, and then add... -vm C:/Progra~1/Java/jdk1.7.0_79/bin/javaw.exe ...to eclipse.ini. Comments 1
Donald Nong
commented Mar 30 '17, 6:30 a.m.
When you add this, Eclipse is running with Java 1.7, which is almost the same as Michael's answer. If you don't specify it, Eclipse will try to use the JRE located in the same path (if available) or the system JRE.
Matthew Inman Cochrane
commented Mar 30 '17, 11:11 a.m.
Exactly. One of my coworkers solves this by setting his system environment variables to 1.7. I would much rather my system be using the latest, and just Eclipse use 1.7 if RTC insists. 1
Donald Nong
commented Mar 30 '17, 9:47 p.m.
If you use the RTC full package (not an Eclipse plugin), the IBM JDK is included, and used by RTC by default. It is not affected by the System JRE. If you use a standalone Eclipse, IBM has no control over it and you need to ensure that the environment is compatible. The Java 8 support may not get into 6.0.4 based on the discussion on this plan item.
|
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.
Comments
I suggest you use a different machine with a different RTC Eclipse client to check whether the process configuration source itself is corrupted.