You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Robert Munteanu <ro...@apache.org> on 2013/05/18 15:13:57 UTC

sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Hi,

The sling-trunk-1.6 build fails with the mentioned error at the end of
the build . This is a maven build running on an ubuntu slave. Does
anyone have an idea where it is coming from?

There are more details about a failing build at [1].

Thanks,

Robert

[1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by John W Ross <jw...@us.ibm.com>.
A rebuild [1] on ubuntu1 did not encounter the issue.

John

[1] https://builds.apache.org/job/Aries/1868

>
> Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException
>
>
> Hi,
>
> We just had an Aries build [1] fail for the same reason [2] on ubuntu4.
>
> John
>
> [1] https://builds.apache.org/job/Aries/1867/consoleText
>
> [2]
> Waiting for Jenkins to finish collecting data
> mavenExecutionResult exceptions not empty
> message : Internal error: java.lang.reflect.UndeclaredThrowableException
> cause : null
> Stack trace :
> org.apache.maven.InternalErrorException: Internal error:
> java.lang.reflect.UndeclaredThrowableException
>        at
> org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError
> (BuilderCommon.java:128)
>        at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:95)
>        at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:59)
>        at
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild
> (LifecycleStarter.java:183)
>        at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:161)
>        at org.apache.maven.DefaultMaven.doExecute
> (DefaultMaven.java:320)
>        at org.apache.maven.DefaultMaven.execute
> (DefaultMaven.java:156)
>        at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main
> (Maven3Launcher.java:79)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard
> (Launcher.java:329)
>        at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:239)
>        at org.jvnet.hudson.maven3.agent.Maven3Main.launch
> (Maven3Main.java:158)
>        at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
>        at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
>        at hudson.remoting.Request$2.run(Request.java:326)
>        at hudson.remoting.InterceptingExecutorService$1.call
> (InterceptingExecutorService.java:72)
>        at java.util.concurrent.FutureTask$Sync.innerRun
> (FutureTask.java:303)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
> (ThreadPoolExecutor.java:895)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run
> (ThreadPoolExecutor.java:918)
>        at java.lang.Thread.run(Thread.java:662)
> Caused by: java.lang.reflect.UndeclaredThrowableException
>        at com.sun.proxy.$Proxy2.setExecutedMojos(Unknown Source)
>        at hudson.maven.MavenBuildProxy$Filter.setExecutedMojos
> (MavenBuildProxy.java:243)
>        at hudson.maven.Maven3Builder
> $MavenExecutionListener.recordMojoEnded(Maven3Builder.java:439)
>        at hudson.maven.Maven3Builder
> $MavenExecutionListener.mojoSucceeded(Maven3Builder.java:425)
>        at
> org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire
> (DefaultExecutionEventCatapult.java:87)
>        at
> org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire
> (DefaultExecutionEventCatapult.java:42)
>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:228)
>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:153)
>        at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:145)
>        at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:84)
>        ... 24 more
> Caused by: java.io.UTFDataFormatException
>        at java.io.ObjectInputStream$BlockDataInputStream.readUTFSpan
> (ObjectInputStream.java:3105)
>        at java.io.ObjectInputStream$BlockDataInputStream.readUTFBody
> (ObjectInputStream.java:3030)
>        at java.io.ObjectInputStream$BlockDataInputStream.readUTF
> (ObjectInputStream.java:2843)
>        at java.io.ObjectInputStream.readUTF
> (ObjectInputStream.java:1069)
>        at java.io.ObjectStreamClass.readNonProxy
> (ObjectStreamClass.java:691)
>        at java.io.ObjectInputStream.readClassDescriptor
> (ObjectInputStream.java:827)
>        at java.io.ObjectInputStream.readNonProxyDesc
> (ObjectInputStream.java:1583)
>        at java.io.ObjectInputStream.readClassDesc
> (ObjectInputStream.java:1514)
>        at java.io.ObjectInputStream.readOrdinaryObject
> (ObjectInputStream.java:1750)
>        at java.io.ObjectInputStream.readObject0
> (ObjectInputStream.java:1347)
>        at java.io.ObjectInputStream.readObject
> (ObjectInputStream.java:369)
>        at java.util.concurrent.CopyOnWriteArrayList.readObject
> (CopyOnWriteArrayList.java:879)
>        at sun.reflect.GeneratedMethodAccessor16320.invoke(Unknown
> Source)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>        at java.lang.reflect.Method.invoke(Method.java:601)
>        at java.io.ObjectStreamClass.invokeReadObject
> (ObjectStreamClass.java:1004)
>        at java.io.ObjectInputStream.readSerialData
> (ObjectInputStream.java:1872)
>        at java.io.ObjectInputStream.readOrdinaryObject
> (ObjectInputStream.java:1777)
>        at java.io.ObjectInputStream.readObject0
> (ObjectInputStream.java:1347)
>        at java.io.ObjectInputStream.readArray
> (ObjectInputStream.java:1685)
>        at java.io.ObjectInputStream.readObject0
> (ObjectInputStream.java:1341)
>        at java.io.ObjectInputStream.defaultReadFields
> (ObjectInputStream.java:1970)
>        at java.io.ObjectInputStream.readSerialData
> (ObjectInputStream.java:1894)
>        at java.io.ObjectInputStream.readOrdinaryObject
> (ObjectInputStream.java:1777)
>        at java.io.ObjectInputStream.readObject0
> (ObjectInputStream.java:1347)
>        at java.io.ObjectInputStream.readObject
> (ObjectInputStream.java:369)
>        at hudson.remoting.UserRequest.deserialize
> (UserRequest.java:182)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:98)
>        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
>        at hudson.remoting.Request$2.run(Request.java:326)
>        at hudson.remoting.InterceptingExecutorService$1.call
> (InterceptingExecutorService.java:72)
>        at java.util.concurrent.FutureTask$Sync.innerRun
> (FutureTask.java:334)
>        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>        at java.util.concurrent.ThreadPoolExecutor.runWorker
> (ThreadPoolExecutor.java:1145)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run
> (ThreadPoolExecutor.java:615)
>        at java.lang.Thread.run(Thread.java:722)
>
> >
> > Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException
> >
> > Hey Robert
> > I disabled automatic artifact archiving for you on sling-trunk-1.6,
> > I also have made a copy of your jenkins config and will be testing
> > the build to see what is going on, will let you know what I find
> >
> > -Jake
> >
>
> > [image removed]
> > Robert Munteanu
> > June 5, 2013 6:00 AM
> > Hi Jake,
> >
> > The build still fails, even with these changes.
> >
> > https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling
> > $org.apache.sling.jcr.resource/1684/consoleText
> >
> > Can you please revert the 'Disable automatic artifact archiving' change
> and
> > see if there's another root cause?
> >
> > Thanks,
> >
> > Robert
> >
>
> >
> > [image removed]
> > Robert Munteanu
> > May 18, 2013 2:33 PM
> > That was done intentionally since we don't need them and increases the
> > build time + space usage. Build 1662 [1] ( no archiving ) took 38
> minutes,
> > while build 1663 [2] ( with archiving ) took 59 minutes. And I still
see
> > 'Maven failed with error' in the 1663 logs.
> >
> > Why did your config change fix our problem?
> >
> > [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/
> > [2]: https://builds.apache.org/job/sling-trunk-1.6/1663/
>
> >
>
> > [image removed]
> > Jake Farrell
> > May 18, 2013 1:04 PM
> > Builds > Disable automatic artifact archiving was selected
> >
> > -Jake
>
> > [image removed]
> > Robert Munteanu
> > May 18, 2013 12:07 PM
> > Thanks for fixing this!
> >
> > BTW, what was the exact issue? I'd like to know so that it is recorded
in
> > our change history. And yes, we have some failing tests, but I wanted
to
> > take them one step at a time.
> >
> > Robert
> >
>
> >
>
> > [image removed]
> > Jake Farrell
> > May 18, 2013 12:05 PM
> > Robert
> > There was an issue with your build configuration, I have fixed your
> > settings and your build is running again
> >
> > https://builds.apache.org/job/sling-trunk-1.6/1663
> >
> > There is an problem with one of your test cases which you will have
> > to look into (Apache Sling Launchpad Testing WAR version)
> >
> > Failed tests:   testRunScripts
> >
>
(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest):
> > POST request to http://localhost:46012/apps: expecting status 302
> > expected:<302> but was:<503>
> >
> > If you have any questions let me know
> > -Jake
> >
> >
> >
> >
> >

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by John W Ross <jw...@us.ibm.com>.
Hi,

We just had an Aries build [1] fail for the same reason [2] on ubuntu4.

John

[1] https://builds.apache.org/job/Aries/1867/consoleText

[2]
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Internal error: java.lang.reflect.UndeclaredThrowableException
cause : null
Stack trace :
org.apache.maven.InternalErrorException: Internal error:
java.lang.reflect.UndeclaredThrowableException
		 at
org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError
(BuilderCommon.java:128)
		 at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:95)
		 at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:59)
		 at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild
