Java Netbeans 8.0.2+;Glassfish服务器4.1

Java Netbeans 8.0.2+;Glassfish服务器4.1,java,netbeans-8,glassfish-4.1,Java,Netbeans 8,Glassfish 4.1,每当我从Netbeans运行项目时,都会出现以下错误: The module has not been deployed. See the server log for details. BUILD FAILED (total time: 0 seconds) 以下是日志输出: Launching GlassFish on Felix platform Oct 30, 2015 3:54:15 PM com.sun.enterprise.glassfish.bootstrap.osgi.Bu

每当我从Netbeans运行项目时,都会出现以下错误:

The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 0 seconds)
以下是日志输出:

Launching GlassFish on Felix platform 
Oct 30, 2015 3:54:15 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner 
INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner. 
Oct 30, 2015 3:54:15 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations 
WARNING: Skipping entry because it is not an absolute URI. 
Oct 30, 2015 3:54:15 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations 
WARNING: Skipping entry because it is not an absolute URI. 
Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@2b936ab9 in service registry. 
Found populator: com.sun.enterprise.v3.server.GFDomainXml 
#!## LogManagerService.postConstruct : rootFolder=C: \Program Files\glassfish-4.1\glassfish 
#!## LogManagerService.postConstruct : templateDir=C: \Program Files\glassfish-4.1\glassfish\lib\templates 
#!## LogManagerService.postConstruct : src=C: \Program Files\glassfish-4.1\glassfish\lib\templates\logging.properties 
#!## LogManagerService.postConstruct : dest=C: \Users\Jimmyzz\personal_domain1\config\logging.properties 
Info: Running GlassFish Version: GlassFish Server Open Source Edition 4.1 (build 13) 
Info: Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter 
Info: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created. 
Info: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created. 
Info: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created. 
Info: Authorization Service has successfully initialized. 
Info: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry 
Info: Grizzly Framework 2.3.15 started in: 58ms - bound to [/0.0.0.0:8080] 
Info: Grizzly Framework 2.3.15 started in: 5ms - bound to [/0.0.0.0:8181] 
Info: Grizzly Framework 2.3.15 started in: 7ms - bound to [/0.0.0.0:4848] 
Info: Grizzly Framework 2.3.15 started in: 5ms - bound to [/0.0.0.0:3700] 
Info: GlassFish Server Open Source Edition 4.1 (13) startup time : Felix (1,408ms), startup services(571ms), total(1,979ms) 
Info: Grizzly Framework 2.3.15 started in: Ems - bound to [/0.0.0.0:7676] 
Info: Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@55f8669d as 0511 service registration: org.apache.felix.framework.ServiceRegistrationImpl@769d513. 
Info: JMXStartupService has started JMXConnector on 3MXService URL service:jmx:rmi://100.75.255.36:8686/jndi/rmi://100.75.255.36:8686/jmxrmi 
Info: HV000001: Hibernate Validator 5.0.0.Fina1 
Info: Grizzly Framework 2.3.15 started in: 8ms - bound to [/0.0.0.0:8181] 
Info: Grizzly Framework 2.3.15 started in: 9ms - bound to [/0.0.0.0:8080]I 

对于任何有类似问题的人,我通过重命名我的项目文件夹得到了修复,
没有空格或符号(例如,将“Netbeans project&beans”改为“Netbeans project&beans”)

对于任何有类似问题的人,我的问题通过重命名我的项目文件夹得到了解决,
没有空格或符号(例如,将“Netbeans project&beans”改为“Netbeans project&beans”)。

您能提供更多关于您的问题的上下文吗?你做了什么?你有哪些具体问题?您的测试用例是什么?在“输出”窗口中,您应该看到包含服务器日志输出的Glassfish选项卡。有什么错误吗?我尝试删除重新添加glassfish,卸载安装netbeans,检查程序中的数据库用户名密码是否正确,尝试了不同的项目(student,因此我们有一些示例项目可以通过创建数据库并运行来运行),但仍然是相同的glassfish服务器,部署,null,false D:\etc\etc\etc\example3\nbproject\build impl.xml:1048:模块尚未部署。有关详细信息,请参阅服务器日志。生成失败(总时间:0秒)@Gimby:WARNING:跳过条目,因为它不是绝对URI。请尝试通过在中编辑将服务器日志输出添加到您的问题中,而不是发布一行。您能否提供有关问题的更多上下文?你做了什么?你有哪些具体问题?您的测试用例是什么?在“输出”窗口中,您应该看到包含服务器日志输出的Glassfish选项卡。有什么错误吗?我尝试删除重新添加glassfish,卸载安装netbeans,检查程序中的数据库用户名密码是否正确,尝试了不同的项目(student,因此我们有一些示例项目可以通过创建数据库并运行来运行),但仍然是相同的glassfish服务器,部署,null,false D:\etc\etc\etc\example3\nbproject\build impl.xml:1048:模块尚未部署。有关详细信息,请参阅服务器日志。生成失败(总时间:0秒)@Gimby:WARNING:跳过条目,因为它不是绝对URI。请尝试通过在中编辑将服务器日志输出添加到问题中,而不是发布一行。