`
jerome_wang
  • 浏览: 156973 次
  • 性别: Icon_minigender_1
  • 来自: 云南
社区版块
存档分类
最新评论

Unable to parse setupCmdLine: null\bin\setupCmdLine.bat 解决

    博客分类:
  • WAS
阅读更多

Unable  to parse setupCmdLine:  null\bin\setupCmdLine.bat 解决

使用ant 编写was 自动部署脚本的时候  出现Unable  to parse setupCmdLine:  null\bin\setupCmdLine.bat

解决方法 调用webpshere appserver bin下面的ws_ant.bat 即可

 

eg:Build.bat

SET WSANT_HOME=x

"%WSANT_HOME%\bin\ws_ant.bat" -f autoBuild.xml

其他的不知道还有什么解决之道,目前只有这种

分享到:
评论

相关推荐

    解决dbf Failed to parse Number: For input string: "-.---"

    本文将深入探讨标题和描述中提到的问题:“解决dbf Failed to parse Number: For input string: "-.---""”,以及如何在不依赖特定jar包的情况下处理DBF文件。 首先,"Failed to parse Number: For input string: ...

    java.text.ParseException: Unparseable date: 2/10/2010 15:20:05

    在Java编程中,`ParseException` 是 `java.text.ParseException` 类的一个异常,通常在尝试解析日期或时间字符串时遇到无法解析的格式时抛出。在给定的标题 "java.text.ParseException: Unparseable date: 2/10/2010...

    JSqlparser4.4版作者提供的应急版,解决无法解析mysql中JSON_OBJECT函数存在其它函数问题

    如下sql,JSON_OBJECT函数中存在CAST函数,随后报出ParseException问题! SELECT JSON_ARRAYAGG(obj) FROM (SELECT trt.relevance_id,JSON_OBJECT('id',CAST(trt.id AS CHAR),'taskName',trt.task_name,'openStatus'...

    tomcat10升级单个jar里面的jakarta.servlet.http.HttpServletRequest

    目的:tomcat10版本导致List<FileItem> fileItems = sfu.parseRequest(request) 入参的HttpServletRequest必须为:import jakarta.servlet.http.HttpServletRequest; 运行cmd,再该目录下执行: 执行步骤:java -...

    hive函数大全(中文版)

    5. 日期时间转日期函数: to_date 19 6. 日期转年函数: year 19 7. 日期转月函数: month 19 8. 日期转天函数: day 19 9. 日期转小时函数: hour 20 10. 日期转分钟函数: minute 20 11. 日期转秒函数: second 20 12. ...

    Android Intent的几种用法全面总结

    Uri uri = Uri.parse("smsto:0800000123"); Intent it = new Intent(Intent.ACTION_SENDTO, uri); it.putExtra("sms_body", "The SMS text"); startActivity(it); ``` 6. 发送彩信: 发送带有图片的彩信: ```java ...

    perl-Parse-Yapp-1.05-50.el7.noarch.rpm

    官方离线安装包,测试可用。请使用rpm -ivh [rpm完整包名] 进行安装

    Module parse failed: Unexpected token

    "Module parse failed: Unexpected token" 是一个常见的JavaScript错误,通常在使用Webpack或其他模块打包工具时出现。这个错误意味着解析器遇到了它无法理解的语法结构,可能是由于ES6(ECMAScript 2015)及以上...

    asm5.0.jar

    nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [mybatis- config.xml]; nested exception is org.apache.ibatis.builder....

    Python库 | parse-utils-0.0.5.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:parse-utils-0.0.5.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Python库 | parse_it-0.5.3.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:parse_it-0.5.3.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    Python库 | parse-utils-0.2.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:parse-utils-0.2.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    android-parse-demo:www.parse.com

    Parse.initialize(new Parse.Configuration.Builder(this) .applicationId("your_application_id") // 在parse.com网站上获取的应用ID .clientKey("your_client_key") // 同样在parse.com获取 .server(...

    pdfbox1.0.jar

    at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:237) at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:841) at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:808...

    Vba全面修改Word段落属性有效代码.docx

    * 左缩进:WApp.Selection.ParagraphFormat.LeftIndent = WApp.CentimetersToPoints(float.Parse(0)); * 右缩进:WApp.Selection.ParagraphFormat.RightIndent = WApp.CentimetersToPoints(float.Parse(0)); * 段前...

    ApkIDE3.3.0.0作者原版,解决常见apk打包安装问题.rar

    adb: failed to install SystemActivities.apk: Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI: /data/app/vmdl1716187195.tmp/base.apk (at Binary XML file line #0): Requires newer...

    入学课(简易爬虫).xmind-入学课(简易爬虫).xmind

    def parse(self, response): for href in response.css('#l_title .l_title a::attr(href)'): full_url = response.urljoin(href.extract()) yield scrapy.Request(full_url,callback=self.parse_news) ...

    Python库 | xstavka_parse_package-0.25.tar.gz

    资源分类:Python库 所属语言:Python 资源全名:xstavka_parse_package-0.25.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059

    入学课(简易爬虫).zip-简易爬虫-简易爬虫

    def parse(self, response): for href in response.css('#l_title .l_title a::attr(href)'): full_url = response.urljoin(href.extract()) yield scrapy.Request(full_url,callback=self.parse_news) ...

    commons-fileupload-1.3.3-bin.tar.gz

    标题中的"commons-fileupload-1.3.3-bin.tar.gz"是一个压缩包文件,包含了Apache Commons FileUpload 1.3.3版本的二进制(bin)文件,通常包括JAR库和其他必要的资源。 Apache Commons FileUpload的工作原理是基于...

Global site tag (gtag.js) - Google Analytics