[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Eprints not working after migration to a new server
Dear Thomas and Pracetio,
Thx for the reply.
Here are my answers in summary:
>Is the new EPrints able to connect smoothly to this mysql?
Yes, the new EPrints server is able to connect to the mysql Server.
>Output from apache?.
root at hpg1002:~# apachectl configtest
Syntax OK
root at hpg1002:~#
> /usr/share/eprints3/archives/dare/cfg/cfg.d/pronom_internal.pl line 58.
Extract from /usr/share/eprints3/archives/dare/cfg/cfg.d/pronom_internal.pl:
$c->add_dataset_field( "pronom", { name=>"file_count", type=>"int", required=>0, }, );
$c->add_dataset_trigger( "document", EP_TRIGGER_FILES_MODIFIED , sub {
my ( %params ) = @_;
my $repository = %params->{repository}; ###### this is line 58
return undef if (!defined $repository);
if (defined %params->{dataobj}) {
my $doc = %params->{dataobj};
>If sees from error log, pronom_internal.pl<https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpronom_internal.pl&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbcb0afb321a94de99ebb08d74861c39f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=vbRol67sE46YkYXLN89GSmbGZR27eZDAfR8sWQSK3OM%3D&reserved=0> is from preservation toolkit at eprints bazaar. Maybe you need to disable first all plugins from eprints bazaar or maybe this plugins not compatible with new debian.
When I deactivate all, migrate to the new server, activate all plugins, are there some data lost?
I found out, that the /usr/share/eprints3/lib/plugins is missing.
Is there a better migration guide available??
More detailed description.
Sorry, but I am not an eprints experts. I am the Operating System administrator.
Thx.
Best wishes,
Norbert
-----Urspr?ngliche Nachricht-----
Von: th.lauke at arcor.de <th.lauke at arcor.de>
Gesendet: Mittwoch, 2. Oktober 2019 10:21
An: eprints-tech at ecs.soton.ac.uk
Cc: EDER Norbert <eder at iiasa.ac.at>
Betreff: Re: [EP-tech] Eprints not working after migration to a new server
Hi Norbert,
> ... mysql server is separated and is not touched
Is the new EPrints able to connect smoothly to this mysql?
What's the output of `apachectl configtest`?
> /usr/share/eprints3/archives/dare/cfg/cfg.d/pronom_internal.pl line 58.
What happens here?
Hth
Thomas
Von: eprints-tech-bounces at ecs.soton.ac.uk <eprints-tech-bounces at ecs.soton.ac.uk> Im Auftrag von Ajunk Pracetio via Eprints-tech
Gesendet: Samstag, 28. September 2019 09:48
An: EDER Norbert via Eprints-tech <eprints-tech at ecs.soton.ac.uk>
Betreff: Re: [EP-tech] Eprints not working after migration to a new server
If sees from error log, pronom_internal.pl<https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpronom_internal.pl&data=01%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cbcb0afb321a94de99ebb08d74861c39f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&sdata=vbRol67sE46YkYXLN89GSmbGZR27eZDAfR8sWQSK3OM%3D&reserved=0> is from preservation toolkit at eprints bazaar. Maybe you need to disable first all plugins from eprints bazaar or maybe this plugins not compatible with new debian.
Thank you.
On Sat, Sep 28, 2019, 13:37 EDER Norbert via Eprints-tech <eprints-tech at ecs.soton.ac.uk<mailto:eprints-tech at ecs.soton.ac.uk>> wrote:
Dear eprints experts,
I migrated the eprints web server to a new server (mysql server is separated and is not touched).