Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust log output for sent A-ABORT and A-ASSOCIATE-RJ #400

Closed
gunterze opened this issue Jan 23, 2019 · 0 comments
Closed

Adjust log output for sent A-ABORT and A-ASSOCIATE-RJ #400

gunterze opened this issue Jan 23, 2019 · 0 comments
Assignees
Milestone

Comments

@gunterze
Copy link
Member

Instead of

INFO  [org.dcm4che3.net.Association] TEST->STORESCP(6) << {}: A-ABORT[source: 0 - service-user, reason: 0]
        at org.dcm4che3.net.Association.abort(Association.java:317)
        at org.dcm4che3.net.Timeout.run(Timeout.java:83)
        at org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:158)
        at org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:335)
        at org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:101)
        at org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:49)
        at org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:141)
        at org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$101(ManagedScheduledThreadPoolExecutor.java:383)
        at org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:532)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:250)
        at org.jboss.as.ee.concurrent.service.ElytronManagedThreadFactory$ElytronManagedThread.run(ElytronManagedThreadFactory.java:78)

just log

INFO  [org.dcm4che3.net.Association] TEST->STORESCP(6) << A-ABORT[source: 0 - service-user, reason: 0]
@gunterze gunterze added this to the 5.16.0 milestone Jan 23, 2019
@gunterze gunterze self-assigned this Jan 23, 2019
@gunterze gunterze changed the title Adjust log output for sent A-ABORT and A.ASSOCIATE-RJ Adjust log output for sent A-ABORT and A-ASSOCIATE-RJ Jan 23, 2019
patrick-peer pushed a commit to patrick-peer/dcm4che that referenced this issue Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant