Hi to everyone, I'm new to PACS and Dcm4chee installation.
I have some questions about installation procedure
- which version recommended? dcm4che 2.18 and old JBoss 4.2.3 or dcm4che 3 and JBossAS7
On internet I found a lot of documentation on 2.17 installation, but none on 3.
I have installed dcm4che2.17+dcm4chee-arr-3.0.12 but i have some error
- when I startup JBoss into server.log i see this message "javax.persistence.PersistenceException: org.hibernate.HibernateException: Missing column: code_version in ARR.CODE". I'am looking for DDL of table CODE and I saw that the column is defined in create.ora (dcm4che2.17) but not in create.ddl (dcm4chee-arr-3.0.12)
2015-04-20 16:03:41,764 WARN -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.license.ae.AELicenseProviderManager] No AELicenseProvider found for name: null
2015-04-20 16:03:41,939 ERROR -> (http-0.0.0.0-8080-1) [org.dcm4chee.web.common.secure.SecureTab] Can't instantiate Panel for panel
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
Does anyone have any suggestions?Thanks