[OS-JIRA] Created: (WOL-1143) Error while saving api file

From: Chandrashekhar Tupe (JIRA) ("Chandrashekhar)
Date: Fri Feb 05 2010 - 06:00:09 EST

  • Next message: Ted Archibald (JIRA): "[OS-JIRA] Created: (WOL-1144) JRebel Cause An Exception When The Model Changes"

    Error while saving api file
    ---------------------------

                     Key: WOL-1143
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1143
                 Project: WOProject/WOLips
              Issue Type: Bug
             Environment: Mac OSX 10.6 / Eclipse 3.5 / WOLipsEclipse35
                Reporter: Chandrashekhar Tupe

    eclipse.buildId=M20090917-0800
    java.version=1.6.0_15
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
    Framework arguments: -keyring /Users/chandra/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/chandra/.eclipse_keyring -showlocation

    Warning
    Fri Feb 05 02:53:47 PST 2010
    Save Failed

    java.lang.RuntimeException: Failed to save .api file.
            at org.objectstyle.wolips.apieditor.editor.ApiEditor.doSave(ApiEditor.java:136)
            at org.objectstyle.wolips.componenteditor.part.ApiTab.doSave(ApiTab.java:87)
            at org.objectstyle.wolips.componenteditor.part.ComponentEditorPart.doSave(ComponentEditorPart.java:276)
            at org.objectstyle.wolips.componenteditor.part.ComponentEditor.doSave(ComponentEditor.java:229)
            at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:151)
            at org.eclipse.ui.internal.SaveableHelper$5.run(SaveableHelper.java:274)
            at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
            at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
            at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
            at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
            at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2579)
            at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:282)
            at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:261)
            at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:156)
            at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1357)
            at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:3328)
            at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3341)
            at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:76)
            at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
            at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119)
            at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
            at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
            at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
            at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470)
            at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824)
            at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880)
            at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569)
            at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510)
            at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:125)
            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
            at org.eclipse.swt.widgets.Display.filterEvent(Display.java:965)
            at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
            at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1287)
            at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1283)
            at org.eclipse.swt.widgets.Control.keyDown(Control.java:2019)
            at org.eclipse.swt.widgets.Display.windowProc(Display.java:4655)
            at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
            at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202)
            at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1753)
            at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1825)
            at org.eclipse.swt.widgets.Display.windowProc(Display.java:4713)
            at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
            at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4285)
            at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4352)
            at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
            at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3097)
            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
            at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
            at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
            at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
            at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
            at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
            at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
            at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
            at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: org.objectstyle.wolips.bindings.api.ApiModelException: Failed to save API file /Chandra/Work/ACD/MavenProjects/TestMyAppleComponent/src/main/components/Main.wo/Main.api.
            at org.objectstyle.wolips.bindings.api.ApiModel.saveChanges(ApiModel.java:305)
            at org.objectstyle.wolips.bindings.api.ApiModel.saveChanges(ApiModel.java:273)
            at org.objectstyle.wolips.apieditor.editor.ApiEditor.doSave(ApiEditor.java:120)
            ... 70 more
    Caused by: java.lang.IllegalArgumentException: Unknown attribute indent-number
            at net.sf.saxon.Configuration.setConfigurationProperty(Configuration.java:2260)
            at net.sf.saxon.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.java:342)
            at org.objectstyle.wolips.bindings.api.ApiModel.saveChanges(ApiModel.java:295)
            ... 72 more

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Feb 05 2010 - 06:00:58 EST