Andreas Dann
Andreas Dann
Thanks @ajira86. I've tested the image on my server and it works like a charm.
The hint above solved the issue in my instance, too.
I guess all files in `conf` needs to be updated not only `conf/nginx.conf` with the new port number `8001`
No, there is no particular reason. I just did it because it is the default in the django documentation.
To make things easier, I propose to migrate back to port 8000 instead of 8001.
I experience the same problem with the django admin interface '/admin/' but did not find a solution yet.
Actually, commit afbf780ab1286f1b6cf5be0d670ea1e70921bef1 and the hint in #52 fixed the issue on my end.
what is the output of `echo %JAVA_HOME%`?
@linghuiluo you are correct. Soot does not support versioned class (multi-release JAR files) for now. The JVM picks during runtime the classes it needs, e.g., JVM 11 picks classes in...
Okay, the error is telling us that soot did not find the `rt.jar `. In your command line options can you please omit the cmd-parameter `cp` and just use the...