Error with Files an...
 
Notifications
Clear all

Error with Files and Docs components and upload files

1 Posts
1 Users
0 Reactions
596 Views
 mcoa
(@mcoa)
New Member
Joined: 1 year ago
Posts: 7
Topic starter  

Hi,

Im install Carbonio 25.9 over RHEL 9 (single node). Now i try install Files and Docs components we have them installed but try upload documents but i've error:

	at com.zextras.carbonio.files.Boot.main(Boot.java:35)
Caused by: java.lang.RuntimeException: Unable to create the database connection! Something went wrong: e.g. database is not reachable, the database does not exist or the database credentials are wrong
	at com.zextras.carbonio.files.config.FilesModule.provideEbeanDatabase(FilesModule.java:175)

 

The error says 127.78.0.2:20000 but:

[root@mail ~]# netstat -tlpn |grep 20000
tcp        0      0 127.78.0.17:20000       0.0.0.0:*               LISTEN      5119/envoy
tcp        0      0 127.78.0.16:20000       0.0.0.0:*               LISTEN      5071/envoy
tcp        0      0 127.78.0.26:20000       0.0.0.0:*               LISTEN      4983/envoy
tcp        0      0 127.78.0.6:20000        0.0.0.0:*               LISTEN      4982/envoy
tcp        0      0 127.78.0.12:20000       0.0.0.0:*               LISTEN      4981/envoy
tcp        0      0 127.78.0.13:20000       0.0.0.0:*               LISTEN      5089/envoy
tcp        0      0 127.78.0.20:20000       0.0.0.0:*               LISTEN      5148/envoy
tcp        0      0 127.78.0.5:20000        0.0.0.0:*               LISTEN      5039/envoy
tcp        0      0 127.78.0.24:20000       0.0.0.0:*               LISTEN      5155/envoy
tcp        0      0 127.78.0.27:20000       0.0.0.0:*               LISTEN      5070/envoy
tcp        0      0 127.78.0.1:20000        0.0.0.0:*               LISTEN      5011/envoy
[root@mail ~]#

 

the steps to install are:

dnf install carbonio-files-ui carbonio-files-public-folder-ui carbonio-files-ce carbonio-docs-editor carbonio-docs-connector-ce carbonio-preview-ce -y
pending-setups -a
PGPASSWORD=$DB_ADM_PWD carbonio-files-db-bootstrap carbonio_adm 127.0.0.1

 

[root@mail ~]# cat  /etc/carbonio/preview/config.ini
[main]
nginx_lookup_server_full_path_urls =  https://10.0.xxx.xxx:7072 
memcached_server_full_path_urls = 10.0.xxx.xxx:11211

[preview]
bind_address = 0.0.0.0
port = 9090
max_file_size = 10485760

[converter]
libreoffice_timeout = 300
ghostscript_timeout = 120

 

Whats is wrong?

Thanks

 


   
Quote