For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 18 years, 8 months ago by
Loyal Water.
-
AuthorPosts
-
sujanavarmaMemberLine end did not complete normally. Please see the log file for more information
I am getting this message so many time while i am writing the code. How to solve this one
December 10, 2007 at 12:17 am #279482
Loyal WaterMemberMoving to MyEclipse IDE > General Development.
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Can you go to <workspace>/.metadata/.log and paste the error information here as well.
December 12, 2007 at 11:51 pm #279612
sujanavarmaMemberThanks for your response
And her the the log file
!SESSION 2007-12-10 17:49:55.225 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -data D:\Reports1 -os win32 -ws win32 -arch x86!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:32.288
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\css_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:32.475
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\forms_lists_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:32.568
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\htmlform_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:32.677
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\html_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:32.833
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\html\javascript_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:32.989
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\jsf_f_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:33.114
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\jsf_h_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:33.239
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_bean_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:33.379
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_html_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:33.503
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_logic_snippets.xml!ENTRY com.genuitec.eclipse.wizards 1 0 2007-12-10 17:50:33.613
!MESSAGE Installed snippet library: C:\Program Files\MyEclipse 5.5.1 GA\myeclipse\eclipse\plugins\com.genuitec.eclipse.wizards_5.5.1\snippets\jsp\struts_tiles_snippets.xml!ENTRY com.genuitec.eclipse.javascript 1 0 2007-12-10 17:51:51.853
!MESSAGE
!STACK 0
java.lang.RuntimeException: Program too complex: too big jump offset
at org.mozilla.classfile.ClassFileWriter.fixLabelGotos(ClassFileWriter.java:1249)
at org.mozilla.classfile.ClassFileWriter.stopMethod(ClassFileWriter.java:292)
at org.mozilla.javascript.optimizer.BodyCodegen.generateBodyCode(Codegen.java:1185)
at org.mozilla.javascript.optimizer.Codegen.generateCode(Codegen.java:285)
at org.mozilla.javascript.optimizer.Codegen.compileToClassFile(Codegen.java:157)
at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java:67)
at org.mozilla.javascript.Context.compileImpl(Context.java:2213)
at org.mozilla.javascript.Context.compileString(Context.java:1284)
at org.mozilla.javascript.Context.compileString(Context.java:1273)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validate(JavaScriptValidator.java:455)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validate(JavaScriptValidator.java:429)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateFile(JavaScriptValidator.java:544)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateContainer(JavaScriptValidator.java:503)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateContainer(JavaScriptValidator.java:505)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateContainer(JavaScriptValidator.java:505)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateFull(JavaScriptValidator.java:556)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validate(JavaScriptValidator.java:418)
at org.eclipse.wst.validation.internal.core.ValidatorLauncher.start(ValidatorLauncher.java:104)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.launchValidator(ValidationOperation.java:1294)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.internalValidate(ValidationOperation.java:1109)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.validate(ValidationOperation.java:1001)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.run(ValidationOperation.java:661)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.performFullBuild(ValidationBuilder.java:263)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.performFullBuild(ValidationBuilder.java:255)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.build(ValidationBuilder.java:196)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:230)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:233)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:252)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:285)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:217)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)!ENTRY org.eclipse.wst.validation 4 0 2007-12-10 17:51:51.884
!MESSAGE
*** ERROR ***: Mon Dec 10 17:51:51 GMT+05:30 2007 java.lang.RuntimeException: Program too complex: too big jump offset
at org.mozilla.classfile.ClassFileWriter.fixLabelGotos(ClassFileWriter.java:1249)
at org.mozilla.classfile.ClassFileWriter.stopMethod(ClassFileWriter.java:292)
at org.mozilla.javascript.optimizer.BodyCodegen.generateBodyCode(Codegen.java:1185)
at org.mozilla.javascript.optimizer.Codegen.generateCode(Codegen.java:285)
at org.mozilla.javascript.optimizer.Codegen.compileToClassFile(Codegen.java:157)
at org.mozilla.javascript.optimizer.Codegen.compile(Codegen.java:67)
at org.mozilla.javascript.Context.compileImpl(Context.java:2213)
at org.mozilla.javascript.Context.compileString(Context.java:1284)
at org.mozilla.javascript.Context.compileString(Context.java:1273)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validate(JavaScriptValidator.java:455)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validate(JavaScriptValidator.java:429)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateFile(JavaScriptValidator.java:544)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateContainer(JavaScriptValidator.java:503)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateContainer(JavaScriptValidator.java:505)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateContainer(JavaScriptValidator.java:505)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validateFull(JavaScriptValidator.java:556)
at com.genuitec.eclipse.javascript.validation.JavaScriptValidator.validate(JavaScriptValidator.java:418)
at org.eclipse.wst.validation.internal.core.ValidatorLauncher.start(ValidatorLauncher.java:104)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.launchValidator(ValidationOperation.java:1294)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.internalValidate(ValidationOperation.java:1109)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.validate(ValidationOperation.java:1001)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.run(ValidationOperation.java:661)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.performFullBuild(ValidationBuilder.java:263)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.performFullBuild(ValidationBuilder.java:255)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.build(ValidationBuilder.java:196)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:230)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:233)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:252)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:285)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:154)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:217)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)!ENTRY org.eclipse.wst.internet.cache 1 0 2007-12-10 17:51:53.770
!MESSAGE wtp.autotest.noninteractive is set. Licenses dialogs will not be displayed.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.097
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.144
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.144
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.144
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.144
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.159
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.175
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.190
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.206
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.221
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.237
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.253
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.268
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.284
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.299
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.315
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 17:54:23.331
!MESSAGE Ignoring modified text node with null parent.!ENTRY com.genuitec.eclipse.webdesigner3 1 0 2007-12-10 1
December 13, 2007 at 12:14 am #279615
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste your installation details as well.
Can you switch to a new workspace, create a new poject and try writing some code. Do you still run into the same error ?
December 13, 2007 at 2:31 am #279617
sujanavarmaMemberThis error is not only for a single project . every project i am getting different errors while i am writing the code . At that time it is not possible for me to write the code. I have to close the myeclipse and again i have to open the myeclipse then i can write the code. And i have another problem . Some time s this ide is very slow . It takes so much time to do any action in the myeclipse.
why it is happening .Installation details
*** Date:
Thursday, December 13, 2007 1:54:43 PM GMT+05:30** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.5.1 GA
Build id: 20070521-5.5.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.5.1 GA
Build id: 20070521-5.5.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=-data
D:\Reports1
-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse 5.5.1 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
de8_50
-vm
C:\Program Files\MyEclipse 5.5.1 GA\jre\bin\javaw.exeDecember 13, 2007 at 10:28 am #279625
Loyal WaterMembersujanavarma,
Did you try switching to a new workspace and testing out if the errors go away ?Some time s this ide is very slow . It takes so much time to do any action in the myeclipse.
Add this line to your eclipse.ini file and check if the performance improves.
-vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:PermSize= 128M -
AuthorPosts
