This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188766

Summary: NullPointerException at com.nazca.io.httpdao.HttpClientContextManager.getContext
Product: third-party Reporter: ijay <ijay>
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171452
Attachments: stacktrace

Description ijay 2010-07-19 16:41:54 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at com.nazca.io.httpdao.HttpClientContextManager.getContext(HttpClientContextManager.java:24)
   at com.nazca.io.httprpc.HttpRPC$RPCInvokeHandler.invoke(HttpRPC.java:163)
   at $Proxy25.getCreditMaterialsByType(.java:0)
   at com.renrendai.client.agents.GetCreditMaterialsAgent.doExecute(GetCreditMaterialsAgent.java:29)
   at com.renrendai.client.agents.GetCreditMaterialsAgent.doExecute(GetCreditMaterialsAgent.java:19)
   at com.renrendai.client.agents.AbstractAgent$1.doInBackground(AbstractAgent.java:53)
Comment 1 ijay 2010-07-19 16:42:01 UTC
Created attachment 100915 [details]
stacktrace