ESB 4.9.0附带的AXIS2Server不能启动,但可以正常运行4.8.0 [英] AXIS2Server packed with ESB 4.9.0 doesn't start while it works fine 4.8.0

查看:100
本文介绍了ESB 4.9.0附带的AXIS2Server不能启动,但可以正常运行4.8.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

装有ESB 4.9.0的AXIS2Server不能启动,但可以正常运行4.8.0 ...任何帮助

AXIS2Server packed with ESB 4.9.0 doesn't start while it works fine 4.8.0.. .any help

我正在Win 7 OS 64-it上运行ESB 4.9.0. 假设我的esb在以下位置可用 D:\ wso2esb \ samples \ axis2Server 按照运行示例的说明,我能够使用ant成功构建示例应用程序,但axis2服务器根本无法启动.当我执行axis2server.bat时,它会在CMD上打印以下内容.我想念什么吗?

Hi, I'm running ESB 4.9.0 on Win 7 OS 64-it. Let's say my esb is available at following location D:\wso2esb\samples\axis2Server As per instructions to run samples, I'm able to successfully build sample apps using ant but axis2 server doesn't start at all. It prints following on CMD when i execute axis2server.bat. Am i missing something?

================================================ ==========

=========================================================

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\kashif.kazi>d:

D:\>cd wso2esb\samples\axis2Server\

D:\wso2esb\samples\axis2Server>axis2server.bat
"Starting Sample Axis2 Server ..."
Using AXIS2_HOME:        D:\wso2esb\samples\AXIS2S~1\
Using JAVA_HOME:       C:\Program Files\Java\jdk1.7.0_65
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
    -hotspot      is a synonym for the "server" VM  [deprecated]
                  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>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -no-jre-restrict-search
                  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
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for m
ore details.
D:\wso2esb\samples\axis2Server>

================================================ ==========

=========================================================

推荐答案

您可以使用旧的WSO2 ESB 4.8.0中的.bat或.sh或解决此问题: 只需使用文本编辑器打开.bat或.sh并找到带有此字符串的行(对于Windows SO):

you can use the .bat or .sh from old WSO2 ESB 4.8.0 or fix the issue: Just need to open the .bat or .sh with a text editor and find the line with this string(for windows SO):

-Djava.io.tmpdir="%AXIS2_HOME%..\..\tmp\" 

尝试在tmp之后删除\,然后再次运行服务器,仅此而已.

try to remove the \ after tmp and run your server again and this is all.

这篇关于ESB 4.9.0附带的AXIS2Server不能启动,但可以正常运行4.8.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