Hi Gabriel,
Thanks for responding! My apologies, for some reason cut/paste always breaks the links...
www.ibm.com/developerworks/forums/messag...And yes, that link is where I got the format for my executable. The only difference is I wrote it entirely in python....
I enabled wsadmin trace and got the following error:
[12/21/12 9:29:31:808 EST] 00000000 AbstractShell A WASX7091I:
Executing script: "../../alert.py"
[12/21/12 9:29:32:067 EST] 00000000 AbstractShell E WASX7120E:
Diagnostic information from exception with text "java.lang.
NullPointerException:
java.lang.NullPointerException
" follows:
java.lang.NullPointerException
at com.ibm.ws.xd.agent.httpservice.client.JSONRPCClientImpl.
getTimeOutValue(JSON
RPCClientImpl.java:527)
at
com.ibm.ws.xd.agent.httpservice.client.JSONRPCClientImpl.invoke
(JSONRPCClientImpl.java:134)
at com.ibm.ws.xd.agent.services.JSONRPCInvocationHandler.invoke
(JSONRPCInvocationHandler.java:150)
at $Proxy54.invokeTaskwithServerEnvId(Unknown Source)
at com.ibm.ws.xd.config.healthconfig.commands.ExecuteHealthAction.
afterStepsExecuted(ExecuteHealthAction.java:133)
at com.ibm.websphere.management.cmdframework.provider.
AbstractTaskCommand.executeReal(AbstractTaskCommand.java:855)
at com.ibm.websphere.management.cmdframework.provider.
AbstractTaskCommand.execute(AbstractTaskCommand.java:807)
at com.ibm.ws.management.cmdframework.impl.RemoteCommandMgrImpl.
execute
(RemoteCommandMgrImpl.java:370)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:60)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:49)
at sun.reflect.GeneratedMethodAccessor45.invoke
(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:256)
at
javax.management.modelmbean.RequiredModelMBean.invokeMethod
(RequiredModelMBean.java:1085)
at
javax.management.modelmbean.RequiredModelMBean.invoke
(RequiredModelMBean.java:966)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.
invoke
(DefaultMBeanServerInterceptor.java:848)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke
(JmxMBeanServer.java:773)
at com.ibm.ws.management.AdminServiceImpl$1.run
(AdminServiceImpl.java:1331)
at com.ibm.ws.security.util.AccessController.doPrivileged
(AccessController.java:118)
at com.ibm.ws.management.AdminServiceImpl.invoke
(AdminServiceImpl.java:1224)
at com.ibm.ws.management.connector
.AdminServiceDelegator.invoke
(AdminServiceDelegator.java:181)
at sun.reflect.GeneratedMethodAccessor59.invoke
(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke
(Method.java:611)
at com.ibm.ws.management.connector.soap.SOAPConnector
.invoke
(SOAPConnector.java:453)
at com.ibm.ws.management.connector.soap.SOAPConnector.service
(SOAPConnector.java:286)
at com.ibm.ws.management.connector.soap.SOAPConnection
.handleRequest
(SOAPConnection.java:65)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest
(HttpConnection.java:733)
at com.ibm.ws.http.HttpConnection.run
(HttpConnection.java:522)
at com.ibm.ws.util.ThreadPool$Worker.run
(ThreadPool.java:1604)