See <http://hudson.zones.apache.org/hudson/job/ODE-1.x/113/changes>
Changes:
[rr] ODE-626: Unpack details blob from ODE_JOB table (fixed class cast
exception on dequeue immediate)
------------------------------------------
[...truncated 2166 lines...]
symbol : class TerminationChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/WHILE.java:34:
cannot find symbol
symbol : class TerminationChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/FLOW.java:26:
cannot find symbol
symbol : class LinkStatusChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.LinkStatusChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/FLOW.java:27:
cannot find symbol
symbol : class ParentScopeChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ParentScopeChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/FLOW.java:28:
cannot find symbol
symbol : class ParentScopeChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ParentScopeChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/FLOW.java:29:
cannot find symbol
symbol : class TerminationChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/FLOW.java:30:
cannot find symbol
symbol : class TerminationChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PICK.java:42:
cannot find symbol
symbol : class PickResponseChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.PickResponseChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PICK.java:43:
cannot find symbol
symbol : class PickResponseChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.PickResponseChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PICK.java:44:
cannot find symbol
symbol : class TerminationChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PICK.java:274:
cannot find symbol
symbol : class PickResponseChannel
location: class org.apache.ode.bpel.runtime.PICK.WAITING
private PickResponseChannel _pickResponseChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PICK.java:276:
cannot find symbol
symbol : class PickResponseChannel
location: class org.apache.ode.bpel.runtime.PICK.WAITING
private WAITING(PickResponseChannel pickResponseChannel) {
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:26:
cannot find symbol
symbol : class ParentScopeChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ParentScopeChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:27:
cannot find symbol
symbol : class ParentScopeChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ParentScopeChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/PROCESS.java:28:
cannot find symbol
symbol : class TerminationChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:31:
cannot find symbol
symbol : class EventHandlerControlChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.EventHandlerControlChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:32:
cannot find symbol
symbol : class EventHandlerControlChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.EventHandlerControlChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:34:
cannot find symbol
symbol : class ParentScopeChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ParentScopeChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:35:
cannot find symbol
symbol : class ParentScopeChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.ParentScopeChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:36:
cannot find symbol
symbol : class PickResponseChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.PickResponseChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:37:
cannot find symbol
symbol : class PickResponseChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.PickResponseChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:38:
cannot find symbol
symbol : class TerminationChannel
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannel;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:39:
cannot find symbol
symbol : class TerminationChannelListener
location: package org.apache.ode.bpel.runtime.channels
import org.apache.ode.bpel.runtime.channels.TerminationChannelListener;
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/EH_EVENT.java:55:
cannot find symbol
symbol : class EventHandlerControlChannel
location: class org.apache.ode.bpel.runtime.EH_EVENT
private EventHandlerControlChannel _ehc;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/TimerResponseChannel.java:20:
cannot find symbol
symbol : class TimerResponse
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.TimerResponse
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/PickResponseChannel.java:21:
cannot find symbol
symbol : class PickResponse
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.PickResponse
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/PickResponseChannelListener.java:23:
cannot find symbol
symbol : class PickResponse
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.PickResponse
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/CompensationChannel.java:20:
cannot find symbol
symbol : class Compensation
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.Compensation
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/CompensationChannelListener.java:23:
cannot find symbol
symbol : class Compensation
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.Compensation
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/TimerResponseChannelListener.java:23:
cannot find symbol
symbol : class TimerResponse
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.TimerResponse
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/InvokeResponseChannel.java:20:
cannot find symbol
symbol : class InvokeResponse
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.InvokeResponse
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/InvokeResponseChannelListener.java:23:
cannot find symbol
symbol : class InvokeResponse
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.InvokeResponse
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/TerminationChannel.java:20:
cannot find symbol
symbol : class Termination
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.Termination
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannel.java:20:
cannot find symbol
symbol : class EventHandlerControl
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.EventHandlerControl
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannel.java:20:
cannot find symbol
symbol : class ActivityRecovery
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.ActivityRecovery
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/LinkStatusChannel.java:20:
cannot find symbol
symbol : class LinkStatus
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.LinkStatus
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/LinkStatusChannelListener.java:23:
cannot find symbol
symbol : class LinkStatus
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.LinkStatus
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/ParentScopeChannel.java:20:
cannot find symbol
symbol : class ParentScope
location: package org.apache.ode.bpel.runtime.channels
org.apache.ode.bpel.runtime.channels.ParentScope
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/ParentScopeChannelListener.java:23:
cannot find symbol
symbol : class ParentScope
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.ParentScope
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/TerminationChannelListener.java:23:
cannot find symbol
symbol : class Termination
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.Termination
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/ActivityRecoveryChannelListener.java:23:
cannot find symbol
symbol : class ActivityRecovery
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.ActivityRecovery
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/generated/apt/org/apache/ode/bpel/runtime/channels/EventHandlerControlChannelListener.java:23:
cannot find symbol
symbol : class EventHandlerControl
location: package org.apache.ode.bpel.runtime.channels
implements org.apache.ode.bpel.runtime.channels.EventHandlerControl
^
Compiling ode:bpel-runtime into
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/bpel-runtime/target/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Compiling ode:scheduler-simple into
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/scheduler-simple/target/classes
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/scheduler-simple/src/main/java/org/apache/ode/scheduler/simple/JdbcDelegate.java:260:
cannot find symbol
symbol : class BigDecimal
location: class org.apache.ode.scheduler.simple.JdbcDelegate
else if (o instanceof BigDecimal) return ((BigDecimal) o).longValue();
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/scheduler-simple/src/main/java/org/apache/ode/scheduler/simple/JdbcDelegate.java:260:
cannot find symbol
symbol : class BigDecimal
location: class org.apache.ode.scheduler.simple.JdbcDelegate
else if (o instanceof BigDecimal) return ((BigDecimal) o).longValue();
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/scheduler-simple/src/main/java/org/apache/ode/scheduler/simple/JdbcDelegate.java:268:
cannot find symbol
symbol : class BigDecimal
location: class org.apache.ode.scheduler.simple.JdbcDelegate
else if (o instanceof BigDecimal) return ((BigDecimal) o).intValue();
^
/zonestorage/hudson/home/hudson/hudson/jobs/ODE-1.x/workspace/APACHE_ODE_1.X/scheduler-simple/src/main/java/org/apache/ode/scheduler/simple/JdbcDelegate.java:268:
cannot find symbol
symbol : class BigDecimal
location: class org.apache.ode.scheduler.simple.JdbcDelegate
else if (o instanceof BigDecimal) return ((BigDecimal) o).intValue();
^
4 errors
Buildr aborted!
Failed to compile, see errors above
(See full trace by running task with --trace)
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Recording fingerprints
Error updating JIRA issues. Saving issues for next build.
java.lang.IndexOutOfBoundsException: No group 1