Build failed in Jenkins: UIMA-DUCC #1234

2017-07-25 Thread Apache Jenkins Server
See 

Changes:

[burn] UIMA-5499 Must define UIMA_CLASSPATH & UIMA_JVM_OPTS for the service test

[burn] UIMA-5499 Removed some back-splashes inside verbatim's

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on cassandra15 (cassandra ubuntu) in workspace 

Updating https://svn.apache.org/repos/asf/uima/uima-ducc/trunk at revision 
'2017-07-25T21:44:14.762 +'
U uima-ducc-duccdocs/src/site/tex/duccbook/part4/install.tex
U 
uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-commands.tex
At revision 1803007

ERROR: Maven Home /home/jenkins/tools/maven/apache-maven-3.3.3 doesnt exist
[WARNINGS] Skipping publisher since build result is FAILURE


[jira] [Closed] (UIMA-5393) Jenkins DUCC build fails with Javadoc error

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5393.


> Jenkins DUCC build fails with Javadoc error
> ---
>
> Key: UIMA-5393
> URL: https://issues.apache.org/jira/browse/UIMA-5393
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> For some reason Jenkins is running the Javadoc plugin on the examples project 
> which has some 1.7 code.  It should not be defaulting to 1.5



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5499) Describe how to set up an application broker for DUCC services

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5499.


> Describe how to set up an application broker for DUCC services
> --
>
> Key: UIMA-5499
> URL: https://issues.apache.org/jira/browse/UIMA-5499
> Project: UIMA
>  Issue Type: Documentation
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5330) Custom pinger may fail if classpath has old DUCC jars

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5330.


> Custom pinger may fail if classpath has old DUCC jars
> -
>
> Key: UIMA-5330
> URL: https://issues.apache.org/jira/browse/UIMA-5330
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
> Fix For: 2.2.1-Ducc
>
>
> SM should add DUCC jars to head of user's service_ping_classpath



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5328) DUCC should set DUCC_UMASK for all submitted work (if not already set)

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5328.


> DUCC should set DUCC_UMASK for all submitted work (if not already set)
> --
>
> Key: UIMA-5328
> URL: https://issues.apache.org/jira/browse/UIMA-5328
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> If not already set by the submitter, the CLI should add DUCC_UMASK to the 
> environment so that log files inherit the user's file access permissions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5372) SM failed to unregister a service but allowed another to start

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5372.


> SM failed to unregister a service but allowed another to start
> --
>
> Key: UIMA-5372
> URL: https://issues.apache.org/jira/browse/UIMA-5372
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
> Fix For: 2.2.1-Ducc
>
>
> Vito unregistered 8799 but the SM threw an NPE and didn't shut it down, while 
> claiming that it is unregistered.  sm log in /users/burn/for/SM
> 16 Mar 2017 10:07:27,725  INFO SM.ServiceHandler - 8799 authorized  
> unregister request from Vito.Colano allowed.
> 16 Mar 2017 10:07:27,725  INFO SM.ServiceHandler - 8799 
> ServiceStateHandler.unregister  Removing 
> UIMA-AS:dsqa-async-service-Vito.Colano-2017-08:tcp://broker1:61616 8799
> processIncoming  = Orchestrator State Arrives =
> 16 Mar 2017 10:07:34,184  INFO SM.ServiceHandler - N/ArunCommands  
> Running 2 API Tasks.
> 16 Mar 2017 10:07:34,185 ERROR SM.ServiceHandler - N/Arun 
> java.lang.NullPointerException
>   at 
> org.apache.uima.ducc.sm.ServiceHandler.doStop(ServiceHandler.java:884)
>   at org.apache.uima.ducc.sm.ApiHandler.run(ApiHandler.java:89)
>   at 
> org.apache.uima.ducc.sm.ServiceHandler.runCommands(ServiceHandler.java:243)
>   at org.apache.uima.ducc.sm.ServiceHandler.run(ServiceHandler.java:117)
>   at java.lang.Thread.run(Thread.java:780)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5340) Provide an example of a service registry for custom services

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5340.


> Provide an example of a service registry for custom services
> 
>
> Key: UIMA-5340
> URL: https://issues.apache.org/jira/browse/UIMA-5340
> Project: UIMA
>  Issue Type: New Feature
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> Provide an interface and simple file-based registry for custom services



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5392) DUCC's cli jar drags in too many jars

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5392.


