Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: JOSSO 1.8, JOSSO 1.8.1, JOSSO 1.8.2
-
Fix Version/s: None
-
Component/s: None
-
- Environment:
- JBoss 4.2
Trackbacks
Call the agent by invoking: :/opt/atricore/josso/bin> ./jossogsh \\ The following console should appear: \\ Atricore JOSSO (1.8.2) \\ Type 'help' for more information....
Installation Call the agent by invoking: :/opt/atricore/josso/bin> ./jossogsh \\ The following console should appear: \\ Atricore JOSSO (1.8.2) \\ Type 'help' for more information....
I am looking for a solution for this issue. It also applies for the Tomcat 6 Josso Installer.
{code}
Aug 20, 2010 11:18:41 AM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
Aug 20, 2010 11:18:41 AM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Aug 20, 2010 11:18:41 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Realm} Setting property 'debug' to '1' did not find a matching property.
Aug 20, 2010 11:18:41 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Valve} Setting property 'appName' to 'josso' did not find a matching property.
Aug 20, 2010 11:18:41 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
{code}
The server.xml code automatically generated by the Installer:
{code}
<!-- ================================================== -->
<!-- JOSSO JAAS Realm, configuration automatially generated by JOSSO Installer -->
<Realm appName="josso"
className="org.josso.tc60.agent.jaas.CatalinaJAASRealm"
debug="1"
roleClassNames="org.josso.gateway.identity.service.BaseRoleImpl"
userClassNames="org.josso.gateway.identity.service.BaseUserImpl">
</Realm>
<!-- ================================================== -->
<!-- ================================================== -->
<!-- JOSSO Agent Valve, configuration automatially generated by JOSSO Installer -->
<Valve appName="josso"
className="org.josso.tc60.agent.SSOAgentValve"
debug="1">
</Valve>
<!-- ================================================== -->
{code}
If the configuration is wrongly generated by the installer could you provide a corrected one here?
Thanks!