Re: Deep classloader switching fails Ruta tests - some thoughts

2016-08-18 Thread Richard Eckart de Castilho
Hm, I think this could also be addressed via the UimaContextHolder that was discussed elsewhere. uimaFIT could check if there is an active context and re-use its resource manager instead of creating a new one. What do you think? Cheers, -- Richard > On 18.08.2016, at 23:16, Marshall Schor wrot

[jira] [Commented] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427253#comment-15427253 ] Richard Eckart de Castilho commented on UIMA-4793: -- That would work for th

[jira] [Comment Edited] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427217#comment-15427217 ] Marshall Schor edited comment on UIMA-4793 at 8/18/16 9:56 PM: --

[jira] [Comment Edited] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427217#comment-15427217 ] Marshall Schor edited comment on UIMA-4793 at 8/18/16 9:53 PM: --

[jira] [Commented] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427217#comment-15427217 ] Marshall Schor commented on UIMA-4793: -- How about doing that message caching, only if

Re: Deep classloader switching fails Ruta tests - some thoughts

2016-08-18 Thread Marshall Schor
Some other things to consider: The way Ruta is using uimaFIT in the failing case results in multiple analysis engines created with different resource managers, but the CAS from one is (I think - didn't check this...) sent through the AE of another. When multiple AEs are used this way with a commo

[jira] [Comment Edited] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427200#comment-15427200 ] Richard Eckart de Castilho edited comment on UIMA-4793 at 8/18/16 9:39 PM: --

[jira] [Comment Edited] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427200#comment-15427200 ] Richard Eckart de Castilho edited comment on UIMA-4793 at 8/18/16 9:38 PM: --

[jira] [Commented] (UIMA-4793) Unable to localize exceptions when using alternative classloader

2016-08-18 Thread Richard Eckart de Castilho (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427200#comment-15427200 ] Richard Eckart de Castilho commented on UIMA-4793: -- Took me a while to rem

Re: Deep classloader switching fails Ruta tests - here's the analysis

2016-08-18 Thread Marshall Schor
It didn't fail for me on trunk when running the whole test suite. but it did fail running just the one test UimaFitAnalysisEngineWithManditoryParameterTest. I put in a catcher to see where all the class loaders are being created, and they're all (all 8 of them!) being created as a result of the te

Jenkins build is back to normal : UIMAJ-SDK_java8 #340

2016-08-18 Thread Apache Jenkins Server
See

Jenkins build is back to normal : UIMAJ-SDK_java8 » Apache UIMA Java SDK: uimaj #340

2016-08-18 Thread Apache Jenkins Server
See

how to build ruta

2016-08-18 Thread Marshall Schor
When trying to build Ruta, it fails with message [ERROR] Failed to execute goal on project ruta-ep-parent: Could not resolve dependencies for project org.apache.uima:ruta-ep-parent:pom:2.5.0-SNAPSHOT: Could not transfer artifact org.eclipse.swt.win32.win32:x86_64:jar:3.104.1 from/to averbis-osgi-r

Re: Deep classloader switching fails Ruta tests

2016-08-18 Thread Marshall Schor
ok, I'll take a look. On 8/18/2016 1:20 PM, Richard Eckart de Castilho wrote: > On 18.08.2016, at 08:39, Peter Klügl wrote: >> No idea yet why the tests fail... >> >> Am 18.08.2016 um 02:29 schrieb Apache Jenkins Server: >>> See

Re: Testing uima v3

2016-08-18 Thread Marshall Schor
Hi, The v3 branch should now build and be OK. -Marshall On 8/18/2016 10:30 AM, Marshall Schor wrote: > While beginning to check in the Pear support implementation for V3, I saw > several incomplete parts in the implementation, and am working on those, so it > might be a few days... > > -Marsha

Deep classloader switching fails Ruta tests

2016-08-18 Thread Richard Eckart de Castilho
On 18.08.2016, at 08:39, Peter Klügl wrote: > > No idea yet why the tests fail... > > Am 18.08.2016 um 02:29 schrieb Apache Jenkins Server: >> See > On 17.08.2016, at 19:18, Marshall Schor (JIRA) wrote: > Marshall Schor

Jenkins build is still unstable: UIMA-Ruta #791

2016-08-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: UIMA-Ruta » Apache UIMA Ruta: ruta-core #791

2016-08-18 Thread Apache Jenkins Server
See

issue with read-only CASes and Pears

2016-08-18 Thread Marshall Schor
The Pear support was done before we contemplated read only CASes. Even though a CAS is read only, when you get Feature Structures (FSs) via iterating, those FSs are made into Java cover class instances, according to a) whether or not the JCas is being used, and if it is, b) what "set" of JCas cove

Jenkins build is still unstable: UIMA-Ruta » Apache UIMA Ruta: ruta-core #790

2016-08-18 Thread Apache Jenkins Server
See

Jenkins build is still unstable: UIMA-Ruta #790

2016-08-18 Thread Apache Jenkins Server
See

Re: Testing uima v3

2016-08-18 Thread Marshall Schor
While beginning to check in the Pear support implementation for V3, I saw several incomplete parts in the implementation, and am working on those, so it might be a few days... -Marshall On 8/17/2016 9:31 AM, Marshall Schor wrote: > oops, sorry, have the last round of changes not checked in. > > t

Re: Testing uima v3

2016-08-18 Thread Marshall Schor
There are other possible conflicts, I think. For example, the user might define arbitrary methods, including, for example "private" helper methods, other than getters and setters (although those are most common). -Marshall On 8/17/2016 9:34 AM, Richard Eckart de Castilho wrote: >> On 17.08.2016,

[jira] [Commented] (UIMA-3692) Classloading inconsistencies

2016-08-18 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426399#comment-15426399 ] Marshall Schor commented on UIMA-3692: -- I added using the thread local context class l

[jira] [Resolved] (UIMA-5061) Ruta: incremental partitioning does not update RutaBasic correctly

2016-08-18 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Klügl resolved UIMA-5061. --- Resolution: Fixed fixed > Ruta: incremental partitioning does not update RutaBasic correctly > ---

[jira] [Created] (UIMA-5061) Ruta: incremental partitioning does not update RutaBasic correctly

2016-08-18 Thread JIRA
Peter Klügl created UIMA-5061: - Summary: Ruta: incremental partitioning does not update RutaBasic correctly Key: UIMA-5061 URL: https://issues.apache.org/jira/browse/UIMA-5061 Project: UIMA Issu

[jira] [Commented] (UIMA-5060) DUCC Orchestrator (OR) "hot" restart issues

2016-08-18 Thread Lou DeGenaro (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426355#comment-15426355 ] Lou DeGenaro commented on UIMA-5060: Job Drivers (JDs) should not log "raw" exceptions

[jira] [Work started] (UIMA-5060) DUCC Orchestrator (OR) "hot" restart issues

2016-08-18 Thread Lou DeGenaro (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-5060 started by Lou DeGenaro. -- > DUCC Orchestrator (OR) "hot" restart issues > --

[jira] [Created] (UIMA-5060) DUCC Orchestrator (OR) "hot" restart issues

2016-08-18 Thread Lou DeGenaro (JIRA)
Lou DeGenaro created UIMA-5060: -- Summary: DUCC Orchestrator (OR) "hot" restart issues Key: UIMA-5060 URL: https://issues.apache.org/jira/browse/UIMA-5060 Project: UIMA Issue Type: Bug