clulab / reach

Reach Biomedical Information Extraction
Other
97 stars 39 forks source link

[error] (run-main-0) java.lang.ClassNotFoundException: org.clulab.processors.server.ProcessorServer #714

Closed sateeshperi closed 3 years ago

sateeshperi commented 3 years ago

I keep getting the following error when trying to launch the processor server by sbt 'runMain org.clulab.processors.server.ProcessorServer'

[info] welcome to sbt 1.4.0 (Oracle Corporation Java 1.8.0_265)
[info] loading settings for project reach-build from plugins.sbt ...
[info] loading project definition from /home/u15/sateeshp/reach/project
[info] loading settings for project root from build.sbt,version.sbt ...
[info] loading settings for project processors from build.sbt ...
[info] loading settings for project main from build.sbt ...
[info] loading settings for project export from build.sbt ...
[info] set current project to reach-exe (in build file:/home/u15/sateeshp/reach/)
[warn] there's a key that's not used by any other settings/tasks:
[warn]  
[warn] * root / releaseProcess
[warn]   +- /home/u15/sateeshp/reach/build.sbt:105
[warn]  
[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
[info] running org.clulab.processors.server.ProcessorServer 
[error] (run-main-0) java.lang.ClassNotFoundException: org.clulab.processors.server.ProcessorServer
[error] java.lang.ClassNotFoundException: org.clulab.processors.server.ProcessorServer
[error]     at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
[error] stack trace is suppressed; run last Compile / bgRunMain for the full output
[error] Nonzero exit code: 1
[error] (Compile / runMain) Nonzero exit code: 1
[error] Total time: 34 s, completed Dec 2, 2020 12:18:50 AM

I have cloned the git repo and modified the application.conf to get to this point...any help debugging is appreciated.

kwalcock commented 3 years ago

ProcessorsServer was removed back in September 2019 in the commit https://github.com/clulab/processors/commit/9bc56e21f781dfd7a919bd50f6954e6acb06044a related to PR https://github.com/clulab/processors/pull/350. There just isn't a server anymore (AFAIK).

enoriega commented 3 years ago

We need to update the wiki to reflect this. It still refers to the processors' server