> DUCC's cli jar drags in too many jars
> -
>
> Key: UIMA-5392
> URL: https://issues.apache.org/jira/browse/UIMA-5392
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> It's reported that 125MB of jars are required.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5396) When --console_attach is set for a DUCC process some input lines are lost

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5396.


> When --console_attach is set for a DUCC process some input lines are lost
> -
>
> Key: UIMA-5396
> URL: https://issues.apache.org/jira/browse/UIMA-5396
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> When the console handler receives a 2nd connection for stderr from an AP it 
> should not start a 2nd thread reading the console input.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5347) Changes to DUCC's reserve_overage are not picked up by rm_reconfigure

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5347.


> Changes to DUCC's reserve_overage are not picked up by rm_reconfigure
> -
>
> Key: UIMA-5347
> URL: https://issues.apache.org/jira/browse/UIMA-5347
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> Should be a per-NopePool value instead of a static.
> Work-around is to stop & restart the RM.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5406) DUCC JP-services should convert DDs if necessary and not always require a dedicated JD-client

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5406.


> DUCC JP-services should convert DDs if necessary and not always require a 
> dedicated JD-client
> -
>
> Key: UIMA-5406
> URL: https://issues.apache.org/jira/browse/UIMA-5406
> Project: UIMA
>  Issue Type: Improvement
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> Since the DD is used with a local broker it must specify a dynamically 
> determined queue & broker name.  Also could use a registry to find its client 
> (JD)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5441) The JD sometimes hangs a job when it falsely thinks a JP is down

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5441.


> The JD sometimes hangs a job when it falsely thinks a JP is down
> 
>
> Key: UIMA-5441
> URL: https://issues.apache.org/jira/browse/UIMA-5441
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Jerry Cwiklik
> Fix For: 2.2.1-Ducc
>
>
> Th JD processBlacklist method may wrongly mark a node as down, leaving any 
> work on it unprocessed and never retried.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5428) DUCC minimally support user log directory not in shared file system

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5428.


> DUCC minimally support user log directory not in shared file system
> ---
>
> Key: UIMA-5428
> URL: https://issues.apache.org/jira/browse/UIMA-5428
> Project: UIMA
>  Issue Type: New Feature
>  Components: DUCC
>Reporter: Lou DeGenaro
>Assignee: Burn Lewis
> Fix For: 2.2.1-Ducc
>
>
> Support submitted work where user specified log directory is not in shared 
> file system.
> For example, if user specifies /tmp/foobar as the log directory for a 
> submitted job, the job will run and the /tmp on each system where the JD and 
> JPs run will contain written files, such as JD and JP logs files.  But no 
> ducc-mon support.  ducc-mon will only be able to see the /tmp of its local 
> file system. Any files located in /tmp on remote machines (e.g. machines 
> other than the DUCC head node) will not be visible via ducc-mon.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5486) Services registered without an endpoint specification fail to start

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5486.


> Services registered without an endpoint specification fail to start
> ---
>
> Key: UIMA-5486
> URL: https://issues.apache.org/jira/browse/UIMA-5486
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
> Fix For: 2.2.1-Ducc
>
>
> Probably broken by changes in UIMA-5461



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (UIMA-5461) UIMA-AS services should support deployment descriptors in the class path

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis closed UIMA-5461.


> UIMA-AS services should support deployment descriptors in the class path
> 
>
> Key: UIMA-5461
> URL: https://issues.apache.org/jira/browse/UIMA-5461
> Project: UIMA
>  Issue Type: Bug
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>
> * the CLI should use the caller's CP when opening a DD in the classpath
> * A file copy of the DD must be created as UIMA-AS (actually Saxon) expects a 
> file



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (UIMA-5499) Describe how to set up an application broker for DUCC services

