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: [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]