(LifecycleStarter.java:183)
		 at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:161)
		 at org.apache.maven.DefaultMaven.doExecute
(DefaultMaven.java:320)
		 at org.apache.maven.DefaultMaven.execute
(DefaultMaven.java:156)
		 at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main
(Maven3Launcher.java:79)
		 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		 at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
		 at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
		 at java.lang.reflect.Method.invoke(Method.java:597)
		 at
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard
(Launcher.java:329)
		 at org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:239)
		 at org.jvnet.hudson.maven3.agent.Maven3Main.launch
(Maven3Main.java:158)
		 at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
		 at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
		 at hudson.remoting.UserRequest.perform(UserRequest.java:118)
		 at hudson.remoting.UserRequest.perform(UserRequest.java:48)
		 at hudson.remoting.Request$2.run(Request.java:326)
		 at hudson.remoting.InterceptingExecutorService$1.call
(InterceptingExecutorService.java:72)
		 at java.util.concurrent.FutureTask$Sync.innerRun
(FutureTask.java:303)
		 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
		 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:895)
		 at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:918)
		 at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.reflect.UndeclaredThrowableException
		 at com.sun.proxy.$Proxy2.setExecutedMojos(Unknown Source)
		 at hudson.maven.MavenBuildProxy$Filter.setExecutedMojos
