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 <ajimangu...@gmail.com>

> when building with command "mvn -P developer clean install" , building
> apache cloudstack marvin failure
>
>
>
> 2013/4/21 Ajimangun lintang mas <ajimangu...@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 <manikanta.kattam...@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 <
>>> ajimangu...@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 <ajimangu...@gmail.com>
>>> >
>>> > > okay... thanks for your suggestion. i'll try it and post the
>>> conclusion
>>> > > later
>>> > >
>>> > >
>>> > >
>>> > > 2013/4/19 Chip Childers <chip.child...@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
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>
>>
>

Reply via email to