Re: [Arches] cannot delete resource model -Archesv4.1

2018-04-20 Thread Cyrus Hiatt
Hi Anjo -

I suspect you have one or more resource instances associated with your
model. You can check if you go to the search page and search on the
resource model you are trying to delete.  If any show in the search
results, you will have to delete those instances before you can delete your
model.

If that is indeed the problem, we should probably provide an alert letting
you know that you can't delete that model rather than letting the model
appear deleted only to reappear later.

Thanks,

Cyrus


On Fri, Apr 20, 2018 at 11:47 AM, Anjo Weichbrodt  wrote:

> Hi,
>
>  I would like  to delete some resource models in the Arches designer.
> Clicking on  --->   would take away initially the resource
> model from the list, but up on refreshing it would come back again.
> What am I missing?
>
> Thanks,
> Anjo
>
> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] Re: Serving Arches 4.1 through apache on AWS

2018-04-20 Thread Jens Neuberger
Heureka!

That made the difference.
Thank you Adam for getting back to me so quickly.

I can confirm the change to the WSGIDaemonProcess
the correct python-path is:
WSGIDaemonProcess wessex python-path=/home/ubuntu/Projects/wessex
:/home/ubuntu/Projects/ENV/lib/python2.7/site-packages

Thank you very much!
Having sorted that my next task will be an attempt to install the entire 
app in the *correct *location under /var/www/
I am not the biggest friend of running websites from a /home directory.

I'll let you know how that pans out next week in a separate topic.

Jens

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] cannot delete resource model -Archesv4.1

2018-04-20 Thread Anjo Weichbrodt
Hi,

 I would like  to delete some resource models in the Arches designer.
Clicking on  --->   would take away initially the resource 
model from the list, but up on refreshing it would come back again.
What am I missing?

Thanks,
Anjo

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Issues uploading packages to Arches

2018-04-20 Thread Cyrus Hiatt
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 <
chantelle.sm...@historicengland.org.uk> 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 <
>> chantel...@historicengland.org.uk> 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:
>>>
>>>
>>> 
>>>
>>> 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 arches...@googlegroups.com. To unsubscribe,
>>> send email to archesprojec...@googlegroups.com. 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 archesprojec...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> -- To post, send email to archesproject@googlegroups.com. To unsubscribe,
> send email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Arches] Re: Signing in

2018-04-20 Thread survey . wessex
Hi Ed et al,

I am Jens Neuberger working for Wessex Archaeology 
.
As you might know Wessex has a long running interest in all sorts of 
Heritage Management system. My particular interest is focussed on mobile 
data acquisition. With the mobile app on the doorstep (in summer I hope) we 
decided to give Arches a try and check how capable it is.

Looking out of my window I see trees and the rooftops of an inner courtyard 
of an Art Noveau building block so typical for Berlin.

Cheers
Jens

>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Arches] Issues uploading packages to Arches

2018-04-20 Thread Chantelle Smith
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 <
> chantel...@historicengland.org.uk > 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:
>>
>>
>> 
>>
>> 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 arches...@googlegroups.com . To 
>> unsubscribe, send email to archesprojec...@googlegroups.com . 
>> 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 archesprojec...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.