squally2k / oryx-editor

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

HTTP 500 on requesting repository site after installation #469

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Set up the development environment as specified in the URL 
http://code.google.com/p/oryx-editor/wiki/SetupDevelopmentEnvironment

I'm using 
OS: Ubuntu 10.04 LTS
Java Sun JDK 1.6.0_20
Tomcat 6.0.32
Python 2.6.5
Postgresql 8.4.8

What is the expected output?
On hitting the URL http://IP:PORT/backend/poem/repository Oryx editor should be 
loaded

What do you see instead?
On hitting the URL , the below exception is displayed in the browser:
------------------------------------------
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception

javax.servlet.ServletException: java.lang.NullPointerException
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:394)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:403)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:155)

root cause

java.lang.NullPointerException
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:373)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:403)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:155)

note The full stack trace of the root cause is available in the Apache 
Tomcat/6.0.32 logs.
-----------------------------------------

Please provide any additional information below.
I've attached the log file.

Original issue reported on code.google.com by periasam...@gmail.com on 2 Jun 2011 at 9:08

Attachments:

GoogleCodeExporter commented 8 years ago
For postgresql installation, I followed the steps from the URL 
http://ddweerasiri.blogspot.com/2009/04/how-to-build-oryx-editor-in-ubuntu.html

Original comment by periasam...@gmail.com on 2 Jun 2011 at 9:19

GoogleCodeExporter commented 8 years ago

Original comment by philipp....@student.hpi.uni-potsdam.de on 10 Jun 2011 at 10:18