Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse 2.1 updates
Eclipse 2.1 updates [message #27704] Tue, 06 May 2003 11:00 Go to next message
Eclipse UserFriend
Hello,
I have a problem with eclipse 2.1 update
I set site (btw antlr) and get org.antlr.ui.1.0.1
I click to Install now and dialog Install location appear with nothing
I try add existing directory and get 'target install location must be
selected' or 'target location exists.'Finish' get
'java.lang.NullPointerException'

What wrong ?
Re: Eclipse 2.1 updates [message #28545 is a reply to message #27704] Tue, 06 May 2003 20:27 Go to previous messageGo to next message
Eclipse UserFriend
snpe <snpe@snpe.co.yu> wrote in news:b98abk$47s$1@rogue.oti.com:

> Hello,
> I have a problem with eclipse 2.1 update
> I set site (btw antlr) and get org.antlr.ui.1.0.1
> I click to Install now and dialog Install location appear with nothing
> I try add existing directory and get 'target install location must be
> selected' or 'target location exists.'Finish' get
> 'java.lang.NullPointerException'
>
> What wrong ?
>
>
>

what do you see in the .log ?
there may be an issue in the install location (a marker in the eclipse
directory)
What does your platform.cfg file contain ?

--
Christophe Elek
Eclipse Project
http://www.eclipse.org
Re: Eclipse 2.1 updates [message #28623 is a reply to message #28545] Wed, 07 May 2003 13:13 Go to previous messageGo to next message
Eclipse UserFriend
Christophe Elek wrote:

> snpe <snpe@snpe.co.yu> wrote in news:b98abk$47s$1@rogue.oti.com:
>
>> Hello,
>> I have a problem with eclipse 2.1 update
>> I set site (btw antlr) and get org.antlr.ui.1.0.1
>> I click to Install now and dialog Install location appear with nothing
>> I try add existing directory and get 'target install location must be
>> selected' or 'target location exists.'Finish' get
>> 'java.lang.NullPointerException'
>>
>> What wrong ?
>>
>>
>>
>
> what do you see in the .log ?
> there may be an issue in the install location (a marker in the eclipse
> directory)
> What does your platform.cfg file contain ?
>

my platform.cfg
# Wed May 07 05:32:57 CEST 2003
version=2.1

stamp=-1064776554336
stamp.features=-22594102180
stamp.plugins=1042252461308
bootstrap.org.eclipse.core.boot=platform:/base/plugins/org.e clipse.core.boot/


feature.0.id=org.eclipse.platform
feature.0.primary=true
feature.0.version=2.1.0
feature.0.application=org.eclipse.ui.workbench
feature.0.root.0=platform:/base/plugins/org.eclipse.platform /

feature.1.id=com.assisi.v4e.feature
feature.1.version=1.0.37

feature.2.id=org.eclipse.emf.source
feature.2.version=1.0.2

feature.3.id=org.eclipse.gef.source
feature.3.version=2.1.0

feature.4.id=org.eclipse.platform.linux.gtk.source
feature.4.version=2.1.0

feature.5.id=org.eclipse.jdt
feature.5.version=2.1.0

feature.6.id=org.eclipse.jdt.source
feature.6.version=2.1.0

feature.7.id=org.eclipse.platform.linux.gtk
feature.7.version=2.1.0

feature.8.id=org.jboss.ide.eclipse
feature.8.version=1.0.3

feature.9.id=com.omondo.uml
feature.9.version=1.2.1

feature.10.id=org.eclipse.gef
feature.10.version=2.1.0

feature.11.id=org.eclipse.emf
feature.11.version=1.0.2

feature.12.id=org.eclipse.platform.source
feature.12.version=2.1.0

feature.13.id=org.eclipse.gef.examples
feature.13.version=2.1.0

feature.14.id=org.eclipse.pde
feature.14.version=2.1.0

feature.15.id=org.eclipse.emf.doc
feature.15.version=1.0.2

feature.16.id=org.eclipse.team.extras
feature.16.version=2.1.0

feature.17.id=org.eclipse.sdk.linux.gtk
feature.17.version=2.1.0

site.0.url=platform:/base/
site.0.stamp=-1064505621044
site.0.stamp.features=-22594102180
site.0.stamp.plugins=1042252461308
site.0.updateable=true
site.0.policy=USER-EXCLUDE
site.0.list.0=plugins/com.omondo.uml_1.1.9/plugin.xml

site.1.url=file:/home/snpe/workspace/
site.1.stamp=-1443428589
site.1.stamp.features=0
site.1.stamp.plugins=0
site.1.updateable=true
site.1.policy=USER-EXCLUDE

site.2.url=file:/home/snpe/
site.2.stamp=1310744153
site.2.stamp.features=0
site.2.stamp.plugins=0
site.2.updateable=true
site.2.policy=USER-EXCLUDE
eof=eof

my .log
!ENTRY org.eclipse.update.ui 4 0 May 07, 2003 19:05:00.602
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at
org.eclipse.update.internal.ui.wizards.InstallWizard.execute (InstallWizard.java:211)
at
org.eclipse.update.internal.ui.wizards.InstallWizard.access$ 300(InstallWizard.java:26)
at
org.eclipse.update.internal.ui.wizards.InstallWizard$1.run(I nstallWizard.java:93)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread. run(ModalContext.java:101)

regards
Haris Peco
Re: Eclipse 2.1 updates [message #29715 is a reply to message #28623] Sat, 10 May 2003 14:43 Go to previous messageGo to next message
Eclipse UserFriend
snpe <snpe@snpe.co.yu> wrote in news:b9b6fn$7qe$1@rogue.oti.com:

> my platform.cfg
> # Wed May 07 05:32:57 CEST 2003
> version=2.1

There is definitly a bug here as we get an NPE
Somethig is strange though as you have a site in
site.1.url=file:/home/snpe/workspace/
and
site.2.url=file:/home/snpe/

where site.2 includes site.1
the tool should not have let you do that
1) either we try to figure out why or
2) we try to fix it

if you want to fix it, do you have a plugins dir under /home/snpe ?
/home/snpe/workspace ?
--
Christophe Elek
Eclipse Project
http://www.eclipse.org
Re: Eclipse 2.1 updates [message #29742 is a reply to message #29715] Sun, 11 May 2003 09:46 Go to previous message
Eclipse UserFriend
Christophe Elek wrote:

> snpe <snpe@snpe.co.yu> wrote in news:b9b6fn$7qe$1@rogue.oti.com:
>
>> my platform.cfg
>> # Wed May 07 05:32:57 CEST 2003
>> version=2.1
>
> There is definitly a bug here as we get an NPE
> Somethig is strange though as you have a site in
> site.1.url=file:/home/snpe/workspace/
> and
> site.2.url=file:/home/snpe/
>
> where site.2 includes site.1
> the tool should not have let you do that
> 1) either we try to figure out why or
> 2) we try to fix it
>
> if you want to fix it, do you have a plugins dir under /home/snpe ?
> /home/snpe/workspace ?

I try delete workspace and start again without success

Thanks
Haris Peco
Previous Topic:Multipage editor and actions
Next Topic:Associating custom editors & views with a perspective
Goto Forum:
  


Current Time: Sun May 04 00:19:24 EDT 2025

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

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

Back to the top