Hello Steve, commit-folks, dev, gurus and users, I overshot my first email to 
this list by a considerable margin. I am back with slightly less ambitious 
intent. I will start humbly with the SmartFrog Tutorial example: helloworld. I 
have successfully compiled SF at the command-line against: dist, build and all. 
I have successfully pulled the ant target: <published> into Eclipse and I am 
able to compile the example target <kernel-dist> for the helloworld example. 
Following the instructions on page 3 of the SF Tutorial to command-line start 
the sfDaemon...


A beginner’s configuration is to have your Java classes on your local host, and 
to start the
sfDaemon script manually from a command-line shell. (julio.guijarro)


..I am getting the following exception included below. The sfDaemon is 
pre-requisite to anything I hope to do with SF.

ERROR: Could not use org.smartfrog.iniFile : Unresolved compilation problem:

Exception in thread "main" java.lang.Error: Unresolved compilation problem:

        at 
org.smartfrog.sfcore.logging.LogFactory.sfGetProcessLog(LogFactory.java:192)
        at org.smartfrog.SFSystem.sfLog(SFSystem.java:704)
        at org.smartfrog.SFSystem.initSystem(SFSystem.java:637)
        at org.smartfrog.SFSystem.execute(SFSystem.java:404)
        at org.smartfrog.SFSystem.main(SFSystem.java:392)

I looked at the JavaBean LogFactory source but I do not understand or fail to 
see what is wrong by inspecting the source.

Ultimately my goal is the dynamicwebserver example and onward to a 
dynamicservletserver e.g. Tomcat or JBoss. The particulars follow:

OS: Windows XP (dev), Debian 3.1 (testing).
JDK: 1.4.x (Windows and Debian 3.1).
Eclipse: 3.3 (Windows XP)

Please advise, David.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Smartfrog-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartfrog-users

Reply via email to