Build failed in Jenkins: UIMA-v3-sdk #243

2017-09-25 Thread Apache Jenkins Server
See Changes: [schor] no Jira, upgrade maven-invoker-plugin version number so it runs on windows machines (mvn.bat no longer there) -- [...truncated 1.98 MB...] Downloading:

Re: Configuring build with maven 3.3.9

2017-09-25 Thread Marshall Schor
nevermind - fixed by upgrading maven invoker plugin to current version, which doesn't use mvn.bat. Apologies for the noise.  -Marshall Schor On 9/21/2017 4:07 PM, Marshall Schor wrote: > ping? we're continuing to get this on Windows builds. > > latest one: > >

Re: fixing config for running maven on windows machines

2017-09-25 Thread Marshall Schor
Well, nevermind.  Fixed this issue by upgrading the maven invoker plugin to the current version, which no longer calls mvn.bat. Sorry for the noise.  -Marshall Schor On 9/25/2017 4:32 PM, Marshall Schor wrote: > Please copy mvn.cmd to mvn.bat in the maven install / bin folder. > > See >

fixing config for running maven on windows machines

2017-09-25 Thread Marshall Schor
Please copy mvn.cmd to mvn.bat in the maven install / bin folder. See https://stackoverflow.com/questions/32706000/error-in-maven-build-mvn-bat-not-recognized We need this in particular for maven 3.3.9.  We get this message whenever a Windows machine is used: Maven invocation failed. Error

Build failed in Jenkins: UIMA-v3-sdk #242

2017-09-25 Thread Apache Jenkins Server
See Changes: [schor] no Jira, rollback version to 3.0.0-beta-SNAPSHOT for another RC try -- [...truncated 1.52 MB...] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @

Re: [VOTE][CANCELLED] uimaj sdk 3.0.0 beta rc3

2017-09-25 Thread Marshall Schor
Hi, Due to https://issues.apache.org/jira/browse/UIMA-5586 (thanks, Richard!), I'm cancelling this RC. Please continue to test (especially from trunk, which has the 5586 fix), to help flush out remaining issues. -Marshall On 9/19/2017 3:48 PM, Marshall Schor wrote: > Here's RC3 for uimaj-sdk

[jira] [Updated] (UIMA-5587) DUCC Process Manager (PM) takes OOM on Apache DUCC demo

2017-09-25 Thread Lou DeGenaro (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lou DeGenaro updated UIMA-5587: --- Summary: DUCC Process Manager (PM) takes OOM on Apache DUCC demo (was: DUCC Process Manager (PM) take

[jira] [Created] (UIMA-5587) DUCC Process Manager (PM) take OOM on Apache DUCC demo

2017-09-25 Thread Lou DeGenaro (JIRA)
Lou DeGenaro created UIMA-5587: -- Summary: DUCC Process Manager (PM) take OOM on Apache DUCC demo Key: UIMA-5587 URL: https://issues.apache.org/jira/browse/UIMA-5587 Project: UIMA Issue Type:

Re: testing uv3 with dk-pro?

2017-09-25 Thread Marshall Schor
this is now fixed; additional testing much appreciated!  -Marshall On 9/25/2017 4:55 AM, Richard Eckart de Castilho wrote: > I expect that most problems building DKPro Core against UIMA v3 can be > resolved by addressing https://issues.apache.org/jira/browse/UIMA-5586 . > > Of course other

[jira] [Resolved] (UIMA-5586) uv3: DocumentAnnotation subclasses not handled as in UIMAv2 during deserialization

2017-09-25 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor resolved UIMA-5586. -- Resolution: Fixed Assignee: Marshall Schor Richard, would appreciate if you could retest

[jira] [Commented] (UIMA-5586) uv3: DocumentAnnotation subclasses not handled as in UIMAv2 during deserialization

2017-09-25 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16179208#comment-16179208 ] Marshall Schor commented on UIMA-5586: -- Thanks. The top-most (main, in the description) bug is due to

[jira] [Updated] (UIMA-5586) uv3: DocumentAnnotation subclasses not handled as in UIMAv2 during deserialization

2017-09-25 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-5586: - Fix Version/s: 3.0.0SDK-beta > uv3: DocumentAnnotation subclasses not handled as in UIMAv2 during

[jira] [Updated] (UIMA-5562) UIMA AS fails with HttpConnector

2017-09-25 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-5562: - Fix Version/s: (was: 3.0.0SDK-beta) > UIMA AS fails with HttpConnector >

[jira] [Updated] (UIMA-5562) UIMA AS fails with HttpConnector

2017-09-25 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-5562: - Fix Version/s: 3.0.0SDK-beta > UIMA AS fails with HttpConnector >

Re: [jira] [Commented] (UIMA-5562) UIMA AS fails with HttpConnector

2017-09-25 Thread Jaroslaw Cwiklik
Let me review: 1) With tcp based broker specification ( tcp://broker:port ) and prefetch property omitted the deployment works. 2) With http based broker specification ( http://broker:port ) and prefetch property omitted the deployment fails. To fix case#2 you add prefetch property and that

[jira] [Commented] (UIMA-5562) UIMA AS fails with HttpConnector

2017-09-25 Thread John (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178942#comment-16178942 ] John commented on UIMA-5562: A workaround is setting the attribute {{prefetch}} in element {{inputQueue}} in

Re: testing uv3 with dk-pro?

2017-09-25 Thread Richard Eckart de Castilho
I expect that most problems building DKPro Core against UIMA v3 can be resolved by addressing https://issues.apache.org/jira/browse/UIMA-5586 . Of course other things may crop up once that is done. Best, -- Richard > On 20.09.2017, at 19:05, Marshall Schor wrote: > > thanks!