Open HelloRayDeng opened 1 month ago
I have not much knowledge about Spring.
Can you open the file /opt/app.jar
or up to /opt/app.jar!/BOOT-INF/lib/spring-boot-3.1.2.jar
using vanilla Java after deployment?
Yes, I can open the packaged jar file and the spring-boot-3.1.2.jar is indeed located inside the app.jar in /BOOT-INF/lib/. But at runtime it kept giving me this error message.
Since you can open it with vanilla Java, can you spot a difference somewhere in what's happening? Wire delegates to Okio itself delegating to Java APIs java.io.RandomAccessFile
. I'm curious as to what's difference if you can open it with JAVA APIs after deployment. What APIs does it work with?
Hi, I got an exception when using SchemaLoader to load a proto file.
I have tried two constructors of SchemaLoader which use ikio filesystem and nio filesystem respectively. This error occurred but in both ways.
I didn't find a way to solve it. Can someone please help me to address this problem? Thanks.