2013-04-14 3 views

Antwort

3

Ich bin mir nicht ganz sicher, was hier vor sich geht. Gelegentlich bekomme ich das auch. Eine undeploy gefolgt von einem sauberen und Build des Projekts und einer Umschichtung neigen immer dazu, es für mich zu lösen.

1

Ihre Frage wurde unter this Adresse beantwortet.

Antwort:

<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> 

In dem obigen Code "Glassfish-4.0 \ Glassfish \ domains \ domain1 \ config \ domain.xml" Verzeichnis.

Ex:

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> 
. 
. 
. 
0

Wenn deploy und un-deploy >>

funktioniert nicht

Gehen Sie zu tools->options.

Wählen Sie einen Webbrowser, keinen Proxy in den Proxyeinstellungen und klicken Sie auf Testverbindung.

Wenn die Verbindung OK ist, den Webdienst bereitstellen und testen. Die Testseite sollte jetzt geöffnet sein.

0

hatte ich dieses Problem und ich es fest ..

  • sauber und Projekt
  • deploy Projekt
  • Test Web-Service

Nach geöffnet Web Service Tester Seite bauen.

Verwandte Themen