google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

problem starting the red5 server in eclipse project #471

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I'm trying to start the server and I got an exception look for a file not in 
the build - red5-default.xml.  I've attached the startup console.

1. The maven build worked 
2. the startup instructions from the video didn't work
3. In the red5 server project I executed bootstrap.java as a java application

What is the expected output? What do you see instead?
see below

What version of the product are you using? On what operating system?
red5 version 1.0.2

Please provide any additional information below.

I'm getting the following exception.  The project I checked out from svn does 
not include red5-default.xml yet the initialization is looking for it.

Exception org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'context.loader' defined in class path resource 
[red5.xml]: Invocation of init method failed; nested exception is 
org.springframework.beans.factory.BeanDefinitionStoreException: IOException 
parsing XML document from file 
[C:\Users\workspace\red5_server\webapps\red5-default.xml]; nested exception is 
java.io.FileNotFoundException: 
C:\Users\workspace\red5_server\webapps\red5-default.xml (The system cannot find 
the path specified)

Original issue reported on code.google.com by ross.m.t...@gmail.com on 5 Dec 2013 at 3:39

Attachments:

GoogleCodeExporter commented 9 years ago
The project is not configured to run inside eclipse as-is; I suggest that you 
use the red5 plugin for this sort of work. Otherwise you'll have to make a few 
mods to your eclipse set up to get this working. The red5-default.xml is in 
src/main/server/webapps

Original comment by mondain on 18 Apr 2014 at 2:35