Hi Team InstaHack,
I just ran a preliminary acceptance test of the CLI version of
HackyInstaller on a Unix box at the University of Maryland and ran into
an error. When I attempted to perform the command to set the host and
key, hackyInstaller generated an IOException involving the
hackyInstaller.log file, which did not cause the application to crash,
but did output a lot of deterring information to the user.
Below is a transcript of the actions. For background info, the latest
installer (version 1.0.814) was run in my home directory, using Java
version 1.4.2_05.
Please advise so I can proceed with integrating hackyInstaller with the
experiments being conducted at U. Maryland.
Many thanks,
Mike
[EMAIL PROTECTED] ~]$ java -jar hackyInstaller.jar -SetHostAndKey
http://care.cs.umd.edu:8080/ SynTLUgpruj2
IOException occurred while attempting to access log file.
java.io.IOException: Couldn't get lock for
/hivehomes/mpauldin/.hackystat/logs/hackyInstaller.log
at java.util.logging.FileHandler.openFiles(FileHandler.java:361)
at java.util.logging.FileHandler.<init>(FileHandler.java:261)
at
org.hackystat.kernel.installer.util.HackyInstallerLogger.<init>(HackyInstallerLogger.java:37)
at
org.hackystat.kernel.installer.util.HackyInstallerLogger.<clinit>(HackyInstallerLogger.java:20)
at
org.hackystat.kernel.installer.controller.Control.notifyModelListeners(Control.java:312)
at
org.hackystat.kernel.installer.controller.Control.checkHackystatDir(Control.java:415)
at
org.hackystat.kernel.installer.controller.Control.initialSystemCheck(Control.java:95)
at
org.hackystat.kernel.installer.controller.Control.launchCliInstaller(Control.java:125)
at
org.hackystat.kernel.installer.controller.Control.main(Control.java:86)
Aug 17, 2005 10:46:51 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: Hackystat directory does not exist. Creating...
Aug 17, 2005 10:46:52 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: /hivehomes/mpauldin/.hackystat/hackyinstaller.xml created/updated.
Aug 17, 2005 10:46:53 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: /hivehomes/mpauldin/.hackystat/hackyinstaller.xml validated.
Aug 17, 2005 10:46:53 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: /hivehomes/mpauldin/.hackystat/sensor.properties created/updated.
Rhino classes (js.jar) not found - Javascript disabled
/hivehomes/mpauldin/.hackystat/sensor.properties created/updated.
Aug 17, 2005 10:46:57 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: /hivehomes/mpauldin/.hackystat/sensor.properties created/updated.
Aug 17, 2005 10:46:57 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: /hivehomes/mpauldin/.hackystat/sensor.properties created/updated.
Hackystat host/key valid.
Aug 17, 2005 10:46:57 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: Hackystat host/key valid.
Aug 17, 2005 10:46:57 PM
org.hackystat.kernel.installer.util.HackyInstallerLogger logMessage
INFO: Hackystat host/key valid.
[EMAIL PROTECTED] ~]$