This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes Cannot perform required operation, since the Glass server is currently in suspended state Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Cannot perform required operation, since the Glass server is currently in suspended state" Watch "Cannot perform required operation, since the Glass server is currently in suspended state" New topic
Author

Cannot perform required operation, since the Glass server is currently in suspended state

Bala Ranch
Greenhorn

Joined: Jul 29, 2008
Posts: 9
Hi
I am trying to run my JSF application using Netbeans 6.0.1 IDE on Glassfish Server.
it's giving following Error.
I have done IDE restart for several time but still it's giving same error.


Log:
[javadoc]init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
Compiling 1 source file to /home/mahesh/NetBeansProjects/AEGroupERP/build/web/WEB-INF/classes
compile:
compile-jsps:
debug:
Deployment error:
Cannot perform required operation, since the server is currently in suspended state and thus cannot handle any requests.
See the server log for details.
at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor43.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.java: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: Cannot perform required operation, since the server is currently in suspended state and thus cannot handle any requests.
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1174)
at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startDebug(ServerInstance.java:925)
at org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetServer.java:415)
at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:140)
... 16 more
BUILD FAILED (total time: 0 seconds)[/javadoc]
_________________
Mahesh Roy,
Software Engineer,
Hyd
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cannot perform required operation, since the Glass server is currently in suspended state
 
Similar Threads
deployment error
JPA error in JSF project
I am integrating Bundled liferay portal community edition 6.0.6 and apache tomcat 6 with netbeans
Deployment failures - Netbeans 6.1 / Websphere 6.1
JSP deployment Error