Problem with starting Wildfire

Hi all,

i have a little problem when I try to start Wildfire. It return error:

java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be (Launcher.java:276)

at org.jivesoftware.wildfire.launcher.Launcher.main(Launcher.java:346)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

at com.exe4j.runtime.WinLauncher.main(Unknown Source)

Did anyone know what it is and how to resolve it?

Hi,

I assume that you are using Windows. Actually I have no idea about the Tray Icon, but a way to start Wildfire (unfortunately not as a service) would be to use a cmd script like:

cd /d "C:\program files\wildfire\bin"
start "Wildfire" javaw.exe -server -jar ..\lib\startup.jar >..\logs\stdout.log 2>..\logs\stderr.log

Maybe you need to use the full path for javaw.exe and use the 1.5 version delivered wih Wildfire if you want to use this script,

javaw.exe" -version 2>x
type x

should display

java version “1.5.0_08” or _07 or _06

as Wildfire may not start if you are using older Java versions.

LG

Thanks…

So, I can start it without problem using wildfire-service /start but there is another problem. I can’'t open web-based admin Maybe I have something unconfigured.