Gate not accepting studies where compression is called for

Historical record of a forum that was for discussion of the setup, configuration, and use of OnePacs for research and educational purposes (non-clinical use).

Please direct any support inquiries through the standard OnePacs ticketing and support system.

The "Announcements" forum will continue to be active and contain announcements related to the OnePacs system.
Locked
slateszj
Posts: 11
Joined: Tue Jun 14, 2011 5:58 pm

Gate not accepting studies where compression is called for

Post by slateszj » Thu Aug 04, 2011 3:38 pm

I installed the gateway on a new machine. Sending of Cr's to the a gate is fine, but anything else fails. So, I figured its the compression. In Jboss i added a rule to allow ct's through without compression and it worked. Then I changed the rules to compress everything and everything fails.

What would cause this? What can I further check?

justin
Posts: 371
Joined: Wed Nov 26, 2008 2:34 pm

Re: Gate not accepting studies where compression is called f

Post by justin » Thu Aug 04, 2011 4:58 pm

Hi,

Can you send the log file to the "admin" user via OnePacs messaging?

http://wiki.onepacsforums.com/doku.php? ... cs_gateway

Also, can you post your compression rules?

Thanks,

Justin

tom
Posts: 107
Joined: Tue Jan 13, 2009 12:19 pm

Re: Gate not accepting studies where compression is called f

Post by tom » Thu Aug 04, 2011 7:41 pm

I think the most important thing is just to post the compression rules into this issue

There's probably a syntax error

slateszj
Posts: 11
Joined: Tue Jun 14, 2011 5:58 pm

Re: Gate not accepting studies where compression is called f

Post by slateszj » Fri Aug 05, 2011 10:58 am

Right now I have just "J2LY" before I changed anything it was set as:

[bits=8]JPLL
[modality=MG]JPLL
[modality=CR]JPLL
[cuid=1.2.840.10008.5.1.4.1.1.6.1]JPLL

slateszj
Posts: 11
Joined: Tue Jun 14, 2011 5:58 pm

Re: Gate not accepting studies where compression is called f

Post by slateszj » Fri Aug 05, 2011 11:03 am

Also here is an expert from the log file.

2011-08-04 11:46:44,987 INFO C50IS15->ONEPACS (TCPServer-1-4) [org.dcm4chex.archive.mbean.FileSystemMgtService] Free disk space on C:\onepacs\gateway\server\default\archive: 122.40911GB
2011-08-04 11:46:44,987 INFO C50IS15->ONEPACS (TCPServer-1-4) [com.onepacs.node.archive.dcm.storescp.LossyStoreScpService] M-WRITE file:C:\onepacs\gateway\server\default\archive\2011\8\4\11\6D6570FC\6D6570FD\6D6570FE
2011-08-04 11:46:44,987 INFO C50IS15->ONEPACS (TCPServer-1-4) [org.dcm4chex.archive.codec.CodecCmd] start compression of image: 512x512x1
2011-08-04 11:46:44,987 ERROR C50IS15->ONEPACS (TCPServer-1-4) [com.onepacs.node.archive.dcm.storescp.LossyStoreScpService] Could not initialize class kdu_jni.Kdu_simple_file_target
java.lang.NoClassDefFoundError: Could not initialize class kdu_jni.Kdu_simple_file_target
at it.geosolutions.imageio.plugins.jp2k.JP2KKakaduImageWriter.write(JP2KKakaduImageWriter.java:414)
at org.dcm4chex.archive.codec.CompressCmd.compress(CompressCmd.java:256)
at com.onepacs.node.archive.dcm.storescp.LossyStoreScp.storeToFile(LossyStoreScp.java:924)
at com.onepacs.node.archive.dcm.storescp.LossyStoreScp.doActualCStore(LossyStoreScp.java:529)
at com.onepacs.node.archive.dcm.storescp.LossyStoreScp.doCStore(LossyStoreScp.java:379)
at org.dcm4che.net.DcmServiceBase.c_store(DcmServiceBase.java:116)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:223)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
at java.lang.Thread.run(Thread.java:662)
2011-08-04 11:46:44,987 INFO C50IS15->ONEPACS (TCPServer-1-4) [com.onepacs.node.archive.dcm.storescp.LossyStoreScpService] M-DELETE file:C:\onepacs\gateway\server\default\archive\2011\8\4\11\6D6570FC\6D6570FD\6D6570FE
2011-08-04 11:46:44,987 INFO C50IS15->ONEPACS (TCPServer-1-4) [org.dcm4cheri.net.FsmImpl] sending [pc-1] 1:C_STORE_RSP
class: 1.2.840.10008.5.1.4.1.1.2/CT Image Storage
inst: 1.3.6.1.4.1.25403.145320952585260.3908.20110804085436.3/?
status: 110
error comment: java.lang.NoClassDefFoundError: Could not initialize class kdu_j
2011-08-04 11:46:45,018 INFO C50IS15->ONEPACS (TCPServer-1-4) [org.dcm4cheri.net.FsmImpl] received [pc-1] 2:C_STORE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.1.2/CT Image Storage
inst: 1.3.6.1.4.1.25403.145320952585260.3908.20110804085436.5/?

justin
Posts: 371
Joined: Wed Nov 26, 2008 2:34 pm

Re: Gate not accepting studies where compression is called f

Post by justin » Fri Aug 05, 2011 11:25 am

You may need to reboot after the install if you haven't already done so.

Thanks,

Justin

slateszj
Posts: 11
Joined: Tue Jun 14, 2011 5:58 pm

Re: Gate not accepting studies where compression is called f

Post by slateszj » Fri Aug 05, 2011 3:38 pm

Restart worked. THX!

Locked