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
Using a Mac, Eclipse Neon 4.6
3 answers
This issue can indicate a communication issue when calling the RTC server.
In our case the HTTP server did not return the correct headers.
When I called the server directly on port 9443 everything worked fine.
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 vote
1 vote
Comments
Donald Nong
Jul 19 '16, 8:53 p.m.