Re: Typo

2018-04-08 Thread Dennis Kieselhorst
Hi Gav,

you're right, thanks for the info. I've just corrected it.

Cheers
Dennis

Am 09.04.2018 um 06:22 schrieb Gavin McDonald:
> Hi cxf-ers
>
> I spy a typo on your from page. 
>
> The warning says do not use 3.2.2 or 3.2.3 , but use 3.2.3 !
>
> You mean 3.2.4 of course.
>
> HTH
>
> Gav…
>



Typo

2018-04-08 Thread Gavin McDonald
Hi cxf-ers

I spy a typo on your from page. 

The warning says do not use 3.2.2 or 3.2.3 , but use 3.2.3 !

You mean 3.2.4 of course.

HTH

Gav…



Re: Release cxf-xjc-plugin so that it works with Java 10?

2018-04-08 Thread Freeman Fang
+1

Yeah, add automatic-module-name in MANIFEST is a good start that CXF can 
eventually move to module-path way.

Since CXF is actually already OSGi module based, we won’t  run into such 
“split-package” issue in CXF, follow the common rule(root package name) to add 
automatic-module-name in each CXF module make sense to us for now.
-
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



> On Apr 5, 2018, at 10:06 PM, Andriy Redko  wrote:
> 
> Hi Dan,
> 
> Yes, we are looking into this (not specifically related to the plugin but to 
> CXF as a whole). It was briefly
> discussed on the mailing list, https://issues.apache.org/jira/browse/CXF-7600 
> has been created, I am planning
> to start working on it shortly if there are no objections. Thanks!
> 
> Best Regards,
>Andriy Redko
> 
> 
> DK> I guess the question is:  does anyone know what would be needed for the 
> cxf-xjc-runtime artifact (and maybe others)
> DK> to have the needed module name or whatever to work better on Java 9/10?   
> I haven’t looked.  If we are looking into Java9/10 things, might be good to 
> also look at.
> 
> DK> That said, I wouldn’t say it’s critical and thus doesn’t need to hold 
> things up.
> 
> DK> Dan
> 
> 
>>> On Apr 5, 2018, at 4:43 AM, Colm O hEigeartaigh  wrote:
>>> 
>>> Sure it makes sense. Is there anything else anyone wants to fixed in the
>>> next release?
>>> 
>>> Colm.
>>> 
>>> On Tue, Apr 3, 2018 at 9:06 PM, Dennis Kieselhorst  wrote:
>>> 
 Hi,
 
 Freeman adapted cxf-xjc-plugin to work with Java 10. What about releasing
 this so that users have a working release version?
 
 Cheers
 Dennis
 
>>> 
>>> 
>>> 
>>> -- 
>>> Colm O hEigeartaigh
>>> 
>>> Talend Community Coder
>>> http://coders.talend.com
> 
> 



Re: Failed CXF 3.1.X build

2018-04-08 Thread Andriy Redko
The last build is green, 
https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.1.x/1410. Sadly, there 
are no timestamps
in the console, but it seems like "Modules changed, recalculating dependency 
graph" phase takes some time. The previous
build (https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.1.x/1409) stopped 
right there while the successful one
progressed futher:

Modules changed, recalculating dependency graph
Established TCP socket on 33305
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date

Overall it took ~2h 30m to complete, while for the master the typical time is 
~1h:30.
Thanks.

Best Regards,
Andriy Redko

JDA> I changed the inactivity check to 30 mins.  But is the build really silent 
for 3 minutes and that's not an issue?


JDA> John


JDA> On Sun, Apr 8, 2018 at 11:01 AM Andriy Redko  wrote:

JDA> Thanks John, now the build fails with "Build timed out (after 3 minutes). 
Marking the build as aborted.", is it
JDA> possible to increase the inactivity timeout a bit? Thanks.

JDA>  Saturday, April 7, 2018, 8:09:24 PM, you wrote:

 JDA>> I just changed the job config similar to what I did for master, it'll 
