liudanyang666

Results 3 issues of liudanyang666

### 🔎 Search before asking | 提交之前请先搜索 - [x] I have searched the MinerU [Readme](https://github.com/opendatalab/MinerU) and found no similar bug report. - [x] I have searched the MinerU [Issues](https://github.com/opendatalab/MinerU/issues) and...

bug

### SuperSonic version master分支 ### Your organization szy ### Description 源代码编译包启动 [#](https://supersonicbi.github.io/docs/%E7%B3%BB%E7%BB%9F%E9%83%A8%E7%BD%B2/%E6%BA%90%E7%A0%81%E7%BC%96%E8%AF%91%E9%83%A8%E7%BD%B2/#%e6%ba%90%e4%bb%a3%e7%a0%81%e7%bc%96%e8%af%91%e5%8c%85%e5%90%af%e5%8a%a8) 下载相应版本[source code](https://github.com/tencentmusic/supersonic) 执行编译脚本:sh assembly/bin/supersonic-build.sh 注:前端编译需要Node,推荐安装版本v20.16.0;后端编译需要JDK,需要安装21以上版本 编译完成后从assembly/build目录获取release包 解压release包,unzip supersonic-standalone-{revision}.zip 进行release目录,执行启动脚本sh bin/supersonic-daemon.sh start 按照这个执行之后有报错: 2025-11-11 15:52:46,679 [main] ERROR [] o.s.boot.SpringApplication...

bug

### Describe your question 按照源代码编译包启动 [#](https://supersonicbi.github.io/docs/%E7%B3%BB%E7%BB%9F%E9%83%A8%E7%BD%B2/%E6%BA%90%E7%A0%81%E7%BC%96%E8%AF%91%E9%83%A8%E7%BD%B2/#%e6%ba%90%e4%bb%a3%e7%a0%81%e7%bc%96%e8%af%91%e5%8c%85%e5%90%af%e5%8a%a8) 一步一步操作执行完第5步进行release目录,执行启动脚本sh bin/supersonic-daemon.sh start之后 在浏览器不能访问9080页面,打开日志发现报错,是打包的问题么 错误: 找不到或无法加载主类 com.tencent.supersonic.StandaloneLauncher 原因: java.lang.ClassNotFoundException: com.tencent.supersonic.StandaloneLauncher ### Your organization soyuan

question