--
You received this message because you are subscribed to the Google Groups "archivematica" group.
To post to this group, send email to archiv...@googlegroups.com.
To unsubscribe from this group, send email to archivematic...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/archivematica?hl=en.
Obviously renaming a SIP to start processing is not desirable behaviour. We've
identified a fix for this as a high priority for the 0.7.1 release:
http://code.google.com/p/archivematica/issues/detail?id=482
The preferred fix is to have Archivematica processing just start when a SIP is
moved/copied to receiveSIP. In case we cannot get that working satisfactorily
(its more complicated than it may seem which is why we had a work-around to
begin with), we'll go to having a 'processSIP' script that can be triggered from
within the receiveSIP folder.
Cheers,
--peter
On 03/16/2011 11:09 AM, Evelyn McLellan wrote:
> Hi Elinor,
>
> The aphostrophe issue has already been fixed in our development
> environment and the fix will be incorporated into the next release of
> Archivematica (0.7.1, scheduled for May). Regarding the renaming
> issue, we are working on a fix for that too since we know it's not
> good to have to change the folder name. In Archivematica 0.7.1 there
> will be a script which automatically processes the SIP without
> renaming.
>
> Evelyn
first, Open a terminal.
then enter the following command(this will open a text editor)
sudo mousepad /etc/init/archivematica-mcp-server.conf
find the following line(last line),
exec /usr/bin/runArchivematicaMCPServer.sh
and append '>> /tmp/mcpserver.log 2>&1' so that it looks like,
exec /usr/bin/runArchivematicaMCPServer.sh >> /tmp/mcpserver.log 2>&1
save the file and exit.
then restart archivematica(xubuntu)
sudo reboot
post reboot server logs should be available at /tmp/mcpserver.log
mousepad /tmp/mcpserver.log
if this works please send us the output so we can further debug
cheers
-austin
Joseph