This error is actually coming from the server. The repository on the server side is configured using a username which is not assigned to a license on your perforce server. You'll have to change the configuration inside the Review Board admin page (or get your server administrator to do so).
-David On Tue, Jul 5, 2016 at 9:57 AM Massimiliano Scifo < [email protected]> wrote: > Hi all, > > I'm trying to set up an instance of RB (2.5.6.1) with Perforce > (P4/LINUX26X86_64/2016.1/1404799) in a Ubuntu Machine. > > Everything works fine, but if i try to use rbt post (rbt 0.7.6) it ask me > to log in with admin data of RB and then returns me the error: > > Got API Error 224 (HTTP code 400): [P4#run] Errors during command > execution( "p4 files //somefilepath" ) > > [Error]: "Can't create a new user - over license quota.\nTry > deleting old users with 'user -d'.\nLicense count: 35 users used of 35 > licensed." > > > >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'[P4#run] Errors > during command execution( "p4 files //somefilepath )\n\n\t[Error]: "Can\'t > create a new user - over license quota.\\nTry deleting old users with > \'user -d\'.\\nLicense count: 35 users used of 35 licensed."\n\n', u'code': > 224}} > Traceback (most recent call last): > File "/usr/local/bin/rbt", line 9, in <module> > load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')() > File > "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/main.py", > line 133, in main > command.run_from_argv([RB_MAIN, command_name] + args) > File > "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/__init__.py", > line 629, in run_from_argv > exit_code = self.main(*args) or 0 > File > "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/post.py", > line 756, in main > (msg_prefix, e)) > rbtools.commands.CommandError: Error validating diff > > [P4#run] Errors during command execution( "p4 files //somefilepath ) > > [Error]: "Can't create a new user - over license quota.\nTry > deleting old users with 'user -d'.\nLicense count: 35 users used of 35 > licensed." > > (HTTP 400, API Error 224) > > it returns me the same error if i try to upload the file generated from > rbt diff via RB website. Seems that i'm missing some link between p4 cli > and rbt, because p4 info have all the correct data and i'm able to use it > with the username that i want to use. > > Any help would be really appreciated. > > Cheers, > Max > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