2017-07-25 Thread Burn Lewis (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Burn Lewis resolved UIMA-5499.
--
Resolution: Fixed

Delivered document changes describing how to start an application broker, 
register a service and test it.

> Describe how to set up an application broker for DUCC services
> --
>
> Key: UIMA-5499
> URL: https://issues.apache.org/jira/browse/UIMA-5499
> Project: UIMA
>  Issue Type: Documentation
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Build failed in Jenkins: UIMA-DUCC #1233

2017-07-25 Thread Apache Jenkins Server
See 

Changes:

[burn] UIMA-5499 Updated docs to describe how to set up an application broker 
and deploy a test service

--
[...truncated 231.52 KB...]
A uima-ducc-common/src/test/java/org/apache/uima/ducc
A uima-ducc-common/src/test/java/org/apache/uima/ducc/common
A uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test
A 
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/CryptoTest.java
AU
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/MonitorInfoTest.java
A uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/cmd
A 
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/cmd/StateServicesTest.java
A 
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/cmd/UimaUtilsTest.java
A 
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/MessagesTest.java
AU
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/SizeTest.java
A 
uima-ducc-common/src/test/java/org/apache/uima/ducc/common/test/NodeConfigurationTest.java
A uima-ducc-common/src/main
A uima-ducc-common/src/main/versionJava
A uima-ducc-common/src/main/versionJava/org
A uima-ducc-common/src/main/versionJava/org/apache
A uima-ducc-common/src/main/versionJava/org/apache/uima
A uima-ducc-common/src/main/versionJava/org/apache/uima/ducc
A uima-ducc-common/src/main/versionJava/org/apache/uima/ducc/common
A 
uima-ducc-common/src/main/versionJava/org/apache/uima/ducc/common/utils
AU
uima-ducc-common/src/main/versionJava/org/apache/uima/ducc/common/utils/Version.java
A uima-ducc-common/src/main/java
A uima-ducc-common/src/main/java/org
A uima-ducc-common/src/main/java/org/apache
A uima-ducc-common/src/main/java/org/apache/uima
A uima-ducc-common/src/main/java/org/apache/uima/ducc
A uima-ducc-common/src/main/java/org/apache/uima/ducc/common
A uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/cpu
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/cpu/DuccProcessCpuUsage.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/cpu/ProcessCpuUsage.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/cpu/DuccNodeCpuUsage.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/cpu/NodeCpuUsage.java
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/memory
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/memory/DuccNodeMemory.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/memory/NodeMemory.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/memory/DuccProcessResidentMemory.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/memory/ProcessResidentMemory.java
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/swap
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/swap/DuccProcessMemoryPageLoadUsage.java
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/swap/DuccProcessSwapSpaceUsage.java
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/swap/ProcessMemoryPageLoadUsage.java
A 
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/agent/metrics/swap/ProcessSwapSpaceUsage.java
A uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/SystemPropertyResolver.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/DuccCollectionUtils.java
A uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/id
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/id/DuccIdFactory.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/id/IDuccId.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/id/DuccId.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/id/ADuccId.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/id/IDuccIdFactory.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/AlienAbstract.java
AU
uima-ducc-common/src/main/java/org/apache/uima/ducc/common/utils/DuccPropertiesResolver.java
AU

[jira] [Commented] (UIMA-5499) Describe how to set up an application broker for DUCC services

2017-07-25 Thread Burn Lewis (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16100743#comment-16100743
 ] 

Burn Lewis commented on UIMA-5499:
--

Updated docs to say the DUCC broker is protected, except when running a 
simulated cluster.
In the Service Management section described how to start an application broker.
In the Initial System Verification section describe how to register a test 
service and how to send it CASes
Modified the test collection reader so it can be used by runRemoteAsyncAE

> Describe how to set up an application broker for DUCC services
> --
>
> Key: UIMA-5499
> URL: https://issues.apache.org/jira/browse/UIMA-5499
> Project: UIMA
>  Issue Type: Documentation
>  Components: DUCC
>Reporter: Burn Lewis
>Assignee: Burn Lewis
>Priority: Minor
> Fix For: 2.2.1-Ducc
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Build failed in Jenkins: UIMA-DUCC ยป Apache UIMA-DUCC: uima-ducc #1232

2017-07-25 Thread Apache Jenkins Server
See 


--
[INFO] 
[INFO] 
[INFO] Building Apache UIMA-DUCC: uima-ducc 2.2.1-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uima-ducc ---
[INFO] Deleting 

[TASKS] Scanning folder 
' for 
files matching the pattern '**/*.java' - excludes: uima-ducc-parent/**/*, 
uima-ducc-cli/**/*, uima-ducc-pm/**/*, uima-ducc-rm/**/*, uima-ducc-sm/**/*, 
uima-ducc-orchestrator/**/*, uima-ducc-common/**/*, uima-ducc-transport/**/*, 
uima-ducc-agent/**/*, uima-ducc-duccdocs/**/*, uima-ducc-web/**/*, 
uima-ducc-examples/**/*, uima-ducc-database/**/*, uima-ducc-spawn/**/*, 
uima-ducc-user/**/*, uima-ducc-container/**/*
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #1227
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uima-ducc 
---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) 
@ uima-ducc ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and 
buildMonth) @ uima-ducc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ uima-ducc ---
[INFO] Executing: /bin/sh -c cd 
' && 
'svn' '--non-interactive' 'info'
[INFO] Working directory: 

