Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] Error while running startServers.sh (Curator)

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] Error while running startServers.sh (Curator)


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: Labhesh <labhesh AT gmail.com>, "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] Error while running startServers.sh (Curator)
  • Date: Fri, 14 Mar 2014 17:28:53 +0000
  • Accept-language: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hi, Labesh.

Please cd to the curator/dist/ directory and run the command

$   bin/illinois-lemmatizer-server.sh -p 16015

-- it should print the command being executed, including the classpath.

Please also look in the curator/dist/lib/ directory and check which versions of coreUtilities it contains and let me know.

Thanks,

Mark


From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Labhesh [labhesh AT gmail.com]
Sent: Friday, March 14, 2014 4:18 AM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] Error while running startServers.sh (Curator)

When I am running startServers.sh after building everything, I am getting the following error from one of the services:

Exception in thread "main" java.lang.NoClassDefFoundError: edu/illinois/cs/cogcomp/core/utilities/ResourceManager

at edu.illinois.cs.cogcomp.annotation.handler.IllinoisLemmatizerHandler.<init>(IllinoisLemmatizerHandler.java:40)

at edu.illinois.cs.cogcomp.annotation.server.IllinoisLemmatizerServer.main(IllinoisLemmatizerServer.java:53)

Caused by: java.lang.ClassNotFoundException: edu.illinois.cs.cogcomp.core.utilities.ResourceManager

at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

... 2 more



I am running everything on one extra large instance on AWS (34GB RAM). All the services have been started with default parameters .

Any help would be appreciated.





Archive powered by MHonArc 2.6.16.

Top of Page