Bug #4520
closedLogin Anonymously Fails
0%
Description
If you do a data search, you are prompted to login. If you click the "Login Anonymously" button, not only does it not log you in, but the dialog hangs and you cannot proceed without killing kepler.
Logging in with my personal username/password does work.
Steps to make this happen:
1) go tot the Data tab
2) search for "frog"
3) when prompted for a username, click the "Login Anonymously" button
The login anonymously feature uses the uid=kepler. Maybe whatever machine is doing the auth now does not have that user.
Updated by Chad Berkley about 15 years ago
Errors from the console:
[run] searching..
[run] ldap authenticating...
[run] creating gui
[run] disposing
[run] DONE disposing
[run] EcogridUtils: The time to create instance is =========== 0
[run] ERROR (org.ecoinformatics.seek.ecogrid.EcoGridServicesController:authenticateForService:494) The authentication exception is
[run] org.kepler.authentication.AuthenticationException: Error authenticating: Error authenticating: null
[run] at org.kepler.authentication.LDAPAuthenticationService.authenticate(LDAPAuthenticationService.java:101)
[run] at org.kepler.authentication.AuthenticationManager.getProxy(AuthenticationManager.java:111)
[run] at org.ecoinformatics.seek.ecogrid.EcoGridServicesController.authenticateForService(EcoGridServicesController.java:483)
[run] at org.ecoinformatics.seek.datasource.EcogridQueryDataCacheItem.doWork(EcogridQueryDataCacheItem.java:94)
[run] at org.kepler.objectmanager.cache.DataCacheObject.run(DataCacheObject.java:424)
[run] at java.lang.Thread.run(Thread.java:613)
[run] ldap authenticating...
[run] org.kepler.authentication.AuthenticationException: Error authenticating: Error authenticating: null
[run] at org.kepler.authentication.LDAPAuthenticationService.authenticate(LDAPAuthenticationService.java:101)
[run] at org.kepler.authentication.AuthenticationManager.getProxy(AuthenticationManager.java:111)
[run] at org.ecoinformatics.seek.ecogrid.EcoGridServicesController.authenticateForService(EcoGridServicesController.java:483)
[run] at org.ecoinformatics.seek.datasource.EcogridQueryDataCacheItem.doWork(EcogridQueryDataCacheItem.java:94)
[run] at org.kepler.objectmanager.cache.DataCacheObject.run(DataCacheObject.java:424)
[run] at java.lang.Thread.run(Thread.java:613)
[run] creating gui
Updated by ben leinfelder about 15 years ago
I've tried this for both DEV and KNB datasources and both worked fine.
Also tried for the SEEK domain (Tools->Ecogrid Authentication...)
This is in the WRP suite. WIll try vanilla Kepler next
Updated by ben leinfelder about 15 years ago
Working for me - in all sorts of permutations. Derik is reporting some error messages when the results are parsed, but the actual authentication is succeeding.