You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/07/28 19:26:14 UTC

DO NOT REPLY [Bug 21938] New: - If test file (.jmx) is not writable, JMeter GUI should popup error/warning dialog on save

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21938>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21938

If test file (.jmx) is not writable, JMeter GUI should popup error/warning dialog on save

           Summary: If test file (.jmx) is not writable, JMeter GUI should
                    popup error/warning dialog on save
           Product: JMeter
           Version: 1.9.RC3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: lubosp@msn.com


If test file (.jmx) is not writable, JMeter GUI should popup error/warning 
dialog on Save Test Plan.

>From GUI it looks like test plan was saved, because there is no indication,
that Save failed. The only indication is in log file:

07/28/2003 11:18:59 AM ERROR - jmeter.gui:  java.io.FileNotFoundException: 
D:\Insightful\infact\test\jmeter\search\ER_search_one_entity_nato.jmx (Access 
is denied)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:176)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
	at org.apache.jmeter.gui.action.Save.doAction(Save.java:179)
	at org.apache.jmeter.gui.action.ActionRouter.performAction
(ActionRouter.java:117)
	at org.apache.jmeter.gui.action.ActionRouter.access$000
(ActionRouter.java:79)
	at org.apache.jmeter.gui.action.ActionRouter$1.run
(ActionRouter.java:98)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:197)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:144)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:136)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org