(MavenBuildProxy.java:243)
		 at hudson.maven.Maven3Builder
$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:439)
		 at hudson.maven.Maven3Builder
$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:425)
		 at
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire
(DefaultExecutionEventCatapult.java:87)
		 at
org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire
(DefaultExecutionEventCatapult.java:42)
		 at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:228)
		 at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:153)
		 at org.apache.maven.lifecycle.internal.MojoExecutor.execute
(MojoExecutor.java:145)
		 at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:84)
		 ... 24 more
Caused by: java.io.UTFDataFormatException
		 at java.io.ObjectInputStream$BlockDataInputStream.readUTFSpan
(ObjectInputStream.java:3105)
		 at java.io.ObjectInputStream$BlockDataInputStream.readUTFBody
(ObjectInputStream.java:3030)
		 at java.io.ObjectInputStream$BlockDataInputStream.readUTF
(ObjectInputStream.java:2843)
		 at java.io.ObjectInputStream.readUTF
(ObjectInputStream.java:1069)
		 at java.io.ObjectStreamClass.readNonProxy
(ObjectStreamClass.java:691)
		 at java.io.ObjectInputStream.readClassDescriptor
(ObjectInputStream.java:827)
		 at java.io.ObjectInputStream.readNonProxyDesc
(ObjectInputStream.java:1583)
		 at java.io.ObjectInputStream.readClassDesc
(ObjectInputStream.java:1514)
		 at java.io.ObjectInputStream.readOrdinaryObject
(ObjectInputStream.java:1750)
		 at java.io.ObjectInputStream.readObject0
(ObjectInputStream.java:1347)
		 at java.io.ObjectInputStream.readObject
(ObjectInputStream.java:369)
		 at java.util.concurrent.CopyOnWriteArrayList.readObject
(CopyOnWriteArrayList.java:879)
		 at sun.reflect.GeneratedMethodAccessor16320.invoke(Unknown
Source)
		 at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
		 at java.lang.reflect.Method.invoke(Method.java:601)
		 at java.io.ObjectStreamClass.invokeReadObject
(ObjectStreamClass.java:1004)
		 at java.io.ObjectInputStream.readSerialData
(ObjectInputStream.java:1872)
		 at java.io.ObjectInputStream.readOrdinaryObject
(ObjectInputStream.java:1777)
		 at java.io.ObjectInputStream.readObject0
(ObjectInputStream.java:1347)
		 at java.io.ObjectInputStream.readArray
(ObjectInputStream.java:1685)
		 at java.io.ObjectInputStream.readObject0
(ObjectInputStream.java:1341)
		 at java.io.ObjectInputStream.defaultReadFields