[INFO] Storing buildNumber: 1802988 at timestamp: 1501009763153
[INFO] Executing: /bin/sh -c cd 
' && 
'svn' '--non-interactive' 'info'
[INFO] Working directory: 

[INFO] Storing buildScmBranch: trunk
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ uima-ducc ---
[INFO] 
[INFO] --- maven-changes-plugin:2.10:jira-report (default-cli) @ uima-ducc ---
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (javadocs-distr) > 
generate-sources @ uima-ducc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions) @ uima-ducc 
---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:parse-version (parse-project-version) 
@ uima-ducc ---
[INFO] 
[INFO] --- uima-build-helper-maven-plugin:7:parse-date-time (set buildYear and 
buildMonth) @ uima-ducc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ uima-ducc ---
[INFO] Executing: /bin/sh -c cd 
' && 
'svn' '--non-interactive' 'info'
[INFO] Working directory: 

[INFO] Storing buildNumber: 1802988 at timestamp: 1501009776415
[INFO] Executing: /bin/sh -c cd 
' && 
'svn' '--non-interactive' 'info'
[INFO] Working directory: 

[INFO] Storing buildScmBranch: trunk
[WARNING] Failed to getClass for org.apache.maven.plugin.javadoc.JavadocReport
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (javadocs-distr) < 
generate-sources @ uima-ducc <<<
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (javadocs-distr) @ uima-ducc ---
[INFO] 
10 errors
85 warnings
[JENKINS] Archiving  javadoc


Build failed in Jenkins: UIMA-DUCC #1232

2017-07-25 Thread Apache Jenkins Server
See 

Changes:

[burn] UIMA-5405 Remove unused variables; add comments; remove some tabs

--
[...truncated 395.90 KB...]
[ERROR] ^
[ERROR] 
:109:
 warning: no @throws for java.lang.Exception
[ERROR] public abstract void init(String arguments, String endpoint) throws 
Exception;
[ERROR] ^
[ERROR] 
:122:
 error: unknown tag: xmp
[ERROR] * 
[ERROR] ^
[ERROR] 
:136:
 error: unknown tag: xmp
[ERROR] * 
[ERROR] ^
[ERROR] 
:147:
 warning: no @throws for java.lang.Exception
[ERROR] public void init(String arguments, String endpoint, Map 
initState)
[ERROR] ^
[ERROR] 
:187:
 warning: no @param for props
[ERROR] public void setSmState(Map props)
[ERROR] ^
[ERROR] 
:197:
 error: unknown tag: xmp
[ERROR] * 
[ERROR] ^
[ERROR] 
:205:
 error: unknown tag: xmp
[ERROR] * 
[ERROR] ^
[ERROR] 
:207:
 error: malformed HTML
[ERROR] * @return A Map of string-key to Object containing 
dynamic information from the SM.  Callers
[ERROR] ^
[ERROR] 
:207:
 error: bad use of '>'
[ERROR] * @return A Map of string-key to Object containing 
dynamic information from the SM.  Callers
[ERROR] ^
[ERROR] 
:330:
 warning: no @param for logger
[ERROR] public void setLogger(org.apache.uima.ducc.common.utils.DuccLogger 
logger)
[ERROR] ^
[ERROR] 
:390:
 error: unknown tag: xmp
[ERROR] * 
[ERROR] ^
[ERROR] 
:393:
 error: unknown tag: xmp
[ERROR] * 
[ERROR] ^
[ERROR] 
:224:
 warning: no @param for myClassName
