[keycloak-dev] Wildfly integration
Bruno Oliveira
bruno at abstractj.org
Thu Jul 24 09:49:47 EDT 2014
Hi Bill, I did a full clean up and the shutdown on Chrome and Firefox,
HTTP 400 persists, now with no server side errors but the session is
still null take a look:
https://gist.github.com/anonymous/f8b58b93e478b5505db2#file-log-txt-L28
On 2014-07-24, Bill Burke wrote:
> This exception happens when you have an old cookie and it is expired or
> the realm's keys have changed. Clear your persistent cookies and shut
> down your browser to remove session cookies. Or, just put up with the
> message.
>
> On 7/24/2014 9:21 AM, Ken Finnigan wrote:
> > I think I've also seen that exception when using Keycloak in LiveOak on
> > WildFly, but I believe it doesn't prevent anything from working, at
> > least from the tests I've done.
> >
> > But it would be nice to know what's causing it.
> >
> > Ken
> >
> >
> >
> > On Thu, Jul 24, 2014 at 8:57 AM, Bruno Oliveira <bruno at abstractj.org
> > <mailto:bruno at abstractj.org>> wrote:
> >
> > Good morning guys, I'm banging my head against the wall with this issue:
> > https://gist.github.com/abstractj/b5b79bf3a5eb77e7989a, basically
> > what I'm trying to
> > do is integrate the latest changes on master with UPS on AeroGear.
> >
> > On AS7 the application runs with no errors, but when I try to deploy on
> > Wildfly I get HTTP 400 after login.
> >
> > Probably is some misconfiguration on my end, but I already double
> > checked
> > project-integrations, checked the examples, tried to debug on
> > IntelliJ and
> > Chrome.
> >
> > Here are the steps to reproduce:
> >
> > git clone git at github.com:keycloak/keycloak.git && cd keycloak && mvn
> > clean install -DskipTests=true -Dcheckstyle.skip=true
> > cd ..
> > git clone git at github.com:aerogear/aerogear-parent.git && cd
> > aerogear-parent && git checkout KeycloakBeta4 && mvn clean install
> > cd ..
> > git clone git at github.com:aerogear/aerogear-unifiedpush-server.git && cd
> > aerogear-unifiedpush-server && git checkout KeycloakBeta4 && mvn clean
> > install -Pwildfly -DskipTests=true -Dcheckstyle.skip=true
> >
> > cp databases/unifiedpush-h2-ds.xml $JBOSS_HOME/standalone/deployments
> > cp auth-server/target/auth-server.war
> > $JBOSS_HOME/standalone/deployments/
> > cp server/target/ag-push.war $JBOSS_HOME/standalone/deployments
> >
> > $JBOSS_HOME/bin/standalone.sh
> >
> > If you have an idea, let me know.
> >
> > --
> >
> > abstractj
> > PGP: 0x84DC9914
> > _______________________________________________
> > keycloak-dev mailing list
> > keycloak-dev at lists.jboss.org <mailto:keycloak-dev at lists.jboss.org>
> > https://lists.jboss.org/mailman/listinfo/keycloak-dev
> >
> >
> >
> >
> > _______________________________________________
> > keycloak-dev mailing list
> > keycloak-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/keycloak-dev
> >
>
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
--
abstractj
PGP: 0x84DC9914
More information about the keycloak-dev
mailing list