(ObjectInputStream.java:1970)
		 at java.io.ObjectInputStream.readSerialData
(ObjectInputStream.java:1894)
		 at java.io.ObjectInputStream.readOrdinaryObject
(ObjectInputStream.java:1777)
		 at java.io.ObjectInputStream.readObject0
(ObjectInputStream.java:1347)
		 at java.io.ObjectInputStream.readObject
(ObjectInputStream.java:369)
		 at hudson.remoting.UserRequest.deserialize
(UserRequest.java:182)
		 at hudson.remoting.UserRequest.perform(UserRequest.java:98)
		 at hudson.remoting.UserRequest.perform(UserRequest.java:48)
		 at hudson.remoting.Request$2.run(Request.java:326)
		 at hudson.remoting.InterceptingExecutorService$1.call
(InterceptingExecutorService.java:72)
		 at java.util.concurrent.FutureTask$Sync.innerRun
(FutureTask.java:334)
		 at java.util.concurrent.FutureTask.run(FutureTask.java:166)
		 at java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1145)
		 at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:615)
		 at java.lang.Thread.run(Thread.java:722)

>
> Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException
>
> Hey Robert
> I disabled automatic artifact archiving for you on sling-trunk-1.6,
> I also have made a copy of your jenkins config and will be testing
> the build to see what is going on, will let you know what I find
>
> -Jake
>

> [image removed]
> Robert Munteanu
> June 5, 2013 6:00 AM
> Hi Jake,
>
> The build still fails, even with these changes.
>
> https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling
> $org.apache.sling.jcr.resource/1684/consoleText
>
> Can you please revert the 'Disable automatic artifact archiving' change
and
> see if there's another root cause?
>
> Thanks,
>
> Robert
>

>
> [image removed]
> Robert Munteanu
> May 18, 2013 2:33 PM
> That was done intentionally since we don't need them and increases the
> build time + space usage. Build 1662 [1] ( no archiving ) took 38
minutes,
> while build 1663 [2] ( with archiving ) took 59 minutes. And I still see
> 'Maven failed with error' in the 1663 logs.
>
> Why did your config change fix our problem?
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/
> [2]: https://builds.apache.org/job/sling-trunk-1.6/1663/

>

> [image removed]
> Jake Farrell
> May 18, 2013 1:04 PM
> Builds > Disable automatic artifact archiving was selected
>
> -Jake

> [image removed]
> Robert Munteanu
> May 18, 2013 12:07 PM
> Thanks for fixing this!
>
> BTW, what was the exact issue? I'd like to know so that it is recorded in
> our change history. And yes, we have some failing tests, but I wanted to
> take them one step at a time.
>
> Robert
>

>

> [image removed]
> Jake Farrell
> May 18, 2013 12:05 PM
> Robert
> There was an issue with your build configuration, I have fixed your
> settings and your build is running again
>
> https://builds.apache.org/job/sling-trunk-1.6/1663
>
> There is an problem with one of your test cases which you will have
> to look into (Apache Sling Launchpad Testing WAR version)
>
> Failed tests:   testRunScripts
>
(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest):
> POST request to http://localhost:46012/apps: expecting status 302
> expected:<302> but was:<503>
>
> If you have any questions let me know
> -Jake
>
>
>
>
>

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Jake Farrell <jf...@apache.org>.
Hey Robert
I disabled automatic artifact archiving for you on sling-trunk-1.6, I 
also have made a copy of your jenkins config and will be testing the 
build to see what is going on, will let you know what I find

-Jake


