Skip to content

Instantly share code, notes, and snippets.

View jbilkes's full-sized avatar

jBilkes jbilkes

View GitHub Profile
:processDebugJavaRes UP-TO-DATE
:transformResourcesWithMergeJavaResForDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformResourcesWithMergeJavaResForDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/maven/com.madgag/scprov-jdk15on/pom.properties
File1: C:\Users\xxx\.gradle\caches\modules-2\files-2.1\org.jboss.aerogear\aerogear-crypto\0.1.5\300b50fc12a6213a2d20ee6849201477510935bc\aerogear-crypto-0.1.5-android.jar
File2: C:\Users\xxx\.gradle\caches\modules-2\files-2.1\com.madgag\scprov-jdk15on\1.47.0.3\a1ff8a74a7013c4ada7e4d20d335b302d147ddd1\scprov-jdk15on-1.47.0.3.jar
@jbilkes
jbilkes / gist:c8fd86f720f26a45ae52
Created March 18, 2016 12:39
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
jbilkes / standalone-full.xml
Created March 17, 2016 14:53
standalone-full.xml for wildfly 10 deploying ups-auth.war
<?xml version="1.0" ?>
<server xmlns="urn:jboss:domain:4.0">
<extensions>
<extension module="org.jboss.as.clustering.infinispan"/>
<extension module="org.jboss.as.connector"/>
<extension module="org.jboss.as.deployment-scanner"/>
<extension module="org.jboss.as.ee"/>
<extension module="org.jboss.as.ejb3"/>
<extension module="org.jboss.as.jaxrs"/>