Hi all.

When I start phoenix I can see the following on the console:

<snip>
Using PHOENIX_HOME:   C:\Programme\Apache\avalon\phoenix-4.0.2\dist
Using PHOENIX_TMPDIR: C:\Programme\Apache\avalon\phoenix-4.0.2\dist\temp
Using JAVA_HOME:      C:\programme\javasoft\jdk\1.4.1_01\bin\java

Phoenix 4.0.2

HelloWorld server running with a greeting of 'Hello World'.  Point your
browser to http://localhost:8999 to see its page
</snip>



So far so good.

There is no response, when I request that URL though.


I'm running demo/helloworldserver (sources are dated Aug 27th and 31st)
on phoenix-4.0.2 
on jdk1.4.1_01
on WinNT 4.0 SP6a

I built it from source
using ant1.5.1
on jdk1.4.1_01 ... as well


Below I listed the contents in dist/logs/phoenix.log and some portion of the
Management Consoles' response.
Any ideas?
Thanks for your help.
Regards.
Jörg




p.s.


This is the content of phoenix.log after startup:
-------------------------------------------------
<snip>
INFO    2002-11-13 13:23:37.865 [Phoenix ] (): Logger started
WARN    2002-11-13 13:23:37.945 [Phoenix ] (): Phoenix was not started by
the daemon thus it will not be possible to restart the JVM via the
Management interface.
INFO    2002-11-13 13:23:38.666 [Phoenix.] (): Installing Sar located at
file:/C:/Programme/Apache/avalon/phoenix-4.0.2/dist/apps/avalon-demo.sar.
INFO    2002-11-13 13:23:38.817 [Phoenix.] (): Verifying that the name
specified for Blocks and BlockListeners are valid.
INFO    2002-11-13 13:23:38.817 [Phoenix.] (): Verifying that the name
specified for Blocks and BlockListeners are unique.
INFO    2002-11-13 13:23:38.817 [Phoenix.] (): Verifying that the specified
Dependencies are valid according to BlockInfo.
INFO    2002-11-13 13:23:38.827 [Phoenix.] (): Verifying that the
dependencies of Blocks are valid with respect to other Blocks.
INFO    2002-11-13 13:23:38.827 [Phoenix.] (): Verifying that there are no
circular dependencies between Blocks.
INFO    2002-11-13 13:23:38.827 [Phoenix.] (): Verifying that the specified
Blocks have valid types.
INFO    2002-11-13 13:23:38.847 [Phoenix.] (): Verifying that the specified
BlockListeners have valid types.
INFO    2002-11-13 13:23:38.907 [Phoenix.] (): 5 Blocks to process for phase
"startup". Order of processing = [thread-manager, connections, sockets,
scheduler, helloworldserver].
</snip>


The following lines get logged after shutdown:
----------------------------------------------
<snip>
INFO    2002-11-13 13:24:42.999 [Phoenix.] (): 5 Blocks to process for phase
"shutdown". Order of processing = [helloworldserver, connections, scheduler,
thread-manager, sockets].
WARN    2002-11-13 13:24:43.419 [Phoenix.] (): Error deleting Work Directory
"C:\Programme\Apache\avalon\phoenix-4.0.2\dist\work\avalon-demo-103719021866
6". (Reason: File
C:\Programme\Apache\avalon\phoenix-4.0.2\dist\work\avalon-demo-1037190218666
\SAR-INF\lib\demo-helloworld.jar unable to be deleted.)
java.io.IOException: File
C:\Programme\Apache\avalon\phoenix-4.0.2\dist\work\avalon-demo-1037190218666
\SAR-INF\lib\demo-helloworld.jar unable to be deleted.
        at
org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:638)
        at
org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806)
        at
org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762)
        at
org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630)
        at
org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806)
        at
org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762)
        at
org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630)
INFO    2002-11-13 13:24:43.490 [Phoenix ] (): Shutting down because there
are not any applications running.
</snip>


Management Console "serverbydomain":
------------------------------------
<snip>
Domain: Phoenix 

Phoenix:application=avalon-demo,block=helloworldserver,topic=Greeting
javax.management.modelmbean.RequiredModelMBean
Greeting
Unregister


Phoenix:application=avalon-demo,topic=Application
javax.management.modelmbean.RequiredModelMBean
Application
Unregister 
</snip>


Management Console "MBean view" for hellworldserver:
----------------------------------------------------
<snip>
Attributes:
Name        Description                                           Type
Value
greeting    The greeting that is returned to each HTTP request
java.lang.String   Hello World

Operations:
Name             Return type           Description
Constructors
</snip>

--
To unsubscribe, e-mail:   <mailto:avalon-users-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>

Reply via email to