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?
Gate not accepting studies where compression is called for
Re: Gate not accepting studies where compression is called f
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
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
Re: Gate not accepting studies where compression is called f
I think the most important thing is just to post the compression rules into this issue
There's probably a syntax error
There's probably a syntax error
Re: Gate not accepting studies where compression is called f
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
[bits=8]JPLL
[modality=MG]JPLL
[modality=CR]JPLL
[cuid=1.2.840.10008.5.1.4.1.1.6.1]JPLL
Re: Gate not accepting studies where compression is called f
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/?
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/?
Re: Gate not accepting studies where compression is called f
You may need to reboot after the install if you haven't already done so.
Thanks,
Justin
Thanks,
Justin
Re: Gate not accepting studies where compression is called f
Restart worked. THX!