Menu

#116 Space in home dir in SetupFIPAOS.bat

open
Installer (6)
5
2002-05-28
2002-05-28
No

Hi folks,

I want to notify a small problem in the SetupFIPAOS.bat
script generation, during the install procedure.

I used the latest FIPA-OS installer jar file, and the install
wizard (which by the way did not start successfully
during install, I had to start it manually afterward). The
VM I use is Sun JVM version 1.3.1.

I chose to install FIPA-OS in "D:\Program Files\", and
then the SetupFIPAOS.bat generated during install
contains the following line:
SET FIPAOS=D:\Program Files\FIPA-OS

It seems that the space between 'Program' and 'Files' in
this FIPA install/home directory raises problems. When
trying to start FIPA-OS I got:

main | N/A | 5: Error reading profile - aborting
java.lang.NoClassDefFoundError:
org/enhydra/zeus/Result
at fipaos.tool.loader.AgentLoader.<init>
(AgentLoader.java:124)
at fipaos.tool.loader.AgentLoader.main
(AgentLoader.java:603)

I suggest surrounding the directory name with some "
or ' (I'm not an expert in DOS shell though..).

Personnally I solved the problem by editing manually the
script, and replacing this line with:
SET FIPAOS=D:\Progra~1\FIPA-OS

I hope this can help,

cheers,

Denis.

Discussion


Log in to post a comment.