我的问题是我在运行任何Web应用程序后收到此消息。例如,在netbeans我创建新项目并选择webapplication我保留所有默认值我不会更改名称。
然后我第一次部署它,但是当我关闭netbeans并稍后打开它并尝试部署在我得到该错误之前工作的相同项目时,没有首先它被困在"启动GlassFish Server 4& #34;然后我停下来重新部署,我得到
Starting GlassFish Server 4
GlassFish Server 4 is running.
In-place deployment at C:\Users\****\Documents\NetBeansProjects\WebApplication1\build\web
GlassFish Server 4, deploy, Connection refused: connect, false
C:\Users\***\Documents\NetBeansProjects\WebApplication1\nbproject\build-impl.xml:1045: The
module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 8 seconds)
所以这让我考试费用因为我不知道如何应对它,感到如此无能为力是一种毁灭性的打击,我立刻迷失了方向,在我知道之前,是时候把它交给我们的工作了我仍然坚持第一项任务,其他任务都依赖于第一项任务的成功。无论如何,从那时起我一直在删除glassfish并重新安装以使其工作(在考试期间考虑到这一点太糟糕了,也应该更多地关注练习而不是理论,然后我可以看到问题)。
尝试添加netbeans到防火墙,更改端口和其他人建议的其他东西,仍然没有运气,结果总是相同我甚至使用了一个全新的虚拟机,当我关闭netbeans和我仍然得到相同的消息稍后再打开它。再次,当我删除glassfish并重新安装它我工作得很好。
这是我的服务器日志,道歉,我不知道如何使它漂亮。 服务器日志:
[2014-09-13T04:14:44.926+0200] [glassfish 4.1] [INFO] [NCLS-LOGGING-00009] [javax.enterprise.logging] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1410574484853] [timeMillis: 1410574484926] [levelValue: 800] [[
Running GlassFish Version: GlassFish Server Open Source Edition 4.1 (build 13)]]
[2014-09-13T04:14:44.928+0200] [glassfish 4.1] [INFO] [NCLS-LOGGING-00010] [javax.enterprise.logging] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1410574484853] [timeMillis: 1410574484928] [levelValue: 800] [[
Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]
[2014-09-13T04:14:45.135+0200] [glassfish 4.1] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1410574484859] [timeMillis: 1410574485135] [levelValue: 800] [[
HV000001: Hibernate Validator 5.0.0.Final]]
[2014-09-13T04:14:45.151+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01115] [javax.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1410574484853] [timeMillis: 1410574485151] [levelValue: 800] [[
Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]
[2014-09-13T04:14:45.154+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01115] [javax.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1410574484853] [timeMillis: 1410574485154] [levelValue: 800] [[
Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]
[2014-09-13T04:14:45.167+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01115] [javax.enterprise.system.core.security] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1410574484853] [timeMillis: 1410574485167] [levelValue: 800] [[
Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]
[2014-09-13T04:14:45.217+0200] [glassfish 4.1] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1410574484859] [timeMillis: 1410574485217] [levelValue: 800] [[
Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry]]
[2014-09-13T04:14:45.224+0200] [glassfish 4.1] [INFO] [SEC-SVCS-00100] [javax.enterprise.security.services] [tid: _ThreadID=17 _ThreadName=RunLevelControllerThread-1410574484853] [timeMillis: 1410574485224] [levelValue: 800] [[
Authorization Service has successfully initialized.]]
[2014-09-13T04:14:45.287+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=16 _ThreadName=RunLevelControllerThread-1410574484852] [timeMillis: 1410574485287] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 38ms - bound to [/0.0.0.0:8080]]]
[2014-09-13T04:14:45.314+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=16 _ThreadName=RunLevelControllerThread-1410574484852] [timeMillis: 1410574485314] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 2ms - bound to [/0.0.0.0:8181]]]
[2014-09-13T04:14:45.320+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=16 _ThreadName=RunLevelControllerThread-1410574484852] [timeMillis: 1410574485320] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 2ms - bound to [/0.0.0.0:4848]]]
[2014-09-13T04:14:45.366+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1410574484859] [timeMillis: 1410574485366] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 1ms - bound to [/0.0.0.0:3700]]]
[2014-09-13T04:14:45.457+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00017] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1410574485457] [levelValue: 800] [[
GlassFish Server Open Source Edition 4.1 (13) startup time : Felix (10.400ms), startup services(622ms), total(11.022ms)]]
[2014-09-13T04:14:45.800+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=19 _ThreadName=RunLevelControllerThread-1410574484859] [timeMillis: 1410574485800] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 1ms - bound to [/0.0.0.0:7676]]]
[2014-09-13T04:14:45.801+0200] [glassfish 4.1] [INFO] [NCLS-BOOTSTRAP-00027] [javax.enterprise.bootstrap] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1410574485801] [levelValue: 800] [[
Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@648c5dd5 as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@1217d00b.]]
[2014-09-13T04:14:48.485+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=41 _ThreadName=pool-11-thread-1] [timeMillis: 1410574488485] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 1ms - bound to [/0.0.0.0:8080]]]
[2014-09-13T04:14:48.611+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=67 _ThreadName=pool-15-thread-1] [timeMillis: 1410574488611] [levelValue: 800] [[
Grizzly Framework 2.3.15 started in: 1ms - bound to [/0.0.0.0:8181]]]
[2014-09-13T04:14:48.863+0200] [glassfish 4.1] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574488863] [levelValue: 800] [[
visiting unvisited references]]
[2014-09-13T04:14:48.988+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01002] [javax.enterprise.system.core.security] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574488988] [levelValue: 800] [[
Java security manager is disabled.]]
[2014-09-13T04:14:48.988+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01010] [javax.enterprise.system.core.security] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574488988] [levelValue: 800] [[
Entering Security Startup Service.]]
[2014-09-13T04:14:48.992+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01143] [javax.enterprise.system.core.security] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574488992] [levelValue: 800] [[
Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.]]
[2014-09-13T04:14:49.040+0200] [glassfish 4.1] [INFO] [NCLS-SECURITY-01011] [javax.enterprise.system.core.security] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489040] [levelValue: 800] [[
Security Service(s) started successfully.]]
[2014-09-13T04:14:49.189+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489189] [levelValue: 800] [[
Created HTTP listener http-listener-1 on host/port 0.0.0.0:8080]]
[2014-09-13T04:14:49.197+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489197] [levelValue: 800] [[
Created HTTP listener http-listener-2 on host/port 0.0.0.0:8181]]
[2014-09-13T04:14:49.202+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489202] [levelValue: 800] [[
Created HTTP listener admin-listener on host/port 0.0.0.0:4848]]
[2014-09-13T04:14:49.223+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00200] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489223] [levelValue: 800] [[
Created virtual server server]]
[2014-09-13T04:14:49.226+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00200] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489226] [levelValue: 800] [[
Created virtual server __asadmin]]
[2014-09-13T04:14:49.418+0200] [glassfish 4.1] [INFO] [AS-WEB-CORE-00306] [javax.enterprise.web.core] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489418] [levelValue: 800] [[
Setting JAAS app name glassfish-web]]
[2014-09-13T04:14:49.418+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00201] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489418] [levelValue: 800] [[
Virtual server server loaded default web module ]]
[2014-09-13T04:14:49.663+0200] [glassfish 4.1] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489663] [levelValue: 800] [[
visiting unvisited references]]
[2014-09-13T04:14:49.666+0200] [glassfish 4.1] [INFO] [] [javax.enterprise.system.tools.deployment.common] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489666] [levelValue: 800] [[
visiting unvisited references]]
[2014-09-13T04:14:49.907+0200] [glassfish 4.1] [INFO] [AS-WEB-GLUE-00172] [javax.enterprise.web] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489907] [levelValue: 800] [[
Loading application [moo] at [/moo]]]
[2014-09-13T04:14:49.955+0200] [glassfish 4.1] [INFO] [] [javax.enterprise.system.core] [tid: _ThreadID=51 _ThreadName=admin-listener(3)] [timeMillis: 1410574489955] [levelValue: 800] [[
moo was successfully deployed in 1.171 milliseconds.]]
[2014-09-13T04:14:50.376+0200] [glassfish 4.1] [INFO] [NCLS-JMX-00005] [javax.enterprise.system.jmx] [tid: _ThreadID=61 _ThreadName=Thread-14] [timeMillis: 1410574490376] [levelValue: 800] [[
JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://ALIENBEEST:8686/jndi/rmi://ALIENBEEST:8686/jmxrmi]]
[2014-09-13T04:15:57.253+0200] [glassfish 4.1] [INFO] [NCLS-CORE-00092] [javax.enterprise.system.core] [tid: _ThreadID=113 _ThreadName=Thread-23] [timeMillis: 1410574557253] [levelValue: 800] [[
Server shutdown initiated]]
[2014-09-13T04:15:57.255+0200] [glassfish 4.1] [INFO] [NCLS-BOOTSTRAP-00028] [javax.enterprise.bootstrap] [tid: _ThreadID=113 _ThreadName=Thread-23] [timeMillis: 1410574557255] [levelValue: 800] [[
Unregistered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@648c5dd5 from service registry.]]
[2014-09-13T04:15:57.255+0200] [glassfish 4.1] [INFO] [] [] [tid: _ThreadID=113 _ThreadName=Thread-8] [timeMillis: 1410574557255] [levelValue: 800] [[
FileMonitoring shutdown]]
[2014-09-13T04:15:57.257+0200] [glassfish 4.1] [INFO] [NCLS-JMX-00002] [javax.enterprise.system.jmx] [tid: _ThreadID=113 _ThreadName=Thread-23] [timeMillis: 1410574557257] [levelValue: 800] [[
JMXStartupService: Stopped JMXConnectorServer: null]]
[2014-09-13T04:15:57.258+0200] [glassfish 4.1] [INFO] [NCLS-JMX-00001] [javax.enterprise.system.jmx] [tid: _ThreadID=113 _ThreadName=Thread-23] [timeMillis: 1410574557258] [levelValue: 800] [[
JMXStartupService and JMXConnectors have been shut down.]]
[2014-09-13T04:15:57.302+0200] [glassfish 4.1] [INFO] [] [] [tid: _ThreadID=117 _ThreadName=Thread-8] [timeMillis: 1410574557302] [levelValue: 800] [[
JdbcRuntimeExtension, getAllSystemRAResourcesAndPools = [GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcResource, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool, GlassFishConfigBean.org.glassfish.jdbc.config.JdbcConnectionPool]]]
答案 0 :(得分:14)
好吧,我看到没有人愿意用9英尺的杆子来触摸这个,所以我会给出我的解决方案。经过许多可怕的小时搜索网络,安装和卸载netbeans和glassfish,尝试最多7.4 netbeans并更改为旧jdk到7。放弃沮丧然后回来。然后这个想法奏效了。
解决方案: 启动netbeans,在我部署项目之前,我在我的电脑上安装了glasfish它看起来像这样的事情
C:\ Users \用户名为myUsername \ GlassFish_Server \的glassfish \ BIN
开始: asadmin.bat
然后在打开的控制台中: 启动域 然后在完成后回到netbeans 如果刷新netbeans服务器,则会看到它正在运行 或者你也可以去localhost确认。
停止它: 停止域
也在另一台有Windows 7的机器上运行得很好。
答案 1 :(得分:3)
转到第build-impl.xml
中的1045或者在将Web应用程序部署为错误后单击行,并将debugmode = "true"
设置为:
"<nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="${forceRedeploy}"/>"
之后保存并部署Web应用程序,它将被部署。
答案 2 :(得分:2)
我认为我遇到了一些相关问题,我认为解决方案是你必须将Netbeans作为管理员启动,而不是netbeans没有权利修改文件系统并启动glassfish服务器。 (在我看来,Glassfish位于Program files目录下,用户管理已启用。)
如果你可以尝试并告诉我们它是否适合我,那就完美了! (以及域的URL是安装目录的内部)