You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Martin Illecker (JIRA)" <ji...@apache.org> on 2013/10/25 14:11:30 UTC

[jira] [Created] (HAMA-812) In local mode BSPJobClient.close throws java.lang.IllegalArgumentException: not a proxy instance

Martin Illecker created HAMA-812:
------------------------------------

             Summary: In local mode BSPJobClient.close throws java.lang.IllegalArgumentException: not a proxy instance
                 Key: HAMA-812
                 URL: https://issues.apache.org/jira/browse/HAMA-812
             Project: Hama
          Issue Type: Bug
          Components: bsp core
    Affects Versions: 0.6.3
            Reporter: Martin Illecker
            Assignee: Martin Illecker
            Priority: Minor
             Fix For: 0.7.0


BSPJobClient.close does not check for local mode before calling RPC.stopProxy. (in local mode there is no proxy instance)
See HAMA-811.
{code}
Exception in thread "main" java.lang.IllegalArgumentException: not a proxy instance
	at java.lang.reflect.Proxy.getInvocationHandler(Proxy.java:767)
	at org.apache.hama.ipc.RPC.stopProxy(RPC.java:476)
	at org.apache.hama.bsp.BSPJobClient.close(BSPJobClient.java:245)
	at org.apache.hama.bsp.BSPJobClient.runJob(BSPJobClient.java:771)
	at org.apache.hama.pipes.Submitter.runJob(Submitter.java:222)
	at org.apache.hama.pipes.Submitter.run(Submitter.java:538)
	at org.apache.hama.pipes.Submitter.main(Submitter.java:552)
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)