You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martijn Dashorst <ma...@gmail.com> on 2008/01/16 10:38:21 UTC

wicket stuff server / bamboo setup

If we are not going to monitor and maintain our bamboo setup on
wicketstuff, shall we just shut it down?

I am getting tired of having to manage the box.


[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error deploying artifact: Error creating temporary file for
deployment: No space left on device

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch


Martijn

-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0

Re: wicket stuff server / bamboo setup

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
That would mean  that the maven repo would die right? That would be sad 
if theres no other alternative.

I just discovered it yesterday.

I could be really cool, if we had some guides to on howto get your 
contrib it running with bamboo, getting a release from maven repo etc.

I could look into writing some of this stuff on the wiki


I'll be happy to do some simple admin stuff, if that could keep it 
alive. I know your guys are busy...

regards Nino

Martijn Dashorst wrote:
> If we are not going to monitor and maintain our bamboo setup on
> wicketstuff, shall we just shut it down?
>
> I am getting tired of having to manage the box.
>
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error deploying artifact: Error creating temporary file for
> deployment: No space left on device
>
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
>
>
> Martijn
>
>   

-- 
Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


Re: wicket stuff server / bamboo setup

Posted by Maurice Marrink <ma...@gmail.com>.
Could it be because some build are generating unique snapshots ?
I noticed some projects like
wicketstuff-scriptaculous/
wicketstuff-rome/

and maybe more, i haven't checked them all, are generating snapshot
with a timestamp meaning each time they build (which could be a lot if
the are triggered by other builds like wicket) they generate a new jar
instead of overwriting the old snapshot.
Projects on the buildserver must disable unique versions for snapshots
by placing something like the following in there pom.

<distributionManagement>
		<snapshotRepository>
			<id>repo</id>
			<name>Local Bamboo/Tomcat repository</name>
			<url>
				file:/home/wicket/tomcat/webapps/maven/repository/
			</url>
			<uniqueVersion>false</uniqueVersion>
		</snapshotRepository>
		<repository>
			<id>repo</id>
			<name>Local Bamboo/Tomcat repository</name>
			<url>
				file:/home/wicket/tomcat/webapps/maven/repository/
			</url>
		</repository>
	</distributionManagement>

I don't know if this is causing the problem now (most files i saw were
pretty small) but i will definitely cause problems like this if left
unchecked.

Maurice

On Jan 16, 2008 10:51 AM, Martijn Dashorst <ma...@gmail.com> wrote:
> It seems that this test fails:
>
> java.lang.RuntimeException: java.io.IOException: No space left on device
>         at org.apache.wicket.markup.html.link.DownloadLinkTest.testDeleteAfterLink(DownloadLinkTest.java:98)
>
>
> Martijn
>
>
> On 1/16/08, Martijn Dashorst <ma...@gmail.com> wrote:
> > If we are not going to monitor and maintain our bamboo setup on
> > wicketstuff, shall we just shut it down?
> >
> > I am getting tired of having to manage the box.
> >
> >
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Error deploying artifact: Error creating temporary file for
> > deployment: No space left on device
> >
> > [INFO] ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> >
> >
> > Martijn
> >
> > --
> > Buy Wicket in Action: http://manning.com/dashorst
> > Apache Wicket 1.3.0 is released
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
> >
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
>

Re: wicket stuff server / bamboo setup

Posted by Martijn Dashorst <ma...@gmail.com>.
It seems that this test fails:

java.lang.RuntimeException: java.io.IOException: No space left on device
	at org.apache.wicket.markup.html.link.DownloadLinkTest.testDeleteAfterLink(DownloadLinkTest.java:98)


Martijn

On 1/16/08, Martijn Dashorst <ma...@gmail.com> wrote:
> If we are not going to monitor and maintain our bamboo setup on
> wicketstuff, shall we just shut it down?
>
> I am getting tired of having to manage the box.
>
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error deploying artifact: Error creating temporary file for
> deployment: No space left on device
>
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
>
>
> Martijn
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0

Re: wicket stuff server / bamboo setup

Posted by Maurice Marrink <ma...@gmail.com>.
I would certainly be in favor of keeping a build server for wicket(-stuff).
Whether it is bamboo or teamcity.

Maurice

On Jan 16, 2008 10:38 AM, Martijn Dashorst <ma...@gmail.com> wrote:
> If we are not going to monitor and maintain our bamboo setup on
> wicketstuff, shall we just shut it down?
>
> I am getting tired of having to manage the box.
>
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error deploying artifact: Error creating temporary file for
> deployment: No space left on device
>
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
>
>
> Martijn
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0
>