Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while loading 3.pm: No such file or directory at (eval 19) line 4. #21

Open
TheDevilDan opened this issue Mar 18, 2020 · 1 comment

Comments

@TheDevilDan
Copy link

Hello,

I tried everything, but impossible to launch this docker image.
Exemple that i tried :
docker run --name kaoha_docker2 -p 6001:6001 -p 8080:8080 -p 8081:8081 -e KOHA_DBHOST=localhost -e KOHA_INSTANCE=kohainstance -e KOHA_ADMINUSER=admin -e KOHA_ADMINPASS=secret -e SIP_WORKERS=2 -e SIP_AUTOUSER1=autouser -e SIP_AUTOPASS1=autopass -t digibib/koha:latest

With or without options, I have this :

Global config ... creating dirs and permission for koha config and zebra index
Setting up supervisord ...
Mysql server setup ...
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.028 ms

--- localhost ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.028/0.028/0.028/0.000 ms
Initializing local instance ...
Configuring local instance ...
Configuring SIPconfig.xml from templates and data from csv ...
Running db installer and applying local deichman mods - please be patient ...

2020-03-18 17:13:02,000 CRIT Supervisor running as root (no user in config file)
2020-03-18 17:13:02,008 INFO RPC interface 'supervisor' initialized
2020-03-18 17:13:02,008 INFO supervisord started with pid 23
2020-03-18 17:13:03,011 INFO spawned: 'syslog' with pid 26
2020-03-18 17:13:03,015 INFO spawned: 'privateApi' with pid 27
2020-03-18 17:13:03,019 INFO spawned: 'plack' with pid 28
2020-03-18 17:13:03,021 INFO spawned: 'sip' with pid 29
Fichier binaire (entrée standard) correspondant

And infinite loop of errors, CPU 8 cores 50% charged :

 Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
Error while loading 3.pm: No such file or directory at (eval 19) line 4.
...........................

I miss something ? I pass some hours in this issue, without any solutions...

@bensinober
Copy link
Member

Hi, sorry but this repo is no longer maintained by us. We went for a far more customized Koha in our own repo: gitlab.deichman.no/digibib/deichman

If you want to test community Koha docker we recommend https://github.com/KohaAloha/koha-testing-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants