You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/12/25 15:01:30 UTC

[GitHub] [incubator-linkis] 475350551 opened a new issue #1236: NoClassDefFoundError: com/webank/wedatasphere/linkis/LinkisBaseServerApp

475350551 opened a new issue #1236:
URL: https://github.com/apache/incubator-linkis/issues/1236


   
   根据部署教程,无法启动linkis,
   
   
   Steps to reproduce the behavior:
   1. 执行sh sbin/linkis-start-all.sh
   2.  See error
   Begin to check ps-publicservice
   Is local execution:sh /opt/linkis/inst/LinkisInstall/sbin/linkis-daemon.sh status ps-publicservice
   server ps-publicservice is not running
   ERROR: your linkis-ps-publicservice microservice is not start successful !!! ERROR logs as follows :
   Please check  detail log, log path :/opt/linkis/inst/LinkisInstall/logs/linkis-ps-publicservice.log
   <---------------------------------------------------->
   Is remote execution:tail -n 50 /opt/linkis/inst/LinkisInstall/logs/linkis-ps-publicservice.log
   Bad port 'linkis-ps-publicservice'
   <---------------------------------------------------->
   Please check  detail log, log path :/opt/linkis/inst/LinkisInstall/logs/linkis-ps-publicservice.log
   
   3. 检查日志发现:
   Exception in thread "main" java.lang.NoClassDefFoundError: com/webank/wedatasphere/linkis/LinkisBaseServerApp
   	at com.webank.wedatasphere.linkis.jobhistory.LinkisPublicServiceApp.main(LinkisPublicServiceApp.java:24)
   Caused by: java.lang.ClassNotFoundException: com.webank.wedatasphere.linkis.LinkisBaseServerApp
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   	... 1 more
   
   
   


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong closed issue #1236: NoClassDefFoundError: com/webank/wedatasphere/linkis/LinkisBaseServerApp

Posted by GitBox <gi...@apache.org>.
peacewong closed issue #1236:
URL: https://github.com/apache/incubator-linkis/issues/1236


   


-- 
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: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong commented on issue #1236: NoClassDefFoundError: com/webank/wedatasphere/linkis/LinkisBaseServerApp

Posted by GitBox <gi...@apache.org>.
peacewong commented on issue #1236:
URL: https://github.com/apache/incubator-linkis/issues/1236#issuecomment-1001911628


   This needs to check if there is a jar of linkis-module under lib/linkis-commons/public-module/


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org