View Single Post
  #1 (permalink)  
Old April 1st, 2006
GeorgeOCanada GeorgeOCanada is offline
Novicius
 
Join Date: April 1st, 2006
Posts: 2
GeorgeOCanada is flying high
Default Phex won't start - error log data included

Help Anyone. Phex is not starting. I get the splash screen and that's it. The process doesn't start. Windows XP. The following is from the phex.error.log. This seems like a different problem than the other thread on starting problems.

060401 20:36:28,0953 Error/GLOBAL:: java.lang.NullPointerException: Host ip is null - Exception: java.lang.NullPointerException: Host ip is null
at phex.common.address.DefaultDestAddress.<init>(Unkn own Source)
at phex.host.FavoritesContainer.loadFromFile(Unknown Source)
at phex.host.FavoritesContainer.initializeFavorites(U nknown Source)
at phex.connection.NetworkManager.onPostInitializatio n(Unknown Source)
at phex.common.ManagerController.postInitializeManage rs(Unknown Source)
at phex.common.ManagerController.initializeManagers(U nknown Source)
at phex.Main.main(Unknown Source)



The following is the debug launch output from the command prompt:
-----------------------------------------------------------------

ResourceManager resource configuration:
- Resource category: JAVA
- Current directory: C:\Program Files\Phex_2.8.4.93\
- Property count: 13
- Property: =
- Property: arguments=
- Property: classpath=phex.jar
- Property: currentdir=
- Property: embedjar=false
- Property: javapropertiescount=0
- Property: jvmsearch=registry;javahome;jrepath;jdkpath;exepat h;jview
- Property: mainclassname=phex.Main
- Property: maxversion=
- Property: minversion=1.4
- Property: skel_Debug=1
- Property: skel_Message=Java has not been found on your computer. Do you want
to download it?
- Property: skel_PressKey=1
Now searching the JVM installed on the system...
JVM Lookup: found VM (V(1)(5)(0)) in registry.
JVM Lookup: found VM (V(1)(5)(0)) in registry.
JVM Lookup: Env-Var JAVA_HOME not defined on this system.
JVM Lookup: Env-Var JRE_HOME not defined on this system.
JVM Lookup: Env-Var JDK_HOME not defined on this system.
Current directory is C:\Program Files\Phex_2.8.4.93\
JSmooth will now try to use the VM in the following order: registry;javahome;jre
path;jdkpath;exepath;jview
------------------------------
Trying to use a JVM defined in the registry (2 available)
VM will be tried in the following order: 1.5.0;1.5.0;
- Trying registry: <C:\Program Files\Java\jre1.5.0_06><C:\Program Files\Java\jre
1.5.0_06\bin\client\jvm.dll><1.5.0>
DONT USE CONSOLE == FALSE
RUN PROC registry ... 1.4.0 <= 1.5.0<= 0.0.0
RUN PROC... version OK
RUNVM12PROC
Running new proc for C:\Program Files\Java\jre1.5.0_06\bin\java.exe
ClassPath element 0=C:\Program Files\Phex_2.8.4.93\phex.jar
ADDCP= C:\Program Files\Phex_2.8.4.93\phex.jar;
CLASSNAME = <phex.Main>
COMMAND LINE: C:\Program Files\Java\jre1.5.0_06\bin\java.exe -classpath ";C:\Pr
ogram Files\Phex_2.8.4.93\phex.jar;" phex.Main
RESULT: 1
WAITING: 1
java.lang.NullPointerException: Host ip is null
at phex.common.address.DefaultDestAddress.<init>(Unkn own Source)
at phex.host.FavoritesContainer.loadFromFile(Unknown Source)
at phex.host.FavoritesContainer.initializeFavorites(U nknown Source)
at phex.connection.NetworkManager.onPostInitializatio n(Unknown Source)
at phex.common.ManagerController.postInitializeManage rs(Unknown Source)
at phex.common.ManagerController.initializeManagers(U nknown Source)
at phex.Main.main(Unknown Source)
WAIT ENDED
Press any key to continue . . .

Last edited by GeorgeOCanada; April 1st, 2006 at 06:23 PM.
Reply With Quote