samslunch / openmeetings

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

İnstallation is NOT complete #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DB is created on the first run but later on ImportInitValues could not be
executed.
Please check attached red5 log file.
I've checked permissions on server. 
ant dist compiled version used.

Which version of OpenMeetings are you running? svn 788 da latest :)

What's your operating system on client and server side? Debian Etch

Is it a problem related to the client/usability or server-side? server-side

Did you have any trace/debug output?
To get the debug output of the client run the software in debug-modus
Debug modus of the client:
http://$RED5-HOME:$RED5-HTTPPORT/xmlcrm/maindebug.lzx.lzr=swf8.swf

Server side loging:
browser your Red5-Home directory. There's a log-file directory. On linux
boxes you can run red5 using:
nohup ./red5.sh &
and debug output will be written to nohup.out

please attach any debug output to get a patch on time

Original issue reported on code.google.com by kunt...@gmail.com on 11 Jan 2008 at 4:08

Attachments:

GoogleCodeExporter commented 9 years ago
this Error is related to the thousend of Exceptions in your Log-File.
It start with:
*find class [org.red5.demos.fitc.Application] for bean with name 'web.handler'
defined in ServletContext resource [/WEB-INF/red5-web.xml]; nested exception is
java.lang.ClassNotFoundException: org.red5.demos.fitc.Application*

fitc is a demo-Application of red5. So the problem must be connected to your 
red5
version, not to OpenMeetings.

Original comment by seba.wag...@gmail.com on 8 Mar 2008 at 8:20