-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Thanks for your excellent work, I learned a lot from you paper.
I successfully reproduced the state machine inference process of RAT.However, I encountered some errors when reproducing the other options.
(1)
➜ PISE git:(main) ./run.sh examples.toy_client.toy_client_inference
/home/echo/PISE/PISE/PISEServer/venv/bin/python: Error while finding module specification for 'examples.toy_client.toy_client_inference' (ModuleNotFoundError: No module named 'examples.toy_client')
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
May 13, 2023 5:50:06 AM com.pise.client.PiseLearner main
WARNING: Failed connecting to PISEServer. Have you started one?
(2)
➜ PISE git:(main) ./run.sh examples.toy_client_async_inference
/home/echo/PISE/PISE/PISEServer/venv/bin/python: No module named examples.toy_client_async_inference
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
May 13, 2023 5:59:58 AM com.pise.client.PiseLearner main
WARNING: Failed connecting to PISEServer. Have you started one?
(3)
when run ./run.sh examples.smtp.smtp_client_inference, It runs for a while and then outputs the following message
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:java (default-cli) on project client: An exception occurred while executing the Java class. null: NullPointerException -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
I really hope to have further communication with you.