You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Aniket Mokashi (JIRA)" <ji...@apache.org> on 2014/03/12 00:15:43 UTC

[jira] [Created] (PIG-3806) PigServer constructor throws NPE after PIG-3765

Aniket Mokashi created PIG-3806:
-----------------------------------

             Summary: PigServer constructor throws NPE after PIG-3765
                 Key: PIG-3806
                 URL: https://issues.apache.org/jira/browse/PIG-3806
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.13.0
            Reporter: Aniket Mokashi
             Fix For: 0.13.0


PigServer constructor throws NPE because filter is not initialized at the right place in PIG-3765.
{noformat}
java.lang.NullPointerException
 at org.apache.pig.PigServer.registerJar(PigServer.java:540)
 at org.apache.pig.PigServer.addJarsFromProperties(PigServer.java:261)
 at org.apache.pig.PigServer.<init>(PigServer.java:237)
 at org.apache.pig.PigServer.<init>(PigServer.java:219)
 at org.apache.pig.tools.grunt.Grunt.<init>(Grunt.java:46)
 at org.apache.pig.Main.run(Main.java:600)
 at org.apache.pig.Main.main(Main.java:156)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.hadoop.util.RunJar.main(RunJar.java:197)
=========================================================
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)