gpt4 book ai didi

java - Glassfish 3.1.2 build 5 WAR 部署问题

转载 作者:行者123 更新时间:2023-12-01 15:13:16 25 4
gpt4 key购买 nike

我在将 Java WAR 部署到 Glassfish 3.1.2 build 5 时遇到问题。我想排除这是否与配置错误或遗漏有关。

我在 Glassfish 上部署了一个 Web 应用程序,在我更改其中一个 http 监听器之前,该应用程序运行得非常好。在此之前,除了更改 http-listener-2 的 SSL 设置下的证书昵称之外,我没有更改任何默认监听器(http-listener-1 表示非安全,http-listener-2 表示安全)。

当我将 http-listener-1 更改为也使用安全性时,问题就开始了。我想在该监听器上使用不同的证书。但是,当我为所有 Activity 监听器启用 SSL 后,我发现我无法再将 WAR 部署到 Glassfish。我会在 server.log 中收到以下错误:

[#|2012-08-17T13:42:24.686-0700|SEVERE|glassfish3.1.2|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=2257;_ThreadName=Thread-2;|java.lang.RuntimeException
at org.glassfish.webservices.WebServicesDeployer.prepare(WebServicesDeployer.java:193)
at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:348)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:363)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1085)
at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:95)
at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1291)
...
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.NullPointerException
at com.sun.enterprise.deployment.WebServiceEndpoint.composeEndpointAddress(WebServiceEndpoint.java:698)
at com.sun.enterprise.deployment.WebServiceEndpoint.composeEndpointAddress(WebServiceEndpoint.java:690)
at com.sun.enterprise.deployment.WebServiceEndpoint.composeFinalWsdlUrl(WebServiceEndpoint.java:753)
at org.glassfish.webservices.WebServicesDeployer.doWebServicesDeployment(WebServicesDeployer.java:634)
at org.glassfish.webservices.WebServicesDeployer.prepare(WebServicesDeployer.java:184)
... 53 more

我已经从官方网站安装了最新版本的Glassfish。

一些研究让我想知道是否需要在 glassfish-web.xml 或 web.xml 文件中添加一些配置,以指定传输保证必须是 secret 的。我尝试了此处概述的配置:

http://www.java-tips.org/java-ee-tips/java-api-for-xml-web-services/using-jax-ws-based-web-services-wit.html

但我仍然无法部署我的 WAR。唯一可以解决这个问题的方法是创建第三个不支持 SSL 的 http 监听器。这是预期的行为还是我做错了什么?

提前致谢!

最佳答案

将 WAR(在 web.xml 中具有 secret SSLConstraint)部署到 GlassFish Server 开源版 3.1.2.2(构建 5)时遇到同样的问题。我必须创建一个非 https 监听器来解决该问题。

我认为这不是预期的行为,特别是因为空指针异常。

关于java - Glassfish 3.1.2 build 5 WAR 部署问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12014718/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com