|
From the log the behavior really corresponds with default timeout 300s (5 minutes):
0m[0m14:25:35,906 INFO [PushNotificationSenderEndpoint] (default task-12) Message submitted to PushNetworks for further processing
|
[0m[0m14:25:35,908 INFO [JPAPushMessageInformationDao] (EJB default - 2) Processing send request with '[alert=Push Message Text goes here., data={url=www.foo-bar-test.no/}, criteria=[aliases=null, deviceTypes=null, categories=null, variants=null], sound=default, action-category=null, badge=-1, time-to-live=-1, simplePush=null, content-available=false]' payload
|
[0m[33m14:30:35,906 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffffc0a8655e:-cccc977:55017a45:c8b36 in state RUN
|
[0m[33m14:30:35,908 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012095: Abort of action id 0:ffffc0a8655e:-cccc977:55017a45:c8b36 invoked while multiple threads active within it.
|
[0m[33m14:30:35,908 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012108: CheckedAction::check - atomic action 0:ffffc0a8655e:-cccc977:55017a45:c8b36 aborting with 1 threads active!
|
[0m[33m14:30:35,925 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (EJB default - 2) SQL Error: 0, SQLState: null
|
[0m[31m14:30:35,925 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (EJB default - 2) javax.resource.ResourceException: IJ000460: Error checking for a transaction
|
[0m[33m14:30:35,927 WARNING [ClientInstallationServiceImpl] (EJB default - 2) Error on 'ios' delivery
|
[0m[33m14:30:35,928 WARN [org.hibernate.jpa.spi.AbstractEntityManagerImpl] (EJB default - 2) HHH000326: Cannot join transaction: do not override hibernate.transaction.factory_class
|
[0m[33m14:30:36,323 WARN [org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorTrackingImpl] (Transaction Reaper Worker 0) HHH000451: Transaction afterCompletion called by a background thread; delaying afterCompletion processing until the original thread can handle it. [status=4]
|
[0m[33m14:30:36,323 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012121: TransactionReaper::doCancellations worker Thread[Transaction Reaper Worker 0,5,main] successfully canceled TX 0:ffffc0a8655e:-cccc977:55017a45:c8b36
|
[0m[31m14:30:36,323 ERROR [org.jboss.as.ejb3.invocation] (EJB default - 2) JBAS014134: EJB Invocation failed on component SenderServiceImpl for method public abstract void org.jboss.aerogear.unifiedpush.message.SenderService.send(org.jboss.aerogear.unifiedpush.api.PushApplication,org.jboss.aerogear.unifiedpush.message.UnifiedPushMessage): javax.ejb.EJBException: JBAS014586: Transaction 'TransactionImple < ac, BasicAction: 0:ffffc0a8655e:-cccc977:55017a45:c8b36 status: ActionStatus.ABORTED >' is in unexpected state (STATUS_ROLLING_BACK)
|
The important part is:
0m[0m14:25:35,906 INFO [PushNotificationSenderEndpoint] (default task-12) Message submitted to PushNetworks for further processing
|
... after 5 minutes
|
[0m[33m14:30:35,906 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffffc0a8655e:-cccc977:55017a45:c8b36 in state RUN
|
[0m[33m14:30:35,908 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012095: Abort of action id 0:ffffc0a8655e:-cccc977:55017a45:c8b36 invoked while multiple threads active within it.
|
|