cello icon indicating copy to clipboard operation
cello copied to clipboard

NetSynth Bug on Linux

Open scvannost opened this issue 7 years ago • 3 comments

I'm trying to run Cello on Ubuntu 16.04LTS, and netsynth.Utilities.getFileContentAsStringList() is throwing a FileNotFoundException on results/user/demo001/netSynth/abcOutput.bench. This happens on both the local web app and using the API. It's reporting the error as "Error in abstract circuit." from line 235 in DNAcompiler.run().

Compiling using Maven; JDK7

scvannost avatar Jan 25 '18 21:01 scvannost

Can you confirm that you created a results folder mirroring the name of the source directory, as documented in INSTALL.md?

tim-tx avatar Jan 25 '18 23:01 tim-tx

Yes I did. It's creating the netSynth folder in the results as well.

scvannost avatar Jan 25 '18 23:01 scvannost

I have encountered this issue as well, also on Ubuntu.

emernic avatar Apr 14 '18 02:04 emernic