Re: Usage server development

2016-12-06 Thread Rohit Yadav
This runs the usage server using maven Hope this helps. Regards. From: Patrick Dube Sent: 06 December 2016 22:43:23 To: dev@cloudstack.apache.org Subject: Usage server development Hey all, Since 4.9, usage is broken if you have a project that has resources.

Usage server development

2016-12-06 Thread Patrick Dube
Hey all, Since 4.9, usage is broken if you have a project that has resources. Basically, it is an autoboxing NPE because a project account has no role (UsageDaoImpl line 116). I know where to fix it, but I can't find any documentation about running the usage server in a dev setup, so I can't test