This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199118 - java.beans.PropertyVetoException: Not allowed
Summary: java.beans.PropertyVetoException: Not allowed
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 19:09 UTC by Exceptions Reporter
Modified: 2012-04-05 09:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154205


Attachments
stacktrace (8.37 KB, text/plain)
2011-06-02 19:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-06-02 19:09:21 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
flotho: trying to change the portnumber of my tomcat server while glassfish was running

er_saurabh: I was trying to start the Apache Tomcat server...




Stacktrace: 
java.beans.PropertyVetoException: Not allowed
   at org.openide.text.CloneableEditorSupport$Listener.vetoableChange(CloneableEditorSupport.java:2880)
   at org.netbeans.editor.BaseDocument.notifyModify(BaseDocument.java:1894)
   at org.netbeans.editor.BaseDocument.notifyModifyCheckStart(BaseDocument.java:1024)
   at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:919)
   at org.netbeans.modules.tomcat5.util.TomcatInstallUtil.updateDocument(TomcatInstallUtil.java:211)
   at org.netbeans.modules.tomcat5.util.TomcatInstallUtil.updateDocument(TomcatInstallUtil.java:410)
Comment 1 Exceptions Reporter 2011-06-02 19:09:26 UTC
Created attachment 108681 [details]
stacktrace
Comment 2 David Strupl 2011-06-09 13:18:19 UTC
Passing to tomcat component since it should be IMHO fixed at
org.netbeans.modules.tomcat5.util.TomcatInstallUtil.updateDocument(TomcatInstallUtil.java:211).
Comment 3 Petr Hejl 2012-04-04 12:05:58 UTC
Fixed in web-main 0094826fb200.
Comment 4 Quality Engineering 2012-04-05 09:41:28 UTC
Integrated into 'main-golden', will be available in build *201204050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0094826fb200
User: Petr Hejl <phejl@netbeans.org>
Log: #199118 java.beans.PropertyVetoException: Not allowed