[ERROR] protected synchronized void init(String myClassName, UiOption[] opts, 
String[] args, DuccProperties cli_props,
[ERROR] ^
[ERROR] 
:224:
 warning: no @param for opts
[ERROR] protected synchronized void init(String myClassName, UiOption[] opts, 
String[] args, DuccProperties cli_props,
[ERROR] ^
[ERROR] 
:224:
 warning: no @param for args
[ERROR] protected synchronized void init(String myClassName, UiOption[] opts, 
String[] args, DuccProperties cli_props,
[ERROR] ^
[ERROR] 
:224:
 warning: no @param for cli_props
[ERROR] protected synchronized void init(String myClassName, UiOption[] opts, 
String[] args, DuccProperties cli_props,
[ERROR] ^
[ERROR] 
:224:
 warning: no @param for consoleCb
[ERROR] protected synchronized void init(String myClassName, UiOption[] opts, 
String[] args, DuccProperties cli_props,
[ERROR] ^
[ERROR] 
:224:
 warning: no @throws for java.lang.Exception
[ERROR] protected synchronized void init(String myClassName, UiOption[] opts, 
String[] args, DuccProperties cli_props,
[ERROR] ^
[ERROR] 
:243:
 warning: no description for @throws
[ERROR] * @throws Exception
[ERROR] ^
[ERROR] 

[jira] [Commented] (UIMA-5477) javax.jms.IllegalStateException: The Session is closed after establish connections between uima-as client and ActiveMQ

2017-07-25 Thread Jerry Cwiklik (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16100140#comment-16100140
 ] 

Jerry Cwiklik commented on UIMA-5477:
-

Nelson, can you confirm that the following is an accurate representation of 
your uima-as deployment.
!screenshot-1.png!

My understanding is that your application uima-as clients recover but UIMA-AS 
client embedded in one of the AE does not. Also, is the aggregate's remote 
delegate a Cas Multiplier? I presume there is one broker for all.

Jerry

> javax.jms.IllegalStateException: The Session is closed after establish 
> connections between uima-as client and ActiveMQ
> --
>
> Key: UIMA-5477
> URL: https://issues.apache.org/jira/browse/UIMA-5477
> Project: UIMA
>  Issue Type: Access
>  Components: Async Scaleout
>Affects Versions: 2.9.0AS
> Environment: ubuntu xenial, openjdk-8-jdk
>Reporter: Nelson RIvera
> Attachments: screenshot-1.png
>
>
> In my program main, i initialize a uimas-as client only once and I use
> this client to consume all requests to a displayed service uima-as.
> Before process a request i ask to uima-as client with:
> BaseUIMAAsynchronousEngine_impl.connectionOpen()
> and if the result es "false", i stop the uima-as client and initialize it 
> again.
> With some steps, still undefined, but basically when restart the UIMA-AS 
> Broker
> without restart service uima-as.
> The instruccion to uima-as client
> BaseUIMAAsynchronousEngine_impl.connectionOpen() return "true", but
> them i get a "javax.jms.IllegalStateException: The Session is closed"
> when proces the request.
> One peculiarity is that, is a primitive annotator implented in c++,
> but is deployed with de deployAsyncService.sh de uima-as directly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (UIMA-5477) javax.jms.IllegalStateException: The Session is closed after establish connections between uima-as client and ActiveMQ

2017-07-25 Thread Jerry Cwiklik (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-5477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jerry Cwiklik updated UIMA-5477:

Attachment: screenshot-1.png

> javax.jms.IllegalStateException: The Session is closed after establish 
> connections between uima-as client and ActiveMQ
> --
>
> Key: UIMA-5477
> URL: https://issues.apache.org/jira/browse/UIMA-5477
> Project: UIMA
>  Issue Type: Access
>  Components: Async Scaleout
>Affects Versions: 2.9.0AS
> Environment: ubuntu xenial, openjdk-8-jdk
>Reporter: Nelson RIvera
> Attachments: screenshot-1.png
>
>
> In my program main, i initialize a uimas-as client only once and I use
> this client to consume all requests to a displayed service uima-as.
> Before process a request i ask to uima-as client with:
> BaseUIMAAsynchronousEngine_impl.connectionOpen()
> and if the result es "false", i stop the uima-as client and initialize it 
> again.
> With some steps, still undefined, but basically when restart the UIMA-AS 
> Broker
> without restart service uima-as.
> The instruccion to uima-as client
> BaseUIMAAsynchronousEngine_impl.connectionOpen() return "true", but
> them i get a "javax.jms.IllegalStateException: The Session is closed"
> when proces the request.
> One peculiarity is that, is a primitive annotator implented in c++,
> but is deployed with de deployAsyncService.sh de uima-as directly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)