> Robert Munteanu <ma...@apache.org>
> June 5, 2013 6:00 AM
> Hi Jake,
>
> The build still fails, even with these changes.
>
> https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/1684/consoleText
>
> Can you please revert the 'Disable automatic artifact archiving' 
> change and
> see if there's another root cause?
>
> Thanks,
>
> Robert
>
>
>
> Robert Munteanu <ma...@lmn.ro>
> May 18, 2013 2:33 PM
> That was done intentionally since we don't need them and increases the
> build time + space usage. Build 1662 [1] ( no archiving ) took 38 minutes,
> while build 1663 [2] ( with archiving ) took 59 minutes. And I still see
> 'Maven failed with error' in the 1663 logs.
>
> Why did your config change fix our problem?
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/
> [2]: https://builds.apache.org/job/sling-trunk-1.6/1663/
>
>
>
> Jake Farrell <ma...@apache.org>
> May 18, 2013 1:04 PM
> Builds > Disable automatic artifact archiving was selected
>
> -Jake
>
> Robert Munteanu <ma...@lmn.ro>
> May 18, 2013 12:07 PM
> Thanks for fixing this!
>
> BTW, what was the exact issue? I'd like to know so that it is recorded in
> our change history. And yes, we have some failing tests, but I wanted to
> take them one step at a time.
>
> Robert
>
>
>
>
> Jake Farrell <ma...@apache.org>
> May 18, 2013 12:05 PM
> Robert
> There was an issue with your build configuration, I have fixed your 
> settings and your build is running again
>
> https://builds.apache.org/job/sling-trunk-1.6/1663
>
> There is an problem with one of your test cases which you will have to 
> look into (Apache Sling Launchpad Testing WAR version)
>
> Failed tests:   
> testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest): 
> POST request to http://localhost:46012/apps: expecting status 302 
> expected:<302> but was:<503>
>
> If you have any questions let me know
> -Jake
>
>
>
>
>
>

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Robert Munteanu <ro...@apache.org>.
Hi Jake,

The build still fails, even with these changes.

https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.jcr.resource/1684/consoleText

Can you please revert the 'Disable automatic artifact archiving' change and
see if there's another root cause?

Thanks,

Robert


On Sat, May 18, 2013 at 9:33 PM, Robert Munteanu <ro...@lmn.ro> wrote:

>
> That was done intentionally since we don't need them and increases the
> build time + space usage. Build 1662 [1] ( no archiving ) took 38 minutes,
> while build 1663 [2] ( with archiving ) took 59 minutes. And I still see
> 'Maven failed with error' in the 1663 logs.
>
> Why did your config change fix our problem?
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/
> [2]: https://builds.apache.org/job/sling-trunk-1.6/1663/
>
>
> On Sat, May 18, 2013 at 8:04 PM, Jake Farrell <jf...@apache.org> wrote:
>
>> Builds > Disable automatic artifact archiving was selected
>>
>> -Jake
>>
>>   Robert Munteanu <ro...@lmn.ro>
>>  May 18, 2013 12:07 PM
>> Thanks for fixing this!
>>
>> BTW, what was the exact issue? I'd like to know so that it is recorded in
>> our change history. And yes, we have some failing tests, but I wanted to
>> take them one step at a time.
>>
>> Robert
>>
>>
>>
>>
>>   Jake Farrell <jf...@apache.org>
>>  May 18, 2013 12:05 PM
>>  Robert
>> There was an issue with your build configuration, I have fixed your
>> settings and your build is running again
>>
>> https://builds.apache.org/job/sling-trunk-1.6/1663
>>
>> There is an problem with one of your test cases which you will have to
>> look into (Apache Sling Launchpad Testing WAR version)
>>
>> Failed tests:
>> testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest):
>> POST request to http://localhost:46012/apps: expecting status 302
>> expected:<302> but was:<503>
>>
>> If you have any questions let me know
>> -Jake
>>
>>
>>
>>
>>
>>
>>   Robert Munteanu <ro...@apache.org>
>>  May 18, 2013 11:13 AM
>>
>> On Sat, May 18, 2013 at 5:49 PM, Jake Farrell <jf...@apache.org> <jf...@apache.org> wrote:
>>
>> Hi Robert
>> Looking into your issue
>>
>> -Jake
>>
>> Hi Jake,
>>
>> Thanks for doing that. Let me know if I can help with any information or action.
>>
>> Cheers,
>>
>> Robert
>>
>>
>> Robert Munteanu
>> May 18, 2013 9:13 AM
>> Hi,
>>
>> The sling-trunk-1.6 build fails with the mentioned error at the end of
>> the build . This is a maven build running on an ubuntu slave. Does
>> anyone have an idea where it is coming from?
>>
>> There are more details about a failing build at [1].
>>
>> Thanks,
>>
>> Robert
>>
>> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
>>
>>   Jake Farrell <jf...@apache.org>
>>  May 18, 2013 10:49 AM
>>  Hi Robert
>> Looking into your issue
>>
>> -Jake
>>
>>
>>   Robert Munteanu <ro...@apache.org>
>>  May 18, 2013 9:13 AM
>> Hi,
>>
>> The sling-trunk-1.6 build fails with the mentioned error at the end of
>> the build . This is a maven build running on an ubuntu slave. Does
>> anyone have an idea where it is coming from?
>>
>> There are more details about a failing build at [1].
>>
>> Thanks,
>>
>> Robert
>>
>> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
>>
>>
>
>
> --
> Sent from my (old) computer
>

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Robert Munteanu <ro...@lmn.ro>.
That was done intentionally since we don't need them and increases the
build time + space usage. Build 1662 [1] ( no archiving ) took 38 minutes,
while build 1663 [2] ( with archiving ) took 59 minutes. And I still see
'Maven failed with error' in the 1663 logs.

