Atricore

advertisement
[JOSSO-461] JBoss 7 Agent in Module fails to load with class loader errors Created:
19/Sep/13 Updated: 04/Nov/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss Portal Agent
JOSSO 1.8.8
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
David S Taylor
Unresolved
None
JBoss7
None
Priority:
Assignee:
Votes:
Blocker
Sebastian Gonzalez Oyuela
0
Description
I am trying to use Josso 1 in JBoss7 following the examples provided from the josso-partnerjboss7-web project, pulled from here git://josso.git.sourceforge.net/gitroot/josso/josso1
Following the example, I created a jboss-web.xml like this:
<security-domain>java:/jaas/gatein-domain</security-domain>
<valve>
<class-name>org.josso.jb7.agent.JOSSOJASPIAuthenticator</class-name>
</valve>
and tried to create a module to hold the joss-jboss7-agent, and referenced it as
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="org.josso.jboss7" />
</dependencies>
</deployment>
</jboss-deployment-structure>
This always fails with errors in the class loader, not finding the config file as well as the Agent's
supporting classes. Dropping the Josso agent jar and its dependencies in WEB-INF/lib gives
similar class loader errors.
Seems that JBoss7 is broken.
Need examples of a JBoss 7 module and any additional (global) settings required in the
standalone.xml or valve settings that I am missing... It seems that the valve is executing in a
class loader unable to find the agent implementation classes. Also, is there a minimal JBoss7
release required?
Comments
Comment by Gianluca Brigandi [ 19/Sep/13 1:33 PM ]
Hi David,
Before trying out an example partner application, make sure to "JOSSify" your JBoss AS 7 instance accordingly
command line console.
This is not document yet on our website, whereas you should be able obtain the command name and required arg
Regards,
Gianluca.
Comment by David S Taylor [ 19/Sep/13 4:36 PM ]
Thanks. Gave that a try. Getting this stack trace:
:/home/arul/Downloads/josso-1.8.8/bin # ./josso-gsh
--------------------------------------------------constituent[0]: file:/home/arul/Downloads/josso-1.8.8/etc/
constituent[1]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-lang-2.0.jar
constituent[2]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-transaction-spi-7.0.0.Final.jar
constituent[3]: file:/home/arul/Downloads/josso-1.8.8/lib/xjavadoc-1.2.3.jar
constituent[4]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-clustering-infinispan-7.1.1.Final.jar
constituent[5]: file:/home/arul/Downloads/josso-1.8.8/lib/xnio-nio-3.0.3.GA.jar
constituent[6]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
constituent[7]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-bindings-xml-2.2.2.jar
constituent[8]: file:/home/arul/Downloads/josso-1.8.8/lib/ow2-jta-1.1-spec-1.0-M1.jar
constituent[9]: file:/home/arul/Downloads/josso-1.8.8/lib/picketbox-infinispan-4.0.7.Final.jar
constituent[10]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-stdio-1.0.1.GA.jar
constituent[11]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-remote-server-1.0-alpha-2-r654638.jar
constituent[12]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-parser-1.0-alpha-2-r654638.jar
constituent[13]: file:/home/arul/Downloads/josso-1.8.8/lib/regexp-1.2.jar
constituent[14]: file:/home/arul/Downloads/josso-1.8.8/lib/picketbox-4.0.7.Final.jar
constituent[15]: file:/home/arul/Downloads/josso-1.8.8/lib/geronimo-javamail_1.4_spec-1.6.jar
constituent[16]: file:/home/arul/Downloads/josso-1.8.8/lib/rhq-pluginAnnotations-3.0.4.jar
constituent[17]: file:/home/arul/Downloads/josso-1.8.8/lib/common-common-2.0.4-GA.jar
constituent[18]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-naming-7.1.1.Final.jar
constituent[19]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-remote-common-1.0-alpha-2-r654638.jar
constituent[20]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-servlet-api_3.0_spec-1.0.0.Final.jar
constituent[21]: file:/home/arul/Downloads/josso-1.8.8/lib/diff_match_patch-current.jar
constituent[22]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-common-schemas-2.2.2.jar
constituent[23]: file:/home/arul/Downloads/josso-1.8.8/lib/aspectjrt-1.5.3.jar
constituent[24]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.ws.frameworks.json-2.2.3-GA.jar
constituent[25]: file:/home/arul/Downloads/josso-1.8.8/lib/josso-core-1.8.8.jar
constituent[26]: file:/home/arul/Downloads/josso-1.8.8/lib/xercesImpl-2.9.0.jar
constituent[27]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.kernel.component.cache-2.3.3-GA.jar
constituent[28]: file:/home/arul/Downloads/josso-1.8.8/lib/josso-gshell-install-1.8.8.jar
constituent[29]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-sasl-1.0.0.Final.jar
constituent[30]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.ws.rest.core-2.2.3-GA.jar
constituent[31]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-remoting-3.2.3.GA.jar
constituent[32]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-threads-2.0.0.GA.jar
constituent[33]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-metadata-ear-7.0.1.Final.jar
constituent[34]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-logging-api-1.0.4.jar
constituent[35]: file:/home/arul/Downloads/josso-1.8.8/lib/geronimo-stax-api_1.0_spec-1.0.1.jar
constituent[36]: file:/home/arul/Downloads/josso-1.8.8/lib/jibx-run-1.2.2.jar
constituent[37]: file:/home/arul/Downloads/josso-1.8.8/lib/irmi-1.1.2.jar
constituent[38]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-remote-client-1.0-alpha-2-r654638.jar
constituent[39]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-model-1.0-alpha-2-r654638.jar
constituent[40]: file:/home/arul/Downloads/josso-1.8.8/lib/common-logging-2.0.4-GA.jar
constituent[41]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-threads-7.1.1.Final.jar
constituent[42]: file:/home/arul/Downloads/josso-1.8.8/lib/xalan-2.7.0.jar
constituent[43]: file:/home/arul/Downloads/josso-1.8.8/lib/netty-3.2.5.Final.jar
constituent[44]: file:/home/arul/Downloads/josso-1.8.8/lib/jaxb-api-2.1.jar
constituent[45]: file:/home/arul/Downloads/josso-1.8.8/lib/jibx-bind-1.2.2.jar
constituent[46]: file:/home/arul/Downloads/josso-1.8.8/lib/httpserver-1.0.0.Final.jar
constituent[47]: file:/home/arul/Downloads/josso-1.8.8/lib/hornetq-core-2.2.7.Final.jar
constituent[48]: file:/home/arul/Downloads/josso-1.8.8/lib/xdoclet-hibernate-module-1.2.3.jar
constituent[49]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-security-7.1.1.Final.jar
constituent[50]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-clustering-jgroups-7.1.1.Final.jar
constituent[51]: file:/home/arul/Downloads/josso-1.8.8/lib/pax-url-mvn-0.3.2.jar
constituent[52]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-web-2.5.5.jar
constituent[53]: file:/home/arul/Downloads/josso-1.8.8/lib/geronimo-activation_1.1_spec-1.0.2.jar
constituent[54]: file:/home/arul/Downloads/josso-1.8.8/lib/xpp3_min-1.1.4c.jar
constituent[55]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-metadata-web-7.0.1.Final.jar
constituent[56]: file:/home/arul/Downloads/josso-1.8.8/lib/josso-gshell-bootstrap-1.8.8.jar
constituent[57]: file:/home/arul/Downloads/josso-1.8.8/lib/xmldb-common-20030701.jar
constituent[58]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-server-7.1.1.Final.jar
constituent[59]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-transactions-7.1.1.Final.jar
constituent[60]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-codec-1.3.jar
constituent[61]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-frontend-jaxws-2.2.2.jar
constituent[62]: file:/home/arul/Downloads/josso-1.8.8/lib/infinispan-cachestore-jdbc-5.1.2.FINAL.jar
constituent[63]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-ansi-1.0-alpha-2-r654638.jar
constituent[64]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-marshalling-river-1.3.11.GA.jar
constituent[65]: file:/home/arul/Downloads/josso-1.8.8/lib/validation-api-1.0.0.GA.jar
constituent[66]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
constituent[67]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-common-utilities-2.2.2.jar
constituent[68]: file:/home/arul/Downloads/josso-1.8.8/lib/xmldb-xupdate-20040205.jar
constituent[69]: file:/home/arul/Downloads/josso-1.8.8/lib/jandex-1.0.3.Final.jar
constituent[70]: file:/home/arul/Downloads/josso-1.8.8/lib/log4j-1.2.14.jar
constituent[71]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.core.component.security.core-2.4.3-GA.jar
constituent[72]: file:/home/arul/Downloads/josso-1.8.8/lib/aopalliance-1.0.jar
constituent[73]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.tool.framework.junit-1.2.1-GA.jar
constituent[74]: file:/home/arul/Downloads/josso-1.8.8/lib/saaj-impl-1.3.2.jar
constituent[75]: file:/home/arul/Downloads/josso-1.8.8/lib/portal-identity-lib-2.7.1.GA.jar
constituent[76]: file:/home/arul/Downloads/josso-1.8.8/lib/plexus-component-annotations-1.0-alpha-13.jar
constituent[77]: file:/home/arul/Downloads/josso-1.8.8/lib/infinispan-cachestore-remote-5.1.2.FINAL.jar
constituent[78]: file:/home/arul/Downloads/josso-1.8.8/lib/activation-1.1.jar
constituent[79]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-httpclient-2.0.2.jar
constituent[80]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-prefs-1.0-alpha-2-r654638.jar
constituent[81]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-collections-3.0.jar
constituent[82]: file:/home/arul/Downloads/josso-1.8.8/lib/slf4j-api-1.5.5.jar
constituent[83]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-controller-7.1.1.Final.jar
constituent[84]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-security-web-3.1.3.RELEASE.jar
constituent[85]: file:/home/arul/Downloads/josso-1.8.8/lib/staxmapper-1.1.0.Final.jar
constituent[86]: file:/home/arul/Downloads/josso-1.8.8/lib/jgroups-2.6.20.Final.jar
constituent[87]: file:/home/arul/Downloads/josso-1.8.8/lib/slf4j-log4j12-1.5.5.jar
constituent[88]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar
constituent[89]: file:/home/arul/Downloads/josso-1.8.8/lib/xdoclet-1.2.3.jar
constituent[90]: file:/home/arul/Downloads/josso-1.8.8/lib/carol-interceptors-1.0.1.jar
constituent[91]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.kernel.commons-2.3.3-GA.jar
constituent[92]: file:/home/arul/Downloads/josso-1.8.8/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
constituent[93]: file:/home/arul/Downloads/josso-1.8.8/lib/jbossws-api-1.0.0.CR1.jar
constituent[94]: file:/home/arul/Downloads/josso-1.8.8/lib/jsf-impl-2.1.7-jbossorg-2.jar
constituent[95]: file:/home/arul/Downloads/josso-1.8.8/lib/infinispan-client-hotrod-5.1.2.FINAL.jar
constituent[96]: file:/home/arul/Downloads/josso-1.8.8/lib/bcel-5.1.jar
constituent[97]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-controller-client-7.1.1.Final.jar
constituent[98]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-logging-3.1.0.GA.jar
constituent[99]: file:/home/arul/Downloads/josso-1.8.8/lib/xpp3-1.1.4c.jar
constituent[100]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-databinding-jaxb-2.2.2.jar
constituent[101]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-expression-3.0.7.RELEASE.jar
constituent[102]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-whisper-1.0-alpha-2-r654638.jar
constituent[103]: file:/home/arul/Downloads/josso-1.8.8/lib/jmock-1.0.1.jar
constituent[104]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-tools-common-2.2.2.jar
constituent[105]: file:/home/arul/Downloads/josso-1.8.8/lib/FastInfoset-1.2.3.jar
constituent[106]: file:/home/arul/Downloads/josso-1.8.8/lib/jbossjts-4.16.2.Final.jar
constituent[107]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-dmr-1.1.1.Final.jar
constituent[108]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-modules-1.1.1.GA.jar
constituent[109]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-remote-naming-1.0.2.Final.jar
constituent[110]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-core-2.2.2.jar
constituent[111]: file:/home/arul/Downloads/josso-1.8.8/lib/jcip-annotations-1.0.jar
constituent[112]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-core-1.0-alpha-2-r654638.jar
constituent[113]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-platform-mbean-7.1.1.Final.jar
constituent[114]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-logmanager-log4j-1.0.0.GA.jar
constituent[115]: file:/home/arul/Downloads/josso-1.8.8/lib/axis-1.4-wl81fix.jar
constituent[116]: file:/home/arul/Downloads/josso-1.8.8/lib/logkit-1.2.jar
constituent[117]: file:/home/arul/Downloads/josso-1.8.8/lib/plexus-utils-1.5.1.jar
constituent[118]: file:/home/arul/Downloads/josso-1.8.8/lib/axis-jaxrpc-1.4.jar
constituent[119]: file:/home/arul/Downloads/josso-1.8.8/lib/xdoclet-xdoclet-module-1.2.3.jar
constituent[120]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.kernel.component.common-2.3.3-GA.jar
constituent[121]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-fileupload-1.0.jar
constituent[122]: file:/home/arul/Downloads/josso-1.8.8/lib/oro-2.0.8.jar
constituent[123]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-network-7.1.1.Final.jar
constituent[124]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-digester-1.5.jar
constituent[125]: file:/home/arul/Downloads/josso-1.8.8/lib/geronimo-jaxws_2.1_spec-1.0.jar
constituent[126]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-beanutils-1.6.1.jar
constituent[127]: file:/home/arul/Downloads/josso-1.8.8/lib/xbean-spring-3.4.3.jar
constituent[128]: file:/home/arul/Downloads/josso-1.8.8/lib/xstream-1.0.2.jar
constituent[129]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-discovery-0.2.jar
constituent[130]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-jexl-1.1.jar
constituent[131]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-core-2.5.5.jar
constituent[132]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-connector-api_1.6_spec-1.0.0.Final.jar
constituent[133]: file:/home/arul/Downloads/josso-1.8.8/lib/jacorb-2.3.1.jbossorg-1.jar
constituent[134]: file:/home/arul/Downloads/josso-1.8.8/lib/josso-gshell-core-1.8.8.jar
constituent[135]: file:/home/arul/Downloads/josso-1.8.8/lib/jtidy-r938.jar
constituent[136]: file:/home/arul/Downloads/josso-1.8.8/lib/wsdl4j-1.6.2.jar
constituent[137]: file:/home/arul/Downloads/josso-1.8.8/lib/jsf-api-1.2.jar
constituent[138]: file:/home/arul/Downloads/josso-1.8.8/lib/xml-resolver-1.2.jar
constituent[139]: file:/home/arul/Downloads/josso-1.8.8/lib/josso-common-1.8.8.jar
constituent[140]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-frontend-simple-2.2.2.jar
constituent[141]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-build-config-7.1.1.Final.jar
constituent[142]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-api-2.2.2.jar
constituent[143]: file:/home/arul/Downloads/josso-1.8.8/lib/hibernate-validator-4.2.0.Final.jar
constituent[144]: file:/home/arul/Downloads/josso-1.8.8/lib/quartz-1.5.2.jar
constituent[145]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-embedded-7.1.1.Final.jar
constituent[146]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-process-controller-7.1.1.Final.jar
constituent[147]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-negotiation-common-2.2.0.SP1.jar
constituent[148]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-negotiation-spnego-2.2.0.SP1.jar
constituent[149]: file:/home/arul/Downloads/josso-1.8.8/lib/servlet-api-2.3.jar
constituent[150]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-clp-1.0-alpha-2-r654638.jar
constituent[151]: file:/home/arul/Downloads/josso-1.8.8/lib/portlet-api-2.0.jar
constituent[152]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-security-core-3.1.3.RELEASE.jar
constituent[153]: file:/home/arul/Downloads/josso-1.8.8/lib/xml-apis-1.3.04.jar
constituent[154]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-el-api_2.2_spec-1.0.0.Final.jar
constituent[155]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-remoting-7.1.1.Final.jar
constituent[156]: file:/home/arul/Downloads/josso-1.8.8/lib/carol-3.0.6.jar
constituent[157]: file:/home/arul/Downloads/josso-1.8.8/lib/xnio-api-3.0.3.GA.jar
constituent[158]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-web-7.1.1.Final.jar
constituent[159]: file:/home/arul/Downloads/josso-1.8.8/lib/XmlSchema-1.4.5.jar
constituent[160]: file:/home/arul/Downloads/josso-1.8.8/lib/jaxb-impl-2.1.9.jar
constituent[161]: file:/home/arul/Downloads/josso-1.8.8/lib/jibx-extras-1.2.2.jar
constituent[162]: file:/home/arul/Downloads/josso-1.8.8/lib/plexus-container-default-1.0-alpha-43.jar
constituent[163]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-ws-addr-2.2.2.jar
constituent[164]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-common-1.0-alpha-2-r654638.jar
constituent[165]: file:/home/arul/Downloads/josso-1.8.8/lib/geronimo-annotation_1.0_spec-1.1.1.jar
constituent[166]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-clustering-web-spi-7.1.1.Final.jar
constituent[167]: file:/home/arul/Downloads/josso-1.8.8/lib/remoting-jmx-1.0.2.Final.jar
constituent[168]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-i18n-1.0-alpha-2-r654638.jar
constituent[169]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-clustering-api-7.1.1.Final.jar
constituent[170]: file:/home/arul/Downloads/josso-1.8.8/lib/jline-0.9.94.jar
constituent[171]: file:/home/arul/Downloads/josso-1.8.8/lib/maven-artifact-3.0-alpha-1.jar
constituent[172]: file:/home/arul/Downloads/josso-1.8.8/lib/mail-1.4.4.jar
constituent[173]: file:/home/arul/Downloads/josso-1.8.8/lib/neethi-2.0.4.jar
constituent[174]: file:/home/arul/Downloads/josso-1.8.8/lib/mime-util-2.1.3.jar
constituent[175]: file:/home/arul/Downloads/josso-1.8.8/lib/axis-saaj-1.4.jar
constituent[176]: file:/home/arul/Downloads/josso-1.8.8/lib/axis-ant-1.4.jar
constituent[177]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-ee-7.1.1.Final.jar
constituent[178]: file:/home/arul/Downloads/josso-1.8.8/lib/howl-1.0.1-1.jar
constituent[179]: file:/home/arul/Downloads/josso-1.8.8/lib/stax-api-1.0-2.jar
constituent[180]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-jmx-7.1.1.Final.jar
constituent[181]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-aop-2.5.5.jar
constituent[182]: file:/home/arul/Downloads/josso-1.8.8/lib/axis-wsdl4j-1.5.1.jar
constituent[183]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-beans-2.5.5.jar
constituent[184]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-common-core-2.2.17.GA.jar
constituent[185]: file:/home/arul/Downloads/josso-1.8.8/lib/asm-2.2.3.jar
constituent[186]: file:/home/arul/Downloads/josso-1.8.8/lib/jsr311-api-1.0.jar
constituent[187]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-logmanager-1.2.2.GA.jar
constituent[188]: file:/home/arul/Downloads/josso-1.8.8/lib/plexus-classworlds-1.2-alpha-12.jar
constituent[189]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-context-2.5.5.jar
constituent[190]: file:/home/arul/Downloads/josso-1.8.8/lib/saaj-api-1.3.jar
constituent[191]: file:/home/arul/Downloads/josso-1.8.8/lib/jotm-core-2.1.9.jar
constituent[192]: file:/home/arul/Downloads/josso-1.8.8/lib/xstream-1.3.jar
constituent[193]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-domain-management-7.1.1.Final.jar
constituent[194]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-marshalling-1.3.11.GA.jar
constituent[195]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-vfs-3.1.0.Final.jar
constituent[196]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-io-1.3.jar
constituent[197]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-logging-1.1.1.jar
constituent[198]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-ejb-client-1.0.0.Final.jar
constituent[199]: file:/home/arul/Downloads/josso-1.8.8/lib/wci-wci-2.1.0-GA.jar
constituent[200]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-negotiation-extras-2.2.0.SP1.jar
constituent[201]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-interceptor-spi-2.0.0.Final.jar
constituent[202]: file:/home/arul/Downloads/josso-1.8.8/lib/picketbox-commons-1.0.0.final.jar
constituent[203]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.kernel.container-2.3.3-GA.jar
constituent[204]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-invocation-1.1.1.Final.jar
constituent[205]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-domain-http-interface-7.1.1.Final.jar
constituent[206]: file:/home/arul/Downloads/josso-1.8.8/lib/wagon-provider-api-1.0-beta-3.jar
constituent[207]: file:/home/arul/Downloads/josso-1.8.8/lib/axis-1.4.jar
constituent[208]: file:/home/arul/Downloads/josso-1.8.8/lib/jasper-jdt-7.0.3.Final.jar
constituent[209]: file:/home/arul/Downloads/josso-1.8.8/lib/jacorb-idl-2.2.3-jonas-patch-20071018.jar
constituent[210]: file:/home/arul/Downloads/josso-1.8.8/lib/jta-1.1.jar
constituent[211]: file:/home/arul/Downloads/josso-1.8.8/lib/picocontainer-1.1.jar
constituent[212]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-protocol-7.1.1.Final.jar
constituent[213]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-metadata-common-7.0.1.Final.jar
constituent[214]: file:/home/arul/Downloads/josso-1.8.8/lib/exo.core.component.organization.api-2.4.3-GA.jar
constituent[215]: file:/home/arul/Downloads/josso-1.8.8/lib/jbossweb-7.0.13.Final.jar
constituent[216]: file:/home/arul/Downloads/josso-1.8.8/lib/infinispan-core-5.1.2.FINAL.jar
constituent[217]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-modeler-1.1.jar
constituent[218]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-jsp-api_2.2_spec-1.0.0.Final.jar
constituent[219]: file:/home/arul/Downloads/josso-1.8.8/lib/javax.inject-1.jar
constituent[220]: file:/home/arul/Downloads/josso-1.8.8/lib/wstx-asl-3.2.8.jar
constituent[221]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-plexus-1.0-alpha-2-r654638.jar
constituent[222]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-clustering-common-7.1.1.Final.jar
constituent[223]: file:/home/arul/Downloads/josso-1.8.8/lib/gshell-command-api-1.0-alpha-2-r654638.jar
constituent[224]: file:/home/arul/Downloads/josso-1.8.8/lib/commons-vfs-1.0.jar
constituent[225]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-jsf-api_2.1_spec-2.0.1.Final.jar
constituent[226]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-as-deployment-repository-7.1.1.Final.jar
constituent[227]: file:/home/arul/Downloads/josso-1.8.8/lib/jbossjts-integration-4.16.2.Final.jar
constituent[228]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-jaspi-api_1.0_spec-1.0.0.Final.jar
constituent[229]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-msc-1.0.2.GA.jar
constituent[230]: file:/home/arul/Downloads/josso-1.8.8/lib/cxf-rt-bindings-soap-2.2.2.jar
constituent[231]: file:/home/arul/Downloads/josso-1.8.8/lib/jboss-jacc-api_1.4_spec-1.0.1.Final.jar
constituent[232]: file:/home/arul/Downloads/josso-1.8.8/lib/spring-tx-3.0.7.RELEASE.jar
--------------------------------------------------org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jb7-installer' defined
[jar:file:/home/arul/Downloads/josso-1.8.8/lib/josso-gshell-install-1.8.8.jar!/META-INF/spring/josso-gshell.xml
while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationExcept
defined in URL [jar:file:/home/arul/Downloads/josso-1.8.8/lib/josso-gshell-install-1.8.8.jar!/META-INF/spring/
failed; nested exception is org.springframework.beans.InvalidPropertyException: Invalid property '>' of bean cla
[org.josso.tooling.gshell.install.TargetPlatformImpl]: No property '>' found
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinit
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(Bean
at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(Construc
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolv
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(Abstrac
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(Abstract
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Abstra
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutow
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractA
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingleton
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:2
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(Default
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(Abstra
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.ja
at org.josso.tooling.gshell.core.spring.GShellApplicationContext.<init>(GShellApplicationContext.java:81
at org.josso.tooling.gshell.core.spring.GShellApplicationContext.<init>(GShellApplicationContext.java:61
at org.josso.tooling.gshell.core.cli.Main.<init>(Main.java:70)
at org.josso.tooling.gshell.core.cli.Main.main(Main.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
at org.josso.tooling.gshell.bootstrap.Launcher.main(Launcher.java:62)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jb7' defi
[jar:file:/home/arul/Downloads/josso-1.8.8/lib/josso-gshell-install-1.8.8.jar!/META-INF/spring/josso-gshell.xml
exception is org.springframework.beans.InvalidPropertyException: Invalid property '>' of bean class [org.josso.t
No property '>' found
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Abstra
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutow
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractA
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingleton
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:2
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinit
... 30 more
Caused by: org.springframework.beans.InvalidPropertyException: Invalid property '>' of bean class [org.josso.to
No property '>' found
at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:382)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(Abstract
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(Abstrac
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutow
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(Abstra
Comment by Gianluca Brigandi [ 19/Sep/13 6:05 PM ]
The spring descriptor defining installer beans was not well-formed. This has been fixed and pushed onto the mas
SNAPSHOT from the source in order to overcome this issue.
Comment by Gabie Jean [ 10/Dec/13 10:22 AM ]
I really love what you do, bravo! Well thank you for sharing with us this article.
Voyance gratuite par mail - http://www.voyance-sidonie.com
Comment by Vikas Prabhu [ 31/Oct/14 10:53 AM ]
Please check if this helps you out.
http://codepk.tumblr.com/post/101409947356/josso-agent-1-8-installation-in-jboss-7-1
Comment by Gabie Jean [ 04/Nov/14 12:16 PM ]
Great blog I find it really useful !! (I do not know if I already signed)
A big thank you to you! Good luck :)
voyance par mail - http://www.ma-voyance-par-mail.com
Comment by z clothing [ 05/Jan/15 2:24 AM ]
Print on clothing http://www.z-clothing.com/presentation.php
Comment by Gabie Jean [ 28/May/15 2:23 PM ]
Je suis vraiment fière de vous découvrir, votre blog est vraiment super ! J’aime bien son interface, et j’ai trop ado
ainsi !
Voyance gratuite mail - http://www.sidonie-voyance.com/
Comment by Gabie Jean [ 15/Jun/15 1:41 PM ]
Thank you first of all for this great blog. I come every day including weekends! Good luck
voyance gratuite - http://www.nina-voyance.fr/
Comment by Gabie Jean [ 04/Nov/15 12:54 PM ]
Congratulations to the site it is very nice to be more interactive and more originale.De it has a lot of content and
voyance par mail gratuite - http://www.une-voyance-gratuite.eu
[JOSSO-469] NPE caused by jboss 7.1 agent when josso after login redirects
back to partnerapp Created: 15/Oct/14 Updated: 05/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss 7.x Agent
JOSSO 1.8.8
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Priority:
Vikas Prabhu
Assignee:
Unresolved
Votes:
None
Linux - Centos 5 , JDK 1.6
Attachments:
jboss-deployment-structure.xml
server.log
web.xml
None
Blocker
Sebastian Gonzalez Oyuela
0
josso-agent-config.xml
Description
We have installed JOSSO Gateway 1.8.5 on JBOSS 4.2.2 on windows machine.
We installed JOSSO Agent 1.8.8 on linux machine on JBOSS 7.1
On accessing the index page the page is successfully redirected to the gateway login page
Once we enter the user/password, we get the redirect to the agent with blank page, the gateway logs show we ha
authenticated successfully.
Browser shows this url
http://192.168.1.33:8888/BDO_PORTAL/josso_security_check?josso_assertion_id=F55D130F229A5A04
We have attached my
web.xml
josso-agent-config.xml
jboss-web.xml
jboss-deployment-structure.xml
The server logs show the following error
10:59:24,706 INFO [org.josso.agent.Lookup] (http--0.0.0.0-8888-1) Init resourceName <josso-agent-config.xml
10:59:24,776 SEVERE [org.josso.agent.http.JaasHttpSSOAgent] (http--0.0.0.0-8888-1) java.lang.NullPointerEx
at org.josso.agent.http.SSOGatewayHandler.handle(SSOGatewayHandler.java:62)
at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:955)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:951)
at org.josso.jaspi.agent.SSOGatewayLoginModule.login(SSOGatewayLoginModule.java:118)
at org.josso.jb7.agent.JBossSSOGatewayLoginModule.login(JBossSSOGatewayLoginModule.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
at org.josso.agent.http.JaasHttpSSOAgent.authenticate(JaasHttpSSOAgent.java:68)
at org.josso.agent.AbstractSSOAgent.execute(AbstractSSOAgent.java:420)
at org.josso.agent.AbstractSSOAgent.processRequest(AbstractSSOAgent.java:333)
at org.josso.jaspi.agent.JASPISSOAuthModule.validateRequest(JASPISSOAuthModule.java:420)
at org.jboss.security.auth.message.config.JBossServerAuthContext.invokeModules(JBossServerAuthContext.jav
at org.jboss.security.auth.message.config.JBossServerAuthContext.validateRequest(JBossServerAuthContext.ja
at
org.jboss.security.plugins.auth.JASPIServerAuthenticationManager.isValid(JASPIServerAuthenticationManage
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.authenticate(JOSSOJASPIAuthenticator.java:326)
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.invoke(JOSSOJASPIAuthenticator.java:128)
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:15
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
at java.lang.Thread.run(Thread.java:619)
10:59:24,787 WARNING [org.josso.jaspi.agent.JASPISSOAuthModule] (http--0.0.0.0-8888-1) Outbound relayi
failed. No Principal found. Verify your SSO Agent Configuration!: java.lang.RuntimeException: Outbound relay
failed. No Principal found. Verify your SSO Agent Configuration!
at org.josso.jaspi.agent.JASPISSOAuthModule.validateRequest(JASPISSOAuthModule.java:427) [josso-jaspi-a
1.8.8.jar:1.8.8]
at org.jboss.security.auth.message.config.JBossServerAuthContext.invokeModules(JBossServerAuthContext.jav
[picketbox-4.0.7.Final.jar:4.0.7.Final]
at org.jboss.security.auth.message.config.JBossServerAuthContext.validateRequest(JBossServerAuthContext.ja
[picketbox-4.0.7.Final.jar:4.0.7.Final]
at
org.jboss.security.plugins.auth.JASPIServerAuthenticationManager.isValid(JASPIServerAuthenticationManage
[picketbox-4.0.7.Final.jar:4.0.7.Final]
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.authenticate(JOSSOJASPIAuthenticator.java:326) [josso-jbos
1.8.8.jar:1.8.8]
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.invoke(JOSSOJASPIAuthenticator.java:128) [josso-jboss7-ag
1.8.8.jar:1.8.8]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:15
as-web-7.1.1.Final-RECOMPILE.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Fina
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jboss
7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_03]
Request you to please help us out in this....
Comments
Comment by Vikas Prabhu [ 31/Oct/14 10:48 AM ]
Have solve this...
It was because the JOSSO agent was trying to access the wsdl file online, and the machine did
not had internet connection.
Detailed steps can be found here on how to tackle this.
http://codepk.tumblr.com/post/101409947356/josso-agent-1-8-installation-in-jboss-7-1
Comment by Gabie Jean [ 05/Jan/16 9:47 AM ]
Great work! This is the type of info that should be shared around the internet. Shame on the
search engines for not positioning this post higher! Come on over and visit my site . Thanks
voyance en ligne gratuite - http://www.sidonie-voyance.com/
[JOSSO-464] When using Postgres DB as persistence system setting you can't
login anymore after reboot. Created: 06/Feb/14 Updated: 05/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Gianfranco Roberto
Unresolved
None
Windows 7 Pro 32 bit
None
Priority:
Assignee:
Votes:
Blocker
Sebastian Gonzalez Oyuela
0
Description
When using a postgres db as persistence in System Setting you can't login with admin admin.
In order to debug this isssue, you can consider that I found that the reason is the uppercase
names of tables and columns while query using lower case.
That cause the console can't read table and fields so can't recognize login user.
It's impossible after reboot to change back and have console work again.
The only possibility is to clean the josso envirment and lost all work ;(
Gretting
Gianfranco
Comments
Comment by Gianfranco Roberto [ 06/Feb/14 3:39 PM ]
I know now is a question that Tables and columns are stored like labels but used like name
ex:
CREATE TABLE "SEQUENCE_TABLE"
(
"SEQUENCE_NAME" character varying(255) NOT NULL,
"NEXT_VAL" bigint NOT NULL,
CONSTRAINT "SEQUENCE_TABLE_pkey" PRIMARY KEY ("SEQUENCE_NAME")
)
So the right way to query this table is (SELECT * FROM "SEQUENCE_TABLE") and not
(SELECT * FROM SEQUENCE_TABLE).
In this case the " symbol determine if we are using label or name to indicate table name or table
fields
Comment by Gabie Jean [ 05/Jan/16 9:47 AM ]
Great article and right to the point. I don’t know if this is in fact the best place to ask but do you
people have any ideea where to employ some professional writers? Thank you
voyance par mail - http://www.rose-voyance.com
[JOSSO-459] multiple users Created: 10/Jul/13 Updated: 02/Mar/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss 6.0 Agent
JOSSO 1.8.5
Type:
Reporter:
Resolution:
Labels:
Bug
Praba
Unresolved
None
None
Priority:
Assignee:
Votes:
Blocker
Sebastian Gonzalez Oyuela
0
Description
Does josso has the facility to control one session per user?? Like multiple users should not be
logged in multiple josso session....either josso has to logout first person and let second person
access the application or vice versa...
Comments
Comment by Gabie Jean [ 10/Dec/13 10:21 AM ]
I really like this blog is a great pleasure to read something new and interesting.
Voyance amour - http://www.voyance-conseil.eu
Comment by Gabie Jean [ 10/Dec/13 12:49 PM ]
I am a regular visitor to your site, which I congratulate you because it is very nice, very
intuitive, congratulations to the whole team. See you soon for the next
voyance gratuite par mail rapide - http://www.milla-voyance.net
Comment by Gabie Jean [ 04/Nov/14 12:21 PM ]
your blog is recommended! luck for the future and good luck with this blog
voyance gratuite - http://www.une-voyance-gratuite.eu
Comment by Gabie Jean [ 28/May/15 2:18 PM ]
Félicitation à tous ceux qui veillent pour le bon déroulement de ce magnifique blog !
voyance gratuite par email - http://www.ysalis-voyance.com
Comment by Gabie Jean [ 15/Jun/15 1:35 PM ]
I went for a walk on your website. Continue! Can you put me in partner because I put you on
my website.
voyance gratuite en ligne - http://www.audelia-voyance.com
Comment by Gabie Jean [ 04/Nov/15 12:52 PM ]
This blog is so nice to me. I will continue to come here again and again
Good luck
voyance gratuite par mail - http://www.rosie-voyance.com
Comment by Gabie Jean [ 02/Mar/16 10:10 AM ]
Congratulations to the site it is very nice to be more interactive and more originale.De it has a
lot of content and links.
voyance gratuite serieuse - http://www.roselyne-augustin.com
[JOSSO-453] Josso 1.8.6 Post request not able to work saying "HTTP Status 405
- Method Not Allowed" Created: 13/Mar/13 Updated: 13/Mar/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 7.0 Agent
JOSSO 1.8.6
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
murali
Unresolved
None
windows xp
None
Attachments:
Priority:
Assignee:
Votes:
Critical
Sebastian Gonzalez Oyuela
0
josso-agent-config.xml
Description
When i am integrating josso with thirdparty application using mysql db.
I am able to login to and access the login page of thirdparty application.
But the issue is i wan't to provide the credentials of third party application @ josso login page,
where josso is been integrated to mysql using jdbcDatastore.
in that situation when i am accessing the restwebservices i am getting "HTTP Status 405 - Method
Not Allowed"
i am using Tomcat 7,
stack trace is like this.
Mar 13, 2013 7:03:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 14141 ms
Mar 13, 2013 7:03:13 PM org.apache.catalina.realm.JAASRealm authenticate
WARNING: Login exception authenticating username
"EC0C502DB42FE4F2A5A522594ABB8635"
javax.security.auth.login.LoginException: Login Failure: all modules ignored
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:921)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:411)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:334)
at org.josso.tc70.agent.CatalinaSSOAgent.authenticate(CatalinaSSOAgent.java:95)
at org.josso.agent.AbstractSSOAgent.execute(AbstractSSOAgent.java:420)
at org.josso.agent.AbstractSSOAgent.processRequest(AbstractSSOAgent.java:333)
at org.josso.tc70.agent.SSOAgentValve.invoke(SSOAgentValve.java:623)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Mar 13, 2013 7:03:13 PM org.apache.struts.tiles.TilesRequestProcessor initDefinitionsMapping
INFO: Tiles definition factory found for request processor ''.
Mar 13, 2013 7:03:13 PM org.josso.gateway.audit.service.handler.LoggerAuditTrailHandler handle
INFO: Wed Mar 13 19:03:13 IST 2013 - sso-user - info - - authenticationFailed=failure remoteHost=127.0.0.1,authScheme=basic-authentication ERROR:null:org.josso.auth.exceptions.AuthenticationFailureException
Mar 13, 2013 7:03:13 PM org.josso.gateway.audit.service.handler.LoggerAuditTrailHandler handle
INFO: Wed Mar 13 19:03:13 IST 2013 - sso-user - info - - authenticationFailed=failure remoteHost=127.0.0.1,authScheme=basic-authentication ERROR:null:org.josso.auth.exceptions.AuthenticationFailureException
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Mar 13, 2013 7:03:13 PM org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
Mar 13, 2013 7:03:18 PM org.josso.gateway.audit.service.handler.LoggerAuditTrailHandler handle
INFO: Wed Mar 13 19:03:18 IST 2013 - sso-session - info - msunnam - createSession=success -
ssoSessionId=F730286FE72701C3EEE06BC38A271E5D
Mar 13, 2013 7:03:18 PM org.josso.gateway.audit.service.handler.LoggerAuditTrailHandler handle
INFO: Wed Mar 13 19:03:18 IST 2013 - sso-user - info - msunnam - authenticationSuccess=success
- authScheme=basic-authentication,ssoSessionId=F730286FE72701C3EEE06BC38A271E5D
Mar 13, 2013 7:03:49 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-9000"]
Mar 13, 2013 7:03:49 PM org.apache.coyote.AbstractProtocol pause
Please do the need full help
[JOSSO-454] change "localhost" to ip address, but redirect to localhost error
page Created: 14/Mar/13 Updated: 14/Mar/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 6.0 Agent
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Critical
Priority:
alessio p
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
josso 2 installed on ubuntu 12.04 virtual machine vbox , host: windows 7
None
Description
Hi,
I changed "localhost" to ip address (192.169.x.x), but after login redirect to localhost error page:
step 1: welcome page works (http://192.168.x.x:8080/partnerapp/)
step 2: page login works (http://192.168.1.x:8081/IDBUSUI/IDAPPLIANCE/SSO/LOGIN/SIMPLE?SSOArt=id1CD4A6F61B88287D)
step 3: redirect page after login don' t works
(http://localhost:8081/IDBUS/IDAPPLIANCE/TC6/SSO/SLO/ARTIFACT?SSOArt=id06C9A590FF72C9E1)
Is there a way to change this "localhost" url with ip address? I do not know how to change it..
thanks,
alex
[JOSSO-178] JOSSO Tomcat incompatibility with Apache OpenEJB / CXF 2.x
Created: 16/Nov/09 Updated: 21/Dec/09
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 6.0 Agent
JOSSO 1.8, JOSSO 1.8.1, JOSSO 1.8.2
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Critical
Priority:
Martin Buch
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
Java 6 (Update 16) on Tomcat 6.0.20 with OpenEJB 3.1.2
None
Description
Hello,
we are using Tomcat (6.0.20) with Apache OpenEJB Container (3.1.2) and facing problems
deploying webservice applications using Apache CXF 2.x (2.0.9 or 2.2.2).
Actual OpenEJB itself comes with Apache CXF 2.0.9.
Deploying the webapp under Tomcat+JOSSO or Tomcat+OpenEJB is no problem, but
Tomcat+JOSSO+OpenEJB does not work.
The webapps are deployed under control of OpenEJB and the problem seem to be common
Axis 1.4 libraries JOSSO
is installing in Tomcat's lib folder:
axis-jaxrpc-1.4.jar
axis-wsdl4j-1.5.1.jar
I think the critical fact is the JAX-RPC 1.1 Axis 1.4 and JOSSO needs while CXF uses JAXWS 2.0. Both in coexistance bringing up deployment errors.
What I saw is that axis-wsdl4j-1.5.1.jar does not match wsdl4j-1.6.1.jar coming with OpenEJB,
and axis-jaxrpc-1.4.jar does not match javaee-api-5.0-2.jar of OpenEJB.
Related to to this problems I have some other questions:
Can JOSSO be run with CXF instead of Axis 1.4?
Axis 1.4 is rather old and I don't like to see it in Tomcats common libs. IMHO Axis 1.4 is
contemporary and hinders future development of JOSSO.
Do you have any known issues on the compatibility of JOSSO with Apache OpenEJB?
thanks for any help,
Martin
Comments
Comment by Martin Buch [ 16/Nov/09 1:16 PM ]
Hello,
I can provide some additional information.
Now I've found that when replacing axis-wsdl4j-1.5.1.jar by wsdl4j-1.6.1.jar and removing axis-ant-1.4.jar from
dir, then
the deployment works without error.
With axis-ant-1.4.jar I get following errors during deployment:
- Error deploying CXF webservice for servlet ...
java.lang.NullPointerException
at java.io.FilterInputStream.close(FilterInputStream.java:155)
at sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream.close(JarURLConnection.java:90)
at org.apache.cxf.resource.ExtendedURIResolver.close(ExtendedURIResolver.java:75)
at org.apache.cxf.catalog.CatalogWSDLLocator.close(CatalogWSDLLocator.java:122)
at org.apache.cxf.wsdl11.ResourceManagerWSDLLocator.close(ResourceManagerWSDLLocator.java:68)
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:211)
at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:176)
at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:81)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactor
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryB
at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:169)
at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:98)
at org.apache.openejb.server.cxf.pojo.PojoEndpoint.<init>(PojoEndpoint.java:53)
at org.apache.openejb.server.cxf.pojo.PojoWsContainer.createEndpoint(PojoWsContainer.java:38)
at org.apache.openejb.server.cxf.pojo.PojoWsContainer.createEndpoint(PojoWsContainer.java:26)
at org.apache.openejb.server.cxf.CxfWsContainer.start(CxfWsContainer.java:70)
at org.apache.openejb.server.cxf.pojo.PojoWsContainer.start(PojoWsContainer.java:43)
at org.apache.openejb.server.cxf.CxfService.createPojoWsContainer(CxfService.java:69)
at org.apache.openejb.server.webservices.WsService.afterApplicationCreated(WsService.java:310)
at org.apache.openejb.tomcat.catalina.TomcatWebAppBuilder.afterStart(TomcatWebAppBuilder.java:303)
at org.apache.openejb.tomcat.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:60)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4424)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:850)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:724)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Hence there must be something that axis-ant-1.4.jar is doing during deployment here which I think is rather craz
what should Axis Ant tasks do at runtime? I thought they are made for build management.
The question is, why axis-ant-1.4.jar is needed for JOSSO?
From my point of view the bug can be reduced to prio "major" then.
Martin
Comment by Sebastian Gonzalez Oyuela [ 21/Dec/09 12:45 PM ]
Once you removed this files, were you able to make JOSSO and OpenEJB work after deployment ?
[JOSSO-348] ISAPI Issue for JOSSO 1.8.5 Created: 25/Oct/11
Updated: 25/Oct/11
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
ISAPI Agent
JOSSO 1.8.5
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Critical
Priority:
Rajkumar
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
Windows 2003, IIS 6.0, Classical ASP applications
Attachments:
None
josso-agent-config.zip
Description
I have installed and configure JOSSO 1.8.5 on my JBOSS 5.1.X. I am able to add 2 partner
application in JBoss and able to put these under josso. And this is perfectly running fine. But i
am facing issue when i am connecting to an ASP application deployed on IIS 6.0 to this setup.
After logging into the JBOSS partner app(via the Josso gateway), i tried accessing the asp link.
The asp browser says "page cannot be found". I followed the setup for JOSSO IIS agent and
related configuration. And i used the josso-partner-asp-1.8.5-.zip that comes with josso package
as the partner application. Can you please let me know if i am missing any details/steps.
I am attaching the josso iis agent config file + the log output with this ticket
Thanks in advance
Rajkumar S
[JOSSO-318] Generate Agent configuracion file for JEE Execution
environments Created: 12/Aug/11 Updated: 15/Jun/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
JOSSO 2.2.0
Type:
Reporter:
Resolution:
Labels:
Improvement
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Critical
Sebastian Gonzalez Oyuela
0
Comments
Comment by Gabie Jean [ 28/May/15 2:28 PM ]
Je viens de découvrir votre site , je vous remercie et vous souhaite une bonne continuation.
Surtout continuez toujours ainsi ; votre site est super !
Cordialement
voyante - http://www.rose-voyance.com
Comment by Gabie Jean [ 15/Jun/15 1:48 PM ]
Always so exciting and so diversify, I am glad I am disabled you bring me happiness. Continue
this!
voyance gratuite par email - http://www.voyance-conseil.eu
[JOSSO-337] Cann't find single sign on Server Created: 15/Oct/11
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console, JBoss 5.0 Agent
JOSSO 2.2.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Priority:
David Maria Nayagam
Assignee:
Unresolved
Votes:
None
windows xp and windows 7
Attachments:
idAppliance-2-1.0.2.zip
JOSSO_START_IMG.bmp
Updated: 02/Jul/15
None
Critical
Sebastian Gonzalez Oyuela
1
josso-agent-config.xml
Description
hi,
i have created sample Identity Appliace (appliance Attached) and deployed , Started well.
(Attached screen shot).
i am trying to get the "SINGLE SIGN ON SCREEN" but page can't be found error is comming:
tryed in many ways:
http://jb51.demo.atricore.com/partnerapp2/protected
-----------------------------------------------------------------------------jb51.demo.atricore.com/partnerapp2/protected
-----------------------------------------------------------------------------http://jb51.demo.atricore.com/partnerapp2
i tryed in many ways not possible to get the SSO Screen.
i used: JBOSS 5.X (JOSSO_AGENT_CONFIG.xml also attached).
SERVICE PROVIDER URL: http: jb51.demo.atricore.com 80 partnerapp2
please any one help me out ... Its very urgent to decide we can use JOSSO .
Comments
Comment by Sebastian Gonzalez Oyuela [ 17/Oct/11 1:43 PM ]
Have you activated the execution environment (JBoss 5.1) after starting the appliance ? This
must be done only once.
Make sure to restart JBoss after activation.
To activate the execution environment go to the Appliance Modeler view, select your JBoss
element definition, and go to the activation section on the property sheet at the bottom. click reactivate and roll the mouse out of the form.
Comment by Evan Schnell [ 01/May/12 8:42 PM ]
I have exactly the same problem, except with tomcat 6.0.
I have recreated everything several times. Both appliance and tomcat. Reactivated as described.
Verified URLs etc. All logs are empty of errors; even with debug on. All servers are active per
the osgi commands. I am just trying to repeat what I saw in the demo video and am dying of
404s.
Comment by Gayanath [ 15/May/12 9:31 PM ]
HEY EVAN DID YOU FIX YOU ISSUE WITH JOSSO + TC YET?
Comment by Hari Prasad [ 14/Sep/12 11:54 AM ]
Am using josso2.3 community edition. Am also facing the same problem like not able find that
josso login page in my application. The login page forwarding to "/josso_user_login/". Even i
didnt find josso.war in the installation directory. Is this war really need for doing josso SSO for
making our applicaiton josso enabled. Please confirm me regarding.
Comment by Gabie Jean [ 26/Jun/15 9:41 AM ]
Thank you for these interesting strong advice, it is great to come across articles as interesting as
yours! I wish you health, longevity, success, happiness and peace of heart.
voyance gratuite en ligne par mail - http://www.votre-voyance-gratuite-par-mail.com
voyance gratuite mail - http://www.voyance-gratuite-mail.eu
Comment by Arijeet Saha [ 02/Jul/15 8:02 AM ]
I am facing the same issue. I am using josso 2.4 community edition.
The default login page is not found displaying HTTP 404 error. When I am adding application
specific login page my modifying the josso_agent_config.xml, the user remains in the login
page after the login is done and is not redirected to the proper restricted url.
Please help. Its urgent for our project needs and will decide whether to move to enterprise
edition. If not done, we will have to rethink on some other SSO implementation.
[JOSSO-353] CLONE -JOSSO + PHP: SoapFault exception Created: 29/Dec/11
Updated:
30/Sep/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
PHP Agent
JOSSO 1.8.3
Type:
Reporter:
Bug
Critical
Priority:
Gopalakrishnan
Sebastian Gonzalez Oyuela
Assignee:
Shanmugam
Unresolved
0
Votes:
None
Windows XP, Tomcat 6 with JOSSO 1.8.3 GW deployed, XAMPP with
PHP agent and sample app, Apache Directory Server on localhost
Resolution:
Labels:
Environment:
JOSSO 1.8.4
Description
Hi Support Team,
i tried to install JOSSO Agent for PHP and excute the sample application. It seems that Agent
crash on Soap feedback from JOSSO GW:
I have a single Windows Host with a Tomcat instance (listening on 8080) for the JOSSO GW
and an Apache/PHP (XAMPP) where i installed the PHP Agent and the sample app.
any help would be appreciated.
When i recall the sample app, i'm prompted for credentials and then it crash:
1. in the gw log i see:
INFO: Fri Nov 12 12:36:05 CET 2010 - sso-user - info - user1 - authenticationSuc cess=success
- authScheme=basic-authentication,ssoSessionId=5F62295BBD63E7BCA40A
1EA9EFBD6407
2. in browser i see: (this is the URL dislpayed: http://localhost/josso-php-partnerapp/jossosecurity-check.php?josso_assertion_id=A688F83D1C355CBA)
Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient() [<a
href='soapclient.soapclient'>soapclient.soapclient</a>]: Invalid parameters in
C:\xampp\php\PEAR\josso-php-inc\class.jossoagent.php:703 Stack trace: #0
C:\xampp\php\PEAR\josso-php-inc\class.jossoagent.php(703): SoapClient>SoapClient('http://localhos...', false, '', '', '', '') #1 C:\xampp\php\PEAR\josso-phpinc\class.jossoagent.php(521): jossoagent->getIdentityProvdierSoapClient() #2
C:\xampp\htdocs\josso-php-partnerapp\josso-security-check.php(37): jossoagent>resolveAuthenticationAssertion('A688F83D1C355CB...') #3 {main} thrown in
C:\xampp\php\PEAR\josso-php-inc\class.jossoagent.php on line 703
Is there something i can do?
Many thanks.
Marco
Comments
Comment by Gopalakrishnan Shanmugam [ 29/Dec/11 10:43 AM ]
Hi Supporting Team,
I faced this issue in JOSSO 1.8.5 with PHP 5.3.5 XAMP. Kindly, check and do the needful.
Thanks
Gopalakrishnan S
Comment by Gopalakrishnan Shanmugam [ 29/Dec/11 10:44 AM ]
Fatal error: Uncaught SoapFault exception: [Client] SoapClient::SoapClient() [<a
href='soapclient.soapclient'>soapclient.soapclient</a>]: Invalid parameters in
D:\xampp\php\includes\josso-php-inc\class.jossoagent.php:743 Stack trace: #0
D:\xampp\php\includes\josso-php-inc\class.jossoagent.php(743): SoapClient>SoapClient('http://10.10.28...', false, '', '', '', '') #1 D:\xampp\php\includes\josso-phpinc\class.jossoagent.php(541): jossoagent->getIdentityProvdierSoapClient() #2
D:\xampp\htdocs\fcm\josso-security-check.php(37): jossoagent>resolveAuthenticationAssertion('8BDD67782508D1D...') #3 {main} thrown in
D:\xampp\php\includes\josso-php-inc\class.jossoagent.php on line 743
Comment by Gabie Jean [ 30/Sep/15 12:25 PM ]
Thank you for the good times in your blog. I am often in the position to watch (again and again)
those wonderful articles you shared. Really interesting. Good luck to you!
voyance gratuite par telephone - http://www.qualite-voyance.fr
voyance mail gratuite - http://www.voyance-sidonie.com
[JOSSO-312] JOSSO ISAPI Agent default login strategy does not ignore
configured referres Created: 02/Aug/11 Updated: 18/Dec/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
ISAPI Agent
None
Type:
Reporter:
Resolution:
Labels:
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 1.8.6
Critical
Sebastian Gonzalez Oyuela
0
Comments
Comment by Gabie Jean [ 14/Dec/15 4:16 PM ]
Helpful info. Lucky me I discovered your website by chance, and I’m shocked why this twist of
fate didn’t took place earlier! I bookmarked it.
voyance mail gratuite - http://www.voyance-conseil.eu
Comment by Gabie Jean [ 18/Dec/15 1:09 PM ]
Love the site and all content.
Congratulations and thank you
voyance en ligne gratuite - http://www.sidonie-voyance.com/
[JOSSO-437] Test Connection and Test Query not working Created: 27/Oct/12
Updated:
02/Mar/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
DB Identity Store
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Srdjan
Unresolved
None
windows server 2008
None
Priority:
Assignee:
Votes:
Critical
Sebastian Gonzalez Oyuela
0
Description
I created a DB Identity source
Name : SS
Driver: JDBC ODBC Bridge
connection url : odbc:sqlserver://ipaddress
username=xyz
password=xyz
and clicked Test Connection. I didnt get any response. I have installed ODBC driver for sql
server.
Can you help me please?
Thank You,
Srdjan
Comments
Comment by Gabie Jean [ 24/Feb/16 2:38 PM ]
Thank you for this site and all information abounds. I find it very interesting and I recommend it
to everyone!
All the best. friendly .
voyance gratuite par email - http://guidez-moi.com
Comment by Gabie Jean [ 02/Mar/16 10:09 AM ]
This blog is so nice to me. I will continue to come here again and again
Good luck
voyance gratuite par mail - http://www.voyance-marie-liesse.com
[JOSSO-463] jboss as7 agent not working cause of Unrecognized xbean
namespace mapping: urn:org:josso:agent:core Created: 14/Jan/14 Updated: 02/Mar/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 1.8.8
Type:
Reporter:
Resolution:
Labels:
Bug
Markus Schulz
Unresolved
None
None
Priority:
Assignee:
Votes:
Critical
Sebastian Gonzalez Oyuela
2
Description
agent installed with:
josso> agent install --target /usr/local/jboss-as-7.1.1.Final --platform jb7
(i had to rename standalone.xml into default.xml and back after agent install to complete agent install)
Installing JBoss AS (WildFly) 7.x JOSSO Agent v.1.8.8
Verifying Target JBoss AS (WildFly) 7.x
JBoss AS (WildFly) 7.x [OK ] Directory Layout
JBossHome [OK ]
Backing up and removing old JOSSO artifacts
Backup [josso-agent-shared-1.8.8.jar] [OK ] file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/main/jossoBackup [josso-agents-bin-1.8.8-jaxws.jar] [OK ] file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/main/jo
Backup [josso-jaspi-agent-1.8.8.jar] [OK ] file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/main/josso-ja
Backup [josso-jboss7-agent-1.8.8.jar] [OK ] file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/main/josso-
Installing JOSSO 3rd party JARs
Installing [commons-logging-api-1.0.4.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/joss
Installing [commons-codec-1.3.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/main/
Installing [commons-logging-1.1.1.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/m
Installing JOSSO Agent JARs
Installing [josso-agent-shared-1.8.8.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/m
Installing [josso-agents-bin-1.8.8-jaxws.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/jos
Installing [josso-jaspi-agent-1.8.8.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/ma
Installing [josso-jboss7-agent-1.8.8.jar] [OK ] Created file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/m
Installing JOSSO Agent JARs from Source
Configuring Container
Backup [module.xml] [OK ] file:///usr/local/jboss-as-7.1.1.Final/modules/org/josso/main/module.xml.bkp.2
Configured [JOSSO Module resource] [OK ] commons-logging-api-1.0.4.jar
Configured [JOSSO Module resource] [OK ] josso-agent-shared-1.8.8.jar
Configured [JOSSO Module resource] [OK ] josso-agents-bin-1.8.8-jaxws.jar
Configured [JOSSO Module resource] [OK ] josso-jaspi-agent-1.8.8.jar
Configured [JOSSO Module resource] [OK ] josso-jboss7-agent-1.8.8.jar
Configured [JOSSO Module resource] [OK ] commons-codec-1.3.jar
Configured [JOSSO Module resource] [OK ] commons-logging-1.1.1.jar
Backup [default.xml] [OK ] file:///usr/local/jboss-as-7.1.1.Final/standalone/configuration/default.xml.bkp.1
Configured [JOSSO EE Global Module] [OK ] name=org.josso
Backup [default.xml] [OK ] file:///usr/local/jboss-as-7.1.1.Final/standalone/configuration/default.xml.bkp.2
Installing JOSSO Agent Configuration files
Installing [josso-agent-config.xml] [WARN ] Not replaced (see --replace option)
JBoss AS (WildFly) 7.x JOSSO Agent v.1.8.8
Overall Installation [OK ] Successful.
17:19:09,039 ERROR [org.josso.jb7.agent.JOSSOJASPIAuthenticator] (MSC service thread 1-1) Error starting
namespace mapping: urn:org:josso:agent:core: org.springframework.beans.factory.BeanDefinitionStoreExceptio
mapping: urn:org:josso:agent:core
at org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBea
at org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:15
at org.apache.xbean.spring.context.v2.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:49)
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefini
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefini
at org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBea
at
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(Defau
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDe
at org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXm
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDe
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefin
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefin
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXm
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.loadBeanDefinitions(ClassPathXmlA
at
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefr
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApp
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.ja
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationCon
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationCon
at org.josso.agent.config.SpringComponentKeeperImpl.<init>(SpringComponentKeeperImpl.java:51) [joss
at org.josso.agent.config.SpringComponentKeeperFactoryImpl.newComponentKeeper(SpringComponentK
bin-1.8.8-jaxws.jar:]
at org.josso.agent.Lookup.getComponentKeeper(Lookup.java:125) [josso-agents-bin-1.8.8-jaxws.jar:]
at org.josso.agent.Lookup.lookupSSOAgent(Lookup.java:102) [josso-agents-bin-1.8.8-jaxws.jar:]
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.<init>(JOSSOJASPIAuthenticator.java:65) [josso-jboss7
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [rt.jar
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:4
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) [rt.jar:1.7.0_21]
at java.lang.Class.newInstance0(Class.java:374) [rt.jar:1.7.0_21]
at java.lang.Class.newInstance(Class.java:327) [rt.jar:1.7.0_21]
at org.jboss.as.web.deployment.WarDeploymentProcessor.getInstance(WarDeploymentProcessor.java:378)
at org.jboss.as.web.deployment.WarDeploymentProcessor.processDeployment(WarDeploymentProcessor.j
at org.jboss.as.web.deployment.WarDeploymentProcessor.deploy(WarDeploymentProcessor.java:114)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:11
7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [j
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
17:19:09,057 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service j
jboss7-app-1.8.8.ear"."josso-partner-jboss7-web-1.8.8.war".INSTALL: org.jboss.msc.service.StartException in s
partner-jboss7-app-1.8.8.ear"."josso-partner-jboss7-web-1.8.8.war".INSTALL: Failed to process phase INSTAL
jboss7-web-1.8.8.war" of deployment "josso-partner-jboss7-app-1.8.8.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:11
7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [j
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018096: Error instantiat
org.josso.jb7.agent.JOSSOJASPIAuthenticator
at org.jboss.as.web.deployment.WarDeploymentProcessor.getInstance(WarDeploymentProcessor.java:386)
at org.jboss.as.web.deployment.WarDeploymentProcessor.processDeployment(WarDeploymentProcessor.j
at org.jboss.as.web.deployment.WarDeploymentProcessor.deploy(WarDeploymentProcessor.java:114)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:11
7.1.1.Final.jar:7.1.1.Final]
... 5 more
Caused by: java.lang.RuntimeException: Error starting SSO Agent : Unrecognized xbean namespace mapping: u
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.<init>(JOSSOJASPIAuthenticator.java:73)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.7.0_21]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) [rt.jar
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:4
at java.lang.reflect.Constructor.newInstance(Constructor.java:525) [rt.jar:1.7.0_21]
at java.lang.Class.newInstance0(Class.java:374) [rt.jar:1.7.0_21]
at java.lang.Class.newInstance(Class.java:327) [rt.jar:1.7.0_21]
at org.jboss.as.web.deployment.WarDeploymentProcessor.getInstance(WarDeploymentProcessor.java:378)
... 8 more
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized xbean namespace
at org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBea
at org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:15
at org.apache.xbean.spring.context.v2.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:49)
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefini
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefini
at org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBea
at
org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(Defau
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDe
at org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXm
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDe
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefin
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefin
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(Abstrac
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXm
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.loadBeanDefinitions(ClassPathXmlA
at
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefr
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApp
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.ja
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationCon
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationCon
at org.josso.agent.config.SpringComponentKeeperImpl.<init>(SpringComponentKeeperImpl.java:51)
at org.josso.agent.config.SpringComponentKeeperFactoryImpl.newComponentKeeper(SpringComponentK
at org.josso.agent.Lookup.getComponentKeeper(Lookup.java:125)
at org.josso.agent.Lookup.lookupSSOAgent(Lookup.java:102)
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.<init>(JOSSOJASPIAuthenticator.java:65)
... 15 more
Comments
Comment by Markus Schulz [ 17/Jan/14 8:20 AM ]
it tries to load from
org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler#findNamespaceProperties
...
String uri = NamespaceHelper.createDiscoveryPathName(namespaceURI, localName);
InputStream in = loadResource(uri);
...
and uri was: META-INF/services/org/apache/xbean/spring/urn/org/josso/agent/core/agent
which can't be resolved.
i'm not familiar with spring, therefore i can't say what is wrong here.
in the org.josso jboss module i have the following:
josso-agents-bin-1.8.8-jaxws.jar/META-INF/services/org/apache/xbean/spring/urn/org/josso/agent/core
josso-agents-bin-1.8.8-jaxws.jar/META-INF/services/org/apache/xbean/spring/urn/org/josso/core
josso-agents-bin-1.8.8-jaxws.jar/META-INF/services/org/apache/xbean/spring/urn/org/josso/core/protocol/clien
but no META-INF/services/org/apache/xbean/spring/urn/org/josso/agent/core/agent
therefore it looks like a build error of the josso-jb7 module.
Comment by Markus Schulz [ 17/Jan/14 8:39 AM ]
okay, some steps after this it tries to load META-INF/services/org/apache/xbean/spring/urn/org/josso/agent/core
classloaders (ThreadContext and Spring-Module)
Therefore it's only a class-loader problem.
Comment by Rocky Triton [ 20/Jan/14 10:07 PM ]
Is there any workaround for this? I've tried several different things with no luck so far.
Comment by Markus Schulz [ 27/Jan/14 1:22 PM ]
yes, i've got it working now (Agent and Gateway App) with JBoss EAP 6.2.
at first it seems you need a jboss which has fixed the following: [AS7-5864|https://issues.jboss.org/browse/AS7with EAP 6.2 or latest AS7 should be fine, with EAP 6.1.1 it won't work (i assume it misses the above fix)
it's a classloading issue, the agent can't load the files below
modules/org/josso/main/josso-agents-bin-1.8.8-jaxws.jar/META-INF/spring.handlers and spring.schemas
the code below will allow access to it.
then in the modules/org/josso/main/module.xml you should change add the following:
{quote}
<resource-root path="josso-agents-bin-1.8.8-jaxws.jar" xmlns="urn:jboss:module:1.1">
<filter>
<include path="META-INF/**" />
</filter>
</resource-root>
{quote}
additional i have added the following to the modules/org/springframework/spring/main module.xml:
{quote}
<resource-root path="spring-core-2.5.5.jar" xmlns="urn:jboss:module:1.1"/>
<resource-root path="spring-aop-2.5.5.jar" xmlns="urn:jboss:module:1.1"/>
<resource-root path="xbean-spring-3.4.3.jar" xmlns="urn:jboss:module:1.1"/>
<resource-root path="spring-beans-2.5.5.jar" xmlns="urn:jboss:module:1.1"/>
<resource-root path="spring-context-2.5.5.jar" xmlns="urn:jboss:module:1.1"/>
<resource-root path="spring-context-support-2.5.5.jar" xmlns="urn:jboss:module:1.1"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="javax.jms.api"/>
<module name="javax.annotation.api"/>
<module name="javax.mail.api"/>
<module name="javax.activation.api"/>
<module name="org.apache.commons.logging"/>
</dependencies>
{quote}
don't forget to copy the new file spring-context-support-2.5.5.jar to the module path and remove spring from the
add a jboss-deployment-structure.xml to the gateway-app.war to allow access to the spring module.
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="org.springframework.spring"/>
</dependencies>
</deployment>
</jboss-deployment-structure>
and finally you must change the agent-config a little bit: (i don't really now why)
{quote}
--- /usr/local/EnterprisePlatform-5.1.2/jboss-eap-5.1/jboss-as/server/production.jts/conf/josso-agent-config.xml 2
+++ /usr/local/EAP-6.2.0/jboss-eap-6.2/modules/org/josso/main/config/josso-agent-config.xml 2014-01-17 10:4
@@ -23,7 +23,7 @@
<s:beans xmlns:s="http://www.springframework.org/schema/beans"
xmlns:agent="urn:org:josso:agent:core"
- xmlns:protocol="urn:org:josso:protocol:client"
+ xmlns:protocol="urn:org:josso:protocol:client:jaxws"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc
urn:org:josso:agent:core http://www.josso.org/schema/josso-agent.xsd
@@ -40,7 +40,7 @@
<!-- Other properties for ws-service-locator :
username, password, servicesWebContext, transportSecurity
-->
- <protocol:ws-service-locator endpoint="localhost:8080" />
+ <protocol:jaxws-service-locator endpoint="localhost:8080" />
</gatewayServiceLocator>
<configuration>
{quote}
this way it deploy's and i see the login-mask and my app try to login with josso.
now i'm struggling a bit with adding bouncy castle to Jboss EAP 6.2 to get a MD4 hash implementation (needed
But this has nothing to do with josso at all.
i hope i don't forget something...
Comment by Jim [ 28/Jan/14 6:17 PM ]
Markus
Thank you for your work and sharing.
I have followed your modifications exactly and still have the issue.
I am using jboss 7.1.1 final, I have investigated and the example project from [AS7-5864 works correctly so I am
version of jboss.
what is the contents of your spring.handlers and spring.schemas?
the contents of josso-agents-bin-1.8.8-jaxws.jar that have
Meta-inf
spring.schemas
#Generated by xbean-spring
#Fri Sep 20 17:14:18 UTC 2013
urn\:org\:josso\:protocol\:client\:jaxws/josso-protocol-jaxws-client.xsd=josso-protocol-jaxws-client.xsd
spring.schemas
#Generated by xbean-spring
#Fri Sep 20 17:14:18 UTC 2013
urn\:org\:josso\:protocol\:client\:jaxws/josso-protocol-jaxws-client.xsd=josso-protocol-jaxws-client.xsd
spring.handlers
#Generated by xbean-spring
#Fri Sep 20 17:14:18 UTC 2013
urn\:org\:josso\:protocol\:client\:jaxws=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
spring.handlers
#Generated by xbean-spring
#Fri Sep 20 17:14:18 UTC 2013
urn\:org\:josso\:protocol\:client\:jaxws=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
etc..
There is no mention of "urn:org:josso:agent:core"
which I imagine would have been referenced as ?
urn\:org\:josso\:agent\:core/josso-agent.xsd=josso-agent.xsd
remove the duplicate spring.schemas and adding one with the contents
#Generated by xbean-spring
#Fri Sep 20 17:14:18 UTC 2013
urn\:org\:josso\:protocol\:client\:jaxws/josso-protocol-jaxws-client.xsd=josso-protocol-jaxws-client.xsd
urn\:org\:josso\:agent\:core/josso-agent.xsd=josso-agent.xsd
made no difference.
Is there another way to structure the .jar so the mapping is unnecessary?
How did you debug this?
Comment by Jim [ 28/Jan/14 9:19 PM ]
Markus et al.
I moved the spring jars from the module to the josso module and included them in the module.xml and it deploys
Now I faced with
11:03:09,966 ERROR [org.apache.catalina.connector.CoyoteAdapter] (http-localhost-127.0.0.1-8080-1) An exc
during the request processing: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547) [rt.jar:1.6.0_30]
at java.util.ArrayList.get(ArrayList.java:322) [rt.jar:1.6.0_30]
at org.jboss.security.auth.message.config.JBossServerAuthContext.invokeModules(JBossServerAuthContext.jav
at org.jboss.security.auth.message.config.JBossServerAuthContext.validateRequest(JBossServerAuthContext.ja
4.0.7.Final.jar:4.0.7.Final]
at org.jboss.security.plugins.auth.JASPIServerAuthenticationManager.isValid(JASPIServerAuthenticationMana
4.0.7.Final.jar:4.0.7.Final]
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.authenticate(JOSSOJASPIAuthenticator.java:326) [josso-jbos
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.invoke(JOSSOJASPIAuthenticator.java:206) [josso-jboss7-ag
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:397) [jbossweb-7.0.13.Fi
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:15
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Fina
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jboss
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
it is that at line 159
http://grepcode.com/file/repo1.maven.org/maven2/org.picketbox/picketbox/4.0.7.Final/org/jboss/security/auth/m
155 int length = modules.size();
156 for(int i = 0; i < length; i++)
157 {
158 ServerAuthModule module = (ServerAuthModule)modules.get(i);
159 ControlFlag flag = (ControlFlag)this.controlFlags.get(i);
that there is a 1 module in the ArrayList DelegatingServerAuthModule
but there is no corresponding ControlFlag
So is the JOSSO 1.8.8 Jaspi Jboss 7 Example just not ready for prime time?
Is this a setup / config issue? Is this Jboss 7.1.1.Final.
The module.xml is
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.0" name="org.josso" slot="main">
<resources>
<resource-root path="josso-agents-bin-1.8.8-jaxws.jar" xmlns="urn:jboss:module:1.1">
<filter>
<include path="META-INF/**" />
</filter>
</resource-root>
<resource-root path="josso-agent-shared-1.8.8.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="josso-jaspi-agent-1.8.8.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="josso-jboss7-agent-1.8.8.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="spring-aop-2.5.5.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="spring-beans-2.5.5.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="spring-context-2.5.5.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="spring-context-support-2.5.5.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="spring-core-2.5.5.jar" xmlns="urn:jboss:module:1.1" />
<resource-root path="xbean-spring-3.4.3.jar" xmlns="urn:jboss:module:1.1" />
</resources>
<dependencies>
<module name="org.josso.config" />
<module name="javax.api" />
<module name="javax.xml.ws.api" />
<module name="javax.xml.rpc.api" />
<module name="org.apache.commons.codec" />
<module name="org.apache.commons.logging" />
<module name="org.jboss.common-core" />
<module name="javax.security.auth.message.api" />
<module name="javax.servlet.api" />
<module name="org.jboss.as.web" />
<module name="org.jboss.logging" />
<module name="org.picketbox" />
<module name="org.slf4j.jcl-over-slf4j" />
</dependencies>
</module>
Comment by Jim [ 10/Feb/14 2:18 PM ]
I have found that most of my issues stemmed from the installer not creating or updating most of the installation.
code. Maybe its the security on my machine or ? I will endeavor to figure out why.
Comment by Mohini M [ 13/Mar/14 11:00 AM ]
i m having the same issue..
Error starting SSO Agent : Unrecognized xbean namespace mapping: urn:org:josso:agent:core:
org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized xbean namespace mapping: ur
at org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parseBeanFromExtensionElement(XBeanNam
at org.apache.xbean.spring.context.v2c.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:155)
at org.apache.xbean.spring.context.v2.XBeanNamespaceHandler.parse(XBeanNamespaceHandler.java:49)
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionP
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionP
at org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.parseBeanDefinitions(XBeanBea
at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(Def
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefiniti
at org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registerBeanDefinitions(XBeanXmlBea
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefiniti
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionR
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionR
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBean
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBean
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBean
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBean
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApp
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.loadBeanDefinitions(ClassPathXmlApplic
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRe
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicati
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:35
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.j
at org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.j
at org.josso.agent.config.SpringComponentKeeperImpl.<init>(SpringComponentKeeperImpl.java:51) [josso-age
at org.josso.agent.config.SpringComponentKeeperFactoryImpl.newComponentKeeper(SpringComponentKeepe
1.8.8-jaxws.jar:]
at org.josso.agent.Lookup.getComponentKeeper(Lookup.java:125) [josso-agents-bin-1.8.8-jaxws.jar:]
at org.josso.agent.Lookup.lookupSSOAgent(Lookup.java:102) [josso-agents-bin-1.8.8-jaxws.jar:]
at org.josso.jb7.agent.JOSSOJASPIAuthenticator.<init>(JOSSOJASPIAuthenticator.java:65) [josso-jboss7-agen
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [rt.jar:1.6.0_03]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) [rt.jar:1.6.0
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) [rt
at java.lang.reflect.Constructor.newInstance(Constructor.java:513) [rt.jar:1.6.0_03]
at java.lang.Class.newInstance0(Class.java:355) [rt.jar:1.6.0_03]
at java.lang.Class.newInstance(Class.java:308) [rt.jar:1.6.0_03]
at org.jboss.as.web.deployment.WarDeploymentProcessor.getInstance(WarDeploymentProcessor.java:378)
at org.jboss.as.web.deployment.WarDeploymentProcessor.processDeployment(WarDeploymentProcessor.java:2
at org.jboss.as.web.deployment.WarDeploymentProcessor.deploy(WarDeploymentProcessor.java:114)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [j
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jbossat org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) [rt.jar:1.6.0_03]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) [rt.jar:1.6.0_03]
at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_03]
Have anyone found the solution ?
Comment by Stephan Lichtendahl [ 04/Jun/14 3:08 PM ]
Has anybody succeeded in getting JOSSO to work with JBoss 7? I have tried with a clean jboss-as-7.1.1 distribu
for jb7 (no errors). I only deployed the 'josso-partner-jboss7-app-1.8.9.ear' sample application and I am getting th
above. None of the given suggestions seem to make any difference.
I really like to know if JBoss 7 is actually supported by JOSSO and/or this problem will be fixed in the near futu
Comment by Vikas Prabhu [ 31/Oct/14 10:51 AM ]
We have successfully installed the JOSSO 1.8.8 in JBOSS 7
Detailed steps are shared in this post
http://codepk.tumblr.com/post/101409947356/josso-agent-1-8-installation-in-jboss-7-1
Comment by Gabie Jean [ 04/Nov/14 12:18 PM ]
I stumbled upon this blog with a range of new possibilities to explore.
Thank you for sharing in this friendly.
voyance gratuite par email - http://www.nina-voyance.fr/
Comment by Gabie Jean [ 24/Feb/16 2:37 PM ]
Thank you for this great site, really variegated good and interesting ideas. Especially keep it up. Good luck
cordially
Voyance gratuite serieuse - http://www.roselyne-augustin.com
Comment by Gabie Jean [ 02/Mar/16 10:11 AM ]
Hello, I love your blog it's really nice
continued like that for the rest of it is really perfect believe me.
voyance gratuite en ligne - http://www.rosie-voyance.com
[JOSSO-441] payslip Created: 16/Nov/12 Updated: 16/Nov/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Bug
Hari Prasad
Unresolved
None
Attachments:
None
test_domain.log
Priority:
Assignee:
Votes:
test_domain.log
Description
nvr mind
Comments
Comment by Hari Prasad [ 16/Nov/12 6:11 AM ]
Getting the error when running partnerapp in weblogic10.3.6.
PFA
Major
Sebastian Gonzalez Oyuela
0
[JOSSO-448] Tomcat Remote Activation on Windows server incomplete Created:
22/Jan/13 Updated: 10/Dec/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.3.1
Major
Sebastian Gonzalez Oyuela
0
Description
The josso-agent-config.xml file was not updated
Comments
Comment by Gabie Jean [ 10/Dec/13 10:18 AM ]
I often stop on your site I really appreciate it allows me to escape and think of other things ....
What happiness ! thank you
voyance gratuite - http://www.gloria-voyance.com
Comment by Gabie Jean [ 10/Dec/13 12:51 PM ]
This article gives me a great help , I hope to share more of this good article
voyance gratuitement - http://www.rubis-voyance.com
[JOSSO-458] Reg domain Created: 10/Jul/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss 6.0 Agent
JOSSO 1.8.4
Type:
Reporter:
Resolution:
Labels:
New Feature
Praba
Unresolved
None
Updated: 07/Sep/13
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Can you please tell me how to create multiple domain in josso.
Comments
Comment by Praba [ 13/Jul/13 9:52 AM ]
As Josso has multiple domain feature, so I have created a new domain. Authentication is
successful but access is denied for requested resource.
Please help in resolving. Do I need to provide any access for the newly created domain? We are
using Josso 1.8.5.
Comment by Praba [ 07/Sep/13 10:16 AM ]
I have configured a new domain. I am getting the below issue. Please help me how to create or
resolve it
[org.josso.jb5.agent.JBossCatalinaRealm] (http-0.0.0.0-8443-5) JBoss Security Domain
[CorpDomain] is not under SSO Control
[org.apache.catalina.realm.RealmBase] (http-0.0.0.0-8443-5) No role found: josso_admin
[JOSSO-269] josso integrating with spring security Created: 29/Mar/11
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 6.0 Agent
JOSSO 2.0.2
Type:
Reporter:
Resolution:
Labels:
Environment:
Task
soundar
Unresolved
None
windows(java)
Updated: 29/Mar/11
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
i'm developing sso system for the we need spring security integration with josso 2.0.0..
pls give brief idea(logic) hoe to integrate with spring security..
I refer spring-security-contects code but it's not configure with postgresql database
[JOSSO-226] migrate spring integration to spring 3.0 Created: 14/Jun/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 1.8
Type:
Reporter:
Resolution:
Labels:
Environment:
Improvement
Raymond Domingo
Unresolved
None
tomcat, spring3
Attachments:
Updated: 14/Jun/10
None
Priority:
Assignee:
Votes:
mySpringWebApp.tgz
Description
Pease add documentation about integrating josso into spring 3.
My example spring 3.0 app is attached.
Seems some package names and properties are changed.
Notice the property:
<property name="checkForPrincipalChanges" value="true"/>
This is needed to reinitialize on a new login after logout.
Major
Sebastian Gonzalez Oyuela
0
[JOSSO-216] In a multiple security domain setup, with different Event
Managers for each domain, Josso does not honour the different event managers
Created: 16/Apr/10 Updated: 22/Oct/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 1.8.1
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Major
Priority:
Tom Taylor
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
Tomcat 6.0.20, both on Windows XP (dev) and Ubuntu kernel 2.6.26 (test)
None
Description
In an environment with multiple security domains set up, we want different event handling in
each domain. For example;
"portal" domain - NTLM authentication, no event handling required.
"application" domain - Bind authentication to AD. Event handling should log access attempts to
separate system. Ideally we might want to retrieve additional role information for logins to this
system from a non-AD source.
Both domains have been configured with a different SpringJMXSSOEventManager instance
and on the "application" domain we've added an event handler to do our custom processing.
However that event handler is never being called, despite being correctly registered on the
Event Manager instance for the domain.
A little bit of additional debugging within the core classes has revealed that the
"NotificationPublisher publisher" member variable on the "application" event manager instance
appears to be getting set to the event manager from the "portal" domain. As a result when the
app event manager fireSSOEvent method is called, it then calls the sendNotification method on
the "portal" event manager, and never calls its own handleNotification method.
The implication seems to be that there should only be one event manager per Josso Gateway - is
this correct? We definitely want to have our domains cleanly separated with different handling
within each one, so I am curious if this is actually intended behaviour or not.
Comments
Comment by Tom Taylor [ 12/May/10 7:39 AM ]
Figured out that this can be resolved by configuring specific event managers as notification
listeners in the JMX config for the exporter (MBeanExporter) bean. With a bit of fiddling, this
has resolved the issue from our side.
[JOSSO-432] JOSSO2.0: How to create XML identity source and what changes
have to make to activate XML file as identity source Created: 24/Sep/12 Updated: 24/Sep/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Task
Hari Prasad
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Hi all
Am using JOSSO2.0 commuinty version..
I got application run with josso login page when i used Identity vault as the Identity source..
But now am facing an issue while using XML file as Idenitity source. follwoing is my users.xml file used for ide
Can anybody please correct the file if anything wrong. and guide me the modification to do in the application to
Users.xml
+++++++++++++++++
<?xml version="1.0" encoding="UTF-8"?>
<josso-users>
<users>
<user>
<name>User1</name>
<properties>
<property>
<name>user.name</name>
<value>User 1 Name</value>
</property>
<property>
<name>user.lastName</name>
<value>User 1 Last Name</value>
</property>
<property>
<name>user.registrationDate</name>
<value>2004/09/11</value>
</property>
</properties>
<roles>role1,role2</roles>
</user>
<user>
<name>User2</name>
<properties>
<property>
<name>user.name</name>
<value>User 2 Name</value>
</property>
<property>
<name>user.lastName</name>
<value>User 2 Last Name</value>
</property>
<property>
<name>user.registrationDate</name>
<value>2004/09/10</value>
</property>
</properties>
<roles>role2</roles>
</user>
<user>
<name>user3</name>
<properties>
<property>
<name>user.name</name>
<value>User 3 Name</value>
</property>
<property>
<name>user.lastName</name>
<value>User 3 Last Name</value>
</property>
<property>
<name>user.registrationDate</name>
<value>2005/01/1</value>
</property>
</properties>
<roles>role1</roles>
</user>
</users>
<roles>
<role>
<name>role1</name>
</role>
<role>
<name>role2</name>
</role>
</roles>
</josso-users>
<josso-credentials>
<credential-set>
<key>user1</key>
<credential>
<name>username</name>
<value>user1</value>
</credential>
<credential>
<name>password</name>
<value>12345678</value>
</credential>
</credential-set>
<credential-set>
<key>user2</key>
<credential>
<name>username</name>
<value>user2</value>
</credential>
<credential>
<name>password</name>
<value>12345678</value>
</credential>
</credential-set>
</josso-credentials>
Error :
++++++
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cnkidp'
INF/spring/cnkidp/cnkidp-config.xml]: Cannot resolve reference to bean 'CNK-cot-manager' while setting bean
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CNK-cot-manager'
INF/spring/beans.xml]: Cannot resolve reference to bean 'CNK-cot' while setting bean property 'cot'; nested exce
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sp1partnerapp' defin
INF/spring/sp1partnerapp/sp1partnerapp-config.xml]: Cannot resolve reference to bean 'sp1partnerapp-default-id
'channel'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean w
channel' defined in URL [bundle://176.0:0/META-INF/spring/sp1partnerapp/sp1partnerapp-config.xml]: Canno
account-link-lifecycle' while setting bean property 'accountLinkLifecycle'; nested exception is org.springframew
Error creating bean with name 'sp1partnerapp-account-link-lifecycle' defined in URL [bundle://176.0:0/META-I
config.xml]: Cannot resolve reference to bean 'sp1partnerapp-identity-store' while setting bean property 'identity
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sp1partnerapp-identity-st
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionV
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDef
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(Abstrac
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAut
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAu
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireC
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutow
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBea
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean.afterPropertiesSet(OsgiServiceFa
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractA
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAu
... 108 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CNK-co
[bundle://176.0:0/META-INF/spring/beans.xml]: Cannot resolve reference to bean 'CNK-cot' while setting bean
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sp1partnerapp' defin
INF/spring/sp1partnerapp/sp1partnerapp-config.xml]: Cannot resolve reference to bean 'sp1partnerapp-default-id
'channel'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean w
channel' defined in URL [bundle://176.0:0/META-INF/spring/sp1partnerapp/sp1partnerapp-config.xml]: Canno
account-link-lifecycle' while setting bean property 'accountLinkLifecycle'; nested exception is org.springframew
Error creating bean with name 'sp1partnerapp-account-link-lifecycle' defined in URL [bundle://176.0:0/META-I
config.xml]: Cannot resolve reference to bean 'sp1partnerapp-identity-store' while setting bean property 'identity
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sp1partnerapp-identity-st
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionV
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDef
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(Abstrac
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAut
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAu
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireC
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutow
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBea
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionV
... 129 more
[JOSSO-438] Create IIS execution environment Created: 27/Oct/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
None
Type:
Reporter:
Resolution:
Labels:
Task
Srdjan
Unresolved
None
Updated: 27/Oct/12
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
[JOSSO-270] Include a fall-back to LDAP X.509 userCertificate lookup in
getUID Created: 13/Apr/11 Updated: 13/Apr/11
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
LDAP Identity Store
JOSSO 1.8.3
Type:
Reporter:
Resolution:
Labels:
Improvement
Aaron Reffett
Unresolved
None
Attachments:
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
LDAPIdentityStore-x509-uid-fallback.patch
Description
The LDAPIdentityStore getUID method for handling UID lookup by X.509 certificate assumed
the backing LDAP can handle userCertificate binary search filters. While this may work on
some LDAP providers it is not guaranteed that the LDAP provider implements
certificateExactMatch or handles it in this way. OpenLDAP 2.4 in later versions does, but 2.3
does not.
Attached is a patch that attempts a fallback that does the certificate equality matching inapplication if the LDAP returned no results from the userCertificate search that should ensure
greater portability across LDAP providers.
[JOSSO-451] Allowing Josso Tomcat Valve to return 401 response if HTTP
Accept header contains application/json Created: 01/Mar/13 Updated: 01/Mar/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Improvement
Jon French
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
We have a problem correctly handling HTTP responses from requests made by AJAX clients to
JOSSO protected secure resources when the client is not yet authenticated. In this case, Tomcat
correctly returns a 200 response with the content of the <form-login-page> in the body. Each
JQuery "success" even handler then has to parse the response body to look for special characters
contained in our JOSSO compliant <form-login-page> (i.e. <META HTTP-EQUIV="Refresh")
to determine if the request encountered an authentication problem or not.
We've adopted a technique in our internal JOSSO implemented Grails Acegi plugin of returning
a 401 status code in the response instead of a redirection to /josso_login/ if the Response "XRequested-With" header equals "XMLHttpRequest". We've also thought of using the "Accept"
header and checking for "application/json" or "application/xml" for a similar effect. Receiving a
401 status code invokes the JQuery ajax.error event handler and results in cleaner, easier
understood AJAX JavaScript code.
Is returning a 401 response code for unauthenticated requests with HTTP Headers which
indicate the client expects json or xml something the Tomcat Valve could or should do also? It
would be helpful.
[JOSSO-452] Josso 1.8.6 configuraiton issue Created: 06/Mar/13 Updated: 12/Mar/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Bug
murali
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
I am using josso 1.8.6 version , and i am accessing one helloworld servlet, then i am getting.
HTTP 500 Outbound relaying failed. No Principal found. Verify your SSO Agent Configuration!
java.lang.RuntimeException: Outbound relaying failed. No Principal found. Verify your SSO Agent
Configuration!
org.josso.tc70.agent.SSOAgentValve.invoke(SSOAgentValve.java:549)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
java.lang.Thread.run(Thread.java:619)
[JOSSO-456] Throw specialized Exception from SSOAgentValve when null
SingleSignOnEntry is returned from the _agent.processRequest Created:
06/May/13 Updated: 06/May/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 7.0 Agent
JOSSO 1.8.6
Type:
Reporter:
Resolution:
Labels:
Improvement
Jon French
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
In the Josso 1.8.6 Tomcat 7 Agent org.josso.tc70.agent.SSOAgentValve class, a
RuntimeException is returned when the CatalinaSSOAgent returns a null SingleSignOnEntry
from processRequest.
{code}
543 SingleSignOnEntry entry = _agent.processRequest(relayRequest);
544 if (entry == null) {
545 // This is wrong! We should have an entry here!
546 if (debug >= 1)
547 log("Outbound relaying failed for assertion id [" + assertionId + "], no Principal found.");
548 // Throw an exception, we will handle it below !
549 throw new RuntimeException("Outbound relaying failed. No Principal found. Verify your
SSO Agent Configuration!");
550 }
{code}
This RuntimeException is commonly thrown by the Valve even when users do not report a
login problem. I'm not exactly sure why the *entry* reference is nulll in these cases because I
can't reproduce the problem. However, I would like to quiet down my log output and remove
these Exception messages.
Is it more appropriate to log the the case of a null SingleSignOnEntry instead of thrown an
RuntimeException? Are there non-Exception conditions in which the Principal is not found like the assertionId is no longer valid?
If it truly is an Exceptional condition, could the Exception at least be of a specialized type (i.e.
InvalidAssertionIdException) so that I could filter it out downstream if I didn't care about it?
[JOSSO-460] Spring 3.0 application not working Created: 22/Aug/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
madineni sivakumar
Unresolved
None
Linux
Updated: 22/Aug/13
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
When integrated the sample application it is working fine. But when i integrated my application
with Spring 3.0 related jars it is not able to redirect. When I gone through this i found that it is
not compatiable with Spring 3.0. So, can you please tell me the solution to integrate josso2.3.0
with Spring3.0 base application.
[JOSSO-457] josso-1.8.5 - Not able to authenticate via https mode Created:
04/Jun/13 Updated: 04/Jun/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 1.8.5
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Senthil
Unresolved
None
Linux
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Hi
I have JOSSO Gateway installed on machine-A and installed partner application on another
machine-B with Only JOSSO Agent installed in Machine-B.
My partner application is running on Machine-B and it works fine in HTTP mode.
When enabling it for HTTPS mode , it says "Transport security " is unknown property and not
able to get authentication.
Could you please guide me on this issue.
[JOSSO-350] Can we use JOSSO in ASP.NET application? Created: 04/Nov/11
Updated:
04/Nov/11
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Bug
Senthilkumar Rajendran
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
As per our requirement , we have to redirect to aspx page (asp.net application page) from jsp.
We done all the confguration as mentioned in JOSSO help site. But I couldn't work out.
Configuration Steps we did,
1. Installed ISAPI Agent and registery
2. Created virutual directory as "josso" which folder contains jossoisapiagent.dll under "Default
web site". This folder contains bin, config and log folders.
3. Created virutual directory as "partnerapp" for partner application which contains asp.net
application under "Default web site"
4. In josso-agent-config.ini,
-----------------------------------------------------------------------------------[agent]
gatewayEndpoint=IPAddress:port
gatewayLoginUrl=http://IPAddress:port/josso/signon/login.do
HTTP Basic Authentication setup
basicUserId=xxx
basicPassword=xxx
;; --------------------------------------------------------;; SSO Partner Applications
;;
;; All sections starting with 'partnerapp' will be treated
;; as partner app declarations.
;; --------------------------------------------------------[partnerapp.1]
base-uri=/partnerapp
splash-resource=http://IPAddress/partnerapp/default.aspx
;; --------------------------------------------------------;; SSO Security Constraints for 'Applications'
;;
;; All sections starting with 'security-constraint' will be treated
;; as security constraint declarations
;; --------------------------------------------------------[security-constraint.admin]
;; Comma separated list of required roles (optional)
;; Do not leave empty spaces between elements!
roles=role1,admin
;; Comma separated list of base uris for this constraint (required)
;; Do not leave empty spaces between elements!
base-uris=/public/.*\.pdf,/admin/[sS]ec_.*\.*,/partnerapp
[security-constraint.public]
base-uris=/public
-----------------------------------------------------------------------------------------------------------------
Shall we use JOSSO in ASP.NET application? If Yes, Please guide me on this.
Thanking you..
[JOSSO-360] JOSSO throws "Outbound relaying failed. No Principal found.
Verify your SSO Agent Configuration" + Cannot find message associated with
key jaasRealm.unexpectedError Created: 06/Feb/12 Updated: 06/Sep/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 6.0 Agent
JOSSO 1.8.5
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Major
Priority:
David Maria Nayagam
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
Tomcat 6.0, JOSSO 1.8.5, Windows 7, Java 1.6
Attachments:
None
JOSSO_Error.zip
JOSSO_XML.zip
Description
Hi
I have done the below setup:
Gateway server setup
1. JOSSO gateway was installed successfully
2. JOSSO agent was installed successfully
3. MYSQL DB Set up was done for authentication.
4. In josso-gateway-db-store.xml, i have given the below setup:
<db-istore:jdbc-store
id="josso-identity-store"
driverName="com.mysql.jdbc.Driver"
connectionURL="jdbc:mysql://localhost:3306/mysql"
connectionName="root"
connectionPassword="root"
userQueryString="SELECT LOGIN AS NAME FROM JOSSO_USER WHERE LOGIN = ?"
rolesQueryString="SELECT NAME AS ROLE FROM JOSSO_USER_ROLE WHERE
LOGIN = ?"
credentialsQueryString="SELECT LOGIN AS USERNAME, PASSWORD FROM
JOSSO_USER WHERE LOGIN = ?"
userPropertiesQueryString="SELECT NAME, VALUE FROM JOSSO_USER_PROPERTY
WHERE LOGIN = ?"
resetCredentialDml="UPDATE JOSSO_USER SET PASSWORD = ? WHERE LOGIN = ?"
relayCredentialQueryString="SELECT LOGIN FROM JOSSO_USER WHERE #?# = ?"
/>
5. On "josso-gateway-config.xml", the reference of josso-gateway-db-store.xml given.
6. When I access http://localhost:8080/josso/signon/login.do. It shows Login for credentials. I entered
the userid/pwd.
7. Authentication was success; It redirects to
http://localhost:8080/josso/signon/usernamePasswordLogin.do and shows the session id "JOSSO
Session ID CEF9462ADFD40E4FBA3FFA62D75B91DF"
Partner app Setup:
i used the sample app "josso-partner-tomcat-web-1.8.5" as a partner app.
1. I specified my partner app context in "josso-agent-config.xml" file as below:
<agent:partner-app id="josso-partner-tomcat-web-1.8.5" context="/josso-partner-tomcat-web-1.8.5"
defaultResource="/index.jsp">
2. Re-start the tomcat server.
3. When I access http://localhost:8080/josso-partner-tomcat-web-1.8.5/index.jsp, it is says "You're an
anonymous user." And asking as to press "Login" button to login to SSO.
4. When I press "Login" button, it re-directs to the below URL and shows SSO Login page.
http://localhost:8080/josso/signon/login.do?josso_back_to=http://localhost:8080/josso-partner-tomcatweb-1.8.5/josso_security_check&josso_partnerapp_id=josso-partner-tomcat-web-1.8.5
5. It shows Login for credentials. I entered the userid/pwd.
6. Authentication was success; It redirects to the below URL,
http://localhost:8080/josso-partner-tomcat-web1.8.5/josso_security_check?josso_assertion_id=8625A192F93531DE
7. It generates the session id successfully, but it is not re-direct to the requested web page, instead, it
throws below error in front-end
java.lang.RuntimeException: Outbound relaying failed. No Principal found. Verify your SSO Agent
Configuration!
org.josso.tc60.agent.SSOAgentValve.invoke(SSOAgentValve.java:551)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
java.lang.Thread.run(Unknown Source)
8. But in the server.log, it shows the below error as well:
Feb 2, 2012 4:24:07 PM org.apache.catalina.realm.JAASRealm authenticate
SEVERE: Cannot find message associated with key jaasRealm.unexpectedError
java.lang.SecurityException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at javax.security.auth.login.Configuration$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.Configuration.getConfiguration(Unknown Source)
at javax.security.auth.login.LoginContext$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.init(Unknown Source)
at javax.security.auth.login.LoginContext.<init>(Unknown Source)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:383)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:323)
at org.josso.tc60.agent.CatalinaSSOAgent.authenticate(CatalinaSSOAgent.java:95)
at org.josso.agent.AbstractSSOAgent.execute(AbstractSSOAgent.java:378)
at org.josso.agent.AbstractSSOAgent.processRequest(AbstractSSOAgent.java:291)
at org.josso.tc60.agent.SSOAgentValve.invoke(SSOAgentValve.java:545)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Unable to locate a login configuration
Thanks & Regards
David
Comments
Comment by David Maria Nayagam [ 06/Feb/12 12:04 PM ]
i am also attaching screen shots and all JOSSO XML config files
Comment by Hank Su [ 06/Sep/13 3:04 PM ]
It seems something wrong with the JAAS. If I were you, I would check the configuration related
to JAAS. Especially check context.xml in your tomcat to see if there are any invalid Realm
configured.
[JOSSO-397] Error creating bean with name 'josso-identity-store' defined Created:
18/Apr/12 Updated: 18/Apr/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 6.0 Agent
JOSSO 1.8
Type:
Reporter:
Resolution:
Labels:
Bug
Ilaiyaraja
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'josso-identity-store' defined in class path resourc
e [josso-gateway-stores.xml]: Initialization of bean failed; nested exception is
org.springframework.beans.InvalidPropertyException: Invalid property
'functionsQueryString' of bean class
[org.josso.gateway.identity.service.store.db.JDBCIdentityStore]: No property
'functionsQueryString' found
[JOSSO-425] JOSSO2 project does not build due to missing console
dependencies Created: 10/Sep/12 Updated: 10/Sep/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Robert Shanahan
Unresolved
None
linux centos 5.6
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
The community edition of JOSSO2 does not fully build. The distribution module depends on
atricore console jars/bundles that are not available in the atricore public repos. Even using the
console bundles from the installed distribution does not work because there are compile time
dependencies defined in the poms that are jar'd with the bundles.
[JOSSO-431] Login error after providing the credentials Created: 18/Sep/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Task
Hari Prasad
Unresolved
None
Attachments:
Updated: 26/Feb/14
None
atricore.log
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
CONFIG.png
Description
Hi
AM new to JOSSO. Now we are using JOSSO 2.3 CE.
Testing the partnerapp application with josso 2.3 atricore console.
1) Hitting the url : http://localhost:8080/partnerapp
Showing the page as "You're an anonymous user." with login button.
2) Clicking the Login Button opens the page : http://localhost:8081/IDBUS-UI/TEST5/SSO/LOGIN/SIMPLE?S
Here we are providing the login credentials those we created in "Accounts and Entitlements Management"
3) Clicking the submit (Login) Button farwarding to the page
http://localhost:8081/IDBUS/TEST5/SP1EE/SSO/ACS/ARTIFACT?SSOArt=idE7E5EFBA7B55A33F
Here the user dash board showing the following error trace..
Can Anybody plz hlep to resolve the issue.. Attaching the atricore.log file.. PFA
Also attaching the appliance configuration..
====================================================================
Debug Information
Unknown error
Message:
Caused by:
org.atricore.idbus.kernel.main.mediation.IdentityMediationFault: urn:org:atricore:idbus:error:fatal:null:null:null
org.atricore.idbus.kernel.main.mediation.camel.AbstractCamelProducer.process(AbstractCamelProducer.java:16
org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(As
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:84) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:189) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:133) at org.apache.camel.proc
org.apache.camel.processor.Pipeline.process(Pipeline.java:89) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:52) at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41) at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66) at
org.atricore.idbus.kernel.main.mediation.camel.component.binding.CamelMediationEndpoint$ConsumerProces
at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(
org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:59) at
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:84) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:189) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:133) at org.apache.camel.proc
org.apache.camel.processor.Pipeline.process(Pipeline.java:89) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:52) at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41) at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66) at
org.atricore.idbus.kernel.main.mediation.camel.component.http.OsgiIDBusServlet2.doService(OsgiIDBusServle
org.atricore.idbus.kernel.main.mediation.camel.component.http.OsgiIDBusServlet2.service(OsgiIDBusServlet2.
javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at org.mortbay.jetty.servlet.ServletHolder.handle(Se
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) at
org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64) a
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextH
org.ops4j.pax.web.service.jetty.internal.ConfigurableHttpServiceContext.handle(ConfigurableHttpServiceConte
org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) at org.mortbay.je
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: java.lang.Nul
org.atricore.idbus.capabilities.josso.main.producers.AssertionConsumerProducer.doProcess(AssertionConsumer
org.atricore.idbus.capabilities.josso.main.producers.AssertionConsumerProducer.doProcess(AssertionConsumer
org.atricore.idbus.kernel.main.mediation.camel.AbstractCamelProducer.process(AbstractCamelProducer.java:13
Caused by:
java.lang.NullPointerException at
org.atricore.idbus.capabilities.josso.main.producers.AssertionConsumerProducer.doProcess(AssertionConsumer
org.atricore.idbus.capabilities.josso.main.producers.AssertionConsumerProducer.doProcess(AssertionConsumer
org.atricore.idbus.kernel.main.mediation.camel.AbstractCamelProducer.process(AbstractCamelProducer.java:13
org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(As
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:84) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:189) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:133) at org.apache.camel.proc
org.apache.camel.processor.Pipeline.process(Pipeline.java:89) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:52) at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41) at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66) at
org.atricore.idbus.kernel.main.mediation.camel.component.binding.CamelMediationEndpoint$ConsumerProces
at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(
org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:59) at
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:84) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:189) at
org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:133) at org.apache.camel.proc
org.apache.camel.processor.Pipeline.process(Pipeline.java:89) at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68) at
org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87) a
org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82) at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:52) at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41) at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66) at
org.atricore.idbus.kernel.main.mediation.camel.component.http.OsgiIDBusServlet2.doService(OsgiIDBusServle
org.atricore.idbus.kernel.main.mediation.camel.component.http.OsgiIDBusServlet2.service(OsgiIDBusServlet2.
javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at org.mortbay.jetty.servlet.ServletHolder.handle(Se
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) at
org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64) a
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextH
org.ops4j.pax.web.service.jetty.internal.ConfigurableHttpServiceContext.handle(ConfigurableHttpServiceConte
org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) at org.mortbay.je
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Comments
Comment by Lutfi Kaddoura [ 10/Oct/12 8:31 PM ]
Hi
when i tried the JOSSO2 Quick Start example im getting the same exact issue.
does this have to do with resolving the authenticated login from the idp and matching it with the
SP1 indentity sources ?
shouldnt all the identity value share the same credintals repository ?
any help is appreciated.
Comment by Jai Parkash Singh [ 31/Jan/13 2:17 PM ]
Hi,
I am also facing the same issue, and solution for the same?
Any help is appreciated.
Comment by Jim [ 26/Feb/14 5:08 PM ]
in JOSSO-430 which is closed as "Cannot Reproduce" ????
this was stated.
Gianluca Brigandi added a comment - 15/Mar/13 11:36 AM
This is an issue with some JOSSO agents related with using uppercase characters in service
provider element identifiers (e.g. "SP1" instead of "sp1"). Therefore, make sure to use lowercase
identifiers for the service providers defined within the identity appliance.
I too have the same problem.
[JOSSO-465] Estimates about Telugu Love Sms Created: 15/Apr/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Story
matthew davis
Unresolved
Love, Messages, Special
Attachments:
Updated: 15/Apr/14
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
index.jpeg
Description
These days, you can find many websites that has the best selection of the missing of different
quotes. It is the one of the website of quotes such as the all kinds of sensation about the other. It
may your belief, really like or anything else. Quotations like <a
href="http://www.searchquotes.com/search/Kind_Words_To_Say_To_A_Friend/"><b>Kind
Words For Friends</b></a> knowing in god. We are all designed by it and no one is highly
effective like that. God is unseen that mean we are not know about how he actually looking or
where he stay ,rather than all those factor most of the individuals believe in god. Because of
God help us in our issues and provides plenty of durability to meet up with our aim of the
lifestyle. <br><br>
There are so many quote like saying thanks to god quotes are contains very awesome
collections to thanks God for the our wonderful lifestyle and for other factors which are not
possible without the God. The collections of these <a
href="http://www.searchquotes.com/search/Nice_Photo_Comments/"><b>Nice
Comments</b></a> Quotations are very useful to experience; very pleasure and comfort own
you. These terms is very motivating to create more relying upon your lifestyle? Other quotes
like trust in god quotes also available on our website these are very dynamic which recognize
the cost of lifestyle which is given by the god.<br><br>
Life is so wonderful but distinction is that how individuals see it. Some individuals are very
satisfied and appreciate every time of lifestyle but some individuals are very sad in their
lifestyle and goes in under depressive disorders. For that Scenario we gives the motivating
though and saying like really like of my lifestyle quotes which allows you to recognize the
charming elegant minutes of the lifestyle and so many methods of how to carry on and adoring
your lifestyle yourself.<br><br>
Enjoy <a
href="http://www.searchquotes.com/search/Cute_Way_To_Say_I_Miss_You/">Funny Ways
To Say I Miss You</b></a> are gives the several purpose to create your lifestyle gladly and
elegant. It is like a bag of plenty of joy and pleasure. All those ideas are allows to create your
lifestyle convenience and elegant. Quotations are very useful to modify your mindset about the
lifestyle and complete plenty of positivity inner you to complete your desire
efficiently.<br><br>
There are so many quotes which are published by the different popular writer to study it please
check out us the best website.
[JOSSO-440] When using JAXWSWebserviceGatewayServiceLocator, Josso
fails to work if it can't access a WSDL file at www.josso.org. Created: 30/Oct/12 Updated:
04/Nov/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
SSO Gateway
JOSSO 1.8.6
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
David Warren
Unresolved
None
Windows Server 2008
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
We are running Josso 1.8.6 in a location where the internet cannot be accessed.
When starting the Josso gateway, an exception is thrown when org.josso.gateway.ws._1_2.wsdl.SSOSessionMan
file at http://www.josso.org/wsdl/josso-1.2/josso-1.2.wsdl, and cannot.
This CXF-generated class is in josso-ws-v1_2-1.8.6.jar. It is called by org.josso.gateway.jaxws.JAXWSWebserv
Both SSOSessionManagerWS and SSOIdentityManagerWS have the URL mentioned above as the 'wsdlLocatio
annotation.
We got around this problem by configuring our Josso gateway server so that WSDL URL resolves to the correct
would not have to do this. In other words, if the WSDL was read from the local Josso files rather than at www.jo
In addition, this error only showed up localhost.log when the logging level for this file was set to Fine. A sample
seem that an error like this should be logged at the Error level.
FINE: CatalinaSSOAgent[localhost]: Can't create session/identity/provider managers:
XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]: [12,208]
Message: The entity name must immediately follow the '&' in the entity reference.
com.sun.xml.internal.ws.streaming.XMLStreamReaderException: XML reader error:
javax.xml.stream.XMLStreamException: ParseError at [row,col]: [12,208]
Message: The entity name must immediately follow the '&' in the entity reference.
at com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:256)
at com.sun.xml.internal.ws.streaming.XMLStreamReaderUtil.skipTags(XMLStreamReaderUtil.java:146)
at com.sun.xml. internal.ws.streaming.XMLStreamReaderUtil. skipElement(XMLStreamReaderUtil.java:119)
at com.sun.xml.internal.ws.wsdl.parser.WSDLParserExtensionFacade.definitionsElements(WSDLParserExtensi
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseWSDL(RuntimeWSDLParser.java:314)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parseUsingMex(RuntimeWSDLParser.java:196)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.tryWithMex(RuntimeWSDLParser.java:149)
at com.sun.xml.internal.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:127)
at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:254)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init> (WSServiceDelegate.java:217)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:165)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDeleg~te(ProviderImpl.java:93)
at javax.xml.ws.Service.<init> (Service.java:56)
at org.josso.gateway.ws._1_2.wsdl.SSOSessionManagerWS.<init>(SSOSessionManagerWS.java:52)
at
org.josso.gateway.jaxws.JAXWSWebserviceGatewayServiceLocator.getSSOSessionManager(JAXWSWebserv
...
Comments
Comment by Vikas Prabhu [ 16/Oct/14 6:58 AM ]
We are also facing the same issue...
Can You please share the changes made by you for this
**************We got around this problem by configuring our Josso gateway server so that
WSDL URL resolves to the correct file. *************************
Comment by Vikas Prabhu [ 31/Oct/14 10:50 AM ]
Solved this...
Detailed steps can be found in following post
http://codepk.tumblr.com/post/101409947356/josso-agent-1-8-installation-in-jboss-7-1
Comment by Gabie Jean [ 04/Nov/14 12:19 PM ]
Hello, it's great to work for people you know. thank you
good luck for your wonderful blog
voyance gratuite - http://www.rubis-voyance.com
[JOSSO-455] Transaction related error while closing Connection in Josso Db
SessionStore with Db2 database Created: 24/Apr/13 Updated: 23/Jun/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
DB Assertion Store, DB Session Store
JOSSO 1.8.7
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Priority:
Neha
Assignee:
Unresolved
Votes:
None
Windows7, Tomcat 6.0, Fuse ESB
None
Major
Sebastian Gonzalez Oyuela
0
Description
In DB Session store, with DB2 database, getting following exception while trying to close DB Connection after
are sample logs for select query when all valid sessions are being loaded.
2013-04-11 18:55:00,609 | ERROR | Thread-39 | SSOSessionManagerImpl | 157 - mvn_com.csc.fs.bw_josso_1.
connection
[jcc][t4][10251][10308][3.50.152] java.sql.Connection.close() requested while a transaction is in progress on the
The transaction remains active, and the connection cannot be closed. ERRORCODE=-4471, SQLSTATE=null
org.josso.gateway.session.exceptions.SSOSessionException: Error while clossing connection
[jcc][t4][10251][10308][3.50.152] java.sql.Connection.close() requested while a transaction is in progress on the
The transaction remains active, and the connection cannot be closed. ERRORCODE=-4471, SQLSTATE=null
at org.josso.gateway.session.service.store.db.DbSessionStore.close(DbSessionStore.java:109)[157:mvn_com.csc
at org.josso.gateway.session.service.store.db.DbSessionStore.loadAll(DbSessionStore.java:437)[157:mvn_com.
at
org.josso.gateway.session.service.SSOSessionManagerImpl.initialize(SSOSessionManagerImpl.java:109)[157:m
at org.josso.gateway.SSOGatewayImpl.initialize(SSOGatewayImpl.java:185)[157:mvn_com.csc.fs.bw_josso_1.
at org.josso.Lookup.lookupSSOGateway(Lookup.java:110)[157:mvn_com.csc.fs.bw_josso_1.0.0_war:0]
at org.josso.gateway.signon.SSOContextListener.contextInitialized(SSOContextListener.java:51)[157:mvn_com
Here is the DB log trace:
[jcc][Time:2013-04-12-15:30:21.512][Thread:JOSSOSessionMonitor][PreparedStatement@1969e65] executeQ
com.ibm.db2.jcc.t4.j@175f214
[jcc][SystemMonitor:stop] core: 297.723929ms | network: 264.626683ms | server: 2.7960000000000003ms
[jcc][SystemMonitor:start]
[jcc][Time:2013-04-12-15:30:21.512][Thread:JOSSOSessionMonitor][ResultSet@175f214] next () called
[jcc][Time:2013-04-12-15:30:21.512][Thread:JOSSOSessionMonitor][ResultSet@175f214] next () returned fals
[jcc][SystemMonitor:stop] core: 0.21022ms | network: 0.0ms | server: 0.0ms
[jcc][SystemMonitor:start]
[jcc][Time:2013-04-12-15:30:21.512][Thread:JOSSOSessionMonitor][ResultSet@175f214] close () called
[jcc][SystemMonitor:stop] core: 0.064887ms | network: 0.0ms | server: 0.0ms
[jcc][SystemMonitor:start]
[jcc][Time:2013-04-12-15:30:21.512][Thread:JOSSOSessionMonitor][PreparedStatement@1969e65] close () ca
[jcc][SystemMonitor:stop] core: 0.11288999999999999ms | network: 0.0ms | server: 0.0ms
[jcc][Time:2013-04-12-15:30:21.513][Thread:JOSSOSessionMonitor][Connection@89e41] isClosed () returned
[jcc][Time:2013-04-12-15:30:21.513][Thread:JOSSOSessionMonitor][Connection@89e41] close () called
[jcc] BEGIN TRACE_DIAGNOSTICS
[jcc][Thread:JOSSOSessionMonitor][SQLException@149c228] java.sql.SQLException
[jcc][Thread:JOSSOSessionMonitor][SQLException@149c228] SQL state = null
[jcc][Thread:JOSSOSessionMonitor][SQLException@149c228] Error code = -4471
[jcc][Thread:JOSSOSessionMonitor][SQLException@149c228] Message = [jcc][t4][10251][10308][3.50.152] j
while a transaction is in progress on the connection.
The transaction remains active, and the connection cannot be closed. ERRORCODE=-4471, SQLSTATE=null
[jcc][Thread:JOSSOSessionMonitor][SQLException@149c228] Stack trace follows
com.ibm.db2.jcc.b.SqlException: [jcc][t4][10251][10308][3.50.152] java.sql.Connection.close() requested while
connection.
The transaction remains active, and the connection cannot be closed. ERRORCODE=-4471, SQLSTATE=null
at com.ibm.db2.jcc.b.wc.a(wc.java:55)
at com.ibm.db2.jcc.b.wc.a(wc.java:119)
at com.ibm.db2.jcc.b.eb.t(eb.java:996)
at com.ibm.db2.jcc.b.eb.w(eb.java:1019)
at com.ibm.db2.jcc.b.eb.u(eb.java:1005)
at com.ibm.db2.jcc.b.eb.close(eb.java:989)
at org.josso.gateway.session.service.store.db.DbSessionStore.close(DbSessionStore.java:102)
at org.josso.gateway.session.service.store.db.DbSessionStore.loadByValid(DbSessionStore.java:594)
at org.josso.gateway.session.service.SSOSessionManagerImpl.checkValidSessions(SSOSessionManagerImpl.ja
at org.josso.gateway.session.service.SSOSessionManagerImpl$SessionMonitor.run(SSOSessionManagerImpl.ja
at java.lang.Thread.run(Thread.java:619)
[jcc] END TRACE_DIAGNOSTICS
Comments
Comment by Gabie Jean [ 23/Jun/15 11:41 AM ]
Wow! This could be one particular of the most helpful blogs We’ve ever arrive across on this
subject. Basically Magnificent. I’m also a specialist in this topic therefore I can understand your
effort.
voyance gratuitement - http://www.voyance-gratuitement.fr
[JOSSO-468] Unable to run agent on tomcat 8.0.x Created: 09/Sep/14
Updated: 26/Jun/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 8.0 Agent
JOSSO 1.8.9
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Major
Priority:
Eric Chauvin
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
1
Votes:
None
linux
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
None
tomcat 8.0.12
Description
I try to install josso 1.8.9 on tomcat 8.0.12, but i got exception NoSuchMEthodError on
org.josso.tc70.agent.SSOAgentValve (line 965) while invoking Realm::findSecurityConstraints
{code:java}
Realm realm = request.getContext().getRealm();
SecurityConstraint [] constraints = realm.findSecurityConstraints(request,
request.getContext());
{code}
Comments
Comment by Gabie Jean [ 26/Jun/15 9:39 AM ]
Thank you so much for all your suggestions on this site. Your shares are very interesting and
very rewarding. Congratulations to you.
gay telephone - http://du-sexe-gay.com
Voyance gratuite par mail - http://www.rosie-voyance.com
[JOSSO-238] Invalid message while authenticate via ldap Created: 23/Aug/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
LDAP Identity Store
JOSSO 1.8.1
Type:
Reporter:
Resolution:
Labels:
Bug
dakishin
Unresolved
None
Updated: 26/Jun/15
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
1
Description
I use the schema bind-authscheme to connect to LDAP. If the user enters the is not correct login
JOSSO shows an error "No DN found for user% username%".
This is a security hole.
How to make JOSSO showed "Invalid Authentication Information"?
Comments
Comment by Sebastian Gonzalez Oyuela [ 23/Sep/10 3:26 PM ]
We need to test this in 1.8.2 version, there were changes to LDAP support.
Comment by dakishin [ 23/Sep/10 6:02 PM ]
Thank you, I look forward to it.
Comment by Gabie Jean [ 26/Jun/15 9:39 AM ]
Thanks to you, I have learned many interesting things. I hope to learn more. I congratulate you
for these wonderful sharing. Continue this!
voyance gratuite - http://www.rubis-voyance.com
Voyance par mail gratuite - http://www.une-voyance-gratuite.eu
[JOSSO-332] SubjectConfirmationData is missing an attribute Created: 05/Oct/11
Updated:
24/Aug/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
SAML2 Support
JOSSO 2.2.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Priority:
Juha Majuri
Assignee:
Unresolved
Votes:
None
Windows XP, JRE 1.6.0_27
None
Major
Sebastian Gonzalez Oyuela
0
Description
SubjectConfirmationData element should contain attribute InResponseTo when the response is
for AuthnStatement.
SAML Core document states that the attribute is optional, but SAML Profiles states the
following. IMO this makes the attribute mandatory when response is for AuthnRequest.
From SAML Profiles:
-------------------------------------------------------------------------------------------------------------------------------------------------• The set of one or more assertions MUST contain at least one <AuthnStatement> that reflects
the
authentication of the principal to the identity provider.
• At least one assertion containing an <AuthnStatement> MUST contain a <Subject> element
with
at least one <SubjectConfirmation> element containing a Method of
urn:oasis:names:tc:SAML:2.0:cm:bearer. If the identity provider supports the Single Logout
profile, defined in Section 4.4, any such authentication statements MUST include a
SessionIndex
attribute to enable per-session logout requests by the service provider.
• The bearer <SubjectConfirmation> element described above MUST contain a
<SubjectConfirmationData> element that contains a Recipient attribute containing the service
provider's assertion consumer service URL and a NotOnOrAfter attribute that limits the
window
during which the assertion can be delivered. It MAY contain an Address attribute limiting the
client
address from which the assertion can be delivered. It MUST NOT contain a NotBefore
attribute. If
the containing message is in response to an <AuthnRequest>, then the InResponseTo attribute
MUST match the request's ID.
-------------------------------------------------------------------------------------------------------------------------------------------------Comments
Comment by Juha Majuri [ 06/Oct/11 7:00 AM ]
Forgot to mention that currently Josso2 is not compatible with Spring Security SAML2
implementation.
Comment by Gabie Jean [ 24/Aug/15 9:47 AM ]
Hello there, You’ve done a great job. I will certainly digg it and for my part suggest to my
friends. I am confident they’ll be benefited from this web site.
voyance gratuite en ligne - http://www.audelia-voyance.com
[JOSSO-429] SAML 2 HTTP Redirect binding produces locks/delays Created:
14/Sep/12 Updated: 04/Nov/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Identity Bus, SAML2 Support
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Major
Sebastian Gonzalez Oyuela
0
Comments
Comment by Gabie Jean [ 24/Aug/15 9:49 AM ]
Wow! This could be one particular of the most helpful blogs We’ve ever arrive across on this
subject. Basically Magnificent. I’m also a specialist in this topic therefore I can understand your
effort.
voyance gratuite en ligne par mail - http://energie-voyance.com
Comment by Gabie Jean [ 04/Nov/15 1:00 PM ]
Love the site and all content.
Congratulations and thank you
telephone gay - http://du-sexe-gay.com
[JOSSO-434] Unable to find User Principal in weblogic 10.3.6 Created: 18/Oct/12
Updated:
12/Nov/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Weblogic 10 Agent
JOSSO 1.8.6
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Priority:
Hari Prasad
Assignee:
Unresolved
Votes:
None
Weblogic10.3.6, jdk1.6, JOSSO1.8.6
Attachments:
None
Major
Sebastian Gonzalez Oyuela
0
output.txt
Description
Hi
Am new to JOSSO. Using JOSSO1.8.6.
Able to run partnerapp successfully in tomcat7.
But the same failing in weblogic10.3.6. Am attaching the error trace. Could anybody please
suggest the solution.
Its highly important and needful as am struggling since 3days..
thanks in advance..
Comments
Comment by Gabie Jean [ 12/Nov/15 12:52 PM ]
Congratulations to all those who watch for the success of this beautiful blog !!
voyance par mail - http://www.rose-voyance.com
voyance par mail gratuite - http://www.qualite-voyance.fr
[JOSSO-439] Create IIS execution environment Created: 27/Oct/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Task
Srdjan
Unresolved
None
Windows server 2008
Updated: 12/Nov/15
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
I want to create Windows IIS execution environment. Can you please help me with parameters.
Target host is Remote.
Need instructions how to fill Install Home and Activation Service Endpoint.
Thanks,
Srdjan
Comments
Comment by Gabie Jean [ 12/Nov/15 12:53 PM ]
I find your super awesome website I wish you full success because you deserve it, good luck
and congratulations for this wonderful site!
voyance en ligne gratuite - http://www.sidonie-voyance.com/
Voyance mail gratuite - http://www.voyance-conseil.eu
[JOSSO-475] Бывает и хуже 7 сезон 6 серия смотреть сериал онлайн в
хорошем качестве HD720p на русском Created: 04/Nov/15 Updated: 12/Nov/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Task
ldgsnp
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Смотреть Бывает и хуже 7 сезон 6 серия по ссылке - http://bit.ly/1KFhzcm
Смотреть Бывает и хуже 7 сезон 6 серия по ссылке - http://bit.ly/1KFhzcm
Смотреть Бывает и хуже 7 сезон 6 серия по ссылке - http://bit.ly/1KFhzcm
.
Бывает и хуже 7 сезон 6 серия онлайн сериал в HD
на русском 16.10.2015 S7E6 смотреть
одну из них, оставив на вечер, разделили остальное как можно 4 ноября 2015
Бывает и хуже 7 сезон 6 серия когда выйдет
более поровну и стали тянуть жребий, кому выбирать. Кусочек,
дата выхода 6 серии Бывает и хуже 7 сезон
доставшийся мне, мог поместиться на кончике пальца, но прошло
новая серия сериала Бывает и хуже 7 сезон 4 ноября 2015
для выхода на берег к язычникам. 4 ноября 2015 Парни смеялись, они
все серии Бывает и хуже 7 сезон 4 ноября 2015 онлайн смотреть
пусть поступают, как им нравится, а он не склонен наряжаться
Бывает и хуже 7 сезон 6 серия на русском novafilm
доставшийся мне, мог поместиться на кончике пальца, но прошло
Бывает и хуже 7 сезон 6 серия на русском в качестве HD720p
я постарался растянуть скудный обед. Правду говорят, что аппетит
Бывает и хуже 7 сезон расписание выхода серий 4 ноября 2015
добрых десять минут, прежде чем я проглотил последнюю крошку,
Бывает и хуже 7 сезон 6 серия кубик в кубе смотреть 4 ноября 2015
это лучший соус. Чистая вода, которая текла у наших ног
Бывает и хуже 7 сезон все серии нового сезона сериала
Я случайно отодвинул ветку, и неожиданно передо мной разыгралась
сериал Бывает и хуже 7 сезон 6 серия с переводом 4 ноября 2015
нужно было насколько возможно быстро подняться в горы,
сериал Бывает и хуже 7 сезон 6 серия в хорошем качестве
сцена, которую даже сейчас я могу вспомнить со всей ясностью
сериал онлайн Бывает и хуже 7 сезон 6 серия в hd посмотреть 4 ноября 2015
Бывает и хуже 7 сезон 6 серия сериал онлайн смотреть 4 ноября 2015
последнюю серию Бывает и хуже 7 сезон смотреть
первого впечатления. Если бы райские сады открылись мне, я вряд ли более увлекся
видом.
новый сезон сериала Бывает и хуже смотреть
Со своего места я видел, в удивлении и восторге, как внизу зеленые
Бывает и хуже 7 сезон 6 серия на русском смотреть 4 ноября 2015
Это пришлось нам по вкусу, и мы решили, несмотря
Бывает и хуже 7 сезон 6 серия на русском языке 4 ноября 2015
долины чередуются с синими водами моря. Там и сям среди листвы мелькали
Бывает и хуже 7 сезон 6 серия на телефоне смотреть
соломенные хижины местных жителей. Вокруг было множество покрытых
Бывает и хуже 7 сезон 6 серия в высоком качестве
зеленью скал и обрывов с бесчисленными маленькими каскадами водопадов.
Бывает и хуже 7 сезон 6 серия с переводом lostfilm
Но венцом красоты поистине была зелень - именно в ней заключается, на мой взгляд,
сериал Бывает и хуже 7 сезон 6 серия онлайн смотреть
своеобразный шарм полинезийского ландшафта. Везде долина представляла
онлайн Бывает и хуже 7 сезон 6 серия на русском языке смотреть
собой массу листвы - в таком изобилии, что невозможно
сериал онлайн Бывает и хуже 7 сезон 6 серия 4 ноября 2015
было определить и описать деревья, из которых она состояла.
сериал Бывает и хуже 6 серия 7 сезон 4 ноября 2015
И, пожалуй, я не видел ничего более величественного, чем водопады,
онлайн Бывает и хуже 7 сезон 6 серия
Бывает и хуже 7 сезон 6 серия
Comments
Comment by Gabie Jean [ 12/Nov/15 12:53 PM ]
I'm really proud of discovering yourself, your blog is really great! I like its interface, and I too
loved the content too. Especially so continue!
voyance gratuite mail - http://www.milla-voyance.net
voyance gratuite en ligne - http://www.suzanne-voyance.com
[JOSSO-474] Квест 1 сезон 7 серия смотреть сериал онлайн в хорошем
качестве HD720p на русском 4 ноября 2015 kvest S1E7 Created: 04/Nov/15 Updated:
12/Nov/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Task
ldgsnp
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Смотреть Квест 1 сезон 7 серия по ссылке - http://bit.ly/1MBH5Xu
Смотреть Квест 1 сезон 7 серия по ссылке - http://bit.ly/1MBH5Xu
Смотреть Квест 1 сезон 7 серия по ссылке - http://bit.ly/1MBH5Xu
.
Квест 1 сезон 7 серия онлайн сериал в HD
на русском 16.10.2015 S1E7 смотреть
одну из них, оставив на вечер, разделили остальное как можно 4 ноября 2015
Квест 1 сезон 7 серия когда выйдет
более поровну и стали тянуть жребий, кому выбирать. Кусочек,
дата выхода 7 серии Квест 1 сезон
доставшийся мне, мог поместиться на кончике пальца, но прошло
новая серия сериала Квест 1 сезон 4 ноября 2015
для выхода на берег к язычникам. 4 ноября 2015 Парни смеялись, они
все серии Квест 1 сезон 4 ноября 2015 онлайн смотреть
пусть поступают, как им нравится, а он не склонен наряжаться
Квест 1 сезон 7 серия на русском novafilm
доставшийся мне, мог поместиться на кончике пальца, но прошло
Квест 1 сезон 7 серия на русском в качестве HD720p
я постарался растянуть скудный обед. Правду говорят, что аппетит
Квест 1 сезон расписание выхода серий 4 ноября 2015
добрых десять минут, прежде чем я проглотил последнюю крошку,
Квест 1 сезон 7 серия кубик в кубе смотреть 4 ноября 2015
это лучший соус. Чистая вода, которая текла у наших ног
Квест 1 сезон все серии нового сезона сериала
Я случайно отодвинул ветку, и неожиданно передо мной разыгралась
сериал Квест 1 сезон 7 серия с переводом 4 ноября 2015
нужно было насколько возможно быстро подняться в горы,
сериал Квест 1 сезон 7 серия в хорошем качестве
сцена, которую даже сейчас я могу вспомнить со всей ясностью
сериал онлайн Квест 1 сезон 7 серия в hd посмотреть 4 ноября 2015
Квест 1 сезон 7 серия сериал онлайн смотреть 4 ноября 2015
последнюю серию Квест 1 сезон смотреть
первого впечатления. Если бы райские сады открылись мне, я вряд ли более увлекся
видом.
новый сезон сериала Квест смотреть
Со своего места я видел, в удивлении и восторге, как внизу зеленые
Квест 1 сезон 7 серия на русском смотреть 4 ноября 2015
Это пришлось нам по вкусу, и мы решили, несмотря
Квест 1 сезон 7 серия на русском языке 4 ноября 2015
долины чередуются с синими водами моря. Там и сям среди листвы мелькали
Квест 1 сезон 7 серия на телефоне смотреть
соломенные хижины местных жителей. Вокруг было множество покрытых
Квест 1 сезон 7 серия в высоком качестве
зеленью скал и обрывов с бесчисленными маленькими каскадами водопадов.
Квест 1 сезон 7 серия с переводом lostfilm
Но венцом красоты поистине была зелень - именно в ней заключается, на мой взгляд,
сериал Квест 1 сезон 7 серия онлайн смотреть
своеобразный шарм полинезийского ландшафта. Везде долина представляла
онлайн Квест 1 сезон 7 серия на русском языке смотреть
собой массу листвы - в таком изобилии, что невозможно
сериал онлайн Квест 1 сезон 7 серия 4 ноября 2015
было определить и описать деревья, из которых она состояла.
сериал Квест 7 серия 1 сезон 4 ноября 2015
И, пожалуй, я не видел ничего более величественного, чем водопады,
онлайн Квест 1 сезон 7 серия
Comments
Comment by Gabie Jean [ 12/Nov/15 12:54 PM ]
Thank you for this great site, really variegated good and interesting ideas. Especially keep it up.
Good luck
Best regards.
voyance gratuitement - http://www.voyance-gratuitement.fr
voyance gratuite par mail - http://www.voyance-marie-liesse.com
[JOSSO-250] can not redirect to JOSSO Gateway Created: 24/Dec/10 Updated: 14/Dec/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss 5.0 Agent
JOSSO 1.8.3
Type:
Reporter:
Resolution:
Labels:
Bug
Micheal Nghe
Unresolved
None
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
I have
- JOSSO Gateway install in Tomcat6
- JOSSO Agent install in Jboss 5
- I downloaded josso_console application (Seam Application) and deloy in Jboss 5 (the same
web container with josso agent)
When I login http://localhost:8080/josso_console -> It will redirect to
http://localhost:8080/josso_console/josso_login and nothing show up
I run sample http://localhost:8080/partnerapp -> It's ok
Comments
Comment by Gabie Jean [ 14/Dec/15 4:25 PM ]
Sweet blog! I found it while searching on Yahoo News. Do you have any tips on how to get
listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Thanks
voyance gratuite par mail - http://www.voyance-marie-liesse.com
[JOSSO-445] Is JOSSO supports Internet Single Sign-On (SSO) solution for
WS-federation based? Created: 05/Dec/12 Updated: 14/Dec/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 5.5 Agent
JOSSO 1.8
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
satyanarayana
Unresolved
None
Windows.
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Is JOSSO supports Internet Single Sign-On (SSO) solution for WS-federation based?
Comments
Comment by Gabie Jean [ 14/Dec/15 4:26 PM ]
I’ll immediately grab your rss feed as I can not find your email subscription link or newsletter
service. Do you have any? Kindly let me know in order that I could subscribe. Thanks.
voyance gratuite mail - http://www.milla-voyance.net
[JOSSO-436] JOSSO ISAPI Agent does not support default resource Created:
26/Oct/12 Updated: 18/Dec/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
ISAPI Agent
None
Type:
Reporter:
Resolution:
Labels:
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 1.8.8
Comments
Comment by Gabie Jean [ 18/Dec/15 1:04 PM ]
Cool blog you have here, I will check in often.
voyance gratuite - http://www.nina-voyance.fr/
Major
Sebastian Gonzalez Oyuela
0
[JOSSO-273] JOSSO always requires authentication/authorization process
whenever clicking on any links on GUI after login successfully Created: 16/May/11 Updated:
18/Dec/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss 5.0 Agent, JBoss 6.0 Agent
JOSSO 1.8.4
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Major
Priority:
Ngo Duc Trieu
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
JOSSO 1.8.4 integrated with JBOSS 5.1.0.GA
JOSSO 1.8.6
Description
My web application runs on JBoss 5.1.0.GA. Following guidelines from JOSSO site, install
JOSSO agent and JOSSO gateway successfully and edit web context file (My-App.War/WEBINF/context.xml) as follows:
<Context cookies="true" crossContext="true">
<Valve className="org.josso.jb5.agent.JOSSOJASPIAuthenticator" />
</Context>
Then, login into my web application successfully. After that, whenever clicking any links on
GUI, observer that JOSSO gateway sends requests to database for querying username, password
and roles. It means that Authentication/Authorization process is re-run. This raises a
performance problem of the app. Expected behavior is that Authentication/Authorization
process is only run once at login time.
Comments
Comment by Gabie Jean [ 14/Dec/15 4:19 PM ]
Wow! This could be one particular of the most helpful blogs We’ve ever arrive across on this
subject. Basically Magnificent. I’m also a specialist in this topic therefore I can understand your
effort.
voyance en ligne gratuite - http://www.sidonie-voyance.com/
Comment by Gabie Jean [ 18/Dec/15 1:10 PM ]
Beautiful ... I love your blog full of great ideas , in fact I just signed up to your news if you want
to do the same, it is a pleasure , good luck !
voyance par mail - http://www.rose-voyance.com
[JOSSO-274] Changes to user roles does not affect existing sessions Created:
13/Jun/11 Updated: 18/Dec/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Type:
Reporter:
Resolution:
Labels:
Environment:
Open
JOSSO
LDAP Identity Store, Memory Session Store, SSO Gateway, Tomcat 5.5
Agent
JOSSO 1.8.3
JOSSO 1.8.6
Bug
Major
Priority:
Aaron Reffett
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
JOSSO 1.8.3, Tomcat 5.5, Tomcat 5.5 Agent, web.xml security-constraints
Description
If a user's role information is changed in the identity store, but the user has active sessions, the
new role information is not propagated to the active sessions cached by the agents.
Steps to reproduce:
1) Log in as a user with some set of roles (for illustration: RoleA and RoleB)
2) Verify on the SSO gateway info page that a valid session with these roles exists
3) Access a protected partner application - this will cache the SSO User with the agent
3) Remove a role from the user via the identity store that would remove the user's right to
access the partner application
4) Verify again on the SSO gateway that the role has been removed
5) Refresh the partner application - the user still has access
6) Do something that invalidates the session - wait until timeout or destroy the servlet session
7) Refresh the partner application - now the user is properly denied access
Attaching a debugger and walking through the request pipeline the Tomcat Agent refreshes the
session by contacting the gateway which only checks that the session is valid, not that the
principal roles have changed, and does not inform the agent that the roles have changed. This
causes the agent to maintain its cached user with out of date role information. This condition
will persist until the gateway invalidates the session - either a logout or by inactivity timeout.
A partial workaround is to reduce the inactivity timeout on the session manager to 1 minute, 0
causes assertion resolution to fail (session expires immediately).
Comments
Comment by Sebastian Gonzalez Oyuela [ 12/Aug/11 12:39 PM ]
Consider also JOSSO-273
Comment by Gabie Jean [ 23/Jun/15 11:44 AM ]
I appreciate, cause I found just what I was looking for. You’ve ended my four day long hunt!
God Bless you man. Have a nice day. Bye
Consultation voyance gratuite - http://www.rose-voyance.com
Comment by Gabie Jean [ 18/Dec/15 1:11 PM ]
Hello, I love your blog it's really nice
continued like that for the rest of it is really perfect believe me.
voyance mail gratuite - http://www.voyance-conseil.eu
[JOSSO-472] After successful authentication it gets redirected to the default
josso page instead of redirecting to the configured url Created: 20/Jul/15 Updated: 05/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 7.0 Agent
JOSSO 1.8.8
Type:
Reporter:
Resolution:
Labels:
Bug
Nidhi Sirohi
Unresolved
None
Attachments:
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
jossodberror.gif
Description
If i clear cache of the browser just before entering username and password ... it gets redirected
to default josso page instead of redirecting to the configured url and gives following warning
WARN: No 'BACK TO' URL received or configured ... using default forward rule !
Comments
Comment by Amit [ 21/Jul/15 6:22 AM ]
Facing the same problem, details are below: 1) Login Josso & then logout.
2) Clean browser cache including cookies and all cached data
3) try login using same screen at step-1 of login.
4) Attached error displayed
Comment by Gabie Jean [ 05/Jan/16 9:46 AM ]
I appreciate, cause I found just what I was looking for. You’ve ended my four day long hunt!
God Bless you man. Have a nice day. Bye
voyance par mail gratuite - http://www.qualite-voyance.fr
[JOSSO-473] Replace 302 redirects by 301 redirects Created: 20/Jul/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
ISAPI Agent
JOSSO 1.8.8
Type:
Reporter:
Resolution:
Labels:
Environment:
Improvement
Priority:
Karl-Heinz Bernhardt
Assignee:
Unresolved
Votes:
None
Windows Server 2008 R2 64bit
Updated: 05/Jan/16
None
Major
Sebastian Gonzalez Oyuela
0
Description
Hello,
we received the following request by our marketing department, which is responsible for our web presence:
we were informed by our SEO agency that we should replace 302 redirects by 301 redirects. Can you please
check if this is possible for :
- http://www.softwareag.com/josso/JOSSOIsapiAgent.dll?josso_login&josso_partnerapp_id=mktng-sp
http://www.softwareag.com/josso/JOSSOIsapiAgent.dll?josso_login_optional&josso_partnerapp_id=mktngsp
They have also listed
https://www.softwareag.com/josso/JOSSOIsapiAgent.dll?josso_login_optional&josso_partnerapp_id=mktngsp, but actually I am wondering why the other two above are not https connected.
Thanks for your support
Michael
Please advice.
Karl-Heinz Bernhardt
Comments
Comment by Gabie Jean [ 05/Jan/16 9:46 AM ]
Thank you for the good writeup. It in fact was a amusement account it. Look advanced to far
added agreeable from you! By the way, how could we communicate?
voyance mail gratuite - http://www.voyance-conseil.eu
[JOSSO-471] Issue in login Created: 01/Dec/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 7.0 Agent
JOSSO 2.4.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
bindal gami
Unresolved
None
Windows 7
Updated: 05/Jan/16
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
I have issue in login using josso-ce-2.4.0.I succesfully reach at login page but when i enter username
and password and hit login button, it throws below error. I searched every but can't find solution.
Help me with proper solution.
Exception In browser :
java.lang.RuntimeException: Outbound relaying failed. No Principal found. Verify your SSO Agent
Configuration!
org.josso.tc70.agent.SSOAgentValve.invoke(SSOAgentValve.java:549)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:724)
Exception in eclipse IDE console:
Dec 01, 2014 4:31:45 PM org.josso.tc70.agent.jaas.SSOGatewayLoginModule login
SEVERE: Session authentication failed :
java.lang.NullPointerException
at org.josso.tc70.agent.jaas.SSOGatewayLoginModule.login(SSOGatewayLoginModule.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695)
at javax.security.auth.login.LoginContext.login(LoginContext.java:594)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:435)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:356)
at org.josso.tc70.agent.CatalinaSSOAgent.authenticate(CatalinaSSOAgent.java:95)
at org.josso.agent.AbstractSSOAgent.execute(AbstractSSOAgent.java:420)
at org.josso.agent.AbstractSSOAgent.processRequest(AbstractSSOAgent.java:333)
at org.josso.tc70.agent.SSOAgentValve.invoke(SSOAgentValve.java:543)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Comments
Comment by Gabie Jean [ 05/Jan/16 9:49 AM ]
Everything is very open and very clear explanation of issues. was truly information. Your
website is very useful. Thanks for sharing.
voyance gratuite par mail - http://www.voyance-marie-liesse.com
[JOSSO-467] wrong userid / password Created: 16/May/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Bug
Hugo Borda
Unresolved
None
Updated: 05/Jan/16
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
1- I download JOSSO2 into a windows environment
2- clicked on the jar which fire the installer
3- Once installed went to JOSSO2_HOME/bin
4- execute "atricore" command
5- once everything was active
6- type "http://localhost:8081/atricore-console" on my browser
7- got prompted to type userid / password
8- type admin/admin
9 - got this message "The user name and/or password you entered are not correct. Please reenter to log in again."
Am I doing anything wrong?
Regards, Hugo
Comments
Comment by Gabie Jean [ 05/Jan/16 9:50 AM ]
I’ll immediately grab your rss feed as I can not find your email subscription link or newsletter
service. Do you have any? Kindly let me know in order that I could subscribe. Thanks.
voyance gratuitement - http://www.voyance-gratuitement.fr
[JOSSO-466] Estimates about Telugu Love Sms Created: 15/Apr/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Story
matthew davis
Unresolved
None
Updated: 05/Jan/16
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
These days, you can find many websites that has the best selection of the missing of different
quotes. It is the one of the website of quotes such as the all kinds of sensation about the other. It
may your belief, really like or anything else. Quotations like Kind Words For Friends knowing
in god. We are all designed by it and no one is highly effective like that. God is unseen that
mean we are not know about how he actually looking or where he stay ,rather than all those
factor most of the individuals believe in god. Because of God help us in our issues and provides
plenty of durability to meet up with our aim of the lifestyle.
There are so many quote like saying thanks to god quotes are contains very awesome
collections to thanks God for the our wonderful lifestyle and for other factors which are not
possible without the God. The collections of these Nice Comments Quotations are very useful
to experience; very pleasure and comfort own you. These terms is very motivating to create
more relying upon your lifestyle? Other quotes like trust in god quotes also available on our
website these are very dynamic which recognize the cost of lifestyle which is given by the god.
Life is so wonderful but distinction is that how individuals see it. Some individuals are very
satisfied and appreciate every time of lifestyle but some individuals are very sad in their
lifestyle and goes in under depressive disorders. For that Scenario we gives the motivating
though and saying like really like of my lifestyle quotes which allows you to recognize the
charming elegant minutes of the lifestyle and so many methods of how to carry on and adoring
your lifestyle yourself.
Enjoy Funny Ways To Say I Miss You are gives the several purpose to create your lifestyle
gladly and elegant. It is like a bag of plenty of joy and pleasure. All those ideas are allows to
create your lifestyle convenience and elegant. Quotations are very useful to modify your
mindset about the lifestyle and complete plenty of positivity inner you to complete your desire
efficiently.
There are so many quotes which are published by the different popular writer to study it please
check out us the best website.
Comments
Comment by Gabie Jean [ 05/Jan/16 9:51 AM ]
Sweet blog! I found it while searching on Yahoo News. Do you have any tips on how to get
listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Thanks
voyance gratuite en ligne - http://www.suzanne-voyance.com
[JOSSO-427] Not able to see Josso login page in my own webapplcation.. Created:
14/Sep/12 Updated: 05/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console, Atricore Identity Bus, Tomcat 7.0 Agent
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Task
Hari Prasad
Unresolved
None
Attachments:
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Josso Issue.docx
Description
Issue : When we hit the url http://localhost:8080/LoginApp we are not able to see the josso SSO
effcts but getting the normal page what we developed normally. I also replaced my web
application with the index page provided by sample partner application. But this page showing
that "You Logged in as anonymous user" and aslo a login button.
As am newbie to JOSSO2.3, Can anyone please guide me weather we have to prepare index
page by our own to redirect josso_user_login or framework provides. And also suggest me what
prerequisits need to make our application to work with JOSSO.
Even also i found that there is no Josso.war file in the josso2.3 installation structure.
Please guide me for doing things in josso and good links for getting through the JOSSO other
than www.josso.org . I gone through this site but still need more information to get my work
done.
Please help me as i need it to done ASAP..
Thanks in advance...
This is our web.xml from LoginApp
Web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/webapp_2_5.xsd">
<display-name>LoginApp</display-name>
<servlet>
<servlet-name>dispatcher</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet
</servlet-class>
<load-on-startup>0</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>dispatcher</servlet-name>
<url-pattern>/forms/*</url-pattern>
<url-pattern>/</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
Also attaching the procedure I followed to achieve the JOSSO sso. I dont know weather i did
correct or wrong. But I followed the procedure provided www.josso.org link. Please correct me
if am wrong anywhere and also suggest me the solution for my problem..
Thnanks in advance..
Comments
Comment by Gabie Jean [ 05/Jan/16 1:45 PM ]
Thank you very much for all your suggestions on this site. Your shares are very interesting and
very enriching. Congratulations.
Voyance mail gratuite - http://www.voyance-sidonie.com
voyance par mail gratuite - http://www.une-voyance-gratuite.eu
[JOSSO-327] Can't access Josso web console..even if it showed started
successfully on command prompt Created: 15/Sep/11 Updated: 05/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
JOSSO 2.2.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
mahesh bhole
Unresolved
None
RHEL 6.0
Attachments:
error.JPG
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Josso console was working fine for sometime.Just after the restart it showed started successfully on command pr
browser.
using http://localhost:8081/atricore-console/
Here is the snippet from atricore log
java.lang.Exception: Could not start bundle mvn:org.apache.activemq/activemq-ra/5.3.2 in feature(s) activemq-5
package 'javax.transaction.xa' when resolving module 139.0 between existing import 41.0.javax.transaction.xa B
package; (package=javax.transaction.xa)] and uses constraint 120.0.javax.transaction.xa BLAMED ON [[139.0]
(&(package=javax.resource.spi.endpoint)(version>=1.5.0)(!(version>=2.0.0))), [127.0] package; (package=javax
at
org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:353)[38:org.apa
at org.apache.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:968)[38:org.apache.ka
Caused by: org.osgi.framework.BundleException: Constraint violation for package 'javax.transaction.xa' when r
between existing import 41.0.javax.transaction.xa BLAMED ON [[139.0] package; (package=javax.transaction.
120.0.javax.transaction.xa BLAMED ON [[139.0] package; (&(package=javax.resource.spi.endpoint)(version>=
[127.0] package; (package=javax.transaction.xa)]
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3449)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1727)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:922)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:909)
at
org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:350)[38:org.apa
Please find the attachment.
Please suggest.
Thanks,
Mahesh
Comments
Comment by Gabie Jean [ 05/Jan/16 1:45 PM ]
Thanks to you, I have learned many interesting things. I hope to learn even. I congratulate you
for these wonderful sharing. Keep going !
voyance gratuite par mail - http://www.rosie-voyance.com
voyance gratuite par telephone - http://www.qualite-voyance.fr
[JOSSO-426] Logout from googleapps results in IllegalArgumentException Created:
12/Sep/12 Updated: 25/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Identity Bus
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Major
Priority:
Chris Bush
Sebastian Gonzalez Oyuela
Assignee:
Unresolved
0
Votes:
None
josso-ce-2.3.0 on Mac OS X 10.6.8 Java(TM) SE Runtime Environment
(build 1.6.0_35-b10-428-10M3811) Java HotSpot(TM) 64-Bit Server VM
(build 20.10-b01-428, mixed mode)
None
Description
Signing out from GoogleApps on the SingleLogoutService url results in an IllegalArgumentException.
http://localhost:8081/IDBUS/BASE-IDP/BASEIDP/SAML2/SLO/SOAP
Stack trace from atricore.log follows:
2012-09-11 22:08:30,911 | TRACE | tp-2145986093-23 | OsgiIDBusServlet2 | component.http.OsgiIDBusServle
SERVLET SERVICE START AT 1347415710911 (1979063457@qtp-2145986093-23)
2012-09-11 22:08:31,031 | DEBUG | tp-2145986093-23 | OsgiIDBusServlet2 | component.http.OsgiIDBusServl
Identity Mediation Units for IDBus Http Camel Consumer [idbus:/IDBUS/BASE-IDP/BASEIDP/SAML2/SLO/
2012-09-11 22:08:31,032 | TRACE | tp-2145986093-23 | OsgiIDBusServlet2 | component.http.OsgiIDBusServle
Identity Mediation Unit [base-a2cadius-mediation-unit] for IDBus Http Camel Consumer [idbus:/IDBUS/BASE
2012-09-11 22:08:31,032 | TRACE | tp-2145986093-23 | OsgiIDBusServlet2 | component.http.OsgiIDBusServle
Consumer for consumer key [idbus:/IDBUS/BASE-IDP/BASEIDP/SAML2/SLO/SOAP] found
2012-09-11 22:08:31,033 | TRACE | tp-2145986093-23 | OsgiIDBusServlet2 | component.http.OsgiIDBusServle
COOKIES [JSESSIONID=ae7rxb6x3gfs.idbus-web-001; BASEIDP_STATE=idCC6D365902AA7A2D; JSESS
2012-09-11 22:08:31,033 | TRACE | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindin
Servlet Request
2012-09-11 22:08:31,034 | DEBUG | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindi
Cookie header for JSESSIONID=ae7rxb6x3gfs.idbus-web-001
2012-09-11 22:08:31,034 | DEBUG | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindi
Cookie header for BASEIDP_STATE=idCC6D365902AA7A2D
2012-09-11 22:08:31,034 | DEBUG | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindi
Cookie header for JSESSIONID=12g3i6j3wm2ph.idbus-web-001
2012-09-11 22:08:31,034 | DEBUG | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindi
HTTP Session as Camel header org.atricore.idbus.http.HttpSession
2012-09-11 22:08:31,036 | INFO | tp-2145986093-23 | PhaseInterceptorChain | ache.cxf.common.logging.LogU
java.lang.IllegalArgumentException: Null InputStream is not a valid argument
at com.ctc.wstx.stax.WstxInputFactory.createSR(WstxInputFactory.java:595)[72:woodstox-core-asl:4.0.5]
at com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader(WstxInputFactory.java:316)[72:woodstox-cor
at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:83)[124:org.apache.cxf.bu
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:236)[124:org.apache.cxf
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:89)[124:org.apach
at org.apache.camel.component.cxf.transport.CamelDestination.incoming(CamelDestination.java:157)[151:org.a
at org.apache.camel.component.cxf.transport.CamelDestination$ConsumerProcessor.process(CamelDestination.
at
org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(As
core:1.6.1]
at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:59)[148:org.apache.camel.ca
at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:84)[148:org.apache.camel.camel-core
at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68)[148:org.a
at org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87
at org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82)
at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:189)[148:org.apache.camel.
at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:133)[148:org.apache.camel.
at org.apache.camel.processor.Pipeline.process(Pipeline.java:115)[148:org.apache.camel.camel-core:1.6.1]
at org.apache.camel.processor.Pipeline.process(Pipeline.java:89)[148:org.apache.camel.camel-core:1.6.1]
at org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:68)[148:org.a
at org.apache.camel.processor.interceptor.StreamCachingInterceptor.proceed(StreamCachingInterceptor.java:87
at org.apache.camel.processor.interceptor.StreamCachingInterceptor.process(StreamCachingInterceptor.java:82)
at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:52)[148:org.apache.ca
at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41)[148:org.apache.camel.c
at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66)[148:org.apac
at org.atricore.idbus.kernel.main.mediation.camel.component.http.OsgiIDBusServlet2.doService(OsgiIDBusSer
at org.atricore.idbus.kernel.main.mediation.camel.component.http.OsgiIDBusServlet2.service(OsgiIDBusServle
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)[105:org.apache.geronimo.specs.geronimo-servlet
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)[106:org.apache.servicemix.bundles.je
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)[106:org.apache.servicemix.bundles
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.handle(HttpServiceServletHandler.java:64
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)[106:org.apache.servicemix.bundle
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)[106:org.apache.servicemix.bund
at org.ops4j.pax.web.service.jetty.internal.ConfigurableHttpServiceContext.handle(ConfigurableHttpServiceCon
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.ja
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)[106:org.apache.servicemix.bun
at org.mortbay.jetty.Server.handle(Server.java:326)[106:org.apache.servicemix.bundles.jetty-bundle:6.1.22.2]
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)[106:org.apache.servicemix.bundl
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)[106:org.apach
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)[106:org.apache.servicemix.bundles.jetty-bundle
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)[106:org.apache.servicemix.bundles.jetty-bu
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)[106:org.apache.servicemix.bundles.jettyat org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)[106:org.apache.servicemix.
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)[106:org.apache.service
2012-09-11 22:08:31,042 | DEBUG | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindi
Servlet Response
2012-09-11 22:08:31,042 | TRACE | tp-2145986093-23 | IDBusHttpBinding | .component.http.IDBusHttpBindin
HTTP Servlet Response
2012-09-11 22:08:31,043 | TRACE | tp-2145986093-23 | OsgiIDBusServlet2 | component.http.OsgiIDBusServle
SERVLET SERVICE END AT 1347415711043 TOOK: 132 ms(1979063457@qtp-2145986093-23)
Results in ugly soap fault for browser logging out:
<soap:Envelope><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Null InputStream
argument</faultstring></soap:Fault></soap:Body></soap:Envelope>
Comments
Comment by Gabie Jean [ 25/Jan/16 4:10 PM ]
Really nice this site and it is more complete and easy research. I thank you very much for those
relaxing moments.
voyance en ligne gratuite - http://www.rubis-voyance.com
voyance gratuite en ligne par mail - http://www.votre-voyance-gratuite-par-mail.com
[JOSSO-447] While reading the response the AssertionConsumerProducer
throws exception for null signature. Created: 19/Dec/12 Updated: 25/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Identity Bus
None
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Naga C Nandivelugu
Unresolved
None
DEV
None
Attachments:
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
atricore.log
Description
When i am getting the response back from a IDP, i see that that response is good, but josso throws the below erro
org.atricore.idbus.capabilities.sso.support.core.SSOResponseException:
urn:oasis:names:tc:SAML:2.0:status:Requester:urn:oasis:names:tc:SAML:2.0:status:RequestDenied:urn:org:atri
My setup is IDP (Open SSO) and SP (Josso) and we are using Signed Assertions. Uploaded correct certificates.
If some one can tell me what's the problem i will fix that issue and i will apply the changes.
Attached is the log.
Comments
Comment by Naga C Nandivelugu [ 19/Dec/12 7:38 PM ]
The code in AssertionConsumerProducer is giving some problem. I don't understand the reason
why the response.getSignature will be null, when my response is good.
if (!endpoint.getBinding().equals(SSOBinding.SAMLR2_REDIRECT.getValue())) {
if (response.getSignature() == null) {
response.get
// Redirect binding does not have signature elements!
throw new SSOResponseException(response,
StatusCode.TOP_REQUESTER,
StatusCode.REQUEST_DENIED,
StatusDetails.INVALID_RESPONSE_SIGNATURE);
}
try {
// It's better to validate the original message, when available.
if (originalResponse != null)
signer.validateDom(idpMd, originalResponse);
else
signer.validate(idpMd, response, "Response");
} catch (SamlR2SignatureValidationException e) {
throw new SSOResponseException(response,
StatusCode.TOP_REQUESTER,
StatusCode.REQUEST_DENIED,
StatusDetails.INVALID_RESPONSE_SIGNATURE, e);
} catch (SamlR2SignatureException e) {
//other exceptions like JAXB, xml parser...
throw new SSOResponseException(response,
StatusCode.TOP_REQUESTER,
StatusCode.REQUEST_DENIED,
StatusDetails.INVALID_RESPONSE_SIGNATURE, e);
}
}
Comment by Naga C Nandivelugu [ 20/Dec/12 12:57 AM ]
I am assuming i have to fix the code above to do below, If the response.getSingnature is null
then check if the Assertion Signature is also null, if both are null then throw excpetion.
if (response.getSignature() == null) {
// Redirect binding does not have signature elements!
Object o = response.getAssertionOrEncryptedAssertion().get(0);
if (o instanceof AssertionType) {
if (((AssertionType) o).getSignature() == null) {
throw new SSOResponseException(response,
StatusCode.TOP_REQUESTER,
StatusCode.REQUEST_DENIED,
StatusDetails.INVALID_RESPONSE_SIGNATURE);
}
} else {
throw new SSOResponseException(response,
StatusCode.TOP_REQUESTER,
StatusCode.REQUEST_DENIED,
StatusDetails.INVALID_RESPONSE_SIGNATURE);
}
}
Comment by Gabie Jean [ 25/Jan/16 4:11 PM ]
Hello, your blog is too beautiful! I come every day and I like it a lot !!! Thank you and good
luck!
voyance gratuite mail - http://www.voyance-gratuite-mail.eu
telephone gay - http://du-sexe-gay.com
[JOSSO-470] Issue in login Created: 01/Dec/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Tomcat 7.0 Agent
JOSSO 2.4.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
bindal gami
Unresolved
None
Windows 7
Updated: 27/Jan/16
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
I have issue in login using josso-ce-2.4.0.I succesfully reach at login page but when i enter username
and password and hit login button, it throws below error. I searched every but can't find solution.
Help me with proper solution.
Exception In browser :
java.lang.RuntimeException: Outbound relaying failed. No Principal found. Verify your SSO Agent
Configuration!
org.josso.tc70.agent.SSOAgentValve.invoke(SSOAgentValve.java:549)
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:724)
Exception in eclipse IDE console:
Dec 01, 2014 4:31:45 PM org.josso.tc70.agent.jaas.SSOGatewayLoginModule login
SEVERE: Session authentication failed :
java.lang.NullPointerException
at org.josso.tc70.agent.jaas.SSOGatewayLoginModule.login(SSOGatewayLoginModule.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695)
at javax.security.auth.login.LoginContext.login(LoginContext.java:594)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:435)
at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:356)
at org.josso.tc70.agent.CatalinaSSOAgent.authenticate(CatalinaSSOAgent.java:95)
at org.josso.agent.AbstractSSOAgent.execute(AbstractSSOAgent.java:420)
at org.josso.agent.AbstractSSOAgent.processRequest(AbstractSSOAgent.java:333)
at org.josso.tc70.agent.SSOAgentValve.invoke(SSOAgentValve.java:543)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Comments
Comment by Gabie Jean [ 05/Jan/16 9:50 AM ]
I’m not sure exactly why but this weblog is loading very slow for me. Is anyone else having this
issue or is it a problem on my end? I’ll check back later on and see if the problem still exists.
voyance gratuite mail - http://www.milla-voyance.net
Comment by Helen Midgett [ 27/Jan/16 7:57 AM ]
For me also weblog load very very slow. I check it in different places and always I have the
same problem.
---http://www.eduexpress.co.uk/
[JOSSO-477] Local Service Provider requires a service connection sp1 Created:
02/Feb/16 Updated: 02/Feb/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Task
Cleo
Unresolved
None
Attachments:
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Capture.PNG
Description
SAML2 SERVICE PROVIDER IS CONNECTED TO INDENTITY PROVIDER. WHEN
SAVING GIVES ERROR : Local Service Provider requires a service connection sp1
[JOSSO-478] UNABLE TO MAKE CONNECTION BETWEEN SAML2
SERVICE PROVIDER AND TOMCAT RESOURCE Created: 02/Feb/16 Updated: 02/Feb/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 2.4.1
Type:
Reporter:
Resolution:
Labels:
Task
Cleo
Unresolved
None
Attachments:
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Capture.PNG
Description
UNABLE TO MAKE CONNECTION BETWEEN SAML2 SERVICE PROVIDER AND
TOMCAT RESOURCE. PLEASE SUGGEST WHAT IS WRONG HERE.J
[JOSSO-476] Unable to access Atricore Console Created: 01/Feb/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Bug
Cleo
Unresolved
None
Updated: 24/Feb/16
None
Priority:
Assignee:
Votes:
Major
Sebastian Gonzalez Oyuela
0
Description
Sir/Madam,
I am new to josso. I have followed the instruction guide setup to install josso from following
location. http://www.josso.org/confluence/display/JOSSO1/Quick+Start.
Everything was perfect. But when i tried to access the url http://myipaddress:8081/atricoreconsole. It was unable to find this location. Have i missed here installation step.
Please guide me.
Also let me know if this url points to JOSSO2 or 1 http://www.josso.org/confluence/display/JOSSO1/Quick+Start. Where are the instructions for
JOSSO2?
Comments
Comment by Cleo [ 02/Feb/16 5:44 AM ]
This i tried in linux environment. I don't see documentation as well how to download the josso2
jar and start the jar in environment. Please suggest.
Comment by Cleo [ 02/Feb/16 12:21 PM ]
Please close this jira. I was able to access the url after installing the josso- 2,4.1 on linux using
following command.
java -jar josso-ce-2.4.0-unix.jar -console
Comment by Cleo [ 02/Feb/16 12:21 PM ]
Thanks
Comment by Curtis Walker [ 24/Feb/16 10:09 AM ]
I had similar problem at http://www.timeo.co.uk/, thanks for your tips. They helped a lot.
[JOSSO-311] Use of circular redirect patterns create issues for certain clients,
like IE, in certain environments Created: 29/Jul/11 Updated: 24/Feb/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
JBoss 5.0 Agent
JOSSO 1.8.5
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Priority:
Marc Elliott
Assignee:
Unresolved
Votes:
None
Ubuntu, Windows, HttpUnit
Attachments:
JOSSO 1.8.6
Major
Sebastian Gonzalez Oyuela
0
recursive-redirect.pcap
Description
The JBoss server agent's use of cyclical redirects causes problems with clients that check for
recursive redirects.
I saw a lot of issues in IE that may be related to this, particularly in an architecture where the
jboss server runs in http mode behind a webserver or loadbalancer that handles the SSL on the
front end and therefore adds to the number of redirects used in any particular login or logout
action.
I was unable to attain a wireshark for that scenario because that environment has moved on with
our project.
I did see similar issues when I attempted to develop a HttpUnit test for our gateway. This is the
source code of the test. Note that the problem only occurs on the second visit to the protected
resource.
{code}
/**
* Tests the login/logout routines. Includes cases for authentication
* failures and authorization failures.
*
* @throws IOException
* @throws SAXException
*/
@Test
public void loginLogout() throws IOException, SAXException {
HttpUnitOptions.setExceptionsThrownOnScriptError(false);
String urlRoot = this.getFilterProperties().get("josso.proxy.server")
+ "";
WebConversation wc = new WebConversation();
log.info("Get the initial page");
WebRequest req = new GetMethodWebRequest(urlRoot + "/josso");
WebResponse resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Info".equals(resp.getTitle()));
log.info("Get the login page");
req = new GetMethodWebRequest(urlRoot + "/josso/signon/login.do");
resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Login".equals(resp.getTitle()));
log.info("Login as user");
WebForm f = resp.getForms()[0];
f.setParameter("josso_username", "user");
f.setParameter("josso_password", "Password1");
f.submit();
resp = wc.getCurrentPage();
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Login Result".equals(resp.getTitle()));
log.info("Logout");
req = new GetMethodWebRequest(urlRoot + "/josso/signon/logout.do");
resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Info".equals(resp.getTitle()));
req = new GetMethodWebRequest(urlRoot + "/josso/signon/login.do");
resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Login".equals(resp.getTitle()));
f = resp.getForms()[0];
f.setParameter("josso_username", "user");
f.setParameter("josso_password", "BadPassword");
f.submit();
resp = wc.getCurrentPage();
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Login".equals(resp.getTitle()));
log.info("Access the jmx-console");
req = new GetMethodWebRequest(urlRoot + "/jmx-console");
resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Login".equals(resp.getTitle()));
log.info("login as admin");
f = resp.getForms()[0];
f.setParameter("josso_username", "admin");
f.setParameter("josso_password", "Password1");
f.submit();
resp = wc.getCurrentPage();
log.info("Page title: " + resp.getTitle());
assert (resp.getTitle().contains("JBoss JMX Management Console"));
log.info("logout");
req = new GetMethodWebRequest(urlRoot + "/josso/signon/logout.do");
resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Info".equals(resp.getTitle()));
// creating a new conversation appears to avoid the
// redundant redirection issue we have with JOSSO
// when accessing a protected resource the
// second time around ... this is a JOSSO bug
// that will need to be dealt with at some point
//wc = new WebConversation();
log.info("Access the jmx-console");
req = new GetMethodWebRequest(urlRoot + "/jmx-console");
resp = wc.getResponse(req);
log.info("Page title: " + resp.getTitle());
assert ("Mobile Messenger - Login".equals(resp.getTitle()));
log.info("login as user");
f = resp.getForms()[0];
f.setParameter("josso_username", "user");
f.setParameter("josso_password", "Password1");
boolean error = false;
try {
f.submit();
} catch (HttpException e) {
// yes, we are expecting an http authorization error here
error = true;
}
assert (error);
}
{code}
Comments
Comment by Gianluca Brigandi [ 01/Aug/11 1:26 PM ]
Where is the redundant http redirect pointing to (e.g. Gateway URI or Partner application URI)
? Can you include a dump of the requests and responses mediated through the http unit test ?
In order to come up with a first diagnostic of the potential issue an http traffic dump (e.g.
generated with wireshark, tamperdata, etc.) as well as JOSSO Gateway and Agents logs would
be needed.
Comment by Gianluca Brigandi [ 03/Aug/11 2:48 PM ]
Your issue might be related to this one http://www.josso.org/jira/browse/JOSSO-312 which is
currently on progress. I'd suggest you keep an eye on the git updates of the ISAPI Agent in case
you can't wait for the upcoming release .
Comment by Marc Elliott [ 21/Sep/11 9:06 PM ]
Here is a wireshark presenting the case of a user who logged into one josso domain then
navigated to an application protected by another. IE detects a circular redirect and gives a stupid
error. Navigating to the URL directly or even just hitting return forwards the user on to the login
page with out incident.
Comment by Gabie Jean [ 14/Dec/15 4:19 PM ]
Hello there, You’ve done a great job. I will certainly digg it and for my part suggest to my
friends. I am confident they’ll be benefited from this web site.
voyance par mail - http://www.rose-voyance.com
Comment by Gabie Jean [ 24/Feb/16 2:34 PM ]
Really nice here and it is more complete and easy research. I thank you very much for those
relaxing moments.
voyance gratuite par telephone - http://www.qualite-voyance.fr
[JOSSO-433] Web Console stops working when PAX temp folder is deleted Created:
17/Oct/12 Updated: 17/Oct/12
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
None
Type:
Reporter:
Resolution:
Labels:
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Minor
Sebastian Gonzalez Oyuela
0
[JOSSO-176] Automatic login shouldn't be attempted when executing
JOSSifyed PHP scripts in batch mode Created: 11/Nov/09 Updated: 22/Oct/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 1.8.1
Type:
Reporter:
Resolution:
Labels:
Improvement
Gianluca Brigandi
Unresolved
None
None
Priority:
Assignee:
Votes:
Minor
Sebastian Gonzalez Oyuela
0
[JOSSO-462] Installation of Service on Windows 2008 R2 64-bit succeeds, but
service doesn't run Created: 25/Oct/13 Updated: 25/Oct/13
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Ian Gordon
Unresolved
None
Windows 2008 Server R2
64-bit
Java 1.6.0_45-b06
None
Priority:
Assignee:
Votes:
Minor
Sebastian Gonzalez Oyuela
0
Description
After installing Josso (2.3.0 and 2.4.0-SNAPSHOT), and selecting to install the windows
service from the console, the service wrapper gets created, and the batch files work, however,
the service fails to start when instructed.
I have solved this part of the problem by simply upgrading to the latest version of YAJSW. Reinstalling the service with the latest version allows the service to run correctly.
However, the service wrapper regularly fails to receive a valid ping from the application, and
the service is indicated as having stopped after several hours, even though the service is actually
still running.
It also fails to automatically start after a server reboot. The logs indicate no activity at all, which
would seem to indicate that the service wrapper didn't try to start the application.
[JOSSO-442] Set proper default SAML 2.0 bindings when creating IDPs/SPs
Created: 27/Nov/12 Updated: 04/Nov/14
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
None
Type:
Reporter:
Resolution:
Labels:
Improvement
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Comments
Comment by Gabie Jean [ 04/Nov/14 12:24 PM ]
Congratulations on this site, starting with very good foundation!
good luck
voyance par mail gratuite - http://www.ysalis-voyance.com
Minor
Sebastian Gonzalez Oyuela
0
[JOSSO-389] Make SAML Providers tolerance configurable Created: 03/Apr/12
Updated:
24/Aug/15
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console, SAML2 Support
None
Type:
Reporter:
Resolution:
Labels:
Improvement
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Minor
Sebastian Gonzalez Oyuela
0
Description
The value is currently set to 5 minutes
Comments
Comment by Gabie Jean [ 24/Aug/15 9:50 AM ]
It’s really a nice and useful piece of info. I’m glad that you shared this useful info with us.
Please keep us up to date like this. Thank you for sharing.
voyance gratuite par email - http://www.voyance-gratuite.eu
[JOSSO-212] svn properties are not configured correctly Created: 26/Mar/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Apache HTTP 2.2 Agent
JOSSO 1.8
Type:
Reporter:
Resolution:
Labels:
Task
Priority:
Manuel Jesús Recena Soto Assignee:
Unresolved
Votes:
None
Updated: 05/Jan/16
None
Minor
Sebastian Gonzalez Oyuela
0
Description
The binary dist (josso-1.8.1.zip) contains files (makemake, configure) with windows style EOL.
It would be advisable to review the property svn:eol-style.
Regards,
Comments
Comment by Sebastian Gonzalez Oyuela [ 20/Jul/10 12:44 PM ]
Make sure that maven assembly plugin uses correct configuration when packaging .zip files
Comment by Gabie Jean [ 05/Jan/16 1:46 PM ]
I'm really proud of discovering yourself, your blog is really great! I like its interface, and I too
loved the content too. Especially so continue!
voyance gratuite mail - http://www.voyance-gratuite-mail.eu
telephone gay - http://du-sexe-gay.com
[JOSSO-435] Add organization information to identity appliance Created:
26/Oct/12 Updated: 25/Jan/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Console
None
Type:
Reporter:
Resolution:
Labels:
Improvement
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Minor
Sebastian Gonzalez Oyuela
0
Comments
Comment by Gabie Jean [ 25/Jan/16 4:10 PM ]
It is with pleasure that I look at your site; it is great. Really nice to read your nice sharing
.Continuez well and thank you again.
Voyance mail gratuite - http://www.voyance-sidonie.com
voyance par mail gratuite - http://www.une-voyance-gratuite.eu
[JOSSO-135] Support logout and authentication local URLs in ISAPI Agent
Created: 04/Sep/09 Updated: 24/Feb/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
ISAPI Agent
JOSSO 1.8.1
Type:
Reporter:
Resolution:
Labels:
New Feature
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 1.8.6
Minor
Sebastian Gonzalez Oyuela
0
Description
ISAPI Agent should be able to handle the following events:
./josso/JOSSOIsapiAgent.dll?josso_logout&back_to=<my page>&....
./josso/JOSSOIsapiAgent.dll?josso_authentication&back_to=<my page>&...
Comments
Comment by Gabie Jean [ 14/Dec/15 4:26 PM ]
I’m not sure exactly why but this weblog is loading very slow for me. Is anyone else having this
issue or is it a problem on my end? I’ll check back later on and see if the problem still exists.
voyance gratuitement - http://www.voyance-gratuitement.fr
Comment by Gabie Jean [ 24/Feb/16 2:37 PM ]
I find your super awesome website, I wish you full success because you deserve it, good luck
and congratulations for this wonderful site!
voyance par mail - http://www.lysiane-voyance.com
[JOSSO-236] Agent LocalSession instances are never purged Created: 27/Jul/10
Updated:
02/Mar/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Type:
Reporter:
Resolution:
Labels:
Open
JOSSO
Generic Servlet Agent, Weblogic 10 Agent, Weblogic 8.1 Agent, Weblogic
9.2 Agent
JOSSO 1.8.2
JOSSO 1.8.6
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
Minor
Sebastian Gonzalez Oyuela
0
Description
The agent filter creates a new Local Session instance per SSO request. This instance is then
stored by the agent until a session destroy event is received. Because this local sessions are
never related to the HTTP session, the are never destroyed.
Comments
Comment by Gabie Jean [ 24/Aug/15 9:46 AM ]
You can definitely see your expertise in the work you write. The world hopes for more
passionate writers like you who are not afraid to say how they believe. Always follow your
heart.
voyance par mail - http://www.lysiane-voyance.com
Comment by Gabie Jean [ 24/Feb/16 2:37 PM ]
I'm really proud to find you, your blog is really great! I like its interface, and I too loved the
content too. Especially so continue!
voyance par mail gratuite - http://www.une-voyance-gratuite.eu
Comment by Gabie Jean [ 02/Mar/16 10:16 AM ]
Beautiful ... I love your blog full of great ideas , in fact I just signed up to your news if you want
to do the same, it is a pleasure , good luck !
voyance mail gratuite - http://www.voyance-conseil.eu
[JOSSO-428] Session Expired page produces error Created: 14/Sep/12 Updated: 02/Mar/16
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
Atricore Identity Bus
JOSSO 2.3.0
Type:
Reporter:
Resolution:
Labels:
Bug
Priority:
Sebastian Gonzalez Oyuela Assignee:
Unresolved
Votes:
None
JOSSO 2.4.0
Minor
Sebastian Gonzalez Oyuela
0
Description
[MarkupContainer [Component id = _extend9]]. This means that you declared wicket:id=status in your markup,
did not add the component to your page at all, or that the hierarchy does not match.
[markup = bundle://191.0:1/org/atricore/idbus/capabilities/sso/ui/page/SessionExpiredPage_josso2.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm
<html xmlns="http://www.w3.org/1999/xhtml">
...
<!-<div>
<p>
<strong>
<span wicket:id="status"/>
</strong>
<br/><span wicket:id="secStatus"/>
<br/><span wicket:id="details"/>
</p>
<div class="footer"></div>
</div>
-->
, index = 26, current = '<span wicket:id="status">' (line 50, column 21)]
at
org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:474)[129:org.ops4j.pax.w
Comments
Comment by Gabie Jean [ 25/Jan/16 4:10 PM ]
Thank you for the good times in your blog. I am often in the position to watch (again and again)
those wonderful articles you shared. Really interesting. All the best !
voyance gratuite par mail - http://www.rosie-voyance.com
voyance gratuite par telephone - http://www.qualite-voyance.fr
Comment by Gabie Jean [ 02/Mar/16 10:31 AM ]
This blog has a lot of friendliness and a warm welcome
thank you very much
voyante - http://www.rose-voyance.com
[JOSSO-150] Wrong Realm and Valve definition generated by JOSSO Installer
Created: 22/Sep/09 Updated: 22/Oct/10
Status:
Project:
Component/s:
Affects
Version/s:
Fix Version/s:
Open
JOSSO
None
JOSSO 1.8, JOSSO 1.8.1, JOSSO 1.8.2
Type:
Reporter:
Resolution:
Labels:
Environment:
Bug
Dimitri Alexeev
Unresolved
None
JBoss 4.2
None
Priority:
Assignee:
Votes:
Trivial
Sebastian Gonzalez Oyuela
0
Description
The following is a part of server.xml, generated by JOSSO Installer (agent install --platform
jb42)
<!-- JOSSO JAAS Realm, configuration automatially generated by JOSSO Installer-->
<Realm
appName="josso"
className="org.josso.jb42.agent.JBossCatalinaRealm"
debug="1"
roleClassNames="org.josso.gateway.identity.service.BaseRoleImpl"
userClassNames="org.josso.gateway.identity.service.BaseUserImpl">
</Realm>
This configuration is wrong. Neither JBossCatalinaRealm nor superclass
JBossSecurityMgrRealm contain setters/getters for properties like "roleClassNames",
"userClassNames", "appName" or "debug".
This configuration of Valve SSOAgentValve is also wrong: there is no setter for "appName"
property.
<!-- JOSSO Agent Valve, configuration automatially generated by JOSSO Installer-->
<Valve appName="josso" className="org.josso.tc55.agent.SSOAgentValve" debug="1">
</Valve>
----
in server log we can see:
WARN [commons.digester.Digester] [SetPropertiesRule]{Server/Service/Engine/Realm}
Setting property 'appName' to 'josso' did not find a matching property.
WARN [commons.digester.Digester] [SetPropertiesRule]{Server/Service/Engine/Realm}
Setting property 'debug' to '1' did not find a matching property.
WARN [commons.digester.Digester] [SetPropertiesRule]{Server/Service/Engine/Realm}
Setting property 'roleClassNames' to 'org.josso.gateway.identity.service.BaseRoleImpl' did
not find a matching property.
WARN [commons.digester.Digester] [SetPropertiesRule]{Server/Service/Engine/Realm}
Setting property 'userClassNames' to 'org.josso.gateway.identity.service.BaseUserImpl' did
not find a matching property.
WARN [commons.digester.Digester] [SetPropertiesRule]{Server/Service/Engine/Host/Valve}
Setting property 'appName' to 'josso' did not find a matching property.
Comments
Comment by Patrick Pissang [ 20/Aug/10 12:32 PM ]
Hello,
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!
Generated at Sun Mar 06 10:01:07 UTC 2016 using JIRA 4.4.5#665sha1:422aeadac7e4462fb4ae63fce804ff78c4258dd6.
Download