Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » NO_MODIFICATION_ALLOWED_ERR error when building GWT app
NO_MODIFICATION_ALLOWED_ERR error when building GWT app [message #1018411] Wed, 13 March 2013 19:47 Go to next message
John Yotka is currently offline John YotkaFriend
Messages: 144
Registered: July 2009
Senior Member
I get the following error when the app rebuilds:

Errors occurred during the build.
Errors running builder 'Google App Engine Project Change Notifier' on
project 'com.eclipse.library.editor'.
NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object
where modifications are not allowed.

how do I remove the error?
Re: NO_MODIFICATION_ALLOWED_ERR error when building GWT app [message #1018564 is a reply to message #1018411] Thu, 14 March 2013 04:32 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
John,

I've not seen that before. There's no associated stack trace?


On 13/03/2013 8:47 PM, John Yotka wrote:
> I get the following error when the app rebuilds:
>
> Errors occurred during the build.
> Errors running builder 'Google App Engine Project Change Notifier' on
> project 'com.eclipse.library.editor'.
> NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object
> where modifications are not allowed.
>
> how do I remove the error?


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: NO_MODIFICATION_ALLOWED_ERR error when building GWT app [message #1018914 is a reply to message #1018564] Thu, 14 March 2013 17:21 Go to previous messageGo to next message
John Yotka is currently offline John YotkaFriend
Messages: 144
Registered: July 2009
Senior Member
On 3/13/2013 10:32 PM, Ed Merks wrote:
> John,
>
> I've not seen that before. There's no associated stack trace?
>
>
> On 13/03/2013 8:47 PM, John Yotka wrote:
>> I get the following error when the app rebuilds:
>>
>> Errors occurred during the build.
>> Errors running builder 'Google App Engine Project Change Notifier' on
>> project 'com.eclipse.library.editor'.
>> NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object
>> where modifications are not allowed.
>>
>> how do I remove the error?
>
Ed, there is no stack trace, or any output to the console.
Re: NO_MODIFICATION_ALLOWED_ERR error when building GWT app [message #1018916 is a reply to message #1018564] Thu, 14 March 2013 17:29 Go to previous messageGo to next message
John Yotka is currently offline John YotkaFriend
Messages: 144
Registered: July 2009
Senior Member
On 3/13/2013 10:32 PM, Ed Merks wrote:
> John,
>
> I've not seen that before. There's no associated stack trace?
>
>
> On 13/03/2013 8:47 PM, John Yotka wrote:
>> I get the following error when the app rebuilds:
>>
>> Errors occurred during the build.
>> Errors running builder 'Google App Engine Project Change Notifier' on
>> project 'com.eclipse.library.editor'.
>> NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object
>> where modifications are not allowed.
>>
>> how do I remove the error?
>
Ed,

sorry, yes there is a stack trace:

org.w3c.dom.DOMException: NO_MODIFICATION_ALLOWED_ERR: An attempt is
made to modify an object where modifications are not allowed.
at
com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore(Unknown
Source)
at
com.sun.org.apache.xerces.internal.dom.ParentNode.insertBefore(Unknown
Source)
at com.sun.org.apache.xerces.internal.dom.NodeImpl.appendChild(Unknown
Source)
at
com.google.gdt.eclipse.appengine.swarm.util.XmlUtil.insertSystemServiceServlet(XmlUtil.java:458)
at
com.google.gdt.eclipse.appengine.swarm.util.XmlUtil.updateWebXml(XmlUtil.java:176)
at
com.google.gdt.eclipse.appengine.swarm.wizards.helpers.SwarmServiceCreator.create(SwarmServiceCreator.java:312)
at
com.google.gdt.eclipse.appengine.swarm.wizards.HandleGaeProjectChange.gaeProjectRebuilt(HandleGaeProjectChange.java:75)
at
com.google.appengine.eclipse.core.properties.ui.GaeProjectChangeNotifier.build(GaeProjectChangeNotifier.java:88)
at
org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:726)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at
org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Re: NO_MODIFICATION_ALLOWED_ERR error when building GWT app [message #1018919 is a reply to message #1018564] Thu, 14 March 2013 17:33 Go to previous messageGo to next message
John Yotka is currently offline John YotkaFriend
Messages: 144
Registered: July 2009
Senior Member
On 3/13/2013 10:32 PM, Ed Merks wrote:
> John,
>
> I've not seen that before. There's no associated stack trace?
>
>
> On 13/03/2013 8:47 PM, John Yotka wrote:
>> I get the following error when the app rebuilds:
>>
>> Errors occurred during the build.
>> Errors running builder 'Google App Engine Project Change Notifier' on
>> project 'com.eclipse.library.editor'.
>> NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object
>> where modifications are not allowed.
>>
>> how do I remove the error?
>
Ed,

sorry, yes there is a stack trace:

org.w3c.dom.DOMException: NO_MODIFICATION_ALLOWED_ERR: An attempt is
made to modify an object where modifications are not allowed.
at
com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore(Unknown
Source)
at
com.sun.org.apache.xerces.internal.dom.ParentNode.insertBefore(Unknown
Source)
at com.sun.org.apache.xerces.internal.dom.NodeImpl.appendChild(Unknown
Source)
at
com.google.gdt.eclipse.appengine.swarm.util.XmlUtil.insertSystemServiceServlet(XmlUtil.java:458)
at
com.google.gdt.eclipse.appengine.swarm.util.XmlUtil.updateWebXml(XmlUtil.java:176)
at
com.google.gdt.eclipse.appengine.swarm.wizards.helpers.SwarmServiceCreator.create(SwarmServiceCreator.java:312)
at
com.google.gdt.eclipse.appengine.swarm.wizards.HandleGaeProjectChange.gaeProjectRebuilt(HandleGaeProjectChange.java:75)
at
com.google.appengine.eclipse.core.properties.ui.GaeProjectChangeNotifier.build(GaeProjectChangeNotifier.java:88)
at
org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:726)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at
org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at
org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Re: NO_MODIFICATION_ALLOWED_ERR error when building GWT app [message #1018938 is a reply to message #1018919] Thu, 14 March 2013 18:21 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
John,

What can I say? I see nothing on the stack to indicate EMF is involved
in the problem...

On 14/03/2013 6:33 PM, John Yotka wrote:
> On 3/13/2013 10:32 PM, Ed Merks wrote:
>> John,
>>
>> I've not seen that before. There's no associated stack trace?
>>
>>
>> On 13/03/2013 8:47 PM, John Yotka wrote:
>>> I get the following error when the app rebuilds:
>>>
>>> Errors occurred during the build.
>>> Errors running builder 'Google App Engine Project Change Notifier' on
>>> project 'com.eclipse.library.editor'.
>>> NO_MODIFICATION_ALLOWED_ERR: An attempt is made to modify an object
>>> where modifications are not allowed.
>>>
>>> how do I remove the error?
>>
> Ed,
>
> sorry, yes there is a stack trace:
>
> org.w3c.dom.DOMException: NO_MODIFICATION_ALLOWED_ERR: An attempt is
> made to modify an object where modifications are not allowed.
> at
> com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore(Unknown
> Source)
> at
> com.sun.org.apache.xerces.internal.dom.ParentNode.insertBefore(Unknown
> Source)
> at
> com.sun.org.apache.xerces.internal.dom.NodeImpl.appendChild(Unknown
> Source)
> at
> com.google.gdt.eclipse.appengine.swarm.util.XmlUtil.insertSystemServiceServlet(XmlUtil.java:458)
> at
> com.google.gdt.eclipse.appengine.swarm.util.XmlUtil.updateWebXml(XmlUtil.java:176)
> at
> com.google.gdt.eclipse.appengine.swarm.wizards.helpers.SwarmServiceCreator.create(SwarmServiceCreator.java:312)
> at
> com.google.gdt.eclipse.appengine.swarm.wizards.HandleGaeProjectChange.gaeProjectRebuilt(HandleGaeProjectChange.java:75)
> at
> com.google.appengine.eclipse.core.properties.ui.GaeProjectChangeNotifier.build(GaeProjectChangeNotifier.java:88)
> at
> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:726)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
> at
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
> at
> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
> at
> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
> at
> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
> at
> org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
> at
> org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:EMF.edit icons in extra plug-in
Next Topic:running the Library example under RAP 1.5 and org.JSON package not found
Goto Forum:
  


Current Time: Tue Mar 19 08:09:35 GMT 2024

Powered by FUDForum. Page generated in 0.02837 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top