Skip to content

Instantly share code, notes, and snippets.

@jbilkes
Created March 18, 2016 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbilkes/c8fd86f720f26a45ae52 to your computer and use it in GitHub Desktop.
Save jbilkes/c8fd86f720f26a45ae52 to your computer and use it in GitHub Desktop.
forbidden /ag-push
after i renamed unifiedpush-server-wildfly.war to ag-push.war i got the /ag-push endpoint but still a 403 forbidden with a blank page in chrome and in IE it says:
HTTP 403 error
Microsoft Edge can’t get to this page
Try this
•Log in to the website (if you can)
•Go back to the last page
@jbilkes
Copy link
Author

jbilkes commented Mar 18, 2016

17:26:00,809 INFO [org.wildfly.extension.undertow](ServerService Thread Pool -- 65) WFLYUT0021: Registered web context: /ag-push
17:26:00,947 WARN [org.jboss.as.server.deployment](MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-api.jar in /content/auth-server.war/WEB-INF/lib/jaxb-impl-2.2.4.jar does not point to a valid jar for a Class-Path reference.
17:26:00,948 WARN [org.jboss.as.server.deployment](MSC service thread 1-1) WFLYSRV0059: Class Path entry activation.jar in /content/auth-server.war/WEB-INF/lib/jaxb-impl-2.2.4.jar does not point to a valid jar for a Class-Path reference.
17:26:00,949 WARN [org.jboss.as.server.deployment](MSC service thread 1-1) WFLYSRV0059: Class Path entry jsr173_1.0_api.jar in /content/auth-server.war/WEB-INF/lib/jaxb-impl-2.2.4.jar does not point to a valid jar for a Class-Path reference.
17:26:00,949 WARN [org.jboss.as.server.deployment](MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb1-impl.jar in /content/auth-server.war/WEB-INF/lib/jaxb-impl-2.2.4.jar does not point to a valid jar for a Class-Path reference.
17:26:00,951 WARN [org.jboss.as.server.deployment](MSC service thread 1-1) WFLYSRV0059: Class Path entry lib/snakeyaml-1.13.jar in /content/auth-server.war/WEB-INF/lib/liquibase-core-3.4.1.jar does not point to a valid jar for a Class-Path reference.
17:26:01,038 INFO [org.jboss.as.jpa](MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for keycloak-default
17:26:01,379 WARN [org.jboss.as.dependency.private](MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.auth-server.war" is using a private module ("org.codehaus.jackson.jackson-c
ore-asl:main") which may be changed or removed in future versions without notice.
17:26:01,384 WARN [org.jboss.as.dependency.private](MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.auth-server.war" is using a private module ("org.codehaus.jackson.jackson-m
apper-asl:main") which may be changed or removed in future versions without notice.
17:26:01,389 WARN [org.jboss.as.dependency.private](MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.auth-server.war" is using a private module ("org.infinispan:main") which ma
y be changed or removed in future versions without notice.
17:26:02,180 INFO [org.keycloak.services.resources.KeycloakApplication](ServerService Thread Pool -- 65) Load config from vfs:/content/auth-server.war/WEB-INF/classes/META-INF/keycloak-se
rver.json
17:26:03,686 ERROR [stderr](ServerService Thread Pool -- 65) Fri Mar 18 17:26:03 CET 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. Accor
ding to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate ver
ification.
17:26:04,348 WARN [org.hibernate.ejb.HibernatePersistence](ServerService Thread Pool -- 65) HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ej
b.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
17:26:04,351 WARN [org.hibernate.ejb.HibernatePersistence](ServerService Thread Pool -- 65) HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ej
b.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
17:26:04,351 WARN [org.hibernate.ejb.HibernatePersistence](ServerService Thread Pool -- 65) HHH015016: Encountered a deprecated javax.persistence.spi.PersistenceProvider [org.hibernate.ej
b.HibernatePersistence]; use [org.hibernate.jpa.HibernatePersistenceProvider] instead.
17:26:04,773 INFO [org.hibernate.jpa.internal.util.LogHelper](ServerService Thread Pool -- 65) HHH000204: Processing PersistenceUnitInfo [
name: keycloak-default
...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment