beast2
beast2 copied to clipboard
.xml.state not found
Dear all I am trying to run BEAST2 2.6 version and I keep getting this err message. The full log file and xml file is attached. I would really apppreciate if you could help me figure out what is the problem. slurm-4281671.txt cluster9.old.fixed.w.xml.zip cluster9.old.w.xml.zip
Restoring from file
File error: /oak/stanford/scg/lab_jandr/Kesia/TB/tb_genomics/study/cluster/BEAST/cluster9.old.fixed.w.xml.state (No such file or directory)
java.lang.RuntimeException: An error was encounted. Terminating BEAST
at beast.app.util.ErrorLogHandler.publish(Unknown Source)
at java.util.logging.Logger.log(Logger.java:738)
at java.util.logging.Logger.doLog(Logger.java:765)
at java.util.logging.Logger.log(Logger.java:788)
at java.util.logging.Logger.severe(Logger.java:1464)
at beast.app.beastapp.BeastMain.
have you fixed it?I met the same problem
This can happen when the state file moved. First thing to do is check whether the file that is missing is somewhere else. If so, start beast with the --statefile option, like so:
beast -statefile /path/to/where/the/state/file/is/beast.xml.state -resume beast.xml
where /path/to/where/the/state/file/is/ the path to where the state file is.
I tried chaning it, but still can't work.
At 2024-06-20 04:31:03, "Remco Bouckaert" @.***> wrote:
This can happen when the state file moved. First thing to do is check whether the file that is missing is somewhere else. If so, start beast with the --statefile option, like so:
beast -statefile /path/to/where/the/state/file/is/beast.xml.state -resume beast.xml
where /path/to/where/the/state/file/is/ the path to where the state file is.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Could u share a xml file that can run successfully?
Any of the example files that come with BEAST should run.