subgero edited a comment on issue #2630:
URL: https://github.com/apache/couchdb/issues/2630#issuecomment-631914613


   Hi guys, we are unable to run Clouseau. We created a Docker image, but when 
run this 
   
   `java -server \
        -classpath '/opt/clouseau/*' \
        -Xmx2G \
        -Dsun.net.inetaddr.ttl=30 \
        -Dsun.net.inetaddr.negative.ttl=30 \
        -Dlog4j.configuration=file:/opt/clouseau/log4j.properties \
        -XX:OnOutOfMemoryError=\"kill -9 %p\" \
        -XX:+UseConcMarkSweepGC \
        -XX:+CMSParallelRemarkEnabled \
        com.cloudant.clouseau.Main \
        /opt/clouseau/clouseau.ini
   `
   
   We are getting this message: 
   
   `2020-05-21 06:31:56,744 org.apache.commons.configuration.ConfigurationUtils 
[DEBUG] ConfigurationUtils.locate(): base is null, name is 
/opt/clouseau/clouseau.ini
   2020-05-21 06:31:56,745 org.apache.commons.configuration.DefaultFileSystem 
[DEBUG] Could not locate file /opt/clouseau/clouseau.ini at null: no protocol: 
/opt/clouseau/clouseau.ini
   2020-05-21 06:31:56,745 org.apache.commons.configuration.ConfigurationUtils 
[DEBUG] Loading configuration from the absolute path /opt/clouseau/clouseau.ini
   2020-05-21 06:31:57,053 
org.jboss.netty.channel.socket.nio.NioProviderMetadata [DEBUG] Couldn't 
determine the NIO constraint level from the system properties; using the safest 
level (2)
   2020-05-21 06:31:57,107 clouseau.main [FATAL] Uncaught exception: Connection 
refused
   `
   
   Files clouseau.ini and log4j are in place.
   We have searched the errors in google without obtaining results and we dont 
know whats going on.
   We dont know where must be setted cookie=monster on Couchdb, we dont use 
cluster, instead we have a single node.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to