← Back to team overview

mugle-dev team mailing list archive

Re: Status of GUI and game server

 

I just ran the UI branch, and it just shows a panel with the text "Under
construction", and it then makes an Ajax request to /mugle/guests, which
gives a 500 internal server error and prints "FAILED!"

The call to GuestService.getCurrentUserDetails throws ClassCastException:
org.datanucleus.store.appengine.query.StreamingQueryResult cannot be cast to
au.edu.unimelb.csse.mugle.server.model.UserData

Can anyone explain what is going on here? Is this a known problem?

References