Project

General

Profile

Actions

Bug #1896

closed

Ошибка при импорте документа

Added by Viktoria Kopach over 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
Start date:
10/11/2011
Due date:
% Done:

0%

Estimated time:
Detected in build:
0.13.117
Platform:
Windows x64
Published in build:
0.13.164

Description

1. Создала в Documents папку с названием MyFolder.
2. Вызвала на папке контекстное меню, выбрала импорт.
3. Выбрала в окне импорта документ docx, попыталась импортировать.
Появилось окно с ошибкой.
Окно, появившееся при импорте
После закрытия окна стало видно, что документ появился на нужном месте в Requality Explorer.
4. Попыталась открыть документ. Появилось окно с ошибкой.
Окно, появившееся при открытии документа
В Markup открылась вкладка с соответствующим именем, но пустая (просто серый фон).


Files

ImportProblem.png (25.2 KB) ImportProblem.png Окно, появившееся при импорте Viktoria Kopach, 10/11/2011 05:56 PM
ImportProblem2.png (20.2 KB) ImportProblem2.png Окно, появившееся при открытии документа Viktoria Kopach, 10/11/2011 05:56 PM
ImportProblem3.png (30.7 KB) ImportProblem3.png Viktoria Kopach, 10/11/2011 06:02 PM
Actions #1

Updated by Viktoria Kopach over 12 years ago

  • Description updated (diff)
Actions #2

Updated by Viktoria Kopach over 12 years ago

Теперь любые действия в Requality сыпят ошибки.

Actions #3

Updated by Viktoria Kopach over 12 years ago

Ошибка воспроизводится. Не зависит от того, куда импортируется документ.
Содержимое consoleLog:
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDi
alog.java:507)
at com.unitesk.requality.eclipse.wizards.DocumentImportWizardPage.import
Resources(DocumentImportWizardPage.java:361)
at com.unitesk.requality.eclipse.wizards.DocumentImportWizardPage.import
Files(DocumentImportWizardPage.java:181)
at com.unitesk.requality.eclipse.wizards.DocumentImportWizardPage.finish
(DocumentImportWizardPage.java:163)
at com.unitesk.requality.eclipse.wizards.DocumentImportWizard.performFin
ish(DocumentImportWizard.java:27)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java
:811)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java
:430)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at com.unitesk.requality.eclipse.views.actions.documents.ImportAction.ru
n(ImportAction.java:51)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContri
butionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionC
ontributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.ja
va:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.jav
a:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEAppli
cation.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandl
e.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runAppli
cation(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ec
lipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.ja
va:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Caused by: java.lang.NoClassDefFoundError: org/apache/tika/io/TikaInputStream
at com.unitesk.requality.eclipse.wizards.DocumentImportWizardPage$3.run(
DocumentImportWizardPage.java:396)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Modal
Context.java:121)
Caused by: java.lang.ClassNotFoundException: org.apache.tika.io.TikaInputStream
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Bundl
eLoader.java:506)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.
java:422)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.
java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(De
faultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 2 more

Actions #4

Updated by Viktoria Kopach over 12 years ago

Такая ошибка случается документами doc тоже, так что, видимо, не зависит от типа документа.

Actions #5

Updated by Viktoria Kopach over 12 years ago

  • Subject changed from Ошибка при импорте docx в папку to Ошибка при импорте документа
Actions #6

Updated by Viktoria Kopach over 12 years ago

  • Assignee set to Vladimir Fedotov
Actions #7

Updated by Viktoria Kopach over 11 years ago

  • Status changed from New to Resolved
  • Assignee changed from Vladimir Fedotov to Viktoria Kopach

Не воспроизводится. Видимо, по дороге починили.

Actions #8

Updated by Viktoria Kopach over 11 years ago

  • Status changed from Resolved to Verified
  • Assignee changed from Viktoria Kopach to Alexey Khoroshilov
Actions #9

Updated by Alexey Khoroshilov over 11 years ago

  • Status changed from Verified to Closed
  • Target version set to 0.13
  • Published in build set to 0.13.164
Actions

Also available in: Atom PDF