ductt-neo / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Cannot login with my open ID (blogspot) #284

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This happens on my Oryx running in Kubuntu VM Image 
(Oryx sources are from SVN head at 27/10/2008).

I should mention that I run the Oryx behind a proxy but have valid proxy 
settings in OpenIDAuthenticationServlet and can reach the authentification 
provider...

__What steps will reproduce the problem?__

1. Open http://localhost:8180/backend/poem/repository
2. Try to login with blogspot open Id THE FIRST TIME

__What is the expected output?__ 

Redirect to repository as logged-in user

__What do you see instead?__

HTTP 500

exception

javax.servlet.ServletException
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:310)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:316)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.lang.NullPointerException
    org.b3mn.poem.business.BusinessObject.getId(BusinessObject.java:38)
    org.b3mn.poem.business.User.ensureSubject(User.java:66)
    org.b3mn.poem.business.User.<init>(User.java:57)
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:260)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:316)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

It seems that the identity is tried to be loaded before it can be created
(?)

Could someone please check if he/she has the same problem? THX :)

Original issue reported on code.google.com by stefan.k...@hpi-alumni.de on 27 Oct 2008 at 9:40

GoogleCodeExporter commented 9 years ago
I also experienced that login failed the first time after starting the server. 
but
the second time it worked!

Original comment by NicoPete...@gmail.com on 31 Oct 2008 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 4 Nov 2008 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 17 Nov 2008 at 1:58

GoogleCodeExporter commented 9 years ago
in short ..so how do you solve that problem above?

Original comment by caston.n...@gmail.com on 18 Sep 2010 at 10:31