could you please also paste your full console command that leads to this error?
Have you checked that you started from the correct path in your console, since the error log shows relative paths?
@robertH: Some of your command line “dashes” are actually unicode U+2013 chars. Try replacing them with ASCII “dashes” U+002D. (Otherwise this might just be a transcription issue related to your posting.)
I assume that you are using some kind of browser-based computing environment (e.g. Google Colab, Jupyter Notebook, etc.). Our wrapper amirispy is currently only tested on the system console.
If you cannot use the console of your system, you may use the following three commands (after you have executed the amiris install command) as a workaround to
This workaround goes into the right direction. After calling the program through the proposed java command line, the jar file could be found and Amiris seems to start correctly.
However, an important step in this workaround seems to be missing because no input.pb and log4.properties files are generated. Therefore, the calculation is aborted.
In constrast, if I am running first
!amiris run -j /content/amiris-core_1.2.3.4-jar-with-dependencies.jar …
the input.pb file is generated (even if the calculation is aborted at a late stage). With this input.pb file in the working directory it is possible to run amiris and generate the output folder. Nevertheless, this do not lead to proper results (not surprising, because of missing data in log4j.properties).
Which command lines should be added to generate the missing files (input.pb, log4j.proberties)? Unfortunately I could not find sufficient information in the amiris wiki.
I have noticed a minor inconsistency in my previous post.
Therefore, I have updated the instructions by naming the file to create input.pb (default: config.pb):
!makeFameRunConfig -f scenario.yaml -o input.pb
The log4j.properties file is downloaded (together with fameSetup.yaml, and the amiris.jar files) when executing amirispys’ amiris install. This command is executed only once in order to setup your amiris installation properly.