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 262157 - java.io.IOException: Error parsing task data: Repository "http://127.0.0.1:8089" not found for kind "jira"
Summary: java.io.IOException: Error parsing task data: Repository "http://127.0.0.1:80...
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-20 03:39 UTC by davti
Modified: 2017-06-20 08:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224129


Attachments
stacktrace (3.29 KB, text/plain)
2016-05-20 03:40 UTC, davti
Details
stacktrace (3.29 KB, text/plain)
2017-06-08 06:58 UTC, estephanz
Details
stacktrace (3.09 KB, text/plain)
2017-06-20 08:25 UTC, estephanz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davti 2016-05-20 03:39:59 UTC
This bug was originally marked as duplicate of bug 251793, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201605190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 7

User Comments:
GUEST: I don't know where this URL is coming from, but it used to be the old JIRA server URL: https://utv.uio.no/jira , there is definitely some inconsistency in the JIRA server but it would be nice that NetBeans could ignore it since the JIRA plugin is working fine!

davti: connecting to JIRA




Stacktrace: 
java.io.IOException: Error parsing task data: Repository "http://haudt092:8089" not found for kind "jira"
   at org.eclipse.mylyn.internal.tasks.core.data.TaskDataStore.readState(TaskDataStore.java:148)
   at org.eclipse.mylyn.internal.tasks.core.data.TaskDataStore.getTaskDataState(TaskDataStore.java:57)
   at org.eclipse.mylyn.internal.tasks.core.data.TaskDataManager.getTaskDataState(TaskDataManager.java:390)
   at org.netbeans.modules.mylyn.util.MylynSupport.getTaskDataState(MylynSupport.java:278)
   at org.netbeans.modules.mylyn.util.NbTask.getTaskDataState(NbTask.java:207)
   at org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.loadRepositoryTaskData(AbstractNbTaskWrapper.java:184)
Comment 1 davti 2016-05-20 03:40:02 UTC
Created attachment 159817 [details]
stacktrace
Comment 2 estephanz 2017-06-08 06:58:08 UTC
Created attachment 164487 [details]
stacktrace

Just restarted Netbeans after a crash, the weird thing is that it is complaining about an old URL for the JIRA repository, that old URL should be offline now and that's natural but I'm not sure where the configuration for that old URL is resilient (wheter its local in Netbeans or on the server side), what can one do with that?
Comment 3 estephanz 2017-06-20 08:25:26 UTC
Created attachment 164578 [details]
stacktrace

This time I just closed the "JIRA" repository and removed it, and then tried adding it and I got this error at once. After closing the error dialog, everything continues just fine and as usual!!