time out from inactivity instead of the absolute timeout.


 JDA>> John


 JDA>> On Sat, Apr 7, 2018 at 7:49 PM Andriy Redko  wrote:

 JDA>> I see "Build timed out (after 90 minutes). Marking the build as 
aborted." right before this error, let me try to schedule another one.

  AS>>> Hi,

  AS>>> Any ideas why the Jenkins build was failed?
  AS>>> Look like infrastructure issue for me:

  AS>>> https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.1.x/1405/console

  AS>>> java.io.IOException: Failed to extract 
/home/jenkins/jenkins-slave/workspace/CXF-3.1.x/rt/frontend/js/transfer of 2 
files
  AS>>>         at hudson.FilePath.readFromTar(FilePath.java:2317)
  AS>>>         at hudson.FilePath.copyRecursiveTo(FilePath.java:2221)
  AS>>>         at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
  AS>>>         at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:128)
  AS>>>         at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
  AS>>>         at 
hudson.maven.MavenBuild$ProxyImpl.performArchiving(MavenBuild.java:512)
  AS>>>         at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:881)
  AS>>>         at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
  AS>>>         at hudson.model.Run.execute(Run.java:1724)
  AS>>>         at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
  AS>>>         at 
hudson.model.ResourceController.execute(ResourceController.java:97)
  AS>>>         at hudson.model.Executor.run(Executor.java:429)
  AS>>> Caused by: java.io.IOException: java.lang.InterruptedException

  AS>>> Regards,
  AS>>> Andrei.







Re: Failed CXF 3.1.X build

2018-04-08 Thread Andriy Redko
Thanks a lot. It certainly is an issue, I hope we could see what takes so much 
time (without output) and fix it. 

Sunday, April 8, 2018, 11:21:23 AM, you wrote:

JDA> I changed the inactivity check to 30 mins.  But is the build really silent 
for 3 minutes and that's not an issue?


JDA> John


JDA> On Sun, Apr 8, 2018 at 11:01 AM Andriy Redko  wrote:

JDA> Thanks John, now the build fails with "Build timed out (after 3 minutes). 
Marking the build as aborted.", is it
JDA> possible to increase the inactivity timeout a bit? Thanks.

JDA>  Saturday, April 7, 2018, 8:09:24 PM, you wrote:

 JDA>> I just changed the job config similar to what I did for master, it'll 
time out from inactivity instead of the absolute timeout.


 JDA>> John


 JDA>> On Sat, Apr 7, 2018 at 7:49 PM Andriy Redko  wrote:

 JDA>> I see "Build timed out (after 90 minutes). Marking the build as 
aborted." right before this error, let me try to schedule another one.

  AS>>> Hi,

  AS>>> Any ideas why the Jenkins build was failed?
  AS>>> Look like infrastructure issue for me:

  AS>>> https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.1.x/1405/console

  AS>>> java.io.IOException: Failed to extract 
/home/jenkins/jenkins-slave/workspace/CXF-3.1.x/rt/frontend/js/transfer of 2 
files
  AS>>> at hudson.FilePath.readFromTar(FilePath.java:2317)
  AS>>> at hudson.FilePath.copyRecursiveTo(FilePath.java:2221)
  AS>>> at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
  AS>>> at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:128)
  AS>>> at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
  AS>>> at 
hudson.maven.MavenBuild$ProxyImpl.performArchiving(MavenBuild.java:512)
  AS>>> at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:881)
  AS>>> at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
  AS>>> at hudson.model.Run.execute(Run.java:1724)
  AS>>> at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
  AS>>> at 
hudson.model.ResourceController.execute(ResourceController.java:97)
  AS>>> at hudson.model.Executor.run(Executor.java:429)
  AS>>> Caused by: java.io.IOException: java.lang.InterruptedException

  AS>>> Regards,
  AS>>> Andrei.







Re: Failed CXF 3.1.X build

2018-04-08 Thread John D. Ament
I changed the inactivity check to 30 mins.  But is the build really silent
for 3 minutes and that's not an issue?

