https://bz.apache.org/bugzilla/show_bug.cgi?id=57913

Milamber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #9 from Milamber <[email protected]> ---


If you save a new file (the first time), you have a error in jmeter.log:

2015/06/07 09:24:09 INFO  - jmeter.services.FileServer: Default
base='/home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/bin' 
2015/06/07 09:24:09 INFO  - jmeter.services.FileServer: Set new
base='/home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/bin' 
2015/06/07 09:24:09 ERROR - jmeter.gui.action.Save: Failed to backup file
:/home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/bin/Thread Group.jmx
java.io.FileNotFoundException: Source
'/home/milamber/W-workspaces/Workspaces-JMeter/Jmeter/bin/Thread Group.jmx'
does not exist
    at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1074)
    at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1038)
    at org.apache.jmeter.gui.action.Save.createBackupFile(Save.java:379)
    at org.apache.jmeter.gui.action.Save.doAction(Save.java:213)
    at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81)
    at org.apache.jmeter.gui.action.ActionRouter.access$0(ActionRouter.java:69)
    at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:63)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:694)
    at java.awt.EventQueue$3.run(EventQueue.java:692)
    at java.security.AccessController.doPrivileged(Native Method)
    at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
    at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


I think a test condition must be adding before create the backup file (don't
copy if that is the first save)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to