You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Philipp Dallig (Jira)" <ji...@apache.org> on 2021/08/13 07:50:00 UTC

[jira] [Created] (ZEPPELIN-5489) NullPointerException in ParagraphJobStatus

Philipp Dallig created ZEPPELIN-5489:
----------------------------------------

             Summary: NullPointerException in ParagraphJobStatus
                 Key: ZEPPELIN-5489
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5489
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: Philipp Dallig
            Assignee: Philipp Dallig


When using the API, I noticed the following NullPointerException.
{code:java}
java.lang.NullPointerException
    at org.apache.zeppelin.rest.message.ParagraphJobStatus.<init>(ParagraphJobStatus.java:49)
    at org.apache.zeppelin.rest.message.NoteJobStatus.lambda$new$0(NoteJobStatus.java:39)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
    at org.apache.zeppelin.rest.message.NoteJobStatus.<init>(NoteJobStatus.java:40)
 {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)