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 - NullPointerException at com.nazca.io.httpdao.HttpClientContextManager.getContext
Summary: NullPointerException at com.nazca.io.httpdao.HttpClientContextManager.getContext
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-19 16:41 UTC by ijay
Modified: 2010-07-21 08:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171452


Attachments
stacktrace (1015 bytes, text/plain)
2010-07-19 16:42 UTC, ijay
Details

Note You need to log in before you can comment on or make changes to this bug.
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