John

On Sun, Apr 8, 2018 at 11:01 AM Andriy Redko  wrote:

> Thanks John, now the build fails with "Build timed out (after 3 minutes).
> Marking the build as aborted.", is it possible to increase the inactivity
> timeout a bit? Thanks.
>
> Saturday, April 7, 2018, 8:09:24 PM, you wrote:
>
> JDA> I just changed the job config similar to what I did for master, it'll
> time out from inactivity instead of the absolute timeout.
>
>
> JDA> John
>
>
> JDA> On Sat, Apr 7, 2018 at 7:49 PM Andriy Redko  wrote:
>
> JDA> I see "Build timed out (after 90 minutes). Marking the build as
> aborted." right before this error, let me try to schedule another one.
>
>  AS>> Hi,
>
>  AS>> Any ideas why the Jenkins build was failed?
>  AS>> Look like infrastructure issue for me:
>
>  AS>>
> https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.1.x/1405/console
>
>  AS>> java.io.IOException: Failed to extract
> /home/jenkins/jenkins-slave/workspace/CXF-3.1.x/rt/frontend/js/transfer of
> 2 files
>  AS>> at hudson.FilePath.readFromTar(FilePath.java:2317)
>  AS>> at hudson.FilePath.copyRecursiveTo(FilePath.java:2221)
>  AS>> at
> jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
>  AS>> at
> com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:128)
>  AS>> at
> com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
>  AS>> at
> hudson.maven.MavenBuild$ProxyImpl.performArchiving(MavenBuild.java:512)
>  AS>> at
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:881)
>  AS>> at
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
>  AS>> at hudson.model.Run.execute(Run.java:1724)
>  AS>> at
> hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
>  AS>> at
> hudson.model.ResourceController.execute(ResourceController.java:97)
>  AS>> at hudson.model.Executor.run(Executor.java:429)
>  AS>> Caused by: java.io.IOException: java.lang.InterruptedException
>
>  AS>> Regards,
>  AS>> Andrei.
>
>
>
>


Re: Failed CXF 3.1.X build

2018-04-08 Thread Andriy Redko
Thanks John, now the build fails with "Build timed out (after 3 minutes). 
Marking the build as aborted.", is it possible to increase the inactivity 
timeout a bit? Thanks.

Saturday, April 7, 2018, 8:09:24 PM, you wrote:

JDA> I just changed the job config similar to what I did for master, it'll time 
out from inactivity instead of the absolute timeout.


JDA> John


JDA> On Sat, Apr 7, 2018 at 7:49 PM Andriy Redko  wrote:

JDA> I see "Build timed out (after 90 minutes). Marking the build as aborted." 
right before this error, let me try to schedule another one.

 AS>> Hi,

 AS>> Any ideas why the Jenkins build was failed?
 AS>> Look like infrastructure issue for me:

 AS>> https://builds.apache.org/view/A-D/view/CXF/job/CXF-3.1.x/1405/console

 AS>> java.io.IOException: Failed to extract 
/home/jenkins/jenkins-slave/workspace/CXF-3.1.x/rt/frontend/js/transfer of 2 
files
 AS>> at hudson.FilePath.readFromTar(FilePath.java:2317)
 AS>> at hudson.FilePath.copyRecursiveTo(FilePath.java:2221)
 AS>> at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
 AS>> at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:128)
 AS>> at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
 AS>> at 
hudson.maven.MavenBuild$ProxyImpl.performArchiving(MavenBuild.java:512)
 AS>> at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:881)
 AS>> at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
 AS>> at hudson.model.Run.execute(Run.java:1724)
 AS>> at 
hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
 AS>> at 
hudson.model.ResourceController.execute(ResourceController.java:97)
 AS>> at hudson.model.Executor.run(Executor.java:429)
 AS>> Caused by: java.io.IOException: java.lang.InterruptedException

 AS>> Regards,
 AS>> Andrei.