Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Startup Error: Processing Java changes since last activation(I'm getting an error when I setup eclipse... and Im not sure how to resolve it.)
Eclipse Startup Error: Processing Java changes since last activation [message #538232] Sun, 06 June 2010 22:00 Go to next message
Sean Ochoa is currently offline Sean OchoaFriend
Messages: 2
Registered: June 2010
Junior Member
I'm running Eclipse (Helios) 3.5.2 + Ubuntu 10.04 on ASUS laptop (x86). I've installed Eclipse by way of downloading from eclipse.org, along with several plugins and I'm getting this error on startup of Eclipse:

Quote:
An internal error occurred during: Processing Java changes since last activation

org.eclipse.core.resources.IWorkspace.addSaveParticipant(Lja va/lang/String;Lorg/eclipse/core/resources/ISaveParticipant; )Lorg/eclipse/core/resources/ISavedState;


I pasted my full eclipse configuration here: http://pastebin.com/NtzN0HRG. And, here's a basic synopsis of what I have installed so far: EPIC (for Perl), Aptana (for web), Subversion connectors (with JavaHL), and PyDev.

Any ideas?

[update] I went through an update from inside of eclipse, and apparently the platform was updated. Now, I'm just recieving a null pointer error that's already been reported online for Aptana. I feel like things are good, at this point.

[Updated on: Sun, 06 June 2010 22:21]

Report message to a moderator

Re: Eclipse Startup Error: Processing Java changes since last activation [message #538351 is a reply to message #538232] Mon, 07 June 2010 12:50 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 6/6/2010 4:00 PM, Sean Ochoa wrote:
> I'm running Eclipse (Helios) 3.5.2 + Ubuntu 10.04 on ASUS laptop (x86).
> I've installed Eclipse by way of downloading from eclipse.org, along
> with several plugins and I'm getting this error on startup of Eclipse:
>
> Quote:
>> An internal error occurred during: Processing Java changes since last
>> activation
>>
>> org.eclipse.core.resources.IWorkspace.addSaveParticipant(Lja
>> va/lang/String;Lorg/eclipse/core/resources/ISaveParticipant;
>> )Lorg/eclipse/core/resources/ISavedState;
>
>
> I pasted my full eclipse configuration here:
> http://pastebin.com/NtzN0HRG And, here's a basic synopsis of what I
> have installed so far: EPIC (for Perl), Aptana (for web), Subversion
> connectors (with JavaHL), and PyDev.
>
> Any ideas?

Sean,

I'm reasonably sure that

-vm
/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjv m.so

is not what you want in eclipse.ini. I don't think it's a shared object
you want to use. At least, in my experience developing using Eclipse on
Linux this has never been the case. Instead, I should expect to see
something like:

-vm
/(some path)/jdk1.6.0.20/bin/java

Hope this helps.

Russ Bateman
Re: Eclipse Startup Error: Processing Java changes since last activation [message #926128 is a reply to message #538351] Fri, 28 September 2012 10:25 Go to previous messageGo to next message
Adam Jakubowski is currently offline Adam JakubowskiFriend
Messages: 2
Registered: September 2012
Junior Member
I have similar problem to the one posted above.

Eclipse and Ubuntu versions are the same, all plugins were installed under root.

After I've installed PyDev I got Java processing error:

Quote:
An internal error occurred during: "Processing Java changes since last activation".
org.eclipse.core.resources.IWorkspace.addSaveParticipant(Ljava/lang/String;Lorg/eclipse/core/resources/ISaveParticipant;)Lorg/eclipse/core/resources/ISavedState;


My configuration file is: pastebin.com/aPc1pzcQ

After runing diff I found line, which could cause the error:

Quote:

+org.eclipse.jdt.core (3.6.2.v_A76_R36x) "Java Development Tools Core" [Active]
+org.eclipse.jdt.core.manipulation (1.3.0.v20100520-0800) "Java Code Manipulation Functionality" [Active]
+org.eclipse.jdt.debug (3.6.1.v20100715_r361) "JDI Debug Model" [Starting]
+org.eclipse.jdt.launching (3.5.1.v20100108_r352) "Java Development Tools Launching Support" [Starting]
+org.eclipse.jdt.ui (3.5.2.r352_v20100106-0800) "Java Development Tools UI" [Active]


But have no idea, how to fix this, I need to use PyDev and this release of eclipse.

Someone had similar problem?

[Updated on: Fri, 28 September 2012 10:26]

Report message to a moderator

Re: Eclipse Startup Error: Processing Java changes since last activation [message #926193 is a reply to message #538232] Fri, 28 September 2012 11:49 Go to previous message
Adam Jakubowski is currently offline Adam JakubowskiFriend
Messages: 2
Registered: September 2012
Junior Member
Ok, fixed after updating eclipse from 3.6.0 to 3.6.2 from 'check for updates' in help menu.

Previous Topic:Providing a FileStore
Next Topic:Restarting Juno
Goto Forum:
  


Current Time: Tue Apr 23 13:04:05 GMT 2024

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

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

Back to the top