Re: [google-appengine] updating to new release of eclipse plugin causing datanucleus errors (again)

2010-03-23 Thread Ikai L (Google)
Can you file a bug in our issue tracker and list which JARs you
removed to fix this?

http://code.google.com/p/googleappengine/issues/list

Mark it as an Eclipse plugin issue.

On Mon, Mar 22, 2010 at 9:34 AM, haole  wrote:
> after updating to the newest release (20100319) of the eclipse plugin
> (on 3/22), datanucleus enhancer is throwing null pointer exceptions
> again. last time, it was due to classpath that was too long. removing
> some unneeded jars out of my WEB-INF/lib directory seemed to do the
> trick. this time, i cannot figure out what the problem is. i even
> tried renaming jars to shorter names to no avail. PLEASE either (1)
> fix this, or (2) give some kind of more detailed error message so we
> know what is causing this.
>
> furthermore, i cannot figure out how to rollback the google eclipse
> plugin to the previous version. is this possible? if so, how?
>
> java.lang.NullPointerException
>        at
> com.google.gdt.eclipse.core.ProcessUtilities.cleanupProcess(ProcessUtilities.java:
> 367)
>        at
> com.google.gdt.eclipse.core.ProcessUtilities.launchProcessAndActivateOnError(ProcessUtilities.java:
> 271)
>        at
> com.google.appengine.eclipse.core.orm.enhancement.EnhancerJob.runInWorkspace(EnhancerJob.java:
> 78)
>        at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
> 38)
>        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> eclipse.buildId=M20100211-1343
> java.version=1.6.0_18
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments:  -os win32 -ws win32 -arch x86
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>



-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] updating to new release of eclipse plugin causing datanucleus errors (again)

2010-03-22 Thread haole
after updating to the newest release (20100319) of the eclipse plugin
(on 3/22), datanucleus enhancer is throwing null pointer exceptions
again. last time, it was due to classpath that was too long. removing
some unneeded jars out of my WEB-INF/lib directory seemed to do the
trick. this time, i cannot figure out what the problem is. i even
tried renaming jars to shorter names to no avail. PLEASE either (1)
fix this, or (2) give some kind of more detailed error message so we
know what is causing this.

furthermore, i cannot figure out how to rollback the google eclipse
plugin to the previous version. is this possible? if so, how?

java.lang.NullPointerException
at
com.google.gdt.eclipse.core.ProcessUtilities.cleanupProcess(ProcessUtilities.java:
367)
at
com.google.gdt.eclipse.core.ProcessUtilities.launchProcessAndActivateOnError(ProcessUtilities.java:
271)
at
com.google.appengine.eclipse.core.orm.enhancement.EnhancerJob.runInWorkspace(EnhancerJob.java:
78)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:
38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

eclipse.buildId=M20100211-1343
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.