users@glassfish.java.net

RE: glassfish only works with internet

From: Wim Verreycken <wim_at_pizzastop.be>
Date: Sun, 24 Aug 2008 16:56:13 +0200

Hi alexita,

First try turning off windows firewall and Norton Internet Security (or AV)
for a moment (or any other firewall/security app you may have installed).

What type of internet connection are you using (network gateway, dsl, cable,
...)

And could you attach your server log file so I can take a closer look?
(C:\Program Files\glassfish\domains\domain1\logs\server.log in a default
installtion).

Wim

-----Original Message-----
From: glassfish_at_javadesktop.org [mailto:glassfish_at_javadesktop.org]
Sent: zondag 24 augustus 2008 5:03
To: users_at_glassfish.dev.java.net
Subject: glassfish only works with internet

Hi everybody, I need some help. I am working right now on a web application
with netbeans 6.1, java persistence and glassfish v2. Everything worked fine
for a while, but suddenly glassfish stop running without internet and when I
tried to run my project netbeans throwns the next error for no reason:

Deployment error:
The Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already
used by the operating system.)
 - Incorrect server configuration (domain.xml to be corrected manually)
 - Corrupted Deployed Applications preventing the server to start.(This can
be seen in the server.log file. In this case, domain.xml needs to be
modified).
 - Invalid installation location.
See the server log for details.
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deploy
ment.java:166)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.j
ava:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
        at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: The
Sun Java System Application Server could not start.
More information about the cause is in the Server log file.
Possible reasons include:
 - IDE timeout: refresh the server node to see if it's running now.
 - Port conflicts. (use netstat -a to detect possible port numbers already
used by the operating system.)
 - Incorrect server configuration (domain.xml to be corrected manually)
 - Corrupted Deployed Applications preventing the server to start.(This can
be seen in the server.log file. In this case, domain.xml needs to be
modified).
 - Invalid installation location.
        at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstan
ce.java:1297)
        at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerI
nstance.java:1251)
        at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerI
nstance.java:1062)
        at
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start(ServerInstanc
e.java:939)
        at
org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetSe
rver.java:428)
        at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deploy
ment.java:143)
        ... 16 more
BUILD FAILED (total time: 2 minutes 38 seconds)

I dont know what to do, I already reinstalled netbeans and glassfish, and
that has no effect. I even reinstalled my operative system (Windows XP) and
that was not the solution, the problem still existing.

Please i need some help, i already lost 2 weeks of work trying to solve this
problem and i need to finish this web application really soon without
internet.

I hope somebody can help me please.
[Message sent by forum member 'alexita' (alexita)]

http://forums.java.net/jive/thread.jspa?messageID=294998

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
For additional commands, e-mail: users-help_at_glassfish.dev.java.net