Hi,

I checked permissions of folder it is fine attached screen shot for ref. Will 
you please let me know how to fix the issue

Thanks
Ravi L

-----Original Message-----
From: Oliver Welter <[email protected]>
Sent: 20 August 2020 21:59
To: [email protected]
Subject: EXT: Re: [OpenXPKI-users] Reg: Help

Hi Ravi,

very likely a permission problem regarding the symlink at 
openxpki-config/config.d/realm/ - either fix your permission or replace the 
symlink by a full copy.

Oliver

Am 20.08.20 um 14:59 schrieb Lingala, Ravi Shankar (GE Digital):
> Hi,
> 
> I'm trying to install openxpki with docker compose as mentioned in 
> https://github.com/openxpki/openxpki-docker. While deploying I got 
> below issue
> 
> $ docker-compose up
> 
> Starting openxpki-docker-master_db_1 ... done
> 
> Starting 81aa6a34f03f_openxpki-docker-master_openxpki-server_1 ... 
> done
> 
> Starting openxpki-docker-master_openxpki-client_1              ... 
> done
> 
> Attaching to openxpki-docker-master_db_1, 
> 81aa6a34f03f_openxpki-docker-master_openxpki-server_1,
> openxpki-docker-master_openxpki-client_1
> 
> db_1               |2020-08-20 12:44:55+00:00 [Note] [Entrypoint]: 
> Entrypoint script for MySQL Server 1:10.5.5+maria~focal started.
> 
> db_1               |2020-08-20 12:44:55+00:00 [Note] [Entrypoint]: 
> Switching to dedicated user 'mysql'
> 
> db_1               |2020-08-20 12:44:55+00:00 [Note] [Entrypoint]: 
> Entrypoint script for MySQL Server 1:10.5.5+maria~focal started.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] mysqld (mysqld
> 10.5.5-MariaDB-1:10.5.5+maria~focal) starting as process 1 ...
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Using Linux 
> native AIO
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Uses event 
> mutexes
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Compressed 
> tables use zlib 1.2.11
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Number of
> pools: 1
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Using SSE4.2
> crc32 instructions
> 
> db_1               |2020-08-20 12:44:55 0 [Note] mysqld: O_TMPFILE is 
> not supported on /tmp (disabling future attempts)
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Initializing 
> buffer pool, total size = 134217728, chunk size = 134217728
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Completed 
> initialization of buffer pool
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: If the mysqld 
> execution user is authorized, page cleaner thread priority can be 
> changed. See the man page of setpriority().
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: 128 rollback 
> segments are active.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Creating 
> shared tablespace for temporary tables
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Setting file 
> './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: File './ibtmp1' 
> size is now 12 MB.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: 10.5.5 
> started; log sequence number 534809; transaction id 956
> 
> db_1               |2020-08-20 12:44:55 0 [Note] Plugin 'FEEDBACK' is 
> disabled.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Loading 
> buffer
> pool(s) from /var/lib/mysql/ib_buffer_pool
> 
> db_1               |2020-08-20 12:44:55 0 [Warning] 
> 'default-authentication-plugin' is MySQL 5.6 / 5.7 compatible option.
> To be implemented in later versions.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] Server socket created 
> on IP: '::'.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] InnoDB: Buffer
> pool(s) load completed at 200820 12:44:55
> 
> db_1               |2020-08-20 12:44:55 0 [Warning] 'proxies_priv' 
> entry '@% root@f267e2471bfe' ignored in --skip-name-resolve mode.
> 
> db_1               |2020-08-20 12:44:55 0 [Note] Reading of all 
> Master_info entries succeeded
> 
> db_1               |2020-08-20 12:44:55 0 [Note] Added new Master_info 
> '' to hash table
> 
> db_1               |2020-08-20 12:44:55 0 [Note] mysqld: ready for 
> connections.
> 
> db_1               |Version: '10.5.5-MariaDB-1:10.5.5+maria~focal' 
> socket: '/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary 
> distribution
> 
> 81aa6a34f03f_openxpki-docker-master_openxpki-server_1 |Starting OpenXPKI...
> 
> 81aa6a34f03f_openxpki-docker-master_openxpki-server_1 |Exception 
> during server initialization: No workflow configuration found for 
> current realm; __config_path__ => realm.democa.workflow.def, __realm__ 
> => democa (No workflow configuration found for current realm; 
> __config_path__ => realm.democa.workflow.def, __realm__ => democa) at 
> /usr/share/perl5/OpenXPKI/Server.pm line 821.
> 
> 81aa6a34f03f_openxpki-docker-master_openxpki-server_1 exited with code
> 2
> 
> Thanks
> 
> Ravi L
> 
> 
> 
> _______________________________________________
> OpenXPKI-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openxpki-users
> 


--
Protect your environment -  close windows and adopt a penguin!


_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users


_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to