在Felix平台上启动GlassFish gru 05,2016 2:02:02 PM
com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner
INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.
gru 05, 2016 2:02:02 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations
**WARNING: Skipping entry because it is not an absolute URI.**
gru 05, 2016 2:02:02 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations
**WARNING: Skipping entry because it is not an absolute URI.**
gru 05, 2016 2:02:11 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner startBundles
**WARNING: Can not start bundle file:/C:/Users/MyName/Desktop/Servers/glassfish4/glassfish/modules/core.jar because it is not contained in the list of installed bundles.**
Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@294d3883 in service registry.
我无法运行我的项目。 我做了什么: - 清晰和建设 - 尝试将端口从8080更改为9090 - 在本地端口上的TCPView中关闭连接 - 在任务管理器中关闭Java二进制进程但仍无法正常工作。
当我运行项目时,我得到了这个:
C:\Users\MyName\Desktop\Java Web Profile\MyProject\nbproject\build-impl.xml:1048: The module has not been deployed.
See the server log for details.
1047-1049 lines from build-impl.xml:
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
有什么想法吗? :)
答案 0 :(得分:3)
我在其他网站上找到了这个解决方案/原因,并没有为我解决问题,但希望它可以帮到你:
理由:在mac OS SIerra中,新更新会阻止使用系统代理设置的站点,其中localhost,127.0.0.1所有连接都被阻止。
解决方案: 第1步:转到系统首选项&gt;网络&gt;选择您的wifi连接&gt;高级&gt;选择代理选项卡。 检查3个选项1)自动代理发现2)自动代理配置3)Web代理(http)
第2步:转到Netbeans&gt;首选项&gt;常规&gt;选择使用系统代理&gt;重装&GT;测试连接 您可以成功连接。
如果连接成功,Now Clean&amp;在netbeans中构建您的应用程序并按下运行。 希望它会奏效。就我而言,它有效。
https://discussions.apple.com/message/30715103#message30715103 https://netbeans.org/bugzilla/show_bug.cgi?id=268076