Hi,

Can you browse the jar in http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.2/ from you location?

If yes, try mvn package -U
(-U means 'force update the dependencies').

If it still fails, remove your local maven plexux-archiver in your local maven repo (in $HOME/.m2/repository/org/codehaus/plexus/plexus-archiver/1.2/

Thx.

On 14/03/12 21:28, Tejaswini Kurakula wrote:
Hi Eric,

i changed the -Xmx value in the hupatrunk/client/pom.xml and compiled it
again.i was able to resolve the out of memory exception..but now i compiled
the project using -X package it says that it could not find some
artifacts.here it is

Could not find artifact org.codehaus.plexus:plexus-archiver:jar:1.2 in
central (http://repo1.maven.org/maven2)
     at
org.sonatype.aether.connector.async.AsyncRepositoryConnector$3.wrap(AsyncRepositoryConnector.java:1422)
     at
org.sonatype.aether.connector.async.AsyncRepositoryConnector$3.wrap(AsyncRepositoryConnector.java:1417)
     at
org.sonatype.aether.connector.async.AsyncRepositoryConnector$GetTask.flush(AsyncRepositoryConnector.java:908)
     at
org.sonatype.aether.connector.async.AsyncRepositoryConnector$GetTask.flush(AsyncRepositoryConnector.java:902)
     at
org.sonatype.aether.connector.async.AsyncRepositoryConnector.get(AsyncRepositoryConnector.java:279)
     at
org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:460)
     ... 28 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn<goals>  -rf :hupa-client


Thank you,
Tejaswini k

On Thu, Mar 15, 2012 at 12:52 AM, Tejaswini Kurakula<
[email protected]>  wrote:

Hi Eric,


This is the version of java i use on "windows 32" bit platform.

java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
Maven version "3.0.4 "
  i added the -XX:MaxPermSize=512M in the eclipse.ini file..i also changed
the MAVEN_OPTS value.it gives the same interna error saying

*************
[ERROR] [INFO]     at
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
Exception in thread "main" java.lang.OutOfMemoryError: unable to create
new native thread
[INFO]     at
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:139)
[ERROR]     at java.lang.Thread.start0(Native Method)
[ERROR]     at java.lang.Thread.start(Thread.java:597)
[ERROR]     at
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:232)
[ERROR]     at
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildGeneratedTypes(CompilationStateBuilder.java:491)
[ERROR]     at
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.addGeneratedTypes(CompilationStateBuilder.java:176)
[INFO]     at
com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:588)
[ERROR]     at
com.google.gwt.dev.javac.CompilationState.addGeneratedCompilationUnits(CompilationState.java:93)
[ERROR]     at
com.google.gwt.dev.javac.StandardGeneratorContext.finish(StandardGeneratorContext.java:476)
[ERROR]     at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:108)
[ERROR]     at
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:254)
[ERROR]     at
org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
[ERROR]     at
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:173)
[INFO]     at
com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:97)
[INFO]     at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52)
[INFO]     at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569)
[ERROR]     at
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
[ERROR]     at
com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:139)
[ERROR]     at
com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:588)
[ERROR]     at
com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:97)
[ERROR]     at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52)
[ERROR]     at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569)
[INFO]     at
com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
[ERROR]     at
com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
[ERROR]     at
com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
[ERROR]     at
com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
[ERROR]     at
com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
[ERROR]     at com.google.gwt.dev.Compiler.run(Compiler.java:232)
[ERROR]     at com.google.gwt.dev.Compiler.run(Compiler.java:198)
[ERROR]     at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
[ERROR]     at
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
[ERROR]     at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
[INFO]     at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
[INFO]     at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
[INFO]     at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
[INFO]     at com.google.gwt.dev.Compiler.run(Compiler.java:232)
[INFO]     at com.google.gwt.dev.Compiler.run(Compiler.java:198)
[INFO]     at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
[INFO]     at
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
[INFO]     at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
[INFO]     at com.google.gwt.dev.Compiler.main(Compiler.java:177)
[INFO]
[ERROR]     at com.google.gwt.dev.Compiler.main(Compiler.java:177)
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache James Hupa Parent .......................... SUCCESS [3.656s]
[INFO] Apache James Hupa Shared .......................... SUCCESS [6.359s]
[INFO] Apache James Hupa Mock ............................ SUCCESS [2.797s]
[INFO] Apache James Hupa Server .......................... SUCCESS [2.938s]
[INFO] Apache James Hupa Widgets ......................... SUCCESS [3.156s]
[INFO] Apache James Hupa ................................. FAILURE
[41.203s]

