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 238231 - NullPointerException at com.tasktop.c2c.server.tasks.service.TaskServiceClient$9.getValue
Summary: NullPointerException at com.tasktop.c2c.server.tasks.service.TaskServiceClien...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS Tasks (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 239156 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-11 15:09 UTC by Tomas Pavek
Modified: 2014-07-09 10:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205163


Attachments
stacktrace (2.22 KB, text/plain)
2013-11-11 15:09 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2013-11-11 15:09:32 UTC
Build: NetBeans IDE Dev (Build ODCS-75-on-20131111)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
tpavek: Happened after a while after first login to qa-dev.




Stacktrace: 
java.lang.NullPointerException
   at com.tasktop.c2c.server.tasks.service.TaskServiceClient$9.getValue(TaskServiceClient.java:425)
   at com.tasktop.c2c.server.tasks.service.TaskServiceClient$9.getValue(TaskServiceClient.java:422)
   at com.tasktop.c2c.server.tasks.service.TaskServiceClient$GetCall.doCall(TaskServiceClient.java:289)
   at com.tasktop.c2c.server.tasks.service.TaskServiceClient.getRepositoryContext(TaskServiceClient.java:422)
   at oracle.eclipse.tools.cloud.dev.tasks.CloudDevClient.getRepositoryConfiguration(CloudDevClient.java:156)
   at oracle.eclipse.tools.cloud.dev.tasks.CloudDevClient.getRepositoryConfiguration(CloudDevClient.java:139)
Comment 1 Tomas Pavek 2013-11-11 15:09:33 UTC
Created attachment 142056 [details]
stacktrace
Comment 2 Tomas Stupka 2013-12-05 15:27:18 UTC
*** Bug 239156 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Stupka 2013-12-05 15:29:52 UTC
currently the only way i can reproduce the problem is when going via https://... (afaik currently not supported by the server infra)
http://... seems to work fine

even though two reports mention an http url, will add only some logging and close the bug until we see if it really is triggered also by https urls
Comment 4 Tomas Stupka 2013-12-05 15:41:44 UTC
fixed in core-main #1e9aa9af21a7
Comment 5 Tomas Stupka 2013-12-06 09:18:39 UTC
the NPE seems to appear whenever the server feels like not cooperating is the right thing to do - e.g. wrong password or url protocol

this should be handled in the dcs libs, an NPE in such cases isn't the right way to notify a problem. 

lets keep this open so we can keep trac.
Comment 6 Tomas Stupka 2014-07-09 10:32:03 UTC
the problem did not reappear and we had a libs upgrade in april. lets close for now.