Hi Carlos, Thanks for reporting this issue. This is definitely a bug, although I'm having trouble reproducing it locally. Would it be possible for you to zip and send the projects that are crashing your Eclipse installation upon import, so I can debug the problem? Also, what version of Eclipse and operating system are you using?
Thanks, Keith On Tue, Dec 22, 2009 at 12:07 PM, Carlos Aguayo <[email protected]>wrote: > Hi, > > After upgrading the Eclipse plugin to GWT 2.0, whenever I import my > Eclipse projects, Eclipse crashes. After importing the projects, I see > multiple multiple (~12) jobs spawned called "Validating > ClientBundles", then it either shows a warning saying that it ran out > of memory or just closes. > > When inspecting the Eclipse log, I found this: > ==== > !ENTRY org.eclipse.core.jobs 4 2 2009-12-22 11:07:17.178 > !MESSAGE An internal error occurred during: "Refreshing workspace". > !STACK 0 > java.lang.OutOfMemoryError: unable to create new native thread > at java.lang.Thread.start0(Native Method) > at java.lang.Thread.start(Thread.java:597) > at org.eclipse.core.internal.jobs.WorkerPool.jobQueued > (WorkerPool.java:145) > at > org.eclipse.core.internal.jobs.JobManager.schedule(JobManager.java: > 1001) > at org.eclipse.core.internal.jobs.InternalJob.schedule > (InternalJob.java:391) > at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:435) > at > com.google.gdt.eclipse.core.BuilderUtilities.revalidateCompilationUnits > (BuilderUtilities.java:170) > at > com.google.gwt.eclipse.core.clientbundle.ClientBundleResourceChangeListener > $1.visit(ClientBundleResourceChangeListener.java:154) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:68) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:79) > at org.eclipse.core.internal.events.ResourceDelta.accept > (ResourceDelta.java:48) > at > > com.google.gwt.eclipse.core.clientbundle.ClientBundleResourceChangeListener.visitResourceDelta > (ClientBundleResourceChangeListener.java:124) > at > > com.google.gwt.eclipse.core.clientbundle.ClientBundleResourceChangeListener.resourceChanged > (ClientBundleResourceChangeListener.java:116) > at org.eclipse.core.internal.events.NotificationManager$2.run > (NotificationManager.java:291) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) > at org.eclipse.core.internal.events.NotificationManager.notify > (NotificationManager.java:285) > at > org.eclipse.core.internal.events.NotificationManager.broadcastChanges > (NotificationManager.java:149) > at org.eclipse.core.internal.resources.Workspace.broadcastPostChange > (Workspace.java:313) > at org.eclipse.core.internal.resources.Workspace.endOperation > (Workspace.java:1022) > at org.eclipse.core.internal.resources.InternalWorkspaceJob.run > (InternalWorkspaceJob.java:45) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > === > These are my JVM settings in eclipse.ini: > > --launcher.XXMaxPermSize > 256m > -Xms256m > -Xmx1024m > -Xss1024k > > Is there a way to turn off this validation upon importing the project. > Am I missing something or is this a bug? > > Thanks, > Carlos > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > >--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
