WAS项目启动问题报错求指导

问题描述

WAS项目启动问题报错求指导
[14-6-11 11:17:53:894 CST] 00000000 WindowsServic 1 In executeCommand args are: D:Program FilesIBMWebSphereAppServerbinWASService.exe -status 2YE3JI6FPVNYTGENode01
[14-6-11 11:17:53:957 CST] 00000000 WindowsServic 1 Runtime.exec() returned process java.lang.ProcessImpl@406b406b
[14-6-11 11:17:53:981 CST] 00000006 WindowsServic 3 inputRec == The service is stopped.
[14-6-11 11:17:53:991 CST] 00000000 WindowsServic 1 retCode from childProcess.waitFor() is 1
[14-6-11 11:17:53:991 CST] 00000000 WindowsServic 3 exitCode = 1
[14-6-11 11:17:53:992 CST] 00000000 WindowsServic < getServiceStatus Exit
[14-6-11 11:17:53:992 CST] 00000000 WindowsServic > getServiceStatus Entry
[14-6-11 11:17:53:993 CST] 00000000 WindowsServic > getWASServiceCmdPath Entry

[14-6-11 11:17:53:993 CST] 00000000 WindowsServic 1 In executeCommand args are: D:Program FilesIBMWebSphereAppServerbinWASService.exe -status 2YE3JI6FPVNYTGENode01
[14-6-11 11:17:54:063 CST] 00000000 WindowsServic 1 Runtime.exec() returned process java.lang.ProcessImpl@54335433
[14-6-11 11:17:54:084 CST] 00000008 WindowsServic 3 inputRec == The service is stopped.
[14-6-11 11:17:54:095 CST] 00000000 WindowsServic 1 retCode from childProcess.waitFor() is 1
[14-6-11 11:17:54:095 CST] 00000000 WindowsServic 3 exitCode = 1
[14-6-11 11:17:54:095 CST] 00000000 WindowsServic < getServiceStatus Exit
[14-6-11 11:17:54:096 CST] 00000000 WsServerContr 1 Window service status (1=stopped 2=started 3=not-registred) is 1
[14-6-11 11:17:54:096 CST] 00000000 WindowsServic > doWASServiceAction action start Entry

[14-6-11 11:17:54:097 CST] 00000000 AdminTool A ADMU7701I: 由于 server1 注册成作为 Windows 服务运行,因此启动该服务器的请求将由启动关联的 Windows 服务完成。
[14-6-11 11:17:54:099 CST] 00000000 WindowsServic > getWASServiceCmdPath Entry

[14-6-11 11:17:54:099 CST] 00000000 WindowsServic 1 In executeCommand args are: D:Program FilesIBMWebSphereAppServerbinWASService.exe -start 2YE3JI6FPVNYTGENode01
[14-6-11 11:17:54:176 CST] 00000000 WindowsServic 1 Runtime.exec() returned process java.lang.ProcessImpl@2fa02fa
[14-6-11 11:17:54:178 CST] 0000000a WindowsServic 3 waitForFileExist(D:Program FilesIBMWebSphereAppServerprofilesAppSrv01logs2YE3JI6FPVNYTGENode01 Service.log)
[14-6-11 11:17:54:680 CST] 0000000a EncodingUtils > getProperEncoding Entry
[14-6-11 11:17:54:680 CST] 0000000a EncodingUtils 3 System.getProperty(""file.encoding"") is: GB18030
[14-6-11 11:17:54:680 CST] 0000000a EncodingUtils > isPlatformWindows() Entry
[14-6-11 11:17:54:680 CST] 0000000a WindowsServic 3 *** returned readerencoding = GB18030
[14-6-11 11:18:20:423 CST] 0000000c WindowsServic 3 inputRec == Starting Service: 2YE3JI6FPVNYTGENode01
[14-6-11 11:18:20:423 CST] 0000000c WindowsServic 3 inputRec ==
[14-6-11 11:18:20:423 CST] 0000000e WindowsServic 3 inputRec == Service failed to start. startServer return code = -1
[14-6-11 11:18:20:433 CST] 00000000 WindowsServic 1 retCode from childProcess.waitFor() is -1
[14-6-11 11:18:20:433 CST] 00000000 WindowsServic 3 -- interrupt the thread that is collecting stdout
[14-6-11 11:18:21:433 CST] 00000000 WindowsServic 3 exitCode = -1
[14-6-11 11:18:21:433 CST] 00000000 WindowsServic 3 Service failed to start. startServer return code = -1
[14-6-11 11:18:21:433 CST] 00000000 AdminTool A ADMU7704E: 在尝试启动与服务器相关联的 Windows 服务时失败:server1;
在执行 WASService.exe 时可能发生错误:Starting Service: 2YE3JI6FPVNYTGENode01
Service failed to start. startServer return code = -1
[14-6-11 11:18:21:433 CST] 0000000a WindowsServic 3 readAndDisplayServiceLogFile() caught InterruptedException

