mxsm opened a new issue, #3269:
URL: https://github.com/apache/incubator-eventmesh/issues/3269

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Environment
   
   Linux
   
   ### EventMesh version
   
   master
   
   ### What happened
   
   
   
![image](https://user-images.githubusercontent.com/15797831/221367158-56911919-0c09-49f2-91f5-e1a1bc5dbab2.png)
   
   ```shell
   2023-02-25 23:10:05,576 main DEBUG Reconfiguration complete for 
context[name=12a3a380] at URI /mnt/e/localLinux/dist/conf/log4j2.xml 
(org.apache.logging.log4j.core.LoggerContext@290222c1) with optional 
ClassLoader: null
   2023-02-25 23:10:05,576 main DEBUG Shutdown hook enabled. Registering a new 
one.
   2023-02-25 23:10:05,578 main DEBUG LoggerContext[name=12a3a380, 
org.apache.logging.log4j.core.LoggerContext@290222c1] started OK.
   2023-02-25 23:10:05,665 WARN  [main] 
JarExtensionClassLoader(JarExtensionClassLoader.java:99) - plugin 
dir:/mnt/e/localLinux/dist/plugin/security/security is not exist
   2023-02-25 23:10:05,667 ERROR [main] Acl(Acl.java:59) - can't load the 
aclService plugin, please check.
   2023-02-25 23:10:05,673 pool-1-thread-1 DEBUG Stopping 
LoggerContext[name=12a3a380, 
org.apache.logging.log4j.core.LoggerContext@290222c1]
   2023-02-25 23:10:05,667 ERROR [main] 
EventMeshStartup(EventMeshStartup.java:56) - EventMesh start fail.
   java.lang.RuntimeException: doesn't load the aclService plugin, please check.
        at org.apache.eventmesh.runtime.acl.Acl.aclBuilder(Acl.java:60) 
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.acl.Acl.lambda$getInstance$0(Acl.java:53) 
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at java.util.HashMap.computeIfAbsent(HashMap.java:1128) ~[?:1.8.0_342]
        at org.apache.eventmesh.runtime.acl.Acl.getInstance(Acl.java:53) 
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshServer.<init>(EventMeshServer.java:65)
 ~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshStartup.main(EventMeshStartup.java:37)
 [eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
   ```
   when I use start.sh to start runtime
   
   ### How to reproduce
   
   ```
   sh start.sh
   ```
   
   ### Debug logs
   
   ```shell
   2023-02-25 23:10:05,576 main DEBUG Reconfiguration complete for 
context[name=12a3a380] at URI /mnt/e/localLinux/dist/conf/log4j2.xml 
(org.apache.logging.log4j.core.LoggerContext@290222c1) with optional 
ClassLoader: null
   2023-02-25 23:10:05,576 main DEBUG Shutdown hook enabled. Registering a new 
one.
   2023-02-25 23:10:05,578 main DEBUG LoggerContext[name=12a3a380, 
org.apache.logging.log4j.core.LoggerContext@290222c1] started OK.
   2023-02-25 23:10:05,665 WARN  [main] 
JarExtensionClassLoader(JarExtensionClassLoader.java:99) - plugin 
dir:/mnt/e/localLinux/dist/plugin/security/security is not exist
   2023-02-25 23:10:05,667 ERROR [main] Acl(Acl.java:59) - can't load the 
aclService plugin, please check.
   2023-02-25 23:10:05,673 pool-1-thread-1 DEBUG Stopping 
LoggerContext[name=12a3a380, 
org.apache.logging.log4j.core.LoggerContext@290222c1]
   2023-02-25 23:10:05,667 ERROR [main] 
EventMeshStartup(EventMeshStartup.java:56) - EventMesh start fail.
   java.lang.RuntimeException: doesn't load the aclService plugin, please check.
        at org.apache.eventmesh.runtime.acl.Acl.aclBuilder(Acl.java:60) 
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.acl.Acl.lambda$getInstance$0(Acl.java:53) 
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at java.util.HashMap.computeIfAbsent(HashMap.java:1128) ~[?:1.8.0_342]
        at org.apache.eventmesh.runtime.acl.Acl.getInstance(Acl.java:53) 
~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshServer.<init>(EventMeshServer.java:65)
 ~[eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
        at 
org.apache.eventmesh.runtime.boot.EventMeshStartup.main(EventMeshStartup.java:37)
 [eventmesh-runtime-1.8.0-release.jar:1.8.0-release]
   ```
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to