You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally call that page in a browser http://localhost:18000/form
Now you can put any string into that form and [ubmit
That page will run forever and the log file of WEPy says:
Kernel writes commands to socket: <Socket: uri=tcp://127.0.0.1:50973>
Kernel receives evaluated expressions from socket: <Socket:
uri=tcp://127.0.0.1:50974>
Initializing Kernel logger on socket tcp://127.0.0.1:50977
Kernel process started with PID: 8
Connected to logging socket: tcp://127.0.0.1:50977
Kernel 8 is ready. Startup took 4.61 seconds.
GET /form done in 0.8590s: 200
192.168.98.200 - Administrator [26/Mar/2024:10:38:04 +0100] "myinit.m |
ReportFunction | function started" 1 8
"x: "*Association x: InputForm[<|"author" -> "Otto Meier"|>]
192.168.98.200 - Administrator [26/Mar/2024:10:38:06 +0100] "myinit.m |
ReportFunction | after UsingFrontEnd <|author -> Otto Meier|>" 1 8
So the evaluation stops after the Mathematica.exe has successfully
launched.
The GenerateDocument command never evaluates... WolframKernel.exe and Mathematica.exe stay in the list of processes
but will not get stopped when stopping the WEPy script.
The text was updated successfully, but these errors were encountered:
PS: I'm posting this on behalf of Jörg Schönau at Additive GmbH
We observed an issune when using WEPy for generating documents.
It should be easy to reproduce following this steps:
name it
myinit.m
:testapp/form/index.wl
to:http://localhost:18000/form
Now you can put any string into that form and [ubmit
That page will run forever and the log file of WEPy says:
So the evaluation stops after the
Mathematica.exe
has successfullylaunched.
The
GenerateDocument
command never evaluates...WolframKernel.exe
andMathematica.exe
stay in the list of processesbut will not get stopped when stopping the WEPy script.
The text was updated successfully, but these errors were encountered: