This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 168672 - Show custom message dialog when Mylar is trying to validate credentials
Summary: Show custom message dialog when Mylar is trying to validate credentials
Status: RESOLVED DUPLICATE of bug 149607
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Robert Elves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 08:11 EST by Mário Madureira CLA
Modified: 2007-01-18 11:40 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mário Madureira CLA 2006-12-20 08:11:47 EST
I tried to refresh a bug with wrong credential than Mylar showed me the generic error
form. Would be nice if Mylar show a dialog to correct the credentials.

Follow the error
log.
-- Error Log --
Date: Wed Dec 20 09:28:22 GMT-03:00 2006
Message: Task download failed.
Ensure proper repository configuration of https://bugs.eclipse.org/bugs in Task Repositories
view.
Severity: Error
Plugin ID: org.eclipse.mylar.core
Stack Trace:
org.eclipse.core.runtime.CoreException:
Report download from https://bugs.eclipse.org/bugs failed: Invalid credentials.
at org.eclipse.mylar.internal.bugzilla.core.BugzillaTaskDataHandler.getTaskData(BugzillaTaskDataHandler.java:140)
at
org.eclipse.mylar.tasks.ui.SynchronizeTaskJob.syncTask(SynchronizeTaskJob.java:145)
at
org.eclipse.mylar.tasks.ui.SynchronizeTaskJob.run(SynchronizeTaskJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
org.eclipse.core.runtime.CoreException[0]:
javax.security.auth.login.LoginException: Invalid credentials.
at org.eclipse.mylar.internal.bugzilla.core.BugzillaClient.authenticate(BugzillaClient.java:387)
at
org.eclipse.mylar.internal.bugzilla.core.BugzillaClient.connectInternal(BugzillaClient.java:230)
at
org.eclipse.mylar.internal.bugzilla.core.BugzillaClient.getConnect(BugzillaClient.java:221)
at
org.eclipse.mylar.internal.bugzilla.core.BugzillaClient.getTaskData(BugzillaClient.java:408)
at
org.eclipse.mylar.internal.bugzilla.core.BugzillaTaskDataHandler.getTaskData(BugzillaTaskDataHandler.java:117)
at
org.eclipse.mylar.tasks.ui.SynchronizeTaskJob.syncTask(SynchronizeTaskJob.java:145)
at
org.eclipse.mylar.tasks.ui.SynchronizeTaskJob.run(SynchronizeTaskJob.java:85)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Comment 1 Robert Elves CLA 2007-01-02 13:15:56 EST
Raising priority as we need to improve handling these forms of errors.
Comment 2 Robert Elves CLA 2007-01-18 11:40:37 EST
Error handling has been improved but will mark as duplicate since requesting missing credentials is covered by bug#149607

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