Web ページが見つかりません
404 error: JSPG0036E: Failed to find resource /jmc/console.jsp

置換プロパティー では、シンボリック変数の名前と値の組を定義します。 xJCL ファイルでは、シンボリック変数は ${variable-name} という形式の式になり、それがコメントの外に置かれていれば、ファイルは整形式の文書となります。シンボリック変数の置換は実行時に行われます。xJCL ファイルが発行されると、${variable-name} 文字列は、プロパティーの値に置き換えられます。

CWLRB5671I: [10/20/10 15:09:02:902 EDT] Processing for job SimpleCI:00007 started.
CWLRB5807I: [10/20/10 15:09:02:932 EDT] Original XJCL
1 : <?xml version="1.0" encoding="UTF-8"?>
2 : <!--(C) Copyright IBM Corp. 2005 - All Rights Reserved. DISCLAIMER: The following source code is sample code created by IBM Corporation. This sample code is provided to you solely for the purpose of assisting you in the use of the product. The code is provided 'AS IS', without warranty or condition of any kind. IBM shall not be liable for any damages arising out of your use of the sample code, even if IBM has been advised of the possibility of such damages.-->
3 : <job default-application-name="SimpleCIEAR" name="SimpleCI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://core.wcg.etools.ibm.com/xsd/xJCL.xsd">
4 : <jndi-name>ejb/com/ibm/ws/ci/SimpleCIEarCIController</jndi-name>
5 : <substitution-props>
6 : <prop name="calctime" value="30"></prop>
7 : <prop name="outfile" value="C:¥temp¥mytext.txt"></prop>
8 : </substitution-props>
9 : <job-step name="Step1">
10 : <classname>com.ibm.websphere.ci.samples.SimpleCIWork</classname>
11 : <props>
12 : <prop name="calculationTimeInSecs" value="${calctime}"></prop>
13 : <prop name="outputFileName" value="${outfile}"></prop>
14 : </props>
15 : </job-step>
16 : </job>
CWLRB5808I: [10/20/10 15:09:02:945 EDT] Substituted XJCL
1 : <?xml version="1.0" encoding="UTF-8"?>
2 : <!--(C) Copyright IBM Corp. 2005 - All Rights Reserved. DISCLAIMER: The following source code is sample code created by IBM Corporation. This sample code is provided to you solely for the purpose of assisting you in the use of the product. The code is provided 'AS IS', without warranty or condition of any kind. IBM shall not be liable for any damages arising out of your use of the sample code, even if IBM has been advised of the possibility of such damages.-->
3 : <job default-application-name="SimpleCIEAR" name="SimpleCI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://core.wcg.etools.ibm.com/xsd/xJCL.xsd">
4 : <jndi-name>ejb/com/ibm/ws/ci/SimpleCIEarCIController</jndi-name>
5 : <substitution-props>
6 : <prop name="calctime" value="30"></prop>
7 : <prop name="outfile" value="C:¥temp¥mytext.txt"></prop>
8 : </substitution-props>
9 : <job-step name="Step1">
10 : <classname>com.ibm.websphere.ci.samples.SimpleCIWork</classname>
11 : <props>
12 : <prop name="calculationTimeInSecs" value="30"></prop>
13 : <prop name="outputFileName" value="C:¥temp¥mytext.txt"></prop>
14 : </props>
15 : </job-step>
16 : </job>
CWLRB5684I: [10/20/10 15:09:02:981 EDT] Job SimpleCI:00007 is queued for execution
CWLRB5586I: [10/20/10 15:09:02:995 EDT] CWLRS6006I: Job class Default, Importance 8, Service Class null, Service Goal Type 4, Application Type j2ee, Submitter UNAUTHENTICATED.
CWLRB5586I: [10/20/10 15:09:02:995 EDT] CWLRS6007I: Job Arrival Time 10/20/10 3:09 PM, Goal Max Completion Time 0, Goal Max Queue Time 0, Breach Time 10/21/10 3:09 PM.
CWLRB5586I: [10/20/10 15:09:02:996 EDT] CWLRS6021I: List of eligible endpoints to execute the job: zebraNode01/server1.
CWLRB5586I: [10/20/10 15:09:02:996 EDT] CWLRS6011I: APC is not active. GAP will make the endpoint selection.
CWLRB5586I: [10/20/10 15:09:03:020 EDT] CWLRS6013I: GAP is dispatching job SimpleCI:00007. Job queue time 0.025 seconds.
CWLRB3090I: [10/20/10 15:09:03:075 EDT] Job SimpleCI:00007 is dispatched to endpoint zebraNode01/server1: result: 0
System.out: [10/20/10 15:09:03:170 EDT] Wed Oct 20 15:09:03 EDT 2010: SimpleCI application starting...
System.out: [10/20/10 15:09:03:170 EDT] -->Will loop processing a variety of math functions for approximately 30.0 seconds!
System.out: [10/20/10 15:09:33:198 EDT] Wed Oct 20 15:09:33 EDT 2010: SimpleCI application complete!
System.out: [10/20/10 15:09:33:199 EDT] -->Actual Processing time = 30.028 seconds!
CWLRB3800I: [10/20/10 15:09:33:224 EDT] Job [SimpleCI:00007] ended normally.
Wed Oct 20 15:09:03 EDT 2010: SimpleCI application starting...
-->Will loop processing a variety of math functions for approximately 30.0 seconds!
Wed Oct 20 15:09:33 EDT 2010: SimpleCI application complete!
-->Actual Processing time = 30.028 seconds!