Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Import WSDL Schemas do not work

 I'm having the same error Rasyque had here https://www.talendforge.org/forum/viewtopic.php?id=55866 more or less. In my case the installation route has not spaces and the error is this one:

 

 

!ENTRY org.talend.platform.logging 4 0 2017-06-08 13:50:36.795
!MESSAGE 2017-06-08 13:50:36,795 ERROR org.talend.repository.localprovider.model.LocalRepositoryFactory  - try to load wrong item:PruebaWEBSEVICE / Services

 

 

!ENTRY org.talend.platform.logging 4 0 2017-06-08 09:08:02.408
!MESSAGE 2017-06-08 09:08:02,377 ERROR org.talend.commons.exception.CommonExceptionHandler  - Error during schema processing

!STACK 1
org.eclipse.core.runtime.CoreException: Error during schema processing
	at org.talend.repository.services.action.PublishMetadataRunnable$1.run(PublishMetadataRunnable.java:132)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
	at org.talend.repository.services.action.PublishMetadataRunnable.run(PublishMetadataRunnable.java:146)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(Unknown Source)
	at java.util.ArrayList.get(Unknown Source)
	at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:547)
	at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:384)
	at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:221)
	at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:120)
	at org.talend.repository.services.action.PublishMetadataRunnable.process(PublishMetadataRunnable.java:295)
	at org.talend.repository.services.action.PublishMetadataRunnable.access$3(PublishMetadataRunnable.java:258)
	at org.talend.repository.services.action.PublishMetadataRunnable$1.run(PublishMetadataRunnable.java:130)
	... 3 more
!SUBENTRY 1 org.talend.repository.services 4 0 2017-06-08 09:08:02.408
!MESSAGE Error during schema processing
!STACK 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.rangeCheck(Unknown Source)
	at java.util.ArrayList.get(Unknown Source)
	at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:547)
	at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:384)
	at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:221)
	at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:120)
	at org.talend.repository.services.action.PublishMetadataRunnable.process(PublishMetadataRunnable.java:295)
	at org.talend.repository.services.action.PublishMetadataRunnable.access$3(PublishMetadataRunnable.java:258)
	at org.talend.repository.services.action.PublishMetadataRunnable$1.run(PublishMetadataRunnable.java:130)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
	at org.talend.repository.services.action.PublishMetadataRunnable.run(PublishMetadataRunnable.java:146)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

I can import other wsdls but I'm having the error with just one WSDL. For scurity reasons I cannot publish it here but if anyone could help me I could send you the link. The thing is that I can import and use without problem this WSDL in SOAP-UI.

 

Thanks in advance.

 

 

Labels (5)
1 Reply
Anonymous
Not applicable
Author

Hi
It is an IndexOutOfBoundsException, maybe it is a file issue, would you mind email me the link for testing.

Regards
Shong