Skip to content

Error 1017: Class could not be found when running BEAST with generated XML #14

@CamilaDuitama

Description

@CamilaDuitama

Description:

I encountered an error (1017) when trying to run BEAST with an XML file generated using the beast2-xml.py script. The error message suggests a missing class or package:

Error 1017 parsing the xml input file

Class could not be found. Did you mean beast.base.inference.MCMC?
Perhaps a package required for this class is not installed?

Error detected about here:
  <beast>
      <run id='mcmc' spec='MCMC'>

Steps to Reproduce:

  1. Generate XML file using the command:
    beast2-xml.py --fastaFile all_dengue_aligned.fasta > output.xml
  2. Run BEAST using the generated XML:
    beast output.xml

Environment:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions