<small id='oqNKs'></small><noframes id='oqNKs'>

    1. <i id='oqNKs'><tr id='oqNKs'><dt id='oqNKs'><q id='oqNKs'><span id='oqNKs'><b id='oqNKs'><form id='oqNKs'><ins id='oqNKs'></ins><ul id='oqNKs'></ul><sub id='oqNKs'></sub></form><legend id='oqNKs'></legend><bdo id='oqNKs'><pre id='oqNKs'><center id='oqNKs'></center></pre></bdo></b><th id='oqNKs'></th></span></q></dt></tr></i><div id='oqNKs'><tfoot id='oqNKs'></tfoot><dl id='oqNKs'><fieldset id='oqNKs'></fieldset></dl></div>

          <bdo id='oqNKs'></bdo><ul id='oqNKs'></ul>
      1. <legend id='oqNKs'><style id='oqNKs'><dir id='oqNKs'><q id='oqNKs'></q></dir></style></legend>
        <tfoot id='oqNKs'></tfoot>

        wso2 样本不工作

        wso2 samples not working(wso2 样本不工作)
        <i id='kKYtZ'><tr id='kKYtZ'><dt id='kKYtZ'><q id='kKYtZ'><span id='kKYtZ'><b id='kKYtZ'><form id='kKYtZ'><ins id='kKYtZ'></ins><ul id='kKYtZ'></ul><sub id='kKYtZ'></sub></form><legend id='kKYtZ'></legend><bdo id='kKYtZ'><pre id='kKYtZ'><center id='kKYtZ'></center></pre></bdo></b><th id='kKYtZ'></th></span></q></dt></tr></i><div id='kKYtZ'><tfoot id='kKYtZ'></tfoot><dl id='kKYtZ'><fieldset id='kKYtZ'></fieldset></dl></div>
        <tfoot id='kKYtZ'></tfoot>
        1. <legend id='kKYtZ'><style id='kKYtZ'><dir id='kKYtZ'><q id='kKYtZ'></q></dir></style></legend>

            <small id='kKYtZ'></small><noframes id='kKYtZ'>

                • <bdo id='kKYtZ'></bdo><ul id='kKYtZ'></ul>
                    <tbody id='kKYtZ'></tbody>
                  本文介绍了wso2 样本不工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  按照 https:///docs.wso2.com/display/ESB490/Sending+a+Simple+Message+Through+the+ESB

                  并已成功构建(和部署)项目

                  And have successfully got the project to build (and deploy)

                  但是,当我按照说明启动轴服务器时,我得到以下信息

                  However, when I go to start the axis server as per the instructions I get the below

                  Microsoft Windows [Version 6.1.7601]
                  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
                  
                  C:Usershumphriesa>set JAVA_HOME=C:ProgramsJavajdk1.8.0_92
                  
                  C:Usershumphriesa>cd C:wso2esb-4.9.0samplesaxis2Server
                  
                  C:wso2esb-4.9.0samplesaxis2Server>axis2server.bat
                  "Starting Sample Axis2 Server ..."
                  Using AXIS2_HOME:        C:WSO2ES~1.0samplesAXIS2S~1
                  Using JAVA_HOME:       C:ProgramsJavajdk1.8.0_92
                  Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; sup
                  port was removed in 8.0
                  Usage: java [-options] class [args...]
                             (to execute a class)
                     or  java [-options] -jar jarfile [args...]
                             (to execute a jar file)
                  where options include:
                      -d32          use a 32-bit data model if available
                      -d64          use a 64-bit data model if available
                      -server       to select the "server" VM
                                    The default VM is server.
                  
                      -cp <class search path of directories and zip/jar files>
                      -classpath <class search path of directories and zip/jar files>
                                    A ; separated list of directories, JAR archives,
                                    and ZIP archives to search for class files.
                      -D<name>=<value>
                                    set a system property
                      -verbose:[class|gc|jni]
                                    enable verbose output
                      -version      print product version and exit
                      -version:<value>
                                    Warning: this feature is deprecated and will be removed
                                    in a future release.
                                    require the specified version to run
                      -showversion  print product version and continue
                      -jre-restrict-search | -no-jre-restrict-search
                                    Warning: this feature is deprecated and will be removed
                                    in a future release.
                                    include/exclude user private JREs in the version search
                      -? -help      print this help message
                      -X            print help on non-standard options
                      -ea[:<packagename>...|:<classname>]
                      -enableassertions[:<packagename>...|:<classname>]
                                    enable assertions with specified granularity
                      -da[:<packagename>...|:<classname>]
                      -disableassertions[:<packagename>...|:<classname>]
                                    disable assertions with specified granularity
                      -esa | -enablesystemassertions
                                    enable system assertions
                      -dsa | -disablesystemassertions
                                    disable system assertions
                      -agentlib:<libname>[=<options>]
                                    load native agent library <libname>, e.g. -agentlib:hprof
                                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
                      -agentpath:<pathname>[=<options>]
                                    load native agent library by full pathname
                      -javaagent:<jarpath>[=<options>]
                                    load Java programming language agent, see java.lang.instrument
                  
                      -splash:<imagepath>
                                    show splash screen with specified image
                  
                  C:wso2esb-4.9.0samplesaxis2Server>
                  

                  感谢任何帮助

                  推荐答案

                  貌似报告了同样的问题 在这张 jira 票中.尝试那里给出的解决方案,看看.您必须按照 jira 注释中的说明编辑 axis2server.bat 文件.

                  Looks like the same problem reported in this jira ticket. Try the solution given there and see. You'll have to edit the axis2server.bat file as explained in the jira comments.

                  这篇关于wso2 样本不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)
                  How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)
                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)
                  How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)
                  How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)

                      <small id='BWIrd'></small><noframes id='BWIrd'>

                      <tfoot id='BWIrd'></tfoot>
                      <legend id='BWIrd'><style id='BWIrd'><dir id='BWIrd'><q id='BWIrd'></q></dir></style></legend>
                        • <bdo id='BWIrd'></bdo><ul id='BWIrd'></ul>
                            <tbody id='BWIrd'></tbody>
                          • <i id='BWIrd'><tr id='BWIrd'><dt id='BWIrd'><q id='BWIrd'><span id='BWIrd'><b id='BWIrd'><form id='BWIrd'><ins id='BWIrd'></ins><ul id='BWIrd'></ul><sub id='BWIrd'></sub></form><legend id='BWIrd'></legend><bdo id='BWIrd'><pre id='BWIrd'><center id='BWIrd'></center></pre></bdo></b><th id='BWIrd'></th></span></q></dt></tr></i><div id='BWIrd'><tfoot id='BWIrd'></tfoot><dl id='BWIrd'><fieldset id='BWIrd'></fieldset></dl></div>