Forum Discussion

Tieto_Deutschla's avatar
Tieto_Deutschla
Occasional Contributor
15 years ago

[RESOLVED] Save Project as does not work anymore

Hello,

with nightly build 2009-10-22  "Save project as" does not work anymore.  After creating a new Project it is impossible to save it.  No file select dialog opens.  Using "Save all project" or just exiting then soapUI asks if the new project should be saved, answering with yes, nothing happens, no file dialog opens.

switched back to official 3.0.1 release, here it works.


I need nightly build because of bugfix for
http://www.eviware.com/forums/index.php?topic=2577.0

But without being able to save a project, nightly build is useless.


Best Regards
Alexander Knauer

7 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    well, that does sound irritating! Since I can't reproduce this behavior I wonder if you are getting any errors in any of the logs? Did you install to an empty directory? There are newer builds available, have you tried them?

    regards!

    /Ole
    eviware.com
  • Tieto_Deutschla's avatar
    Tieto_Deutschla
    Occasional Contributor
    Hello Ole,

    thank you for this simple advice.  Now it works    Seems I mixed something up between official release und nightly build  Sorry 


    BR,
    Alexander
  • Hi,

    i am also experiencing this problem.

    i updated to tonights nightly build today (x64 version) and now cannot save the new created project.

    i did a fresh install (java 1.6U17 x64 and soapui nightly x64) on a test machine as well and there i also cannot save a new project.

    i also tried to install the bundled x32 version but still cannot save a new created project

    regards,
    Chris
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi Chris,

    can you please send log error message if there is any?

    regards
    Nebojsa
    eviware.com
  • Hi Nebojsa,

    Tue Dec 01 15:47:31 CET 2009:ERROR:An error occured [java.lang.NullPointerException], see error log for details

    2009-12-01 15:47:31,520 ERROR [errorlog] java.lang.NullPointerException
    java.lang.NullPointerException
    at com.eviware.soapui.impl.wsdl.WsdlProjectPro.beforeSave(SourceFile:292)
    at com.eviware.soapui.impl.wsdl.WsdlProjectPro.saveIn(SourceFile:274)
    at com.eviware.soapui.impl.wsdl.WsdlProjectPro.save(SourceFile:356)
    at com.eviware.soapui.impl.wsdl.actions.project.SaveProjectAsAction.perform(SaveProjectAsAction.java:44)
    at com.eviware.soapui.impl.wsdl.actions.project.SaveCompositeProjectAsAction.perform(SourceFile:59)
    at com.eviware.soapui.impl.wsdl.actions.project.SaveCompositeProjectAsAction.perform(SourceFile:15)
    at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:104)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

    regards,
    Chris