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 245357 - Another case of AuthenticationException
Summary: Another case of AuthenticationException
Status: RESOLVED DUPLICATE of bug 244688
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: ODCS (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 10:49 UTC by Tomas Pavek
Modified: 2014-07-24 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2014-07-02 10:49:30 UTC
Got this on qa-dev server after opening a non-member project and then closing it immediately via x button in the Team window.

com.tasktop.c2c.server.common.service.AuthenticationException: UNAUTHORIZED
	at com.tasktop.c2c.server.common.service.web.ApacheResponseErrorHandler.handleError(ApacheResponseErrorHandler.java:105)
Caused: com.tasktop.c2c.server.common.service.WrappedCheckedException
	at com.tasktop.c2c.server.common.service.web.ApacheResponseErrorHandler.handleError(ApacheResponseErrorHandler.java:135)
	at com.tasktop.c2c.server.common.service.web.ApacheHttpRestClientDelegate.getForObject(ApacheHttpRestClientDelegate.java:379)
	at com.tasktop.c2c.server.common.service.web.ApacheHttpRestClientDelegate.getForObject(ApacheHttpRestClientDelegate.java:217)
	at com.tasktop.c2c.server.tasks.service.TaskServiceClient$GetCall.doCall(TaskServiceClient.java:286)
	at com.tasktop.c2c.server.tasks.service.TaskServiceClient.getRepositoryContext(TaskServiceClient.java:422)
	at oracle.eclipse.tools.cloud.dev.tasks.CloudDevClient.getRepositoryConfiguration(CloudDevClient.java:157)
	at oracle.eclipse.tools.cloud.dev.tasks.CloudDevClient.getRepositoryConfiguration(CloudDevClient.java:140)
	at org.netbeans.modules.odcs.tasks.repository.ODCSRepository.getRepositoryConfiguration(ODCSRepository.java:581)
	at org.netbeans.modules.odcs.tasks.repository.ODCSRepository.requestRemoteSavedQueries(ODCSRepository.java:414)
	at org.netbeans.modules.odcs.tasks.repository.ODCSRepository.access$000(ODCSRepository.java:104)
	at org.netbeans.modules.odcs.tasks.repository.ODCSRepository$1.run(ODCSRepository.java:401)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Tomas Stupka 2014-07-24 14:06:08 UTC

*** This bug has been marked as a duplicate of bug 244688 ***