openFile failure

Issue #122 closed
Former user created an issue

String path=Environment.getExternalStorageDirectory().getAbsolutePath()+"/xx2.dcm"; DataSet dataSet = CodecFactory.load(path, 2048);

[void imebra::implementation::fileStream::openFile(const wstring&, std::ios_base::openmode)] file: /home/paolo/Desktop/imebra_4_0_0_4/wrappers/javaWrapper/jni/../../../library/implementation/fileStreamImpl.cpp line: 165 exception type: N6imebra15StreamOpenErrorE exception message: stream::openFile failure - error code: 13

Comments (8)

  1. xuesanyang

    open the file with the Java class FileReader succeeds but use CodecFactory.load() an error occurred Caused by: java.lang.IllegalArgumentException: [imebra::tagVR_t imebra::implementation::dicomDictionary::getTagType(uint16_t, uint16_t) const] file: /home/paolo/Desktop/imebra_4_0_0_4/wrappers/javaWrapper/jni/../../../library/implementation/dicomDictImpl.cpp line: 237 exception type: N6imebra25DictionaryUnknownTagError

  2. Log in to comment