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

error in opening zip file in Initialisation #480

Closed
paulsen-it opened this issue Oct 7, 2021 · 4 comments · Fixed by #639
Closed

error in opening zip file in Initialisation #480

paulsen-it opened this issue Oct 7, 2021 · 4 comments · Fixed by #639
Assignees
Labels
priority: high type: bug Something isn't working
Milestone

Comments

@paulsen-it
Copy link

In this code:
Smooks smooks = new Smooks("conf/smooks-config.xml");
I get the error "error in opening zip file"

This comes from org.smooks.classpath.Scanner.scanClasspath.

The debug log shows that the Scanner want to unzip an *.pom textfile:
DEBUG org.smooks.classpath.Scanner:57:handleArchive:118 ~ Scanning archive: C:\Users\User\.m2\repository\com\sun\xml\ws\jaxws-ri\2.3.0\jaxws-ri-2.3.0.pom

This comes from my Maven projects dependencies:

<dependency>
	<groupId>com.sun.xml.ws</groupId>
	<artifactId>jaxws-ri</artifactId>
	<version>2.3.0</version>
	<type>pom</type>
</dependency>

Please filter pom-Files or ignoring this kind of error. I think it is better to ignore, because it is not relevant to start Smooks.
Error happens in M2 and M3.
A M3-Maven Repository for smooks-all doesn't exists.

@ShawnSWu
Copy link

ShawnSWu commented Aug 7, 2022

I face the same issue, Have any solutions for this problem?

@cjmamo cjmamo self-assigned this Aug 12, 2022
@cjmamo cjmamo added this to the v2.0.0-RC2 milestone Aug 12, 2022
@cjmamo
Copy link
Member

cjmamo commented Aug 12, 2022

We'll try to resolve this by the next release.

@cjmamo cjmamo removed this from the v2.0.0-RC2 milestone Jun 27, 2023
@robbiebaske
Copy link

Hello. Any info why it was removed from RC2 ? I was monitoring this one closely for RC2 release. Because of this issue i am not able to build a connector with mule sdk containing smooks2

@cjmamo
Copy link
Member

cjmamo commented Jul 1, 2023

Frankly this fell off my radar and RC2 was released like a week ago. Will escalate its priority and tackle it for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high type: bug Something isn't working
Development

Successfully merging a pull request may close this issue.

4 participants