Hi All,
I have started to explore ClearCanvas WS version 1.5SP1 with 64 Bits OS Windows 7 Ultimate edition.
The Workstation application was failed with the following notification:
"Unable to Query server My Studies:
An Errior occured while performing the study root query"
The content of the log file ClearCanvas.Server.ShredHostSrvice enclosed as following:
----------------------------------------------------------------------------------------------------------------
2009-12-28 12:17:34,771 [4] INFO - Starting up in AppDomain [ClearCanvas.Server.ShredHostService.exe]
2009-12-28 12:17:41,744 [1] INFO - No session manager extension found
2009-12-28 12:17:42,852 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:17:42,977 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:17:44,677 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:17:44,693 [1] WARN - Time provider not found - defaulting to local machine time.
2009-12-28 12:17:44,693 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:17:46,191 [Diskspace Manager] INFO - The Diskspace Manager service has started successfully.
2009-12-28 12:17:46,284 [Diskspace Manager] INFO - Starting WCF Shred DiskspaceManager...
2009-12-28 12:17:56,315 [Diskspace Manager] INFO - WCF Shred DiskspaceManager is listening at net.pipe://localhost/DiskspaceManager.
2009-12-28 12:17:56,315 [Diskspace Manager] INFO - The Diskspace Manager WCF service has started successfully.
2009-12-28 12:17:57,095 [4] WARN - Time provider not found - defaulting to local machine time.
2009-12-28 12:17:58,639 [4] INFO - Starting to listen with AE AETITLE on port 0.0.0.0:104
2009-12-28 12:17:58,655 [Dicom Server] INFO - The Dicom Server service has started successfully.
2009-12-28 12:17:58,655 [Dicom Server] INFO - Starting WCF Shred DicomServer...
2009-12-28 12:17:59,575 [Local Data Store] WARN - Time provider not found - defaulting to local machine time.
2009-12-28 12:18:01,884 [Dicom Server] INFO - WCF Shred DicomServer is listening at net.pipe://localhost/DicomServer.
2009-12-28 12:18:01,884 [Dicom Server] INFO - The Dicom Server WCF service has started successfully.
2009-12-28 12:18:01,884 [Dicom Server] INFO - Starting WCF Shred DicomSend...
2009-12-28 12:18:02,009 [Dicom Server] INFO - WCF Shred DicomSend is listening at net.pipe://localhost/DicomSend.
2009-12-28 12:18:02,009 [Dicom Server] INFO - The Dicom Send WCF service has started successfully.
2009-12-28 12:18:02,009 [Dicom Server] INFO - Starting WCF Shred StudyLocator...
2009-12-28 12:18:02,040 [Dicom Server] INFO - unable to load binding configuration BasicHttpBinding_IStudyRootQuery; using default binding configuration
2009-12-28 12:18:02,134 [Dicom Server] INFO - WCF Shred StudyLocator is listening at
http://localhost:51122/StudyLocator.
2009-12-28 12:18:02,134 [Dicom Server] INFO - The Study Locator WCF service has started successfully.
2009-12-28 12:18:02,134 [Local Data Store] INFO - The Local Data Store service has started successfully.
2009-12-28 12:18:02,134 [Local Data Store] INFO - Starting WCF Shred LocalDataStore...
2009-12-28 12:18:05,488 [Local Data Store] INFO - WCF Shred LocalDataStore is listening at net.pipe://localhost/LocalDataStore.
2009-12-28 12:18:05,488 [Local Data Store] INFO - The Local Data Store WCF service has started successfully.
2009-12-28 12:18:05,488 [Local Data Store] INFO - Starting WCF Shred LocalDataStoreActivityMonitor...
2009-12-28 12:18:05,566 [Local Data Store] INFO - WCF Shred LocalDataStoreActivityMonitor is listening at net.pipe://localhost/LocalDataStoreActivityMonitor.
2009-12-28 12:18:05,566 [Local Data Store] INFO - The Local Data Store Activity Monitor WCF service has started successfully.
2009-12-28 12:20:34,100 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:20:35,785 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:22:36,581 [1] INFO - No session manager extension found
2009-12-28 12:22:37,189 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:22:37,236 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:22:37,766 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:22:37,782 [1] WARN - Time provider not found - defaulting to local machine time.
2009-12-28 12:22:37,782 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:22:51,585 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:22:53,082 [1] WARN - Configuration store not found - defaulting to LocalFileSettingsProvider
2009-12-28 12:28:16,268 [10] ERROR - Exception thrown
ClearCanvas.Dicom.DataStore.DataStoreException: An error occurred while attempting to get the number of studies in the data store.
---> NHibernate.ADOException:
cannot open connection ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of
an invocation. ---> System.DllNotFoundException: Unable to load DLL 'sqlceme35.dll': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
at System.Data.SqlServerCe.NativeMethods.DllAddRef()
at System.Data.SqlServerCe.SqlCeConnection..ctor()
--- End of inner exception stack trace ---
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly,
Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at NHibernate.Driver.ReflectionBasedDriver.CreateConnection()
at NHibernate.Connection.DriverConnectionProvider.GetConnection()
at NHibernate.Impl.SessionFactoryImpl.OpenConnection()
--- End of inner exception stack trace ---
at NHibernate.Impl.SessionFactoryImpl.OpenConnection()
at NHibernate.Impl.ConnectionManager.GetConnection()
at NHibernate.Impl.SessionImpl.get_Connection()
at NHibernate.Transaction.AdoTransaction.Begin(IsolationLevel isolationLevel)
at ClearCanvas.Dicom.DataStore.DataAccessLayer.SessionManager.BeginReadTransaction()
at ClearCanvas.Dicom.DataStore.DataAccessLayer.DataStoreReader.GetStudyCount()
--- End of inner exception stack trace ---
at ClearCanvas.Dicom.DataStore.DataAccessLayer.DataStoreReader.GetStudyCount()
at ClearCanvas.ImageViewer.Shreds.DiskspaceManager.DiskspaceManagerProcessor.CheckUsage(Boolean log, Int32 maxWaitMilliseconds)
2009-12-28 12:28:31,525 [2] FATAL - Exception thrown
Fatal error - unhandled exception in running Shred; ShredHost must terminate
at System.Data.SqlServerCe.NativeMethods.SafeRelease(IntPtr& ppUnknown)
at System.Data.SqlServerCe.SqlCeConnection.ReleaseNativeInterfaces()
at System.Data.SqlServerCe.SqlCeConnection.Dispose(Boolean disposing)
at System.Data.SqlServerCe.SqlCeConnection.Finalize()
----------------------------------------------------------------------------
Dll 'sqlceme35.dll' is exists in Common Folder of ClearCanvas Installation Folder.
Each suggestion will be appreciable.
Thank you very much in advance.
Best Regards,
Victor