[kepler-dev] [Bug 4799] "Login Anonymously" gave an error during the data search
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Fri Feb 26 10:38:01 PST 2010
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4799
ben leinfelder <leinfelder at nceas.ucsb.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leinfelder at nceas.ucsb.edu
--- Comment #4 from ben leinfelder <leinfelder at nceas.ucsb.edu> 2010-02-26 10:38:00 PST ---
I figured it out!
when you try to use the "Login Anonymously" button, the authentication service
will try to look of the kepler user from the current "save repository":
RepositoryManager.getInstance().getSaveRepository();
but if you haven't checked any repository as the saveRepository, then it will
be null and we can't look up the username to use.
If you do have a repository selected, you can login anonymously.
Now for the fix...
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Kepler-dev
mailing list