depons logo

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Model initiation blocked
#6
Ok. In order to better capture any error messages, please edit the startup script. This is the file c:\users\Nienke\DEPONS\start_model.bat.

The last line begins with

Code:
START javaw -Xss10M .....

Change this to

Code:
java -Xss10M .....

By removing the "START" the output will be kept in the same window and by changing javaw to java the output will not be hidden.

After saving the changes, open a command-line and change directory to c:\users\Nienke\DEPONS\. When you now run start_model.bat, the console should contain some output, which can assist further analysis.
Reply


Messages In This Thread
Model initiation blocked - by Nienke - 22-01-2021, 10:53
RE: Model initiation blocked - by jonasa - 22-01-2021, 12:41
RE: Model initiation blocked - by Nienke - 29-01-2021, 17:46
RE: Model initiation blocked - by jonasa - 01-02-2021, 13:01
RE: Model initiation blocked - by Nienke - 03-02-2021, 14:05
RE: Model initiation blocked - by jonasa - 04-02-2021, 12:48
RE: Model initiation blocked - by Nienke - 04-02-2021, 17:57

Forum Jump: