What version of the software are you running?.
Phil Gates wrote:
> I have installed ESOE on a test server but I am having issues getting
> into the service manager. It is authenticating correctly using either
> LDAP or SPNEGO, but isn't redirecting and doesn't appear to be
> creating any cookies. The only error messages I can see in the logs
> are:
> 2008-10-30 10:55:14,782 DEBUG
> com.qut.middleware.spep.filter.Initializer - Got SPEP object. Class
> is: com.qut.middleware.spep.impl.SPEPProxyImpl. Creating proxy.
> 2008-10-30 10:55:14,784 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Calling com.qut.middleware.spep.SPEPProxy method isStarted(0 args).
> Target type is com.qut.middleware.spep.impl.SPEPProxyImpl
> 2008-10-30 10:55:14,784 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Returned type is java.lang.Boolean. Trying to auto-proxy
> 2008-10-30 10:55:14,784 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Resolved class to local class name: java.lang.Boolean. Class loader:
> couldn't get classloader name
> 2008-10-30 10:55:14,785 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Calling com.qut.middleware.spep.SPEPProxy method isLazyInit(0 args).
> Target type is com.qut.middleware.spep.impl.SPEPProxyImpl
> 2008-10-30 10:55:14,785 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Returned type is java.lang.Boolean. Trying to auto-proxy
> 2008-10-30 10:55:14,785 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Resolved class to local class name: java.lang.Boolean. Class loader:
> couldn't get classloader name
> 2008-10-30 10:55:14,785 DEBUG
> com.qut.middleware.spep.filter.SPEPFilter - Failed all avenues to
> provide access to content
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Calling com.qut.middleware.spep.SPEPProxy method getServiceHost(0
> args). Target type is com.qut.middleware.spep.impl.SPEPProxyImpl
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Returned type is java.lang.String. Trying to auto-proxy
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Resolved class to local class name: java.lang.String. Class loader:
> couldn't get classloader name
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Calling com.qut.middleware.spep.SPEPProxy method getServiceHost(0
> args). Target type is com.qut.middleware.spep.impl.SPEPProxyImpl
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Returned type is java.lang.String. Trying to auto-proxy
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Resolved class to local class name: java.lang.String. Class loader:
> couldn't get classloader name
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Calling com.qut.middleware.spep.SPEPProxy method getServiceHost(0
> args). Target type is com.qut.middleware.spep.impl.SPEPProxyImpl
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Returned type is java.lang.String. Trying to auto-proxy
> 2008-10-30 10:55:14,786 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Resolved class to local class name: java.lang.String. Class loader:
> couldn't get classloader name
> 2008-10-30 10:55:14,787 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Calling com.qut.middleware.spep.SPEPProxy method getSsoRedirect(0
> args). Target type is com.qut.middleware.spep.impl.SPEPProxyImpl
> 2008-10-30 10:55:14,787 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Returned type is java.lang.String. Trying to auto-proxy
> 2008-10-30 10:55:14,787 DEBUG
> com.qut.middleware.spep.filter.proxy.GenericObjectInvocationHandler -
> Resolved class to local class name: java.lang.String. Class loader:
> couldn't get classloader name
> 2008-10-30 10:55:14,787 DEBUG
> com.qut.middleware.spep.filter.SPEPFilter - Redirecting to
> http://esoe.<site>.<domain>.com/spep/sso?redirectURL=aHR0cDovL2Vzb2Uuc3RyYXRoLmFjZ2Vkd S5jb20vZXNvZW1hbmFnZXIvbWFuYWdlci9pbmRleC5odG0=
> to establish secure session
> Everything else seems to be running fine.
> Settings from esoe.config are
> # Domain in which esoe cookie should be available - should NEVER be
> set institution wide
> sessionDomain=esoe.<site>.<domain>.com
> # Domain in which discovery cookie should be available - MUST be set
> institution wide
> commonDomain=<domain>.com
> Can you provide any hints as to how to get this going?
> Cheers,
> Phillip