Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible de résoudre le nom 'lsc:serviceType' en un composant 'type definition' #4

Open
Abdoulsore opened this issue Sep 18, 2018 · 2 comments

Comments

@Abdoulsore
Copy link

Abdoulsore commented Sep 18, 2018

Hi,
I'm trying to debug an LSC issue, I found the issue but I don't know how to fix it.
The first time I launched the task I got this error:
sept. 18 10:29:27 - ERROR - org.lsc.exception.LscConfigurationException: Configuration exception: Unknown plugin implementation: org.lsc.plugins.connectors.obm.ObmGroupDstService
So I downloaded the obm plugin (lsc-obm-plugin-1.4-distribution.jar) and I added it in the lib directory (/usr/lib/lsc).
But now when I launch the task I got the error:

sept. 18 10:55:31 - ERROR - Unable to load configuration (org.lsc.exception.LscConfigurationException: Configuration exception: src-resolve : Impossible de résoudre le nom 'lsc:serviceType' en un composant 'type definition'.)
org.lsc.exception.LscConfigurationException: Configuration exception: src-resolve : Impossible de résoudre le nom 'lsc:serviceType' en un composant 'type definition'.
	at org.lsc.configuration.JaxbXmlConfigurationHelper.getConfiguration(JaxbXmlConfigurationHelper.java:157) ~[lsc-core-2.1.4.jar:na]
	at org.lsc.Configuration.setUp(Configuration.java:482) [lsc-core-2.1.4.jar:na]
	at org.lsc.Configuration.setUp(Configuration.java:456) [lsc-core-2.1.4.jar:na]
	at org.lsc.Launcher.run(Launcher.java:205) [lsc-core-2.1.4.jar:na]
	at org.lsc.Launcher.launch(Launcher.java:158) [lsc-core-2.1.4.jar:na]
	at org.lsc.Launcher.main(Launcher.java:141) [lsc-core-2.1.4.jar:na]
Caused by: org.xml.sax.SAXParseException: src-resolve : Impossible de résoudre le nom 'lsc:serviceType' en un composant 'type definition'.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) ~[na:1.8.0_161]
	....

Thanks for your help!

@rouazana
Copy link
Contributor

The issue is probably related to Java 8. Can you please try with Java 7?

Anyway we must keep this issue open to make it work fine with Java 8.

@Abdoulsore
Copy link
Author

Thank you, that was the problem. After switching to java 7 it works fine :)
thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants