Hi Chantelle - Just a couple more questions.
I'm guessing that you are running the load package command with your project's manage.py file rather than with the one in the arches directory ( ENV/lib/site-packages/arches), correct? I'm guessing the the answer is yes, but this is an error that I would expect if the command was running from within arches. What version of ES are you running? Is upgrading to 4.1 possible? There were a lot of improvements between 4.0 and 4.1 and there's a very good chance an upgrade would solve this issue. Thanks, Cyrus On Fri, Apr 20, 2018 at 2:43 AM, Chantelle Smith < [email protected]> wrote: > Hi Cyrus, > > Thanks for getting back to me. > > I'm running Arches 4.0.1 on Windows 7 OS > > I've downloaded zip files from the following repos: > https://github.com/archesproject/lincoln_release > https://github.com/archesproject/v4_demo_pkg > > The zip files are being referenced from my Downloads folder > > > I've used the statement (including the -db true argument) and I'm still > getting the 'maximum recursion depth exceeded' error returned. > > > Thanks, > > Chantelle > > > On Thursday, April 19, 2018 at 7:28:58 PM UTC+1, Cyrus Hiatt wrote: >> >> Hi Chantelle - >> >> Great that you are got things installed and are ready to load a package. >> Just a couple of questions to help narrow down your issue: >> >> Which version of arches are you running? >> What is the repository url you used to get your package? >> >> Also, you may want to add the `-db true` argument in order to rebuild >> your database when you load the package, like so: >> >> python manage.py packages -o load_package -s [zip file path] -db true >> >> Thanks, >> >> Cyrus >> >> >> >> On Thu, Apr 19, 2018 at 9:16 AM, Chantelle Smith < >> [email protected]> wrote: >> >>> Good afternoon everyone, >>> >>> I'm just getting to grip with Arches and I'm trying to upload a package >>> to my local installation so I can see what the application looks like with >>> stuff in it. >>> >>> I'm using the following command line command to try to load packages >>> downloaded as zip files: >>> >>> python manage.py packages -o load_package -s [zip file path] >>> >>> >>> When I do so the following runtime error occurs: >>> >>> >>> <https://lh3.googleusercontent.com/-Sgg6Gnt48bk/Wti_Ni4zT9I/AAAAAAAAAAM/pWovSjBK-yk5FOdyUPDqAXBbDY31GcHeQCEwYBhgL/s1600/arches_Runtime_error.png> >>> >>> I am running ElasticSearch while doing the upload (just in case it has any >>> effect). I've tried to upload zip files from two separate repositories >>> with the same result. >>> >>> Am I missing something obvious here that I haven't done? >>> >>> Many thanks, >>> >>> Chantelle >>> >>> -- >>> -- To post, send email to [email protected]. To unsubscribe, >>> send email to [email protected]. For more information, >>> visit https://groups.google.com/d/forum/archesproject?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Arches Project" 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. >>> >> >> -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" 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. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" 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.
