Anyone know if there will be more slots? Or if it matters if more
people come? I wanted to bring someone with me, but unfortunately I
don't know who just yet (probably solidify that this week).
On Fri, Oct 26, 2012 at 12:41 PM, Chandan Purushothama
wrote:
> Hello Donal,
>
> I already registered f
[
https://issues.apache.org/jira/browse/CLOUDSTACK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohit Yadav reassigned CLOUDSTACK-441:
--
Assignee: Rohit Yadav (was: Hugo Trippaers)
> Running mgmt server using jetty
[
https://issues.apache.org/jira/browse/CLOUDSTACK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohit Yadav resolved CLOUDSTACK-441.
Resolution: Fixed
Fixed on master:
commit f940c566abda1a31c7364c975b28868251ef03ca
Aut
Fixed in master. One issue fixed: the maven-sql plugin only executes the last
sqlCommand, so I've moved all the custom sql commands to a file and it's loaded
by the developer profile, deploydb activator.
This fixes the NPE exception as well and adds system, admin accounts and users
for developer
+1, this is great news. Congrats to all!
-kevin
> -Original Message-
> From: Rajesh Battala [mailto:rajesh.batt...@citrix.com]
> Sent: Saturday, November 03, 2012 10:21 AM
> To: cloudstack-dev@incubator.apache.org
> Subject: RE: [RESULT][VOTE] Apache CloudStack 4.0.0-incubating
>
> Very
Alright, so at least the bug is confirmed. So some reason on your environment,
it's not able to find com.cloud.test.DatabaseConfig.
Check that you've defined your $CATALINA_HOME (which worked for me as I have my
old ant libs deployed at that path), it's failing to find the classpaths.
Simply edit
On 1 November 2012 13:35, Chip Childers wrote:
> On Tue, Oct 30, 2012 at 3:48 PM, Noah Slater wrote:
> > Woot, fscking awesome. Thanks for this Chip.
> >
> > Two minor nitpicks for the next VOTE we do. Individual votes should
> include
> > a link next to them to the email in which that person vo
Very happy to see Apache CloudStack 4.0 getting released.
-Original Message-
From: Noah Slater [mailto:nsla...@apache.org]
Sent: Saturday, November 03, 2012 4:48 PM
To: cloudstack-dev@incubator.apache.org
Subject: Re: [RESULT][VOTE] Apache CloudStack 4.0.0-incubating
This is absolutely
D'oh! Heh. Thanks.
On 3 November 2012 16:32, Chip Childers wrote:
> On Nov 3, 2012, at 12:06 PM, Noah Slater wrote:
>
> > On 2 November 2012 03:07, Chip Childers
> wrote:
> >
> >> First, note the subject tag of "[ASFCS41]". I'm making 2 assumptions
> >> right now. First, that we should adopt
The workaround that you suggest does not work for me on a MACBOOK (MacOS
Lion) with last code version (master of git)
Here are the commands used
mvn -P developer clean install
mvn -P developer -pl developer -Ddeploydb
RedHat-MacBook:incubator-cloudstack chmoulli$ cd developer/target/db
RedHat-Ma
Thanks for bringing this to the list, Joe. I am happy to own my
suggestions, so I'll state publicly that I brought this up during the
meeting.
My idea is centred around using the blog as a content marketing platform.
cf. http://en.wikipedia.org/wiki/Content_marketing
"Content marketing is an umb
I have done a test using a LINUX machine where I don't have an issue with
maven mysql plugin and get a NPE while running the mngt server. In this
case, we cannot log on to the web site using admin/password
mvn clean install -P developer
mvn -P developer -pl developer -Ddeploydb
mvn -P developer -
Will make a test and come back to you.
On Sat, Nov 3, 2012 at 5:50 PM, Rohit Yadav wrote:
> Can you confirm after a clean install/build with latest master, you get
> NullPointerException while running mgmt server which fails to start the api
> server?
> What I posted as a workaround requires yo
Can you confirm after a clean install/build with latest master, you get
NullPointerException while running mgmt server which fails to start the api
server?
What I posted as a workaround requires you to build and mvn install. But we
need to confirm if it's just me or do we really have this issue?
Hi Hieu, feel free to edit the wiki as needed, and inform us what you've done
so we can keep up :)
Ask us if you've any issues or need any help. Thanks.
Regards.
From: Hieu Le [hieul...@gmail.com]
Sent: Saturday, November 03, 2012 8:54 PM
To: cloudstack-d
On Nov 3, 2012, at 12:06 PM, Noah Slater wrote:
> On 2 November 2012 03:07, Chip Childers wrote:
>
>> First, note the subject tag of "[ASFCS41]". I'm making 2 assumptions
>> right now. First, that we should adopt semantic versioning for our
>> versioning scheme. Second, that our next feature
Database connection is there. I think that doc should be improved to
explain for 4.1.0 what should be configured and installed prior to start
maven build
On Fri, Nov 2, 2012 at 6:59 PM, Chiradeep Vittal <
chiradeep.vit...@citrix.com> wrote:
> Agreed, but a lot of unit tests assume a database con
+1 on semver. The important thing for people to realise with semver is that
you bump the major number *every time you break backwards incompatibility*.
Not just when you think you've added something "reasonably large". Big, big
difference. And totally sensible.
Also, you mention cutting the releas
Get the following exception :
RedHat-MacBook:incubator-cloudstack chmoulli$ cd developer/target/db
RedHat-MacBook:db chmoulli$ sh deploy-db-dev.sh server-setup.xml
Recreating Database cloud.
Recreating Database cloud_usage
CP is
./:/conf:/usr/share/java/mysql-connector-java.jar:/webapps/client/WEB
Hi,
After executing successfully the following maven command :
mvn -P developer clean install
I get this error during next execution :
mvn -P developer -pl developer -Ddeploydb
[INFO] BUILD FAILURE
[INFO]
[INFO] Total tim
On 2 November 2012 03:07, Chip Childers wrote:
> First, note the subject tag of "[ASFCS41]". I'm making 2 assumptions
> right now. First, that we should adopt semantic versioning for our
> versioning scheme. Second, that our next feature release will be
> backward compatible with 4.0.0-incubat
Hi guys,
I have successfully tested new devcloud stuff on Windows machine for my
boss, I have tested it in 3 Windows machine and deployed successfully
(phew..).
Now I want to edit wiki page and want to know is there some rules for
editting wiki ? I dont want to make a mess in wiki page.
Thank yo
I'm frequently getting NPE while starting mgmt server. The old ant build system
would create admin and system users while deploydb-ing. For maven, we call
custom rules that the mysql plugin which then applies various sql files. I
checked while this creates the system user but only when mgmt serv
[
https://issues.apache.org/jira/browse/CLOUDSTACK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490009#comment-13490009
]
Rohit Yadav commented on CLOUDSTACK-441:
Steps to reproduce:
mvn -P developer
Rohit Yadav created CLOUDSTACK-441:
--
Summary: Running mgmt server using jetty fails to start api server
Key: CLOUDSTACK-441
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-441
Project: CloudStac
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7803/#review13078
---
The patch applied cleanly without any whitespace errors . Hence i hav
This is absolutely terrific. Grats, guys! :D
On 2 November 2012 22:56, Chip Childers wrote:
> It was a community effort that we should all be proud of. Cheers!
>
> - chip
>
> Sent from my iPhone.
>
> On Nov 2, 2012, at 6:52 PM, Alex Huang wrote:
>
> > Finally! Hopefully it gets easier from her
27 matches
Mail list logo