时间: 2024-11-05 04:50:21

WAS项目启动问题报错求指导的相关文章

背包问题 matlab-背包问题Matlab动态规划求解程序报错 求指导 万分感谢!!

问题描述 背包问题Matlab动态规划求解程序报错 求指导 万分感谢!! KnapSack1(v,w,n,W) for w=0 to W V[0,w]=0; %将二维数组第一行赋值全零 for i=1 to n for w=0 to W if w_i<=w V[i,w]=max(V[i-1,w],v_i+V[i-1,w-w_i]) %V[i,w]记录权值至少为w且最大的子集{1,2,...,n} else V[i,w]=V[i-1,w]; Return V[i,W]; end end end e

ocket xception-android开发,调用webservice报错,求指导一下,感激不尽

问题描述 android开发,调用webservice报错,求指导一下,感激不尽 java.net.SocketException: sendto failed: ECONNRESET (Connection reset by peer) 解决方案 网络问题,检查下通讯,ip端口等等.

maven项目启动jetty-maven-plugin报错

问题描述 maven项目启动jetty-maven-plugin报错 刚接触maven项目,按照maven实战的说明,使用jetty plugin进行部署,运行jetty:run命令的时候,控制台出现如下异常信息: 2015-05-06 13:42:08.082:WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext{/web,file:/E:/mycode/web_advancement/src/

在eclipse中导入android项目,一直报错求帮助~

问题描述 在eclipse中导入android项目,一直报错求帮助~ 文档">换了两台电脑都会出现这样的错,是怎么回事呢?谢谢大牛们啦~Failed to call IFileListener.fileChanged java.lang.StackOverflowError 解决方案 应该是JAVA版本问题 不兼容 解决方案二: http://www.cnblogs.com/SkyD/archive/2010/11/25/1887219.html 解决方案三: 最好第三方库跟你的工程在同一

php-安装gd库报错,求指导。。。。。。

问题描述 安装gd库报错,求指导...... ./configure --prefix=/usr/local/gd2/ --with-zlib=/usr/local/zlib/ --with-jpeg=/usr/local/jpeg6/ --with-png=/usr/local/libpng/ --with-freetype=/usr/local/freetype configure: WARNING: unrecognized options: --with-zlib 有个警告,怎么才能解决

apache+tomcat 启动tomcat 报错 求大神赐教

问题描述 apache+tomcat 启动tomcat 报错 求大神赐教 解决方案 看看org.apache.catalina.filters.CsrfPreventionFilter.jar有没有正确部署. 解决方案二: CsrfPreventionFilter.jar 这个包没有安装吧

VS2012 MVC3项目 启动调试报错 0x80040154

问题描述 最近自己学习MVC的时候在调试时发生这个错误.项目编译是通过的,没有报错,就是调试时就弹出如上图中的错误.有人知道这是什么原因吗?一开始创建项目时调试都没问题,可以调试出数据,就是那个MicrosoftSharepointWorkspace弹出一次更新后开始突然就这样子了.我修复VS2012,重新安装2012也没法解决这个问题.这是与系统配置中的哪个项有关吗?把项目布置到iis中然后打开浏览器访问时是可以访问的,但是若是访问需要读取数据库的时候就读不出数据.数据库连接是对的,我在Web

【报错】项目启动部署时报错:java.lang.NoSuchMethodError

报错: ===================================================================================================== 项目启动部署报错: java.lang.NoSuchMethodError: org.springframework.util.ReflectionUtils.doWithLocalFields(Ljava/lang/Class;Lorg/springframework/util/Ref

android游戏-Android运行报错 求大神指导

问题描述 Android运行报错 求大神指导 12-01 20:49:04.872: D/AndroidRuntime(2097): Shutting down VM 12-01 20:49:04.872: W/dalvikvm(2097): threadid=1: thread exiting with uncaught exception (group=0xb4addb90) 12-01 20:49:04.922: E/AndroidRuntime(2097): FATAL EXCEPTIO