[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] SOAP not available in this daemon



configure:
WEB_ROOT_DIR=$(RELEASE_DIR)/web
ENABLE_SOAP=TRUE
ENABLE_WEB_SERVER=TRUE
ALLOW_SOAP=*
HOSTALLOW_READ = *
HOSTALLOW_WRITE = *
QUEUE_ALL_USERS_TRUSTED=TRUE
SCHEDD_ARGS=-p 8089
SOAP_LEAVE_IN_QUEUE = ((JobStatus==4) && ((ServerTime - CompletionDate) < (60 * 60 * 24)))

StartLog:
05/31/17 17:39:31 SOAP not available in this daemon, ignoring SOAP connection attempt...
05/31/17 17:39:31 About to serve HTTP request...
05/31/17 17:39:31 SOAP not available in this daemon, ignoring SOAP request...
05/31/17 17:39:31 Completed servicing HTTP request

How to solve "SOAP not available in this daemon"?

Thanks,
Allen