Why did your config change fix our problem?

[1]: https://builds.apache.org/job/sling-trunk-1.6/1662/
[2]: https://builds.apache.org/job/sling-trunk-1.6/1663/

On Sat, May 18, 2013 at 8:04 PM, Jake Farrell <jf...@apache.org> wrote:

> Builds > Disable automatic artifact archiving was selected
>
> -Jake
>
>   Robert Munteanu <ro...@lmn.ro>
>  May 18, 2013 12:07 PM
> Thanks for fixing this!
>
> BTW, what was the exact issue? I'd like to know so that it is recorded in
> our change history. And yes, we have some failing tests, but I wanted to
> take them one step at a time.
>
> Robert
>
>
>
>
>   Jake Farrell <jf...@apache.org>
>  May 18, 2013 12:05 PM
>  Robert
> There was an issue with your build configuration, I have fixed your
> settings and your build is running again
>
> https://builds.apache.org/job/sling-trunk-1.6/1663
>
> There is an problem with one of your test cases which you will have to
> look into (Apache Sling Launchpad Testing WAR version)
>
> Failed tests:
> testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest):
> POST request to http://localhost:46012/apps: expecting status 302
> expected:<302> but was:<503>
>
> If you have any questions let me know
> -Jake
>
>
>
>
>
>
>   Robert Munteanu <ro...@apache.org>
>  May 18, 2013 11:13 AM
>
> On Sat, May 18, 2013 at 5:49 PM, Jake Farrell <jf...@apache.org> <jf...@apache.org> wrote:
>
> Hi Robert
> Looking into your issue
>
> -Jake
>
> Hi Jake,
>
> Thanks for doing that. Let me know if I can help with any information or action.
>
> Cheers,
>
> Robert
>
>
> Robert Munteanu
> May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
>
>   Jake Farrell <jf...@apache.org>
>  May 18, 2013 10:49 AM
>  Hi Robert
> Looking into your issue
>
> -Jake
>
>
>   Robert Munteanu <ro...@apache.org>
>  May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
>
>


-- 
Sent from my (old) computer

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Jake Farrell <jf...@apache.org>.
Builds > Disable automatic artifact archiving was selected

-Jake

> Robert Munteanu <ma...@lmn.ro>
> May 18, 2013 12:07 PM
> Thanks for fixing this!
>
> BTW, what was the exact issue? I'd like to know so that it is recorded in
> our change history. And yes, we have some failing tests, but I wanted to
> take them one step at a time.
>
> Robert
>
>
>
>
> Jake Farrell <ma...@apache.org>
> May 18, 2013 12:05 PM
> Robert
> There was an issue with your build configuration, I have fixed your 
> settings and your build is running again
>
> https://builds.apache.org/job/sling-trunk-1.6/1663
>
> There is an problem with one of your test cases which you will have to 
> look into (Apache Sling Launchpad Testing WAR version)
>
> Failed tests:   
> testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest): 
> POST request to http://localhost:46012/apps: expecting status 302 
> expected:<302> but was:<503>
>
> If you have any questions let me know
> -Jake
>
>
>
>
>
>
> Robert Munteanu <ma...@apache.org>
> May 18, 2013 11:13 AM
> On Sat, May 18, 2013 at 5:49 PM, Jake Farrell<jf...@apache.org>  wrote:
>> Hi Robert
>> Looking into your issue
>>
>> -Jake
>
> Hi Jake,
>
> Thanks for doing that. Let me know if I can help with any information or action.
>
> Cheers,
>
> Robert
>
>> Robert Munteanu
>> May 18, 2013 9:13 AM
>> Hi,
>>
>> The sling-trunk-1.6 build fails with the mentioned error at the end of
>> the build . This is a maven build running on an ubuntu slave. Does
>> anyone have an idea where it is coming from?
>>
>> There are more details about a failing build at [1].
>>
>> Thanks,
>>
>> Robert
>>
>> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
> Jake Farrell <ma...@apache.org>
> May 18, 2013 10:49 AM
> Hi Robert
> Looking into your issue
>
> -Jake
>
>
> Robert Munteanu <ma...@apache.org>
> May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Robert Munteanu <ro...@lmn.ro>.
Thanks for fixing this!

