Skip to content
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

Boxed Error when executing notebook #57

Open
riedelcastro opened this issue Apr 14, 2015 · 4 comments
Open

Boxed Error when executing notebook #57

riedelcastro opened this issue Apr 14, 2015 · 4 comments

Comments

@riedelcastro
Copy link
Contributor

Happens on

http://localhost:9000/template/statnlpbook/01_tasks/01_languagemodels

but I feel I have seen this elsewhere as well...

[error] play - Cannot invoke the action, eventually got an error: java.util.concurrent.ExecutionException: Boxed Error
[error] application - 

! @6lnnbg7j1 - Internal server error, for (POST) [/compiler/scala] ->

play.api.Application$$anon$1: Execution exception[[AssertionError: assertion failed: failed to set value for moro_28n5d11e11gdn7adg6l2chfhhnmcc1bjne_1748803534Log: Error]]
    at play.api.Application$class.handleError(Application.scala:296) [play_2.11-2.3.8.jar:2.3.8]
    at play.api.DefaultApplication.handleError(Application.scala:402) [play_2.11-2.3.8.jar:2.3.8]
    at play.api.Application$class.handleError(Application.scala:291) [play_2.11-2.3.8.jar:2.3.8]
    at play.api.DefaultApplication.handleError(Application.scala:402) [play_2.11-2.3.8.jar:2.3.8]
    at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$3$$anonfun$applyOrElse$4.apply(PlayDefaultUpstreamHandler.scala:320) [play_2.11-2.3.8.jar:2.3.8]
Caused by: java.lang.AssertionError: assertion failed: failed to set value for moro_28n5d11e11gdn7adg6l2chfhhnmcc1bjne_1748803534Log: Error
    at scala.Predef$.assert(Predef.scala:165) ~[scala-library-2.11.4.jar:na]
    at controllers.ScalaIMainInterpreter.interpret(ScalaIMainInterpreter.scala:166) ~[classes/:na]
    at controllers.ScalaIMainInterpreter$$anonfun$execute$1.apply$mcVI$sp(ScalaIMainInterpreter.scala:211) ~[classes/:na]
    at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:166) ~[scala-library-2.11.4.jar:na]
    at controllers.ScalaIMainInterpreter.execute(ScalaIMainInterpreter.scala:209) ~[classes/:na]

@sameersingh
Copy link
Member

I couldn't reproduce it (was too lazy to set up the statnlp notebook), but
I did add some debug code, so if it happens again, send me the terminal
output. If the terminal output looks useless, can you add
settings.debug.value = true on line 130 in ScalaIMainInterpreter.scala,
and let me know the output (the cells will look all messed up).

On Tue, Apr 14, 2015 at 5:22 AM, Sebastian Riedel [email protected]
wrote:

Happens on

http://localhost:9000/template/statnlpbook/01_tasks/01_languagemodels

but I feel I have seen this elsewhere as well...

[error] play - Cannot invoke the action, eventually got an error: java.util.concurrent.ExecutionException: Boxed Error
[error] application -

! @6lnnbg7j1 - Internal server error, for (POST) [/compiler/scala] ->

play.api.Application$$anon$1: Execution exception[[AssertionError: assertion failed: failed to set value for moro_28n5d11e11gdn7adg6l2chfhhnmcc1bjne_1748803534Log: Error]]
at play.api.Application$class.handleError(Application.scala:296) [play_2.11-2.3.8.jar:2.3.8]
at play.api.DefaultApplication.handleError(Application.scala:402) [play_2.11-2.3.8.jar:2.3.8]
at play.api.Application$class.handleError(Application.scala:291) [play_2.11-2.3.8.jar:2.3.8]
at play.api.DefaultApplication.handleError(Application.scala:402) [play_2.11-2.3.8.jar:2.3.8]
at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$3$$anonfun$applyOrElse$4.apply(PlayDefaultUpstreamHandler.scala:320) [play_2.11-2.3.8.jar:2.3.8]
Caused by: java.lang.AssertionError: assertion failed: failed to set value for moro_28n5d11e11gdn7adg6l2chfhhnmcc1bjne_1748803534Log: Error
at scala.Predef$.assert(Predef.scala:165) ~[scala-library-2.11.4.jar:na]
at controllers.ScalaIMainInterpreter.interpret(ScalaIMainInterpreter.scala:166) ~[classes/:na]
at controllers.ScalaIMainInterpreter$$anonfun$execute$1.apply$mcVI$sp(ScalaIMainInterpreter.scala:211) ~[classes/:na]
at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:166) ~[scala-library-2.11.4.jar:na]
at controllers.ScalaIMainInterpreter.execute(ScalaIMainInterpreter.scala:209) ~[classes/:na]


Reply to this email directly or view it on GitHub
#57.

@riedelcastro
Copy link
Contributor Author

riedelcastro commented Apr 15, 2015 via email

@riedelcastro
Copy link
Contributor Author

Also, at some points scala cells stop showing output when changed and re-run. Unfortunately I have no idea when and why, so again this will be hard to reproduce.

@sameersingh
Copy link
Member

Sure, will keep an eye on it, but paste whatever you see, if it's any
different from the previous output.
On Apr 14, 2015 8:54 PM, "Sebastian Riedel" [email protected]
wrote:

Also, at some points scala cells stop showing output when changed and
re-run. Unfortunately I have no idea when and why, so again this will be
hard to reproduce.


Reply to this email directly or view it on GitHub
#57 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants