5

Unable to open my web service tester page from net beans, i am getting a error (see the attached image).

But i am able to go to the tester page from the admin console with the same URL.

Is that any problem with creation of WSDL ?enter image description here

4

4 回答 4

3

我不完全确定这里发生了什么。我偶尔也会得到这个。取消部署,然后清理和构建项目以及重新部署总是倾向于为我解决它。

于 2013-08-24T14:28:57.633 回答
1

您的问题已在地址得到解答。

回答 :

 <jvm-options>-Duser.language=tr-TR</jvm-options>
 <jvm-options>-Xrs</jvm-options>
 <jvm-options>-Dfile.encoding=UTF8</jvm-options>
 <jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
 <jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>

将以上代码添加“glassfish-4.0\glassfish\domains\domain1\config\domain.xml”目录。

前任:

1-)

.
.
.
<jvm-options>-Dfelix.fileinstall.bundles.startTransient=true</jvm-options>
<jvm-options>-Dfelix.fileinstall.disableConfigSave=false</jvm-options>
<jvm-options>-XX:NewRatio=2</jvm-options>
<jvm-options>-Duser.language=tr-TR</jvm-options>
<jvm-options>-Xrs</jvm-options>
<jvm-options>-Dfile.encoding=UTF8</jvm-options>
<jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
<jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>
.
.
.

2-)

.
.
.
<jvm-options>-Dfelix.fileinstall.bundles.startTransient=true</jvm-options>
<jvm-options>-Dfelix.fileinstall.disableConfigSave=false</jvm-options>
<jvm-options>-Duser.language=tr-TR</jvm-options>
<jvm-options>-Xrs</jvm-options>
<jvm-options>-Dfile.encoding=UTF8</jvm-options>
<jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
<jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>
.
.
.
于 2014-07-23T11:47:47.767 回答
0

如果部署和取消部署不起作用>>

tools->options

选择网络浏览器,代理设置中没有代理,然后单击测试连接。

如果连接是OK,则部署 Web 服务并进行测试。测试页面现在应该打开了。

于 2014-11-21T06:47:40.230 回答
0

我有这个问题,我解决了它..

  • 清理并构建项目
  • 部署项目
  • 测试网络服务

打开 Web Service Tester 页面后。

于 2016-02-27T11:35:22.963 回答