Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problems with upgrading from 3.02 to 3.1
Problems with upgrading from 3.02 to 3.1 [message #81652] Wed, 29 June 2005 08:29 Go to next message
Eclipse UserFriend
Originally posted by: seba.rentapacs.de

Hello,

I am using Eclipse 3.02 (with PHPEclipse) and would like to upgrade to
3.1. So I downloaded the full package, but cannot start it. The
following error stack occurs:

!SESSION 2005-06-29 10:23:35.625
-----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2005-06-29 10:23:36.109
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:367)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

Any idea?
thanx
Sebastian
Re: Problems with upgrading from 3.02 to 3.1 [message #81834 is a reply to message #81652] Wed, 29 June 2005 18:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Sebastian Galonska" <seba@rentapacs.de> wrote in message
news:d9tm0t$oic$1@news.eclipse.org...
> Hello,
>
> I am using Eclipse 3.02 (with PHPEclipse) and would like to upgrade to
> 3.1. So I downloaded the full package, but cannot start it. [...]


Is there any interesting information in the .metadata/.log file?

Also, did you unpack Eclipse 3.1 into a new directory, or on top of your
3.02 install?
Re: Problems with upgrading from 3.02 to 3.1 [message #81848 is a reply to message #81652] Wed, 29 June 2005 18:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Sebastian Galonska" <seba@rentapacs.de> wrote in message
news:d9tm0t$oic$1@news.eclipse.org...
> Hello,
>
> I am using Eclipse 3.02 (with PHPEclipse) and would like to upgrade to
> 3.1. So I downloaded the full package, but cannot start it.
> [...]
> java.lang.IllegalStateException: Unable to acquire application service.


By the way, there also are some threads on this going on at
eclipse.platform. I haven't seen any answers posted yet, but you might keep
an eye out there.
Re: Problems with upgrading from 3.02 to 3.1 [message #81878 is a reply to message #81834] Wed, 29 June 2005 20:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pcosta02.yahoo.com

Walter Harley wrote:

> "Sebastian Galonska" <seba@rentapacs.de> wrote in message
> news:d9tm0t$oic$1@news.eclipse.org...
>> Hello,
>>
>> I am using Eclipse 3.02 (with PHPEclipse) and would like to upgrade to
>> 3.1. So I downloaded the full package, but cannot start it. [...]


> Is there any interesting information in the .metadata/.log file?

> Also, did you unpack Eclipse 3.1 into a new directory, or on top of your
> 3.02 install?

Are you suppose to unzip it on top of your 3.0.2 directory or into a new
directory? I always have done it in a new directory and had to copy over
the plugins and redo my configuration.
Re: Problems with upgrading from 3.02 to 3.1 [message #81891 is a reply to message #81878] Wed, 29 June 2005 21:17 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
"Peter Costa" <pcosta02@yahoo.com> wrote in message
news:0631b6a8d3356044ea4abac260562883$1@www.eclipse.org...
> Walter Harley wrote:
>
> > "Sebastian Galonska" <seba@rentapacs.de> wrote in message
> > news:d9tm0t$oic$1@news.eclipse.org...
> >> Hello,
> >>
> >> I am using Eclipse 3.02 (with PHPEclipse) and would like to upgrade to
> >> 3.1. So I downloaded the full package, but cannot start it. [...]
>
>
> > Is there any interesting information in the .metadata/.log file?
>
> > Also, did you unpack Eclipse 3.1 into a new directory, or on top of your
> > 3.02 install?
>
> Are you suppose to unzip it on top of your 3.0.2 directory or into a new
> directory? I always have done it in a new directory and had to copy over
> the plugins and redo my configuration.
>

Good rule of thumb is to never install over top...always into a new
directory

HTH
Darins
Re: Problems with upgrading from 3.02 to 3.1 [message #82140 is a reply to message #81891] Thu, 30 June 2005 07:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: seba.rentapacs.de

Darin Swanson wrote:
> "Peter Costa" <pcosta02@yahoo.com> wrote in message
> news:0631b6a8d3356044ea4abac260562883$1@www.eclipse.org...
>
>>Walter Harley wrote:
>>
>>
>>>"Sebastian Galonska" <seba@rentapacs.de> wrote in message
>>>news:d9tm0t$oic$1@news.eclipse.org...
>>>
>>>>Hello,
>>>>
>>>>I am using Eclipse 3.02 (with PHPEclipse) and would like to upgrade to
>>>>3.1. So I downloaded the full package, but cannot start it. [...]
>>
>>
>>>Is there any interesting information in the .metadata/.log file?
>>
>>>Also, did you unpack Eclipse 3.1 into a new directory, or on top of your
>>>3.02 install?
>>
>>Are you suppose to unzip it on top of your 3.0.2 directory or into a new
>>directory? I always have done it in a new directory and had to copy over
>>the plugins and redo my configuration.
>>
>
>
> Good rule of thumb is to never install over top...always into a new
> directory
>
> HTH
> Darins
>
>

Hello,

I installed it into a new directory, without touching the old one.
Re: Problems with upgrading from 3.02 to 3.1 [message #82375 is a reply to message #82140] Thu, 30 June 2005 18:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chaves-do-not-spam.inf.ufsc.br

It is often the case that people download the Eclipse RCP (SDK or
Runtime), which does not contain any applications, so it cannot be run.
The Eclipse SDK has more than 90 plugins. The Eclipse RCP SDK has less
than 20.
Re: Problems with upgrading from 3.02 to 3.1 [message #86599 is a reply to message #82375] Thu, 14 July 2005 18:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: al.mantei.com

I can confirm that using the RCP-SDK rather than the full (100meg plus)
SDK will give you this exact error. Happened to me...
Re: Problems with upgrading from 3.02 to 3.1 [message #87196 is a reply to message #86599] Sun, 17 July 2005 21:58 Go to previous message
Eclipse UserFriend
Originally posted by: wrewing001.yahoo.com

Yep, many of us made the same mistake.

After downloading the wrong SDK, this is sort of an "other than that, how
did you like the play, Mrs. Lincoln" type of comment, but it seems the RCP
download does have a different/cool icon for eclipse.exe.
Previous Topic:JDK 1.5
Next Topic:How to make a TableViewer with not Top-Down but Left-Right pattern?
Goto Forum:
  


Current Time: Fri Aug 30 06:16:49 GMT 2024

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

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

Back to the top