[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:01.016s
[INFO] Finished at: Thu Mar 15 00:46:18 IST 2012
[INFO] Final Memory: 49M/118M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.codehaus.mojo:gwt-maven-plugin:2.4.0:compile (default) on project
hupa-client: Command [[
[ERROR] C:\Program Files\Java\jdk1.6.0_20\jre\bin\java -Xmx1024M -Xss40M
-Dhupa.config.file=C:\ApacheJAMES\hupa-trunk/server/src/main/webapp/WEB-INF/conf/config.properties
-classpath
"C:\ApacheJAMES\hupa-trunk\client\src\main\java;C:\ApacheJAMES\hupa-trunk\client\target\generated-sources\apt;C:\ApacheJAMES\hupa-trunk\client\src\main\resources;C:\ApacheJAMES\hupa-trunk\client\target\maven-shared-archive-resources;C:\ApacheJAMES\hupa-trunk\client\target\hupa-client-0.0.2-SNAPSHOT\WEB-INF\classes;C:\ApacheJAMES\hupa-trunk\server\target\hupa-server-0.0.2-SNAPSHOT.jar;C:\ApacheJAMES\hupa-trunk\mock\target\hupa-mock-0.0.2-SNAPSHOT.jar;C:\Documents
and
Settings\tejswini\.m2\repository\javax\inject\javax.inject\1\javax.inject-1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\log4j\log4j\1.2.16\log4j-1.2.16.jar;C:\Documents
and
Settings\tejswini\.m2\repository\javax\mail\mail\1.4.4\mail-1.4.4.jar;C:\Documents
and
Settings\tejswini\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\commons-fileupload\commons-fileupload\1.2.2\commons-fileupload-1.2.2.jar;C:\Documents
and
Settings\tejswini\.m2\repository\commons-io\commons-io\2.0.1\commons-io-2.0.1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\code\guice\guice\3.0\guice-3.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\code\guice\guice-assistedinject\3.0\guice-assistedinject-3.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\code\guice\guice-servlet\3.0\guice-servlet-3.0.jar;C:\ApacheJAMES\hupa-trunk\shared\target\hupa-shared-0.0.2-SNAPSHOT.jar;C:\ApacheJAMES\hupa-trunk\widgets\target\hupa-widgets-0.0.2-SNAPSHOT.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\gwt\gwt-incubator\20101117-r1766\gwt-incubator-20101117-r1766.jar;C:\Documents
and
Settings\tejswini\.m2\repository\org\cobogw\gwt\cobogw\1.3\cobogw-1.3.jar;C:\Documents
and
Settings\tejswini\.m2\repository\net\customware\gwt\dispatch\gwt-dispatch\1.2.0\gwt-dispatch-1.2.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\net\customware\gwt\presenter\gwt-presenter\1.1.0-replace-SNAPSHOT\gwt-presenter-1.1.0-replace-SNAPSHOT.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\code\gwt-dnd\gwt-dnd\3.1.1\gwt-dnd-3.1.1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\eu\maydu\gwt\gwt-vl\0.9a\gwt-vl-0.9a.jar;C:\Documents
and
Settings\tejswini\.m2\repository\gwtupload\gwtupload\0.5.8-M5\gwtupload-0.5.8-M5.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\gwt\gwt-user\2.4.0\gwt-user-2.4.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\gwt\gwt-dev\2.4.0\gwt-dev-2.4.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\gwt\inject\gin\1.5.0\gin-1.5.0.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\inject\guice\3.0-rc2\guice-3.0-rc2.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\inject\extensions\guice-assistedinject\3.0-rc2\guice-assistedinject-3.0-rc2.jar;C:\Documents
and Settings\tejswini\.m2\repository\javax\validation\validation-api\
1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Documents and
Settings\tejswini\.m2\repository\org\hibernate\hibernate-validator\4.2.0.Final\hibernate-validator-4.2.0.Final.jar;C:\Documents
and
Settings\tejswini\.m2\repository\org\slf4j\slf4j-api\1.6.1\slf4j-api-1.6.1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\org\json\json\20090211\json-20090211.jar;C:\Documents
and
Settings\tejswini\.m2\repository\org\slf4j\slf4j-log4j12\1.6.1\slf4j-log4j12-1.6.1.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\gwt\gwt-user\2.4.0\gwt-user-2.4.0.jar;C:\Documents
and Settings\tejswini\.m2\repository\javax\validation\validation-api\
1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Documents and
Settings\tejswini\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources.jar;C:\Documents
and
Settings\tejswini\.m2\repository\com\google\gwt\gwt-dev\2.4.0\gwt-dev-2.4.0.jar"
com.google.gwt.dev.Compiler -gen
C:\ApacheJAMES\hupa-trunk\client\target\.generated -logLevel INFO -style
OBF -war C:\ApacheJAMES\hupa-trunk\client\target\hupa-client-0.0.2-SNAPSHOT
-localWorkers 1 -XdisableClassMetadata -XdisableCastChecking -extra
C:\ApacheJAMES\hupa-trunk\client\target\extra -compileReport
org.apache.hupa.Hupa
[ERROR] ]] failed with status 1
[ERROR] ->  [Help 1]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn<goals>  -rf :hupa-client

*************

Thanks,
Tejaswini


On Thu, Mar 15, 2012 at 12:38 AM, Eric Charles<[email protected]>  wrote:

Can you add the -XX:MaxPermSize=512M

If it doesn't work, can you export MAVEN_OPTS=-Xmx1g -XX:MaxPermSize=512M
for example and retry. (the extraJvmArgs should do the work, but who
knows...)

Any answer on Ioan's question (jdk, maven versions, which os?).

If it doesn't work, I will retry here without my MAVEN_OPTS env.

Thx,
Eric



On 14/03/12 18:56, Tejaswini Kurakula wrote:

Hi eric,

thank you for the response..i increased the value of<extraJvmArgs>   to
1024
and above too...but i dont really find any significant change in the
error
i get..

Thank You,
Tejaswini

On Wed, Mar 14, 2012 at 4:13 PM, Eric Charles<[email protected]>   wrote:

  Atm, the pom.xml of hupa-client has
<extraJvmArgs>-Xmx512M -Xss128M ...

which is prolly overrided by my MAVEN_OPTS=-Xmx3g -XX:MaxPermSize=2g

Could you try by setting higher values in hupa-client/pom.xml, and open
a
JIRA when you have a found a reasonable one?

Thx,
Eric



On 13/03/12 20:16, Tejaswini Kurakula wrote:

  Hi,

i build the project in the debug mode using the -X package command.It
gives
an error below.

******
[ERROR] Mar 14, 2012 12:40:51 AM
com.google.gwt.thirdparty.****guava.common.base.**
FinalizableReferenceQueue<****init>

[ERROR] INFO: Failed to start reference finalizer thread. Reference
cleanup
will only occur when new references are created.
[ERROR] java.lang.reflect.****InvocationTargetException


[ERROR] Caused by: java.lang.OutOfMemoryError: unable to create new
native
thread
******

Thanks,
Tejaswini
On Wed, Mar 14, 2012 at 12:27 AM, Tejaswini Kurakula<
[email protected]>    wrote:

  Hi,


i built the top level pom.xml that is the hupa-client. Now, i get an
error
related the Hupa-client.Below is the error i get

***********
Downloading:
http://repository.apache.org/****snapshots/org/apache/hupa/**<http://repository.apache.org/**snapshots/org/apache/hupa/**>
hupa-widgets/0.0.2-SNAPSHOT/****hupa-widgets-0.0.2-SNAPSHOT.****jar<
http://repository.apache.**org/snapshots/org/apache/hupa/**
hupa-widgets/0.0.2-SNAPSHOT/**hupa-widgets-0.0.2-SNAPSHOT.**jar<http://repository.apache.org/snapshots/org/apache/hupa/hupa-widgets/0.0.2-SNAPSHOT/hupa-widgets-0.0.2-SNAPSHOT.jar>



[INFO]
------------------------------****----------------------------**--**
------------
[INFO] BUILD FAILURE
[INFO]
------------------------------****----------------------------**--**
------------
[INFO] Total time: 36.922s
[INFO] Finished at: Wed Mar 14 00:17:57 IST 2012
[INFO] Final Memory: 6M/16M
[INFO]
------------------------------****----------------------------**--**
------------

[ERROR] Failed to execute goal on project hupa-client: Could not
resolve
dependencies for project org.apache.hupa:hupa-client:**

war:0.0.2-SNAPSHOT:
The following artifacts could not be resolved:
org.apache.hupa:hupa-server:****jar:0.0.2-SNAPSHOT,
org.apache.hupa:hupa-shared:****jar:0.0.2-SNAPSHOT,
org.apache.hupa:hupa-widgets:****jar:0.0.2-SNAPSHOT: Could not find
artifact
org.apache.hupa:hupa-server:****jar:0.0.2-SNAPSHOT in

maven2-repository.dev.java.net 
(http://download.java.net/****maven/2/<http://download.java.net/**maven/2/>
<http://download.java.**net/maven/2/<http://download.java.net/maven/2/>
)
  ->
[Help 1]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>
DependencyResolutionException<**http://cwiki.apache.org/**
confluence/display/MAVEN/**DependencyResolutionException<http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException>



***********

Thank You,
Tejaswini


On Wed, Mar 14, 2012 at 12:15 AM, Saibabu Vallurupalli<
[email protected]****>    wrote:

  Can you send us the latest error?


On Tue, Mar 13, 2012 at 2:32 PM, Tejaswini Kurakula<
[email protected]>    wrote:

  Hi,


i checked for all the possible network problems as well the adress
resolutions that might cause the error but i dont find any
significant
change after i rebuilt my project.
i also checked the repository that is getting populated as a result
of

  the

  build.
i am unable to fix the error.can anyone please help me out with
this?

Thank you,
Tejaswini


On Tue, Mar 13, 2012 at 11:53 PM, Saibabu Vallurupalli<
[email protected]****>    wrote:

  Hi Tejaswini,


Were you able to build the project successfully. If not let me
know I

  did


  more than couple of times and can help you with this.


Thanks,
Sai


On Tue, Mar 13, 2012 at 5:33 AM, Eric Charles<[email protected]>

  wrote:



   Hi Tejaswini,


Maven complains on artifact freemarker:freemarker:jar:2.3.******6

  from/to


  central.


However, this artifcat is available on

  http://repo1.maven.org/maven2/******<http://repo1.maven.org/maven2/****>
<http://repo1.maven.org/**maven2/**<http://repo1.maven.org/maven2/**>



  freemarker/freemarker/2.3.6/<


  
http://repo1.maven.org/maven2/****freemarker/freemarker/2.3.6/<http://repo1.maven.org/maven2/**freemarker/freemarker/2.3.6/>
**<http://repo1.maven.org/**maven2/freemarker/freemarker/**2.3.6/<http://repo1.maven.org/maven2/freemarker/freemarker/2.3.6/>





Can you retry (maybe a temporary network issue from you host, I
also
previously faced blacklisted networks by the maven central)?

Thx,
Eric



On 13/03/12 09:31, Ioan Eugen Stan wrote:

  Hi Tejaswini,


Sorry for misspelling your name the last time, I'll try not to do

  that


  again. It seems maven can't find the artifact  (possible network

problem?) or address resolution. It built ok on my machine.

P.S. A better understanding of how Maven works will help you in
all
your projects. Everything is discussed here, but a bit hard to

  digest


  for beginners so take your time :

http://maven.apache.org/******guides/introduction/**<http://maven.apache.org/****guides/introduction/**>
<http://**maven.apache.org/**guides/**introduction/**<http://maven.apache.org/**guides/introduction/**>

introduction-to-the-lifecycle.******html<



   
http://maven.apache.org/****guides/introduction/**<http://maven.apache.org/**guides/introduction/**>

introduction-to-the-lifecycle.****html<http://maven.apache.**
org/guides/introduction/**introduction-to-the-lifecycle.**html<http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html>




  The main idea is that Maven executes each phase sequentially. At

  each


  phase it executes the goals associated with that phase. Goals are

  normally plug-ins executions. Maven knows what goals (plugins) to
execute during which phase by reading the pom.

For example the<packaging>jar</packaging>     line of your pom
tells
maven to run the maven-jar-plugin with it's defaults.

Bellow we have org.codehaus.mojo:gwt-maven-******plugin plugin
version

  2.4.0


  running resources goal  and telling us it failed to download


  resources


  due to network problems.



2012/3/12 Tejaswini Kurakula<tejaswinikurakula@****g**mail.com<
http://gmail.com>
<

  [email protected]>


  :



  Hi Ioan,

Thank you for quick response. This fixed the issue I was getting

  before


  with James version. Now, I ran into a new issue without a


  successful


  build

  first time.
******
[INFO]
------------------------------******--------------------------*
*--**

--**
------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache James Hupa Parent ..........................
SUCCESS
[4:48.344s]
[INFO] Apache James Hupa Shared ..........................
FAILURE
[10:43.281s]
[INFO] Apache James Hupa Mock ............................
SKIPPED
[INFO] Apache James Hupa Server ..........................
SKIPPED
[INFO] Apache James Hupa Widgets .........................
SKIPPED
[INFO] Apache James Hupa ..............................**
****...

  SKIPPED


  [INFO]

  ------------------------------******--------------------------**
--**

--**
------------
[INFO] BUILD FAILURE
[INFO]
------------------------------******--------------------------*
*--**

--**
------------
[INFO] Total time: 15:32.485s
[INFO] Finished at: Tue Mar 13 03:12:55 IST 2012
[INFO] Final Memory: 11M/34M
[INFO]
------------------------------******--------------------------*
*--**

--**
------------
[ERROR] Failed to execute goal
org.codehaus.mojo:gwt-maven-******plugin:2.4.0:resources
(default)

on
project
hupa-shared: Execution default of goal
org.codehaus.mojo:gwt-maven-******plugin:2.4.0:resources
failed:

  Plugin


  org.codehaus.mojo:gwt-maven-******plugin:2.4.0 or one of its


  dependencies


  could

  not be resolved: The following artifacts could not be resolved:
freemarker:freemarker:jar:2.3.******6,
org.apache.maven.surefire:******surefire-api:jar:2.4.3,

dom4j:dom4j:jar:1.6.1,
xalan:xalan:jar:2.6.0, com.ibm.icu:icu4j:jar:2.6.1: Could not

  transfer


  artifact freemarker:freemarker:jar:2.3.******6 from/to central (

http://repo1.maven.org/maven2)******<http://repo1.maven.org/maven2%29****>
<http://repo1.maven.org/**maven2%29**<http://repo1.maven.org/maven2%29**>
:
No response received after

  60000


  ->

   [Help 1]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven

  with


  the


  -e

switch.
[ERROR] Re-run Maven using the -X switch to enable full debug

  logging.


  [ERROR]

[ERROR] For more information about the errors and possible

  solutions,


  please read the following articles:

  [ERROR] [Help 1]
http://cwiki.apache.org/******confluence/display/MAVEN/**<http://cwiki.apache.org/****confluence/display/MAVEN/**>
<ht**tp://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>

PluginResolutionException<



   
http://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>

PluginResolutionException<http**://cwiki.apache.org/**
confluence/display/MAVEN/**PluginResolutionException<http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException>



   [ERROR]

[ERROR] After correcting the problems, you can resume the build

  with


  the


  command

[ERROR]   mvn<goals>     -rf :hupa-shared
******

I really appreciate any help on this.

Thanks,
Tejaswini.


On Tue, Mar 13, 2012 at 2:54 AM, Ioan Eugen Stan<

  [email protected]


  *


  *wrote:


  Hi Tejasini,



Try changing the james-project (parent pom) version fr om

  1.9-SNAPSHOT


  to 1.8.1 like:


    <parent>
        <artifactId>james-project</******artifactId>
        <groupId>org.apache.james</******groupId>

        <version>1.8.1</version>
        <relativePath />
    </parent>

2012/3/12 Tejaswini Kurakula<tejaswinikurakula@****g**mail.com
<http://gmail.com>
<

  [email protected]>


  :



  Hi,


I followed the steps to setup my development environment as

  mentioned


  in

  the wiki document:

  
http://james.apache.org/hupa/******dev/environment.html<http://james.apache.org/hupa/****dev/environment.html>
<http:/**/james.apache.org/hupa/**dev/**environment.html<http://james.apache.org/hupa/**dev/environment.html>


<
http://james.apache.org/hupa/****dev/environment.html<http://james.apache.org/hupa/**dev/environment.html>
<http://**james.apache.org/hupa/dev/**environment.html<http://james.apache.org/hupa/dev/environment.html>


and


  then tried to build the workspace. I am getting following error:


********
[WARNING]
[WARNING] Some problems were encountered while building the

  effective


  settings

  [WARNING] Unrecognised tag: 'repositories' (position: START_TAG

  seen


  .../

  
maven.apache.org/xsd/settings-******1.0.0.xsd<http://maven.apache.org/xsd/settings-****1.0.0.xsd>
<http://maven.**apache.org/xsd/settings-**1.0.**0.xsd<http://maven.apache.org/xsd/settings-**1.0.0.xsd>

<

  
http://maven.apache.org/xsd/****settings-1.0.0.xsd<http://maven.apache.org/xsd/**settings-1.0.0.xsd>
<http://**maven.apache.org/xsd/settings-**1.0.0.xsd<http://maven.apache.org/xsd/settings-1.0.0.xsd>


">


     \r\n<repositories>...

  @5:21)  @ C:\Documents and Settings\tejswini\.m2\****
settings.xml,

  line


  5,

  column 21
[WARNING]
[INFO] Scanning for projects...
SLF4J: Failed to load class

  "org.slf4j.impl.******StaticLoggerBinder".


  SLF4J: Defaulting to no-operation (NOP) logger implementation

  SLF4J: See http://www.slf4j.org/codes.******<http://www.slf4j.org/codes.****>
html#StaticLoggerBinder<http:/**/www.slf4j.org/codes.**html#*
*StaticLoggerBinder<http://www.slf4j.org/codes.**html#StaticLoggerBinder>


  <


  
http://www.slf4j.org/codes.****html#StaticLoggerBinder<http://www.slf4j.org/codes.**html#StaticLoggerBinder>
<http:/**/www.slf4j.org/codes.html#**StaticLoggerBinder<http://www.slf4j.org/codes.html#StaticLoggerBinder>


for



   further


  details.

Downloading:

  
http://download.java.net/******maven/2/org/apache/james/**<http://download.java.net/****maven/2/org/apache/james/**>
<ht**tp://download.java.net/****maven/2/org/apache/james/**<http://download.java.net/**maven/2/org/apache/james/**>


  james-project/1.9-SNAPSHOT/******maven-metadata.xml<



   
http://download.java.net/****maven/2/org/apache/james/**<http://download.java.net/**maven/2/org/apache/james/**>

james-project/1.9-SNAPSHOT/****maven-metadata.xml<http://**
download.java.net/maven/2/org/**apache/james/james-project/1.**
9-SNAPSHOT/maven-metadata.xml<http://download.java.net/maven/2/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  
http://gwt-dispatch.****googleco**de.com/svn/maven2/**org/**<http://de.com/svn/maven2/org/**>
<http://googlecode.com/**svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>


  apache/james/james-project/1.***
***9-SNAPSHOT/maven-metadata.****xml<



   
http://gwt-dispatch.**googleco**de.com/svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>

apache/james/james-project/1.****9-SNAPSHOT/maven-metadata.**xml<
http://gwt-dispatch.**googlecode.com/svn/maven2/org/**
apache/james/james-project/1.**9-SNAPSHOT/maven-metadata.xml<http://gwt-dispatch.googlecode.com/svn/maven2/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  http://gwt-presenter.****googlec**ode.com/svn/maven2/**
org/**<http://ode.com/svn/maven2/org/**><
http://googlecode.com/**svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>


  apache/james/james-project/1.***
***9-SNAPSHOT/maven-metadata.****xml<



   
http://gwt-presenter.**googlec**ode.com/svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>

apache/james/james-project/1.****9-SNAPSHOT/maven-metadata.**xml<
http://gwt-presenter.**googlecode.com/svn/maven2/org/**
apache/james/james-project/1.**9-SNAPSHOT/maven-metadata.xml<http://gwt-presenter.googlecode.com/svn/maven2/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  http://gwtupload.googlecode.******com/svn/mavenrepo/org/**
apache/**
**

  james/james-project/1.9-******SNAPSHOT/maven-metadata.xml<



   http://gwtupload.googlecode.****com/svn/mavenrepo/org/apache/***
*

james/james-project/1.9-****SNAPSHOT/maven-metadata.xml<ht**
tp://gwtupload.googlecode.com/**svn/mavenrepo/org/apache/**
james/james-project/1.9-**SNAPSHOT/maven-metadata.xml<http://gwtupload.googlecode.com/svn/mavenrepo/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  https://repository.jboss.org/***
***nexus/content/repositories/****<https://repository.jboss.org/****nexus/content/repositories/**>
<https://repository.jboss.**org/**nexus/content/**
repositories/**<https://repository.jboss.org/**nexus/content/repositories/**>


  thirdparty-uploads/org/apache/**
****james/james-project/1.9-**
SNAPSHOT/maven-metadata.xml<



   
https://repository.jboss.org/****nexus/content/repositories/**<https://repository.jboss.org/**nexus/content/repositories/**>

thirdparty-uploads/org/apache/****james/james-project/1.9-**
SNAPSHOT/maven-metadata.xml<ht**tps://repository.jboss.org/**
nexus/content/repositories/**thirdparty-uploads/org/apache/**
james/james-project/1.9-**SNAPSHOT/maven-metadata.xml<https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  http://cobogw.googlecode.com/******svn/maven2/org/apache/**
james/**<http://cobogw.googlecode.com/****svn/maven2/org/apache/james/**>
**<http://cobogw.googlecode.**com/**svn/maven2/org/apache/**
james/**<http://cobogw.googlecode.com/**svn/maven2/org/apache/james/**>


  james-project/1.9-SNAPSHOT/******maven-metadata.xml<



   http://cobogw.googlecode.com/****svn/maven2/org/apache/james/***
*<http://cobogw.googlecode.com/**svn/maven2/org/apache/james/**>

james-project/1.9-SNAPSHOT/****maven-metadata.xml<http://**
cobogw.googlecode.com/svn/**maven2/org/apache/james/james-**
project/1.9-SNAPSHOT/maven-**metadata.xml<http://cobogw.googlecode.com/svn/maven2/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  http://gwtquery-plugins.****goog**lecode.com/svn/**
mavenrepo/**<http://lecode.com/svn/mavenrepo/**><http://**
googlecode.com/svn/mavenrepo/****<http://googlecode.com/svn/mavenrepo/**>



  org/apache/james/james-******project/1.9-SNAPSHOT/maven-*****
*

metadata.xml<




   
http://gwtquery-plugins.**goog**lecode.com/svn/mavenrepo/**<http://googlecode.com/svn/mavenrepo/**>

org/apache/james/james-****project/1.9-SNAPSHOT/maven-****
metadata.xml<http://gwtquery-**plugins.googlecode.com/svn/**
mavenrepo/org/apache/james/**james-project/1.9-SNAPSHOT/**
maven-metadata.xml<http://gwtquery-plugins.googlecode.com/svn/mavenrepo/org/apache/james/james-project/1.9-SNAPSHOT/maven-metadata.xml>




   Downloading:


  
http://download.java.net/******maven/2/org/apache/james/**<http://download.java.net/****maven/2/org/apache/james/**>
<ht**tp://download.java.net/****maven/2/org/apache/james/**<http://download.java.net/**maven/2/org/apache/james/**>


  james-project/1.9-SNAPSHOT/*****
*james-project-1.9-SNAPSHOT.****pom<



   
http://download.java.net/****maven/2/org/apache/james/**<http://download.java.net/**maven/2/org/apache/james/**>

james-project/1.9-SNAPSHOT/****james-project-1.9-SNAPSHOT.**pom<
http://download.java.net/**maven/2/org/apache/james/**
james-project/1.9-SNAPSHOT/**james-project-1.9-SNAPSHOT.pom<http://download.java.net/maven/2/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>
**>



   Downloading:


  http://gwtupload.googlecode.******com/svn/mavenrepo/org/**
apache/**
**


  james/james-project/1.9-******SNAPSHOT/james-project-1.9-****
**

SNAPSHOT.pom<




   http://gwtupload.googlecode.****com/svn/mavenrepo/org/apache/***
*

james/james-project/1.9-****SNAPSHOT/james-project-1.9-****
SNAPSHOT.pom<http://gwtupload.**googlecode.com/svn/mavenrepo/**
org/apache/james/james-**project/1.9-SNAPSHOT/james-**
project-1.9-SNAPSHOT.pom<http://gwtupload.googlecode.com/svn/mavenrepo/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>




   Downloading:


  
http://gwt-dispatch.****googleco**de.com/svn/maven2/**org/**<http://de.com/svn/maven2/org/**>
<http://googlecode.com/**svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>


  apache/james/james-project/1.***
***9-SNAPSHOT/james-project-1.**9-**
**
SNAPSHOT.pom<



   
http://gwt-dispatch.**googleco**de.com/svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>

apache/james/james-project/1.****9-SNAPSHOT/james-project-1.9-****
SNAPSHOT.pom<http://gwt-**dispatch.googlecode.com/svn/**
maven2/org/apache/james/james-**project/1.9-SNAPSHOT/james-**
project-1.9-SNAPSHOT.pom<http://gwt-dispatch.googlecode.com/svn/maven2/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>




   Downloading:


  http://gwt-presenter.****googlec**ode.com/svn/maven2/**
org/**<http://ode.com/svn/maven2/org/**><
http://googlecode.com/**svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>


  apache/james/james-project/1.***
***9-SNAPSHOT/james-project-1.**9-**
**
SNAPSHOT.pom<



   
http://gwt-presenter.**googlec**ode.com/svn/maven2/org/**<http://googlecode.com/svn/maven2/org/**>

apache/james/james-project/1.****9-SNAPSHOT/james-project-1.9-****
SNAPSHOT.pom<http://gwt-**presenter.googlecode.com/svn/**
maven2/org/apache/james/james-**project/1.9-SNAPSHOT/james-**
project-1.9-SNAPSHOT.pom<http://gwt-presenter.googlecode.com/svn/maven2/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>




   Downloading:


  https://repository.jboss.org/***
***nexus/content/repositories/****<https://repository.jboss.org/****nexus/content/repositories/**>
<https://repository.jboss.**org/**nexus/content/**
repositories/**<https://repository.jboss.org/**nexus/content/repositories/**>


  thirdparty-uploads/org/apache/**
****james/james-project/1.9-**
SNAPSHOT/james-project-1.9-******SNAPSHOT.pom<



   
https://repository.jboss.org/****nexus/content/repositories/**<https://repository.jboss.org/**nexus/content/repositories/**>

thirdparty-uploads/org/apache/****james/james-project/1.9-**
SNAPSHOT/james-project-1.9-****SNAPSHOT.pom<https://**
repository.jboss.org/nexus/**content/repositories/**
thirdparty-uploads/org/apache/**james/james-project/1.9-**
SNAPSHOT/james-project-1.9-**SNAPSHOT.pom<https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>




   Downloading:


  http://cobogw.googlecode.com/******svn/maven2/org/apache/**
james/**<http://cobogw.googlecode.com/****svn/maven2/org/apache/james/**>
**<http://cobogw.googlecode.**com/**svn/maven2/org/apache/**
james/**<http://cobogw.googlecode.com/**svn/maven2/org/apache/james/**>


  james-project/1.9-SNAPSHOT/*****
*james-project-1.9-SNAPSHOT.****pom<



   http://cobogw.googlecode.com/****svn/maven2/org/apache/james/***
*<http://cobogw.googlecode.com/**svn/maven2/org/apache/james/**>

james-project/1.9-SNAPSHOT/****james-project-1.9-SNAPSHOT.**pom<
http://cobogw.googlecode.**com/svn/maven2/org/apache/**
james/james-project/1.9-**SNAPSHOT/james-project-1.9-**SNAPSHOT.pom<http://cobogw.googlecode.com/svn/maven2/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>




   Downloading:


  http://gwtquery-plugins.****goog**lecode.com/svn/**
mavenrepo/**<http://lecode.com/svn/mavenrepo/**><http://**
googlecode.com/svn/mavenrepo/****<http://googlecode.com/svn/mavenrepo/**>


  org/apache/james/james-******project/1.9-SNAPSHOT/james-**
project-1.9-SNAPSHOT.pom<



   
http://gwtquery-plugins.**goog**lecode.com/svn/mavenrepo/**<http://googlecode.com/svn/mavenrepo/**>

org/apache/james/james-****project/1.9-SNAPSHOT/james-**
project-1.9-SNAPSHOT.pom<http:**//gwtquery-plugins.googlecode.**
com/svn/mavenrepo/org/apache/**james/james-project/1.9-**
SNAPSHOT/james-project-1.9-**SNAPSHOT.pom<http://gwtquery-plugins.googlecode.com/svn/mavenrepo/org/apache/james/james-project/1.9-SNAPSHOT/james-project-1.9-SNAPSHOT.pom>




   [ERROR] The build could not read 1 project ->     [Help 1]

[ERROR]
[ERROR]   The project

  org.apache.hupa:hupa-parent:0.******0.2-SNAPSHOT


  (C:\Documents and


  Settings\tejswini\IndigoEc\******HApacheJAMES\pom.xml)


  has 1

  error
[ERROR]     Non-resolvable parent POM: Could not find artifact
org.apache.james:james-******project:pom:1.9-SNAPSHOT in
maven2-repository.dev.java.net (

  http://download.java.net/******maven/2/<http://download.java.net/****maven/2/>
<http://download.java.**net/**maven/2/<http://download.java.net/**maven/2/>


<

  http://download.java.net/****maven/2/<http://download.java.net/**maven/2/>
<http://download.java.**net/maven/2/<http://download.java.net/maven/2/>


)


  and

  'parent.relativePath' points at no local POM @ line 25, column

  13


  ->


   [Help


  2]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run
Maven

  with


  the


  -e


  switch.

[ERROR] Re-run Maven using the -X switch to enable full debug

  logging.


  [ERROR]

  [ERROR] For more information about the errors and possible

  solutions,


  please read the following articles:

  [ERROR] [Help 1]

  
http://cwiki.apache.org/******confluence/display/MAVEN/**<http://cwiki.apache.org/****confluence/display/MAVEN/**>
<ht**tp://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>


  ProjectBuildingException<



   
http://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>

ProjectBuildingException<http:**//cwiki.apache.org/confluence/**
display/MAVEN/**ProjectBuildingException<http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException>




   [ERROR] [Help 2]


  
http://cwiki.apache.org/******confluence/display/MAVEN/**<http://cwiki.apache.org/****confluence/display/MAVEN/**>
<ht**tp://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>


  UnresolvableModelException<



   
http://cwiki.apache.org/****confluence/display/MAVEN/**<http://cwiki.apache.org/**confluence/display/MAVEN/**>

UnresolvableModelException<htt**p://cwiki.apache.org/**
confluence/display/MAVEN/**UnresolvableModelException<http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException>





  *******

Please help me to resolve this error.

thanks,
Tejaswini Kurakula




--
Ioan Eugen Stan
http://ieugen.blogspot.com/

------------------------------******--------------------------
**--**
--**
---------
To unsubscribe, e-mail: server-dev-unsubscribe@james.******

  apache.org<


  server-dev-unsubscribe@james.****apache.org<server-dev-**
[email protected]<[email protected]>




  For additional commands, e-mail: [email protected].


  **org<


  [email protected].****org<server-dev-help@james.**
apache.org<[email protected]>>









  --

eric | http://about.echarles.net | @echarles




   ------------------------------******--------------------------*
*--**

--**---------

  To unsubscribe, e-mail: server-dev-unsubscribe@james.******
apache.org<


  server-dev-unsubscribe@james.****apache.org<server-dev-**
[email protected]<[email protected]>




  For additional commands, e-mail: [email protected].

  **org<


  [email protected].****org<server-dev-help@james.**
apache.org<[email protected]>>>











  --
eric | http://about.echarles.net | @echarles

------------------------------****----------------------------**
--**---------
To unsubscribe, e-mail: server-dev-unsubscribe@james.****apache.org<
server-dev-**[email protected]<[email protected]>

  For additional commands, e-mail: [email protected].****org<
server-dev-help@james.**apache.org<[email protected]>>




--
eric | http://about.echarles.net | @echarles

------------------------------**------------------------------**---------
To unsubscribe, e-mail: 
server-dev-unsubscribe@james.**apache.org<[email protected]>
For additional commands, e-mail: 
[email protected].**org<[email protected]>





--
eric | http://about.echarles.net | @echarles

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to