BTW, what was the exact issue? I'd like to know so that it is recorded in
our change history. And yes, we have some failing tests, but I wanted to
take them one step at a time.

Robert


On Sat, May 18, 2013 at 7:05 PM, Jake Farrell <jf...@apache.org> wrote:

> Robert
> There was an issue with your build configuration, I have fixed your
> settings and your build is running again
>
> https://builds.apache.org/job/sling-trunk-1.6/1663
>
> There is an problem with one of your test cases which you will have to
> look into (Apache Sling Launchpad Testing WAR version)
>
> Failed tests:
> testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest):
> POST request to http://localhost:46012/apps: expecting status 302
> expected:<302> but was:<503>
>
> If you have any questions let me know
> -Jake
>
>
>
>
>
>
>   Robert Munteanu <ro...@apache.org>
>  May 18, 2013 11:13 AM
>
> On Sat, May 18, 2013 at 5:49 PM, Jake Farrell <jf...@apache.org> <jf...@apache.org> wrote:
>
> Hi Robert
> Looking into your issue
>
> -Jake
>
> Hi Jake,
>
> Thanks for doing that. Let me know if I can help with any information or action.
>
> Cheers,
>
> Robert
>
>
> Robert Munteanu
> May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
>
>   Jake Farrell <jf...@apache.org>
>  May 18, 2013 10:49 AM
>  Hi Robert
> Looking into your issue
>
> -Jake
>
>
>   Robert Munteanu <ro...@apache.org>
>  May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
>
>


-- 
Sent from my (old) computer

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Jake Farrell <jf...@apache.org>.
Robert
There was an issue with your build configuration, I have fixed your 
settings and your build is running again

https://builds.apache.org/job/sling-trunk-1.6/1663

There is an problem with one of your test cases which you will have to 
look into (Apache Sling Launchpad Testing WAR version)

Failed tests:   
testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest): 
POST request to http://localhost:46012/apps: expecting status 302 
expected:<302> but was:<503>

If you have any questions let me know
-Jake






> Robert Munteanu <ma...@apache.org>
> May 18, 2013 11:13 AM
> On Sat, May 18, 2013 at 5:49 PM, Jake Farrell<jf...@apache.org>  wrote:
>> Hi Robert
>> Looking into your issue
>>
>> -Jake
>
> Hi Jake,
>
> Thanks for doing that. Let me know if I can help with any information or action.
>
> Cheers,
>
> Robert
>
>> Robert Munteanu
>> May 18, 2013 9:13 AM
>> Hi,
>>
>> The sling-trunk-1.6 build fails with the mentioned error at the end of
>> the build . This is a maven build running on an ubuntu slave. Does
>> anyone have an idea where it is coming from?
>>
>> There are more details about a failing build at [1].
>>
>> Thanks,
>>
>> Robert
>>
>> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText
> Jake Farrell <ma...@apache.org>
> May 18, 2013 10:49 AM
> Hi Robert
> Looking into your issue
>
> -Jake
>
>
> Robert Munteanu <ma...@apache.org>
> May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Robert Munteanu <ro...@apache.org>.
On Sat, May 18, 2013 at 5:49 PM, Jake Farrell <jf...@apache.org> wrote:
>
> Hi Robert
> Looking into your issue
>
> -Jake

Hi Jake,

Thanks for doing that. Let me know if I can help with any information or action.

Cheers,

Robert

>
>
> Robert Munteanu
> May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

Posted by Jake Farrell <jf...@apache.org>.
Hi Robert
Looking into your issue

-Jake


> Robert Munteanu <ma...@apache.org>
> May 18, 2013 9:13 AM
> Hi,
>
> The sling-trunk-1.6 build fails with the mentioned error at the end of
> the build . This is a maven build running on an ubuntu slave. Does
> anyone have an idea where it is coming from?
>
> There are more details about a failing build at [1].
>
> Thanks,
>
> Robert
>
> [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/consoleText