dabao1990 opened a new issue, #15232: URL: https://github.com/apache/dubbo/issues/15232
### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no similar issues. ### Apache Dubbo Component Java SDK (apache/dubbo) ### Dubbo Version dubbo==3.3.4, jdk==1.8 , CentOS ### Steps to reproduce this issue 1、spack install --overwrite --keep-stage --no-checksum -y [email protected] [email protected] [email protected]_8u211 2、zkServer.sh start 3、cd dubbo/dubbo-demo/ 4、nohup java -Djava.net.preferIPv4Stack=true -jar dubbo-demo-api-provider/target/dubbo-demo-api-provider-3.3.4.jar & sleep 8 5、java -Djava.net.preferIPv4Stack=true -jar dubbo-demo-api-consumer/target/dubbo-demo-api-consumer-3.3.4.jar ### What you expected to happen ================================= some error information [root@localhost dubbo-demo]#nohup java -Djava.net.preferIPv4Stack=true -jar dubbo-demo-api-provider/target/dubbo-demo-api-provider-3.3.4.jar & sleep 8 [1] 1381507 nohup: ignoring input and appending output to 'nohup.out' [1]+ Exit 1 nohup java -Djava.net.preferIPv4Stack=true -jar dubbo-demo-api-provider/target/dubbo-demo-api-provider-3.3.4.jar [root@localhost dubbo-demo]#java -Djava.net.preferIPv4Stack=true -jar dubbo-demo-api-consumer/target/dubbo-demo-api-consumer-3.3.4.jar Error: Unable to access jarfile dubbo-demo-api-consumer/target/dubbo-demo-api-consumer-3.3.4.jar ================ The root 3.3.2 version is completely different. why??? ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
