Wowza Community

Getting "ERROR: Server.xml not found: exiting." in Eclipse IDE 2 with WSE4

Hi,

i’m gettin this error in my Eclipse Wowza IDE 2 on Ubuntu 12.04.

ERROR: Server.xml not found: exiting.

The Server.xml is in “/usr/local/WowzaStreamingEngine-4.0.0/conf” and the access rights seems correct.

The Eclipse VM-Arguments are:

"-Xmx768M

-Dcom.wowza.wms.AppHome="/usr/local/WowzaStreamingEngine"

-Dcom.wowza.wms.ConfigHome="/usr/local/WowzaStreamingEngine"

-Dcom.sun.management.jmxremote=true

-Dcom.wowza.wms.native.base=“linux”"

Would you please show me the right direction to get WSE4 started in Eclipse?

FYI: There is a previous “Wowza Media Server 3.6” installation on my system. in “/usr/local/WowzaStreamingEngine” for another Wowza-Projekt I’m working on. Maybe that has something to do with the problem.

Thanks you very much!

Regards,

André

Andre,

Try deleting the build.xml, also delete the project without deleting the files. Then re-create project. This usually works.

Salvadore

I tried it out, and was able to replicate the problem, which happens when I try to run Wowza in Eclipse without the right permissions. Open a terminal and su to root, then navigate to the eclipse application and open it like this in the terminal:

./eclipse

That works for me, Eclipse opens and will run Wowza.

Richard

Hi Salvadore,

thanks for your reply.

It doesn’t work for me. I’ve created a clean, new project and my build.xml looks like this:

<?xml version="1.0"?>

When I test the project, the error is still shown.

Any other Ideas?