Are there issues with the Maven build, or is it just me?
For the last week or so, the build hasn't been working for me. I keep getting errors around the GWT Curriki part of the build. I thought it was something I did (I ctrl+c-ed out of the mvn install once), so I deleted the whole trunks-users from my drive, and svn co again. Tried mvn install then, and a new error pops up at about the same place: [INFO] Building XWiki Products - Curriki - Database [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [remote-resources:process] [INFO] [xwiki-build-xar:unxar] [INFO] [xwiki-packager:import] --------------------------------------------------- constituent[0]: file:/maven2/lib/maven-embedder-2.1-SNAPSHOT-ueber.jar constituent[1]: file:/Users/rhadoo/.m2/repository/com/xpn/xwiki/platform/xwiki-build-xar-handlers/1.1-SNAPSHOT/xwiki- build-xar-handlers-1.1-SNAPSHOT.jar --------------------------------------------------- Exception in thread "main" java.lang.OutOfMemoryError: Java heap space and it just freezes there, i have to force quit out of the terminal. I've updated the settings.xml to the latest version, and at this point I'm completely out of ideas. Help? Please? Radu
Hi Radu, On Jul 11, 2007, at 9:20 PM, Radu Danciu wrote:
For the last week or so, the build hasn't been working for me. I keep getting errors around the GWT Curriki part of the build. I thought it was something I did (I ctrl+c-ed out of the mvn install once), so I deleted the whole trunks-users from my drive, and svn co again. Tried mvn install then, and a new error pops up at about the same place:
Yes, as you've seen we've done lots of reorganizations lately. First, a stupid question: Why are you trying to build Curriki? Are you working on that project? :) Maybe you could try reading http://www.xwiki.org/xwiki/bin/view/ Community/Building again as it has changed recently. That said, Curriki and all projects do build fine as proved by our CI: http://teamcity.xwiki.org/
[INFO] Building XWiki Products - Curriki - Database [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------- ------ [INFO] [remote-resources:process] [INFO] [xwiki-build-xar:unxar] [INFO] [xwiki-packager:import] --------------------------------------------------- constituent[0]: file:/maven2/lib/maven-embedder-2.1-SNAPSHOT-ueber.jar constituent[1]: file:/Users/rhadoo/.m2/repository/com/xpn/xwiki/ platform/xwiki-build-xar-handlers/1.1-SNAPSHOT/xwiki- build-xar- handlers-1.1-SNAPSHOT.jar --------------------------------------------------- Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
and it just freezes there, i have to force quit out of the terminal. I've updated the settings.xml to the latest version, and at this point I'm completely out of ideas.
Help? Please?
That's pretty obvious... As the message says, the JVM doesn't have enough memory... Maybe you could try the troubleshooting part of the Building document: http://www.xwiki.org/xwiki/bin/view/Community/Building#HTroubleshooting Thanks -Vincent
Hi Radu, Set the MAVEN_OPTS environment variable to "-Xmx100m" or higher, as advertised here ;) http://www.xwiki.org/xwiki/bin/view/Community/Building#HDealingwithOutofMemo... Regards, Catalin On 7/11/07, Radu Danciu <[email protected]> wrote:
For the last week or so, the build hasn't been working for me. I keep getting errors around the GWT Curriki part of the build. I thought it was something I did (I ctrl+c-ed out of the mvn install once), so I deleted the whole trunks-users from my drive, and svn co again. Tried mvn install then, and a new error pops up at about the same place:
[INFO] Building XWiki Products - Curriki - Database [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [remote-resources:process] [INFO] [xwiki-build-xar:unxar] [INFO] [xwiki-packager:import] --------------------------------------------------- constituent[0]: file:/maven2/lib/maven-embedder-2.1-SNAPSHOT-ueber.jar constituent[1]: file:/Users/rhadoo/.m2/repository/com/xpn/xwiki/platform/xwiki-build-xar-handlers/1.1-SNAPSHOT/xwiki- build-xar-handlers-1.1-SNAPSHOT.jar --------------------------------------------------- Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
and it just freezes there, i have to force quit out of the terminal. I've updated the settings.xml to the latest version, and at this point I'm completely out of ideas.
Help? Please? Radu
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
No, I'm not working on Curriki, but up to now I've been used to building all of the trunk. Last night I modified the pom.xml to exclude curriki from the build, and the rest worked just fine. I'll be starting to build the separate bits of the build. I am, however, gonna try the memory option tip. Thanks, Radu On 7/11/07, Catalin Hritcu <[email protected]> wrote:
Hi Radu,
Set the MAVEN_OPTS environment variable to "-Xmx100m" or higher, as advertised here ;)
http://www.xwiki.org/xwiki/bin/view/Community/Building#HDealingwithOutofMemo...
Regards, Catalin
On 7/11/07, Radu Danciu <[email protected]> wrote:
For the last week or so, the build hasn't been working for me. I keep getting errors around the GWT Curriki part of the build. I thought it was something I did (I ctrl+c-ed out of the mvn install once), so I deleted the whole trunks-users from my drive, and svn co again. Tried mvn install then, and a new error pops up at about the same place:
[INFO] Building XWiki Products - Curriki - Database [INFO] task-segment: [install] [INFO]
----------------------------------------------------------------------------
[INFO] [remote-resources:process] [INFO] [xwiki-build-xar:unxar] [INFO] [xwiki-packager:import] --------------------------------------------------- constituent[0]: file:/maven2/lib/maven-embedder-2.1-SNAPSHOT-ueber.jar constituent[1]:
file:/Users/rhadoo/.m2/repository/com/xpn/xwiki/platform/xwiki-build-xar-handlers/1.1-SNAPSHOT/xwiki-
build-xar-handlers-1.1-SNAPSHOT.jar --------------------------------------------------- Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
and it just freezes there, i have to force quit out of the terminal. I've updated the settings.xml to the latest version, and at this point I'm completely out of ideas.
Help? Please? Radu
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- ------------------------------ -------------------------------------------------------------------- Radu DANCIU Account Manager AIESEC IASI AIESEC in ROMANIA Tel: +40 741 220 576 E-mail: [email protected] Web: ro.aiesec.org/iasi --------------------------------------------------------------------------------------------------- AIESEC - The international platform for young people to discover and develop their potential
On Jul 12, 2007, at 8:39 AM, Radu Danciu wrote:
No, I'm not working on Curriki, but up to now I've been used to building all of the trunk. Last night I modified the pom.xml to exclude curriki from the build, and the rest worked just fine.
Radu, please see the email I sent. You don't need to do any modification to any file in the build to only build XWiki Enterprise. Could you please read the doc I pointed you to? (I think the solution is pretty obvious in there but if you can't find it I'd like to know it so that I can fix the doc). Thanks -Vincent
I'll be starting to build the separate bits of the build.
I am, however, gonna try the memory option tip.
Thanks, Radu
On 7/11/07, Catalin Hritcu < [email protected]> wrote: Hi Radu,
Set the MAVEN_OPTS environment variable to "-Xmx100m" or higher, as advertised here ;) http://www.xwiki.org/xwiki/bin/view/Community/ Building#HDealingwithOutofMemoryErrors
Regards, Catalin
On 7/11/07, Radu Danciu <[email protected]> wrote:
For the last week or so, the build hasn't been working for me. I keep getting errors around the GWT Curriki part of the build. I thought it was something I did (I ctrl+c-ed out of the mvn install once), so I deleted the whole trunks-users from my drive, and svn co again. Tried mvn install then, and a new error pops up at about the same place:
[INFO] Building XWiki Products - Curriki - Database [INFO] task-segment: [install] [INFO]
---------------------------------------------------------------------- ------
[INFO] [remote-resources:process] [INFO] [xwiki-build-xar:unxar] [INFO] [xwiki-packager:import] --------------------------------------------------- constituent[0]: file:/maven2/lib/maven-embedder-2.1-SNAPSHOT- ueber.jar constituent[1]: file:/Users/rhadoo/.m2/repository/com/xpn/xwiki/platform/xwiki- build-xar-handlers/1.1-SNAPSHOT/xwiki- build-xar-handlers-1.1-SNAPSHOT.jar --------------------------------------------------- Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
and it just freezes there, i have to force quit out of the terminal. I've updated the settings.xml to the latest version, and at this point I'm completely out of ideas.
Help? Please? Radu
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto: [email protected]?subject=help ObjectWeb mailing lists service home page: http:// www.objectweb.org/wws
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto: [email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
-- ------------------------------ -------------------------------------------------------------------- Radu DANCIU
Account Manager
AIESEC IASI AIESEC in ROMANIA Tel: +40 741 220 576 E-mail: [email protected] Web: ro.aiesec.org/iasi
---------------------------------------------------------------------- ----------------------------- AIESEC - The international platform for young people to discover and develop their potential
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
I've read it, and understood, thank you. I've svn revert'ed the pom.xml to it's original state, and with the memory option it works now. BTW, since we're here, have you had the time to include gdata-spreadsheets*.jar and gdata-client*.jar into the repositories? (found out that gdata-base*.jar is not actually necessary). Also, inside the pom.xml of my project, i need to set up the dependencies for those two files. By comparison to the pom.xml of the adwords plugin, i need to do that within the dependency tag, but i don't know what the artifact tag should contain exactly... I need these imports import com.google.gdata.client.spreadsheet.*; import com.google.gdata.data.*; import com.google.gdata.data.spreadsheet.*; import com.google.gdata.util.*; so i would guess i need a dependency for each of them, with a groupId of com.google.gdata and artifactId of the rest of the import? Or am i getting this wrong? Thanks, Radu On 7/12/07, Vincent Massol <[email protected]> wrote:
On Jul 12, 2007, at 8:39 AM, Radu Danciu wrote:
No, I'm not working on Curriki, but up to now I've been used to building all of the trunk. Last night I modified the pom.xml to exclude curriki from the build, and the rest worked just fine.
Radu, please see the email I sent. You don't need to do any modification to any file in the build to only build XWiki Enterprise.
Could you please read the doc I pointed you to? (I think the solution is pretty obvious in there but if you can't find it I'd like to know it so that I can fix the doc).
Thanks -Vincent
I'll be starting to build the separate bits of the build.
I am, however, gonna try the memory option tip.
Thanks, Radu
On 7/11/07, Catalin Hritcu < [email protected]> wrote:
Hi Radu,
Set the MAVEN_OPTS environment variable to "-Xmx100m" or higher, as advertised here ;)
http://www.xwiki.org/xwiki/bin/view/Community/Building#HDealingwithOutofMemo...
Regards, Catalin
On 7/11/07, Radu Danciu <[email protected]> wrote:
For the last week or so, the build hasn't been working for me. I keep getting errors around the GWT Curriki part of the build. I thought it was something I did (I ctrl+c-ed out of the mvn install once), so I deleted the whole trunks-users from my drive, and svn co again. Tried mvn install then, and a new error pops up at about the same place:
[INFO] Building XWiki Products - Curriki - Database [INFO] task-segment: [install] [INFO]
----------------------------------------------------------------------------
[INFO] [remote-resources:process] [INFO] [xwiki-build-xar:unxar] [INFO] [xwiki-packager:import] --------------------------------------------------- constituent[0]: file:/maven2/lib/maven-embedder-2.1-SNAPSHOT-ueber.jar constituent[1]:
file:/Users/rhadoo/.m2/repository/com/xpn/xwiki/platform/xwiki-build-xar-handlers/1.1-SNAPSHOT/xwiki-
build-xar-handlers-1.1-SNAPSHOT.jar --------------------------------------------------- Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
and it just freezes there, i have to force quit out of the terminal. I've updated the settings.xml to the latest version, and at this point I'm completely out of ideas.
Help? Please? Radu
-- You receive this message as a subscriber of the [email protected]
mailing list. To unsubscribe: mailto:[email protected] For general help: mailto: [email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto: [email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- ------------------------------ -------------------------------------------------------------------- Radu DANCIU
Account Manager
AIESEC IASI AIESEC in ROMANIA Tel: +40 741 220 576 E-mail: [email protected] Web: ro.aiesec.org/iasi
---------------------------------------------------------------------------------------------------
AIESEC - The international platform for young people to discover and develop their potential -- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected]<[email protected]> For general help: mailto:[email protected]?subject=help<[email protected]?subject=help> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- ------------------------------ -------------------------------------------------------------------- Radu DANCIU Account Manager AIESEC IASI AIESEC in ROMANIA Tel: +40 741 220 576 E-mail: [email protected] Web: ro.aiesec.org/iasi --------------------------------------------------------------------------------------------------- AIESEC - The international platform for young people to discover and develop their potential
participants (3)
-
Catalin Hritcu -
Radu Danciu -
Vincent Massol