This error means that either the 24x7 server is not reachable or the user could not be authenticated on the server side. Do you get any related messages in the job log? If you see messages like "user …. connecting from …" and then "user authentication failed" or similar then the problem is in the PAM configuration. Do you have PAM installed correctly? : Hello All, : We are receiving the following error when connecting remotely to our 24x7 : scheduler. : Connection Denied! : From windows explorer we connect to "apache server" a UNIX system ( : wisp2) as follows: http://wisp2 :8080/cronsked/login.jsp : Message received ( Connection Denied! ) : The 24x7 Scheduler is installed on the following UNIX server : HP-UX System : : HP-UX B.11.11 U 9000/800/L3000-5x : /home/cronsked/24x7_Scheduler : ########################################## : /etc/pam.conf info : # cat /etc/pam.conf : # : # PAM configuration : # : # Authentication management : # : jscheduler auth required /home/cronsked/24x7_Scheduler/pam/jscheduler : #################################################### : /home/cronsked/24x7_Scheduler/pam/jscheduler info : #%PAM-1.0 : auth required /usr/lib/security/libpam_unix.1 shadow nullok : account required /usr/lib/security/libpam_unix.1 : session required /usr/lib/security/libpam_unix.1 : ############################################## : /home/cronsked/24x7_Scheduler/debug.log info : 2006-02-23 11:22:20,435 : [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : requestId 1 : 2006-02-23 11:22:20,450 [Thread-3] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.RemoteOperationsImpl - : Connect called cronsked _JAVA_ abc123 : 2006-02-23 11:22:20,595 [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : requestId 3 : 2006-02-23 11:22:20,746 [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : requestId 6 : 2006-02-23 11:22:20,747 [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : Method name opensession : 2006-02-23 11:22:20,747 [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : methodSignature LSSSS : 2006-02-23 11:22:20,747 [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : arguments 4 : 2006-02-23 11:22:20,748 [Thread-14] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.SocketConnection - : method params [10.7.114.16, cronsked, abc123, ] : 2006-02-23 11:22:20,749 [Thread-4] DEBUG : com.softtreetech.jscheduler.business.remotecontrol.RemoteOperationsImpl - : Open session called 10.7.114.16 cronsked abc123 : 2006-02-23 11:22:20,850 [Thread-4] DEBUG : com.softtreetech.jscheduler.business.runner.security.SecurityService - : [/home/cronsked/24x7_Scheduler]
|