-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load model from web ui #14
Comments
@afergadis:
|
Tried with
If you want I can attach all the errors. |
@afergadis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I am running the web service with
./nejiWeb.sh -t 4
. The service starts and from the admin pages I created a services and loaded the two provided dictionaries. When I try to load a model, the service runs for about 20 minutes and then I get the following errors:I am using 1.8.0_77 java version
My notebook has a Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz and 8GB RAM.
Can you help me run the service properly?
Thank you.
Update
Running/Debugging the
WebMain
class I get ajava.lang.StackOverflow
error. This is raised in theCRFBase
class in linecrf = (CRF) ois.readObject();
For some reason it looks like it cannot read the model.
The text was updated successfully, but these errors were encountered: