You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Ajimangun lintang mas <aj...@gmail.com> on 2013/04/18 11:11:42 UTC

failing mvn -P deps in CS 4.0.1

# mvn -P deps
[INFO] Scanning for projects...
Downloading:
http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project
org.apache.cloudstack:cloudstack:4.0.1-incubating-SNAPSHOT
(/usr/local/apache-cloudstack-4.0.1-incubating-src/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Could not transfer artifact
org.apache:apache:pom:11 from/to central (
http://repo.maven.apache.org/maven2): repo.maven.apache.org and
'parent.relativePath' points at wrong local POM @ line 23, column 11:
Unknown host repo.maven.apache.org -> [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/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

i've installed mysqld,maven,tomcat,java but when i want to pull
denpendencies for CS with "mvn -P deps" command, occuring proccess like
that. anybody can help?
thanks

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
sorry for my mistakes, last post i used cloudstack 4.2.0 from git. now i am
using cloudstack 4.0.1 and succesfully for building section. but when i
started management server, the result like this :

[INFO] Reactor Summary:
[INFO]
[INFO] Apache CloudStack ................................. SUCCESS [2.100s]
[INFO] Apache CloudStack Utils ........................... SUCCESS [0.518s]
[INFO] Apache CloudStack API ............................. SUCCESS [0.127s]
[INFO] Apache XenSource XAPI ............................. SUCCESS [0.058s]
[INFO] Apache CloudStack Core ............................ SUCCESS [0.169s]
[INFO] Apache CloudStack Agents .......................... SUCCESS [0.313s]
[INFO] Apache CloudStack SystemVM Patches ................ SUCCESS [0.184s]
[INFO] Apache CloudStack Console Proxy ................... SUCCESS [0.188s]
[INFO] Apache CloudStack Server .......................... SUCCESS [0.164s]
[INFO] Apache CloudStack Usage Server .................... SUCCESS [0.086s]
[INFO] Apache CloudStack Plugin POM ...................... SUCCESS [0.046s]
[INFO] Apache CloudStack Plugin - User Concentrated Pod Deployment Planner
SUCCESS [0.054s]
[INFO] Apache CloudStack Plugin - User Dispersing Deployment Planner
SUCCESS [0.051s]
[INFO] Apache CloudStack Plugin - Host Allocator Random .. SUCCESS [0.047s]
[INFO] Apache CloudStack Plugin - Hypervisor OracleVM .... SUCCESS [0.051s]
[INFO] Apache CloudStack Plugin - Open vSwitch ........... SUCCESS [0.041s]
[INFO] Apache CloudStack Plugin - Hypervisor Xen ......... SUCCESS [0.119s]
[INFO] Apache CloudStack Plugin - Hypervisor KVM ......... SUCCESS [0.399s]
[INFO] Apache CloudStack Plugin - Network Elastic Load Balancer  SUCCESS
[0.075s]
[INFO] Apache CloudStack Plugin - Network Nicira NVP ..... SUCCESS [0.057s]
[INFO] Apache CloudStack Plugin - Storage Allocator Random  SUCCESS [0.039s]
[INFO] Apache CloudStack Plugin - User Authenticator LDAP  SUCCESS [0.038s]
[INFO] Apache CloudStack Plugin - User Authenticator MD5 . SUCCESS [0.043s]
[INFO] Apache CloudStack Plugin - User Authenticator Plain Text  SUCCESS
[0.025s]
[INFO] Apache CloudStack AWS API Bridge .................. SUCCESS [2.431s]
[INFO] Apache CloudStack Test ............................ SUCCESS [0.155s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8.628s
[INFO] Finished at: Mon Apr 22 20:15:55 WIT 2013
[INFO] Final Memory: 15M/37M
[INFO]
------------------------------------------------------------------------
[root@cloudserver apache-cloudstack-4.0.1-incubating-src]# mvn -pl
:cloud-client-ui jetty:run
[INFO] Scanning for projects...
[ERROR] Could not find the selected project in the reactor:
:cloud-client-ui -> [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/MavenExecutionException

i think no cloud-client-ui in cloudstack directory, whereas i've built with
"mvn -P deps" that pulling needed dependencies for management server. any
solution for this? or the configuration's still wrong?


2013/4/22 Ajimangun lintang mas <aj...@gmail.com>

> when building with command "mvn -P developer clean install" , building
> apache cloudstack marvin failure
>
>
>
> 2013/4/21 Ajimangun lintang mas <aj...@gmail.com>
>
>> i've stopped tomcat and jetty server was starting succesfully but when i
>> write the localhost:8080/client URL on browser showed :
>> HTTP ERROR: 503
>>
>> Problem accessing /client/. Reason:
>>
>>     SERVICE_UNAVAILABLE
>>
>> ------------------------------
>> *Powered by Jetty://
>>
>> *
>> this's still error?
>> **
>>
>>
>> 2013/4/21 Manikanta Kattamuri <ma...@sungard.com>
>>
>>> Seems like tomcat or some other server is using the default jetty launch
>>> port.
>>> Try stopping tomcat if present and run "mvn -pl :cloud-client-ui
>>> jetty:run"
>>>
>>>
>>> Mani
>>>
>>>
>>> On Sat, Apr 20, 2013 at 10:23 PM, Ajimangun lintang mas <
>>> ajimangun21@gmail.com> wrote:
>>>
>>> > i've passed building CS, but when i want to start management server
>>> with
>>> > command "mvn -pl :cloud-client-ui jetty:run" hes occured issue like
>>> this :
>>> >
>>> > 2013-04-20 23:16:38.171:WARN::failed
>>> SelectChannelConnector@0.0.0.0:8080:
>>> > java.net.BindException: Address already in use
>>> > 2013-04-20 23:16:38.171:WARN::failed Server@5f00fa88:
>>> > java.net.BindException: Address already in use
>>> > [INFO] Jetty server exiting.
>>> > [INFO]
>>> >
>>> ------------------------------------------------------------------------
>>> > [INFO] BUILD FAILURE
>>> > [INFO]
>>> >
>>> ------------------------------------------------------------------------
>>> > [INFO] Total time: 33.183s
>>> > [INFO] Finished at: Sat Apr 20 23:16:38 WIT 2013
>>> > [INFO] Final Memory: 55M/131M
>>> > [INFO]
>>> >
>>> ------------------------------------------------------------------------
>>> > [ERROR] Failed to execute goal
>>> > org.mortbay.jetty:maven-jetty-plugin:6.1.26:run (default-cli) on
>>> project
>>> > cloud-client-ui: Failure: Address already in use -> [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
>>> > 2013-04-20 23:16:38.560:INFO::Shutdown hook executing
>>> > 2013-04-20 23:16:38.560:INFO::Stopped
>>> SelectChannelConnector@0.0.0.0:8080
>>> > 2013-04-20 23:16:39.061:INFO:/client:Closing Spring root
>>> > WebApplicationContext
>>> > 2013-04-20 23:16:39.062:INFO:/client:Shutting down log4j
>>> > 2013-04-20 23:16:39.166:INFO::Shutdown hook complete
>>> >
>>> > there are something incorrect with my configuration?
>>> >
>>> >
>>> >
>>> > 2013/4/19 Ajimangun lintang mas <aj...@gmail.com>
>>> >
>>> > > okay... thanks for your suggestion. i'll try it and post the
>>> conclusion
>>> > > later
>>> > >
>>> > >
>>> > >
>>> > > 2013/4/19 Chip Childers <ch...@sungard.com>
>>> > >
>>> > >> On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas
>>> wrote:
>>> > >> > how about your internet connectivity? with proxy or vpn too or
>>> not?
>>> > >>
>>> > >> Sorry, but I never access the internet via proxy or vpn.  You'll
>>> have to
>>> > >> look for help on general maven functionality when through a proxy.
>>>  This
>>> > >> is definitely something local to you.
>>> > >>
>>> > >> -chip
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>
>>
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
when building with command "mvn -P developer clean install" , building
apache cloudstack marvin failure



2013/4/21 Ajimangun lintang mas <aj...@gmail.com>

> i've stopped tomcat and jetty server was starting succesfully but when i
> write the localhost:8080/client URL on browser showed :
> HTTP ERROR: 503
>
> Problem accessing /client/. Reason:
>
>     SERVICE_UNAVAILABLE
>
> ------------------------------
> *Powered by Jetty://
>
> *
> this's still error?
> **
>
>
> 2013/4/21 Manikanta Kattamuri <ma...@sungard.com>
>
>> Seems like tomcat or some other server is using the default jetty launch
>> port.
>> Try stopping tomcat if present and run "mvn -pl :cloud-client-ui
>> jetty:run"
>>
>>
>> Mani
>>
>>
>> On Sat, Apr 20, 2013 at 10:23 PM, Ajimangun lintang mas <
>> ajimangun21@gmail.com> wrote:
>>
>> > i've passed building CS, but when i want to start management server with
>> > command "mvn -pl :cloud-client-ui jetty:run" hes occured issue like
>> this :
>> >
>> > 2013-04-20 23:16:38.171:WARN::failed
>> SelectChannelConnector@0.0.0.0:8080:
>> > java.net.BindException: Address already in use
>> > 2013-04-20 23:16:38.171:WARN::failed Server@5f00fa88:
>> > java.net.BindException: Address already in use
>> > [INFO] Jetty server exiting.
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] BUILD FAILURE
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [INFO] Total time: 33.183s
>> > [INFO] Finished at: Sat Apr 20 23:16:38 WIT 2013
>> > [INFO] Final Memory: 55M/131M
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] Failed to execute goal
>> > org.mortbay.jetty:maven-jetty-plugin:6.1.26:run (default-cli) on project
>> > cloud-client-ui: Failure: Address already in use -> [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
>> > 2013-04-20 23:16:38.560:INFO::Shutdown hook executing
>> > 2013-04-20 23:16:38.560:INFO::Stopped
>> SelectChannelConnector@0.0.0.0:8080
>> > 2013-04-20 23:16:39.061:INFO:/client:Closing Spring root
>> > WebApplicationContext
>> > 2013-04-20 23:16:39.062:INFO:/client:Shutting down log4j
>> > 2013-04-20 23:16:39.166:INFO::Shutdown hook complete
>> >
>> > there are something incorrect with my configuration?
>> >
>> >
>> >
>> > 2013/4/19 Ajimangun lintang mas <aj...@gmail.com>
>> >
>> > > okay... thanks for your suggestion. i'll try it and post the
>> conclusion
>> > > later
>> > >
>> > >
>> > >
>> > > 2013/4/19 Chip Childers <ch...@sungard.com>
>> > >
>> > >> On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas
>> wrote:
>> > >> > how about your internet connectivity? with proxy or vpn too or not?
>> > >>
>> > >> Sorry, but I never access the internet via proxy or vpn.  You'll
>> have to
>> > >> look for help on general maven functionality when through a proxy.
>>  This
>> > >> is definitely something local to you.
>> > >>
>> > >> -chip
>> > >>
>> > >
>> > >
>> >
>>
>
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
i've stopped tomcat and jetty server was starting succesfully but when i
write the localhost:8080/client URL on browser showed :
HTTP ERROR: 503

Problem accessing /client/. Reason:

    SERVICE_UNAVAILABLE

------------------------------
*Powered by Jetty://

*
this's still error?
**


2013/4/21 Manikanta Kattamuri <ma...@sungard.com>

> Seems like tomcat or some other server is using the default jetty launch
> port.
> Try stopping tomcat if present and run "mvn -pl :cloud-client-ui jetty:run"
>
>
> Mani
>
>
> On Sat, Apr 20, 2013 at 10:23 PM, Ajimangun lintang mas <
> ajimangun21@gmail.com> wrote:
>
> > i've passed building CS, but when i want to start management server with
> > command "mvn -pl :cloud-client-ui jetty:run" hes occured issue like this
> :
> >
> > 2013-04-20 23:16:38.171:WARN::failed SelectChannelConnector@0.0.0.0:8080
> :
> > java.net.BindException: Address already in use
> > 2013-04-20 23:16:38.171:WARN::failed Server@5f00fa88:
> > java.net.BindException: Address already in use
> > [INFO] Jetty server exiting.
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 33.183s
> > [INFO] Finished at: Sat Apr 20 23:16:38 WIT 2013
> > [INFO] Final Memory: 55M/131M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.mortbay.jetty:maven-jetty-plugin:6.1.26:run (default-cli) on project
> > cloud-client-ui: Failure: Address already in use -> [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
> > 2013-04-20 23:16:38.560:INFO::Shutdown hook executing
> > 2013-04-20 23:16:38.560:INFO::Stopped
> SelectChannelConnector@0.0.0.0:8080
> > 2013-04-20 23:16:39.061:INFO:/client:Closing Spring root
> > WebApplicationContext
> > 2013-04-20 23:16:39.062:INFO:/client:Shutting down log4j
> > 2013-04-20 23:16:39.166:INFO::Shutdown hook complete
> >
> > there are something incorrect with my configuration?
> >
> >
> >
> > 2013/4/19 Ajimangun lintang mas <aj...@gmail.com>
> >
> > > okay... thanks for your suggestion. i'll try it and post the conclusion
> > > later
> > >
> > >
> > >
> > > 2013/4/19 Chip Childers <ch...@sungard.com>
> > >
> > >> On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas wrote:
> > >> > how about your internet connectivity? with proxy or vpn too or not?
> > >>
> > >> Sorry, but I never access the internet via proxy or vpn.  You'll have
> to
> > >> look for help on general maven functionality when through a proxy.
>  This
> > >> is definitely something local to you.
> > >>
> > >> -chip
> > >>
> > >
> > >
> >
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Manikanta Kattamuri <ma...@sungard.com>.
Seems like tomcat or some other server is using the default jetty launch
port.
Try stopping tomcat if present and run "mvn -pl :cloud-client-ui jetty:run"


Mani


On Sat, Apr 20, 2013 at 10:23 PM, Ajimangun lintang mas <
ajimangun21@gmail.com> wrote:

> i've passed building CS, but when i want to start management server with
> command "mvn -pl :cloud-client-ui jetty:run" hes occured issue like this :
>
> 2013-04-20 23:16:38.171:WARN::failed SelectChannelConnector@0.0.0.0:8080:
> java.net.BindException: Address already in use
> 2013-04-20 23:16:38.171:WARN::failed Server@5f00fa88:
> java.net.BindException: Address already in use
> [INFO] Jetty server exiting.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 33.183s
> [INFO] Finished at: Sat Apr 20 23:16:38 WIT 2013
> [INFO] Final Memory: 55M/131M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.mortbay.jetty:maven-jetty-plugin:6.1.26:run (default-cli) on project
> cloud-client-ui: Failure: Address already in use -> [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
> 2013-04-20 23:16:38.560:INFO::Shutdown hook executing
> 2013-04-20 23:16:38.560:INFO::Stopped SelectChannelConnector@0.0.0.0:8080
> 2013-04-20 23:16:39.061:INFO:/client:Closing Spring root
> WebApplicationContext
> 2013-04-20 23:16:39.062:INFO:/client:Shutting down log4j
> 2013-04-20 23:16:39.166:INFO::Shutdown hook complete
>
> there are something incorrect with my configuration?
>
>
>
> 2013/4/19 Ajimangun lintang mas <aj...@gmail.com>
>
> > okay... thanks for your suggestion. i'll try it and post the conclusion
> > later
> >
> >
> >
> > 2013/4/19 Chip Childers <ch...@sungard.com>
> >
> >> On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas wrote:
> >> > how about your internet connectivity? with proxy or vpn too or not?
> >>
> >> Sorry, but I never access the internet via proxy or vpn.  You'll have to
> >> look for help on general maven functionality when through a proxy.  This
> >> is definitely something local to you.
> >>
> >> -chip
> >>
> >
> >
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
i've passed building CS, but when i want to start management server with
command "mvn -pl :cloud-client-ui jetty:run" hes occured issue like this :

2013-04-20 23:16:38.171:WARN::failed SelectChannelConnector@0.0.0.0:8080:
java.net.BindException: Address already in use
2013-04-20 23:16:38.171:WARN::failed Server@5f00fa88:
java.net.BindException: Address already in use
[INFO] Jetty server exiting.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 33.183s
[INFO] Finished at: Sat Apr 20 23:16:38 WIT 2013
[INFO] Final Memory: 55M/131M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.mortbay.jetty:maven-jetty-plugin:6.1.26:run (default-cli) on project
cloud-client-ui: Failure: Address already in use -> [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
2013-04-20 23:16:38.560:INFO::Shutdown hook executing
2013-04-20 23:16:38.560:INFO::Stopped SelectChannelConnector@0.0.0.0:8080
2013-04-20 23:16:39.061:INFO:/client:Closing Spring root
WebApplicationContext
2013-04-20 23:16:39.062:INFO:/client:Shutting down log4j
2013-04-20 23:16:39.166:INFO::Shutdown hook complete

there are something incorrect with my configuration?



2013/4/19 Ajimangun lintang mas <aj...@gmail.com>

> okay... thanks for your suggestion. i'll try it and post the conclusion
> later
>
>
>
> 2013/4/19 Chip Childers <ch...@sungard.com>
>
>> On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas wrote:
>> > how about your internet connectivity? with proxy or vpn too or not?
>>
>> Sorry, but I never access the internet via proxy or vpn.  You'll have to
>> look for help on general maven functionality when through a proxy.  This
>> is definitely something local to you.
>>
>> -chip
>>
>
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
okay... thanks for your suggestion. i'll try it and post the conclusion
later


2013/4/19 Chip Childers <ch...@sungard.com>

> On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas wrote:
> > how about your internet connectivity? with proxy or vpn too or not?
>
> Sorry, but I never access the internet via proxy or vpn.  You'll have to
> look for help on general maven functionality when through a proxy.  This
> is definitely something local to you.
>
> -chip
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Chip Childers <ch...@sungard.com>.
On Fri, Apr 19, 2013 at 09:47:58PM +0700, Ajimangun lintang mas wrote:
> how about your internet connectivity? with proxy or vpn too or not?

Sorry, but I never access the internet via proxy or vpn.  You'll have to
look for help on general maven functionality when through a proxy.  This
is definitely something local to you.

-chip

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
how about your internet connectivity? with proxy or vpn too or not?


2013/4/19 Chip Childers <ch...@sungard.com>

> On Apr 19, 2013, at 8:01 AM, Ajimangun lintang mas
> <aj...@gmail.com> wrote:
>
> > yes, my pc connected to vpn for internet connectivity. this problem comes
> > from maven/pom configuration or about internet connectivity?
>
> I can tell you that I'm not having any issues.
>
> >
> > 2013/4/18 Chip Childers <ch...@sungard.com>
> >
> >> On Thu, Apr 18, 2013 at 04:11:42PM +0700, Ajimangun lintang mas wrote:
> >>> # mvn -P deps
> >>> [INFO] Scanning for projects...
> >>> Downloading:
> >>> http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
> >>> [ERROR] The build could not read 1 project -> [Help 1]
> >>> [ERROR]
> >>> [ERROR]   The project
> >>> org.apache.cloudstack:cloudstack:4.0.1-incubating-SNAPSHOT
> >>> (/usr/local/apache-cloudstack-4.0.1-incubating-src/pom.xml) has 1 error
> >>> [ERROR]     Non-resolvable parent POM: Could not transfer artifact
> >>> org.apache:apache:pom:11 from/to central (
> >>> http://repo.maven.apache.org/maven2): repo.maven.apache.org and
> >>> 'parent.relativePath' points at wrong local POM @ line 23, column 11:
> >>> Unknown host repo.maven.apache.org -> [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/ProjectBuildingException
> >>> [ERROR] [Help 2]
> >>
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> >>>
> >>> i've installed mysqld,maven,tomcat,java but when i want to pull
> >>> denpendencies for CS with "mvn -P deps" command, occuring proccess like
> >>> that. anybody can help?
> >>> thanks
> >>
> >> That sounds like a connectivity issue in getting to the
> >> repo.maven.apache.org site.  Are you doing this with a working
> >> connection to the Internet?  Perhaps the site was done temporarily?
> >>
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Chip Childers <ch...@sungard.com>.
On Apr 19, 2013, at 8:01 AM, Ajimangun lintang mas
<aj...@gmail.com> wrote:

> yes, my pc connected to vpn for internet connectivity. this problem comes
> from maven/pom configuration or about internet connectivity?

I can tell you that I'm not having any issues.

>
> 2013/4/18 Chip Childers <ch...@sungard.com>
>
>> On Thu, Apr 18, 2013 at 04:11:42PM +0700, Ajimangun lintang mas wrote:
>>> # mvn -P deps
>>> [INFO] Scanning for projects...
>>> Downloading:
>>> http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
>>> [ERROR] The build could not read 1 project -> [Help 1]
>>> [ERROR]
>>> [ERROR]   The project
>>> org.apache.cloudstack:cloudstack:4.0.1-incubating-SNAPSHOT
>>> (/usr/local/apache-cloudstack-4.0.1-incubating-src/pom.xml) has 1 error
>>> [ERROR]     Non-resolvable parent POM: Could not transfer artifact
>>> org.apache:apache:pom:11 from/to central (
>>> http://repo.maven.apache.org/maven2): repo.maven.apache.org and
>>> 'parent.relativePath' points at wrong local POM @ line 23, column 11:
>>> Unknown host repo.maven.apache.org -> [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/ProjectBuildingException
>>> [ERROR] [Help 2]
>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>>>
>>> i've installed mysqld,maven,tomcat,java but when i want to pull
>>> denpendencies for CS with "mvn -P deps" command, occuring proccess like
>>> that. anybody can help?
>>> thanks
>>
>> That sounds like a connectivity issue in getting to the
>> repo.maven.apache.org site.  Are you doing this with a working
>> connection to the Internet?  Perhaps the site was done temporarily?
>>

Re: failing mvn -P deps in CS 4.0.1

Posted by Ajimangun lintang mas <aj...@gmail.com>.
yes, my pc connected to vpn for internet connectivity. this problem comes
from maven/pom configuration or about internet connectivity?

2013/4/18 Chip Childers <ch...@sungard.com>

> On Thu, Apr 18, 2013 at 04:11:42PM +0700, Ajimangun lintang mas wrote:
> > # mvn -P deps
> > [INFO] Scanning for projects...
> > Downloading:
> > http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
> > [ERROR] The build could not read 1 project -> [Help 1]
> > [ERROR]
> > [ERROR]   The project
> > org.apache.cloudstack:cloudstack:4.0.1-incubating-SNAPSHOT
> > (/usr/local/apache-cloudstack-4.0.1-incubating-src/pom.xml) has 1 error
> > [ERROR]     Non-resolvable parent POM: Could not transfer artifact
> > org.apache:apache:pom:11 from/to central (
> > http://repo.maven.apache.org/maven2): repo.maven.apache.org and
> > 'parent.relativePath' points at wrong local POM @ line 23, column 11:
> > Unknown host repo.maven.apache.org -> [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/ProjectBuildingException
> > [ERROR] [Help 2]
> >
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> >
> > i've installed mysqld,maven,tomcat,java but when i want to pull
> > denpendencies for CS with "mvn -P deps" command, occuring proccess like
> > that. anybody can help?
> > thanks
>
> That sounds like a connectivity issue in getting to the
> repo.maven.apache.org site.  Are you doing this with a working
> connection to the Internet?  Perhaps the site was done temporarily?
>

Re: failing mvn -P deps in CS 4.0.1

Posted by Chip Childers <ch...@sungard.com>.
On Thu, Apr 18, 2013 at 04:11:42PM +0700, Ajimangun lintang mas wrote:
> # mvn -P deps
> [INFO] Scanning for projects...
> Downloading:
> http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project
> org.apache.cloudstack:cloudstack:4.0.1-incubating-SNAPSHOT
> (/usr/local/apache-cloudstack-4.0.1-incubating-src/pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not transfer artifact
> org.apache:apache:pom:11 from/to central (
> http://repo.maven.apache.org/maven2): repo.maven.apache.org and
> 'parent.relativePath' points at wrong local POM @ line 23, column 11:
> Unknown host repo.maven.apache.org -> [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/ProjectBuildingException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> 
> i've installed mysqld,maven,tomcat,java but when i want to pull
> denpendencies for CS with "mvn -P deps" command, occuring proccess like
> that. anybody can help?
> thanks

That sounds like a connectivity issue in getting to the
repo.maven.apache.org site.  Are you doing this with a working
connection to the Internet?  Perhaps the site was done temporarily?