ttamaris / oryx-editor

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

cannot setup the development environment on windows 7 #414

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. follow http://code.google.com/p/oryx-
editor/wiki/SetupDevelopmentEnvironment to setup the devleopment 
environment
2.
3.

What is the expected output?

http://localhost:8080/backend/poem/respository should show the oryx editor 
page

What do you see instead?

the following error:

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.Exception: Dispatching failed: 
The requested handler doesn't exist.
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:395)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:404)
    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.Exception: Dispatching failed: The requested handler doesn't 
exist.
    org.b3mn.poem.Dispatcher.dispatch(Dispatcher.java:341)
    org.b3mn.poem.Dispatcher.doGet(Dispatcher.java:404)
    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.20 logs.

Please provide any additional information below.
Ant build was successful with one warning and two failed targets:

D:\eclipse\Galileo\workspace\oryx\poem-
jvm\src\java\org\b3mn\poem\handler\HandlerBase.java:79: warning: non-
varargs call of varargs method with inexact argument type for last 
parameter;

generate-version-file-editor:
     [exec] Execute failed: java.io.IOException: Cannot run program "svn" 
(in directory "D:\eclipse\Galileo\workspace\oryx\editor"): CreateProcess 
error=2, The system cannot find the file specified

generate-version-file-backend:
     [exec] Execute failed: java.io.IOException: Cannot run program "svn" 
(in directory "D:\eclipse\Galileo\workspace\oryx\poem-jvm"): CreateProcess 
error=2, The system cannot find the file specified

Thanks a lot for your help!!

Original issue reported on code.google.com by harryjw...@gmail.com on 28 Nov 2009 at 9:18

GoogleCodeExporter commented 8 years ago
    [javac] D:\eclipse\Galileo\workspace\oryx\poem-
jvm\src\java\org\b3mn\poem\handler\HandlerBase.java:79: warning: non-varargs 
call of 
varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class for a varargs call
    [javac] cast to java.lang.Class[] for a non-varargs call and to suppress this 
warning
    [javac]                 json.put(method.toLowerCase(), c.getMethod
("get" + method, null).invoke(o));
    [javac]             
                                                               ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

Original comment by harryjw...@gmail.com on 28 Nov 2009 at 10:34

GoogleCodeExporter commented 8 years ago
After restarting tomcat and rebuilding the source several times, it works now. 
I do 
not know why it works now but did not work before :).

Original comment by harryjw...@gmail.com on 28 Nov 2009 at 10:47

GoogleCodeExporter commented 8 years ago
Hi

I had the same problem. It took some time to recognise that this is caused by a
spelling mistake in your URI from you first post.

http://localhost:8080/backend/poem/re[s]pository 

Hope this helps if anyone experiences the same problem.

Original comment by Fischer....@gmail.com on 22 Dec 2009 at 10:57

GoogleCodeExporter commented 8 years ago
Problem not reproducible / doesn't exist anymore

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