Hello,
I installed glassfish v2 b36 with cluster support, i.e. ant -f
setup-cluster.xml...
Here is the series of steps:
(1)
C:\>asadmin start-domain
Starting Domain domain1, please wait.
Log redirected to
C:\glassfish\glassfish-b36\domains\domain1\logs\server.log.
Redirecting output to
C:/glassfish/glassfish-b36/domains/domain1/logs/server.log
Domain domain1 started.
Domain [domain1] is running [Sun Java System Application Server 9.1 (build
b36-rc)] with its configuration and logs at:
[C:\glassfish\glassfish-b36\domains].
Admin Console is available at [
https://localhost:4848].
Use the same port [4848] for "asadmin" commands.
User web applications are available at these URLs:
[
http://localhost:8080 https://localhost:8181 ].
Following web-contexts are available:
[/web1 /__wstx-services ].
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
[service:jmx:rmi:///jndi/rmi://daniel-laptop:8686/jmxrmi] for domain
management purposes.
Domain listens on at least following ports for connections:
[8080 8181 4848 3700 3820 3920 8686 ].
Domain supports application server clusters and other standalone instances.
(2)
logged into the admin console,
https://daniel-laptop:4848/
daniel-laptop is the hostname of my machine.
In the left panel, clicked on "Node Agents" then on the "New" Button.
specified name "na1" and clicked ok.
(3)
C:\>asadmin create-node-agent --host daniel-laptop --port 4848 --secure
--echo na1
create-node-agent --port 4848 --host daniel-laptop --secure=true --echo=true
na1
Please enter the master password>
Command create-node-agent executed successfully.
C:\>asadmin start-node-agent na1
Please enter the master password>
Redirecting output to
C:/glassfish/glassfish-b36/nodeagents/na1/agent/logs/server.log
Redirecting application output to
C:/glassfish/glassfish-b36/nodeagents/na1/agent/logs/server.log
Node Agent na1 failed to startup. Please check the server log for more
details.
CLI137 Command start-node-agent failed.
C:\>
---------------------------------------------------------
I attached the node-agent and app server log files...
Could someone help with this?
thanks,
Daniel