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

java.lang.NoClassDefFoundError when starting WebViewer #1451 #1464

Conversation

claesrosell
Copy link
Contributor

Added missing Import-Package: headers to "our" version of Axis 1.4.1

I do not know the state of the Axis in Orbit. It has the correct import statements but I do not know if it contains the fixes for the vulnerabilities mentioned in #662, which made us build our own version of Axis.



Added missing Import-Package: headers to "our" version of Axis 1.4.1
@merks
Copy link
Contributor

merks commented Oct 28, 2023

That sounds related to eclipse-orbit/orbit-simrel#16 where the discussion died.

Where did birt’s version come from? Was there an ip review associated it? What exactly was fixed and where is what was done tracked?

@claesrosell
Copy link
Contributor Author

When I am reading through #662 I get the feeling that it was built from the sources of the Apache github repository https://github.com/apache/axis-axis1-java , which have had a lot of commits since the last release ( 2006-04-22).

Why I want to address this now is that these missing Import-Package statements prevents the WebViewer from working. With them in place my local build of #1462 is working.

@claesrosell claesrosell marked this pull request as ready for review October 28, 2023 20:07
@claesrosell
Copy link
Contributor Author

... with that said: I rather use Axis from Orbit

@merks
Copy link
Contributor

merks commented Oct 29, 2023

Yes, I would love to have/get/find a newer version with issues CVE addressed, but from where to get it? I don't see anything published on maven central based on commits in here:

https://github.com/apache/axis-axis1-java

That links to

https://axis.apache.org/

And there one sees only axis2 stuff suggesting that it would be far better to use axis2...

Copy link
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like someone just dropped some new jar in there:

image

But where it was built, and who built it is a mystery. A mystery that needs to be solved.

In the meantime, yes, there are package requirements missing that are present in the orbit version, so best we add those.

@claesrosell claesrosell merged commit fa2d991 into eclipse-birt:master Oct 29, 2023
3 checks passed
@claesrosell claesrosell deleted the 1451-javalangnoclassdeffounderror-javaxxmlrpcencodingtypemappingregistry-when-starting-webviewer branch October 29, 2023 08:34
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

Successfully merging this pull request may close these issues.

java.lang.NoClassDefFoundError: javax/xml/rpc/encoding/TypeMappingRegistry when starting WebViewer
2 participants