Skip to content

Instantly share code, notes, and snippets.

View sebastienblanc's full-sized avatar

Sebastien Blanc sebastienblanc

View GitHub Profile
08:49:00,432 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."prodoctor.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."prodoctor.war".INSTALL: Failed to process phase INSTALL of deployment "prodoctor.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
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.msc.servic
curl -u "{PushApplicationID}:{MasterSecret}"
-v -H "Accept: application/json" -H "Content-type: application/json"
-X POST
-d '{
"alias" : ["[email protected]", "[email protected]", ....],
"deviceType" : ["iPad", "AndroidTablet"],
"message": {
"alert":"HELLO!",
"sound":"default",
"badge":7,
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
mvn gpg:sign-and-deploy-file -Dfile=target/unified-push-java-client-0.2.0-SNAPSHOT -Durl=https://repository.jboss.org/nexus/content/repositories/snapshots/-DpomFile=pom.xml-DrepositoryId=jboss-snapshots-repository
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /home/sebastien/apps/apache-maven-3.0.4
Java version: 1.7.0_21, vendor: Oracle Corporation
Java home: /home/sebastien/apps/jdk1.7.0_21/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.6.7-4.fc17.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /home/sebastien/apps/apache-maven-3.0.4/conf/settings.xml
[DEBUG] Reading user settings from /home/sebastien/.m2/settings.xml
[DEBUG] Using local repository at /home/sebastien/.m2/repository
[sebastien@sblanc aerogear-unified-push-java-client]$ mvn release:perform
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building unified-push-java-client 0.2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.4:perform (default-cli) @ unified-push-java-client ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /home/sebastien/aerogear/releases/aerogear-unified-push-java-client/target && git clone --branch 0.2.0 [email protected]:aerogear/aerogear-unified-push-java-client.git /home/sebastien/aerogear/releases/aerogear-unified-push-java-client/target/checkout

mvn prepare :

What is the release version for "unified-push-java-client"? (org.jboss.aerogear.unifiedpush:unified-push-java-client) 0.2.0: : 0.2.0

What is SCM release tag or label for "unified-push-java-client"? (org.jboss.aerogear.unifiedpush:unified-push-java-client) unified-push-java-client-0.2.0: : 0.2.0

What is the new development version for "unified-push-java-client"? (org.jboss.aerogear.unifiedpush:unified-push-java-client) 0.2.1-SNAPSHOT: : 
#release configuration
#Wed Jul 31 12:13:29 CEST 2013
project.scm.org.jboss.aerogear.unifiedpush\:unified-push-java-client.tag=HEAD
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.org.jboss.aerogear.unifiedpush\:unified-push-java-client.url=https\://github.com/aerogear/aerogear-unified-push-java-client
scm.tag=0.2.0
project.rel.org.jboss.aerogear.unifiedpush\:unified-push-java-client=0.2.0
pushChanges=false
scm.url=scm\:git\:[email protected]\:aerogear/aerogear-unified-push-java-client.git
preparationGoals=clean verify
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright Red Hat, Inc., and individual contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
[sebastien@sblanc aerogear-unified-push-java-client]$ MAVEN_OPTS="-DperformRelease=true -Dgpg.useagent=true" mvn release:perform
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building unified-push-java-client 0.2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.4:perform (default-cli) @ unified-push-java-client ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /home/sebastien/aerogear/releases/releases2/aerogear-unified-push-java-client/target && git clone --branch 0.2.0 [email protected]:aerogear/aerogear-unified-push-java-client.git /home/sebastien/aerogear/releases/releases2/aerogear-unified-push-java-client/target/checkout