Hi Sig, I am surprised that you are getting this error. When I try to log in as api_test, I just get a message that says "Unknown credentials". In other words, I can't recreate your error, so we need some more information, I think.
A bit of further information: "api_test" is the test user that is created for use in the api unit tests. It is created by those tests, so if you are running a "mvn jetty:run" that user will not exist. Still should not result in that error, but just wanted to be clear that this user probably won't help you much. Ethan On Sun, Jan 24, 2010 at 2:03 PM, Richard Hirsch <[email protected]> wrote: > Is the login problem just api_test or all users? > > Is the installation local or in the cloud? > > Tried a server restart to see if problem disappears? > > D. > > On Sun, Jan 24, 2010 at 8:15 PM, Sig Rinde <[email protected]> wrote: > >> (Sorry for not doing all in one :) >> >> Server works, pools behaving as they should. Only the login messed up... >> >> >> 2010/1/24 Sig Rinde <[email protected]>: >> > Actually this happened when logging in as 'api_test' >> > >> > [default.props has this extra line: role.api_test=integration-admin] >> > >> > >> > 2010/1/24 Sig Rinde <[email protected]>: >> >> When trying to get into urltohost:8080 I get this (just the upper part >> >> of a ton): >> >> >> >> Exception occured while processing/ >> >> Message: java.lang.UnsupportedOperationException: unsuitable as hash key >> >> scala.collection.mutable.Buffer$class.hashCode(Buffer.scala:280) >> >> >> scala.collection.mutable.ArrayBuffer.hashCode(ArrayBuffer.scala:26) >> >> scala.xml.Utility$.hashCode(Utility.scala:263) >> >> scala.xml.Elem.hashCode(Elem.scala:64) >> >> >> scala.collection.mutable.FlatHashTable$class.elemHashCode(FlatHashTable.scala:144) >> >> scala.collection.immutable.HashSet.elemHashCode(HashSet.scala:39) >> >> >> scala.collection.mutable.FlatHashTable$class.containsEntry(FlatHashTable.scala:56) >> >> >> scala.collection.immutable.HashSet.containsEntry(HashSet.scala:39) >> >> scala.collection.immutable.HashSet.$plus(HashSet.scala:60) >> >> >> scala.collection.immutable.Set$$anonfun$$plus$plus$1.apply(Set.scala:73) >> >> >> scala.collection.immutable.Set$$anonfun$$plus$plus$1.apply(Set.scala:73) >> >> scala.Iterator$class.foldLeft(Iterator.scala:520) >> >> >> >> Latest per svn, jetty:run behaved... server seems to be running, >> >> although I'm suspecting some pool issues... that's what I wanted to >> >> check. >> >> >> >> Sig >> >> >> > >> >
