File tree Expand file tree Collapse file tree
docviewerapi/src/com/log4ic/utils/convert/office Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import org .apache .commons .logging .Log ;
77import org .apache .commons .logging .LogFactory ;
88import org .artofsolving .jodconverter .OfficeDocumentConverter ;
9- import org .artofsolving .jodconverter .document .DefaultDocumentFormatRegistry ;
109import org .artofsolving .jodconverter .document .DocumentFormat ;
1110import org .artofsolving .jodconverter .document .DocumentFormatRegistry ;
12- import org .artofsolving .jodconverter .document .JsonDocumentFormatRegistry ;
1311import org .artofsolving .jodconverter .office .DefaultOfficeManagerConfiguration ;
1412import org .artofsolving .jodconverter .office .OfficeConnectionProtocol ;
1513import org .artofsolving .jodconverter .office .OfficeManager ;
@@ -186,6 +184,7 @@ public static void startService() throws Exception {
186184 officeManager .start ();
187185 LOGGER .debug ("office转换服务启动成功!" );
188186 } catch (Exception ce ) {
187+ LOGGER .error ("office转换服务启动失败!详细信息:" + ce );
189188 } finally {
190189
191190 }
You can’t perform that action at this time.
0 commit comments