Java GlassFish server core.jar不包含在已安装的捆绑包列表中

Java GlassFish server core.jar不包含在已安装的捆绑包列表中,java,jakarta-ee,netbeans,server,glassfish-4,Java,Jakarta Ee,Netbeans,Server,Glassfish 4,在Felix平台上发射GlassFish 2016年05月05日下午2:02:02 com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner. gru 05, 2016

在Felix平台上发射GlassFish 2016年05月05日下午2:02:02

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>
C:\Users\MyName\Desktop\Java Web Profile\MyProject\nbproject\build impl.xml:1048:模块尚未部署。
有关详细信息,请参阅服务器日志。
build-impl.xml中的1047-1049行:

有什么想法吗?:)

我在另一个网站上找到了此解决方案/原因,但没有为我解决问题,但希望它能帮助您:

原因:在mac OS Sierra中,新的更新阻止了使用系统代理设置的站点,其中localhost、127.0.0.1所有连接都被阻止

解决方案: 步骤1:进入系统首选项>网络>选择wifi连接>高级>选择代理选项卡。 检查3个选项1)自动代理发现2)自动代理配置3)web代理(http)

步骤2:转到Netbeans>首选项>常规>选择使用系统代理>重新加载>测试连接 您可能会成功连接

如果连接成功,现在在netbeans中清理并构建应用程序,然后按run。 希望它能起作用。就我而言,它是有效的