You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successful creation, it is trying to load the atom from an incorrect directory.
importCode("/mnt/work/sandbox/node-express-server-rest-api")
Creating project `node-express-server-rest-api` for code at `/mnt/work/sandbox/node-express-server-rest-api`
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Djna.library.path=/home/prabhu/miniconda3/envs/chenpy-dev/lib
Slicing the atom for usages. This might take a few minutes ...
Slices have been successfully written to /mnt/work/AppThreat/chen/usages.json
io.appthreat.console.ConsoleException: Error creating project for input path: `/mnt/work/sandbox/node-express-server-rest-api`
Caused by: java.nio.file.NoSuchFileException: /mnt/work/AppThreat/chen/workspace/node-express-server-rest-api/app.atom
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261)
at java.base/java.nio.file.Files.newByteChannel(Files.java:379)
at java.base/java.nio.file.Files.newByteChannel(Files.java:431)
at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
at java.base/java.nio.file.Files.newInputStream(Files.java:159)
at better.files.File.newInputStream(File.scala:442)
at better.files.File.bytes(File.scala:234)
at io.appthreat.console.cpgcreation.CpgGeneratorFactory.isZipFile(CpgGeneratorFactory.scala:88)
at io.appthreat.console.cpgcreation.CpgGeneratorFactory.runGenerator$$anonfun$1(CpgGeneratorFactory.scala:68)
at scala.util.Success.map(Try.scala:262)
at io.appthreat.console.cpgcreation.CpgGeneratorFactory.runGenerator(CpgGeneratorFactory.scala:77)
at io.appthreat.console.cpgcreation.ImportCode.$anonfun$6(ImportCode.scala:211)
at scala.Option.flatMap(Option.scala:283)
at io.appthreat.console.cpgcreation.ImportCode.io$appthreat$console$cpgcreation$ImportCode$$apply(ImportCode.scala:219)
at io.appthreat.console.cpgcreation.ImportCode.apply(ImportCode.scala:56)
... 39 elided
The text was updated successfully, but these errors were encountered:
After successful creation, it is trying to load the atom from an incorrect directory.
The text was updated successfully, but these errors were encountered: