I cant make to work documentconverter on community version.
Log shows something like that
com.openexchange.documentconverter.DocumentConvert erManager.logError(DocumentConverterManager.java:4 68)
DC client remote connection could not be established => please check remote converter setup (remoteurl=http://localhost:8008/documentconverterws, async_request=true)
Netstat shows that nothing is listening on port 8008:
netstat -tulpn |grep 80
tcp6 0 0 :::8004 :::* LISTEN 622/java
tcp6 0 0 127.0.0.1:8007 :::* LISTEN 621/java
tcp6 0 0 127.0.0.1:8009 :::* LISTEN 18427/java
tcp6 0 0 :::80 :::* LISTEN 18290/apache2
Can somebody help me with it?
Log shows something like that
com.openexchange.documentconverter.DocumentConvert erManager.logError(DocumentConverterManager.java:4 68)
DC client remote connection could not be established => please check remote converter setup (remoteurl=http://localhost:8008/documentconverterws, async_request=true)
Netstat shows that nothing is listening on port 8008:
netstat -tulpn |grep 80
tcp6 0 0 :::8004 :::* LISTEN 622/java
tcp6 0 0 127.0.0.1:8007 :::* LISTEN 621/java
tcp6 0 0 127.0.0.1:8009 :::* LISTEN 18427/java
tcp6 0 0 :::80 :::* LISTEN 18290/apache2
Can somebody help me with it?
Comment