<div dir="ltr"><div>Figured it out, has a member with incorrect AS-SET config which made the whole update process fail.<br></div><div><br></div><div>-- <br></div><div>Daniel Husand<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 9 Nov 2020 at 00:29, Daniel Husand <<a href="mailto:daniel@fnutt.net">daniel@fnutt.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Hi Experts, <br></div><div><br></div><div>Got my install almost up and running but meeting som challenges with the IRRDB updates:<br></div><div><br></div><div>@portal:/srv/ixpmanager# ./artisan irrdb:update-asn-db</div>In UpdateAsnDb.php line 52:<br>  Call to a member function getSource() on null<br><br>@portal:/srv/ixpmanager# ./artisan irrdb:update-prefix-db<br>In UpdatePrefixDb.php line 53:<br>  Call to a member function getSource() on null<br><br></div><div>Running: <br></div><div>define( 'APPLICATION_VERSION', '5.7.0' );<br>define( 'APPLICATION_VERDATE', '2020082000' );</div><div><br></div><div>If I run either the update-asn-db or update-prefix-db with a specified customer/asn it works just fine - but that wont help me with the update running from cron every 6 hours.<br></div><div><br></div><div><br></div><div>If I add some debugging I get this:</div><div>@portal:/srv/ixpmanager# ./artisan irrdb:update-prefix-db -vvvv<br>In UpdatePrefixDb.php line 53:<br>  [Symfony\Component\Debug\Exception\FatalThrowableError]<br>  Call to a member function getSource() on null<br><br>Exception trace:<br>  at /srv/ixpmanager/app/Tasks/Irrdb/UpdatePrefixDb.php:53<br> IXP\Tasks\Irrdb\UpdatePrefixDb->update() at /srv/ixpmanager/app/Console/Commands/Irrdb/UpdatePrefixDb.php:67<br> IXP\Console\Commands\Irrdb\UpdatePrefixDb->handle() at n/a:n/a<br> call_user_func_array() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:32<br> Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Container/Util.php:37<br> Illuminate\Container\Util::unwrapIfClosure() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:90<br> Illuminate\Container\BoundMethod::callBoundMethod() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:34<br> Illuminate\Container\BoundMethod::call() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Container/Container.php:590<br> Illuminate\Container\Container->call() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Console/Command.php:134<br> Illuminate\Console\Command->execute() at /srv/ixpmanager/vendor/symfony/console/Command/Command.php:255<br> Symfony\Component\Console\Command\Command->run() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Console/Command.php:121<br> Illuminate\Console\Command->run() at /srv/ixpmanager/vendor/symfony/console/Application.php:1000<br> Symfony\Component\Console\Application->doRunCommand() at /srv/ixpmanager/vendor/symfony/console/Application.php:271<br> Symfony\Component\Console\Application->doRun() at /srv/ixpmanager/vendor/symfony/console/Application.php:147<br> Symfony\Component\Console\Application->run() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Console/Application.php:93<br> Illuminate\Console\Application->run() at /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:131<br> Illuminate\Foundation\Console\Kernel->handle() at /srv/ixpmanager/artisan:37</div><div><br></div><div>Any suggestions would be greatly appreciated.</div><div><br></div><div>-- <br></div><div>Daniel Husand<br></div></div>
</blockquote></div>