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

While starting the micro interator 4.3.0 server (WSO2 Integration Studio 8.3.0 )getting the below error #1382

Open
uarulraj486 opened this issue Oct 31, 2024 · 1 comment
Labels

Comments

@uarulraj486
Copy link

Description

Could not load Logmanager "org.apache.juli.ClassLoaderLogManager"
java.lang.ClassNotFoundException: org.apache.juli.ClassLoaderLogManager
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
at java.logging/java.util.logging.LogManager$1.run(LogManager.java:239)
at java.logging/java.util.logging.LogManager$1.run(LogManager.java:223)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
at java.logging/java.util.logging.LogManager.(LogManager.java:222)
at java.logging/sun.util.logging.internal.LoggingProviderImpl.demandJULLoggerFor(LoggingProviderImpl.java:409)
at java.logging/sun.util.logging.internal.LoggingProviderImpl.demandLoggerFor(LoggingProviderImpl.java:438)
at java.base/jdk.internal.logger.DefaultLoggerFinder.getLogger(DefaultLoggerFinder.java:159)
at java.base/jdk.internal.logger.LazyLoggers.getLoggerFromFinder(LazyLoggers.java:410)
at java.base/jdk.internal.logger.LazyLoggers.getLazyLogger(LazyLoggers.java:465)
at java.base/jdk.internal.logger.LazyLoggers.getLogger(LazyLoggers.java:435)
at java.base/java.lang.System.getLogger(System.java:1786)
at jdk.management.agent/sun.management.jmxremote.ConnectorBootstrap.(ConnectorBootstrap.java:889)
at jdk.management.agent/jdk.internal.agent.Agent.startLocalManagementAgent(Agent.java:318)
at jdk.management.agent/jdk.internal.agent.Agent.startAgent(Agent.java:450)
at jdk.management.agent/jdk.internal.agent.Agent.startAgent(Agent.java:599)
Error: Could not find or load main class 2.app.Contents.Eclipse.runtime.microesb.repository.logs
Caused by: java.lang.ClassNotFoundException: 2.app.Contents.Eclipse.runtime.microesb.repository.logs

Steps to Reproduce

  1. Download the WSO2 integration studio 8.3.0
  2. Java Compiler it points to the./Applications/IntegrationStudio.app/Contents/Eclipse/jdk-home/Contents/Home/bin
  3. Added the tomcat-juli-9.0.85.jar in the classpath
  4. created a integration project (composite, config)
  5. Selected the created proxy service
  6. Added to the Composite project
  7. Run as --> Run On server(microintegrator 4.3.0)
  8. It throws the above error in the description section

Version

WSO2 integration studio 8.3.0

Environment Details (with versions)

MAC
WSO2 integration studio 8.3.0 inbuilt jjdk

@gspadotto
Copy link

Have you tried adding tomcat-juli-9.0.85.jar into Applications/IntegrationStudio.app/Contents/Eclipse/runtime/microesb/lib ?

What is the reason to use that jar?

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

No branches or pull requests

2 participants