Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] launch of net.refractions.udig product fails

I tested the sdk myself; can we do a quick check about the use of Eclipse 3.6.0 (with dropins from website)? And setting up the target platform including both udig sdk and the eclipse 3.6.0 delta-pack?

Yeah you really should not be running org.eclipse.ui.ide.workbench - are you sure you are 1) importing net.refractions.udig into your workspace 2) opening the "udig.product" and pressing run?
Jody

On 27/08/2010, at 6:01 PM, G. Allegri wrote:

> Thanks Jody for the reply.
> There's something strange in my configuration (I think).
> If I run from the Launch configuration I receive
> 
> java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
> could not be found in the registry. The applications available are:
> net.refractions.udig.tutorials.customapp.id1,
> net.refractions.udig.tutorials.rcp.application,
> net.refractions.udig.ui.application, org.eclipse.ant.core.antRunner,
> org.eclipse.equinox.app.error,
> org.eclipse.help.base.infocenterApplication,
> org.eclipse.help.base.helpApplication,
> org.eclipse.help.base.indexTool,
> org.eclipse.pde.junit.runtime.uitestapplication,
> org.eclipse.pde.junit.runtime.legacytestapplication,
> org.eclipse.pde.junit.runtime.coretestapplication,
> org.eclipse.pde.junit.runtime.coretestapplicationnonmain,
> org.eclipse.pde.junit.runtime.nonuithreadtestapplication,
> org.eclipse.update.core.standaloneUpdate,
> org.eclipse.update.core.siteOptimizer.
> 	at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
> 	at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> 	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.equinox.launcher.Main.invokeFramework(Main.java:619)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
> 
> As you can see from [1], the application to launch is
> org.eclipse.ui.ide.workbench. If I change the option to launch a
> product (net.refractions.udig.product), uDig starts (with lots of
> warnings, but this is another story).
> 
> The plugin tab shows no plugins in workspace. Thay appear if I change
> the combo "Launch with:", and I select "plugins selected below only"
> or "features...".
> 
> I don't know what's wrong. It seems that the configuration, shipped
> with the net.refractions.udig product plugin doesn't fit for me...
> 
> giovanni
> 
> [1]: http://a.imageshack.us/img831/6931/launchconfig1.png
> [2]: http://a.imageshack.us/img844/1480/launchconfig2.png
> [3]: http://a.imageshack.us/img830/6294/targetplatform.png
> 
> 2010/8/27 Jody Garnett <jody.garnett@xxxxxxxxx>:
>> That sounds correct to me; one thing to is to do is ..
>> 1. after failing once
>> 2. open up Run Configuration
>> 3. select the uDig configuration; and go to the plugins tab
>> 4. Hit "validate plugins" and tell us if any plugins could not be loaded (usually because their dependencies are missing from the SDK+Delta Pack)
>> 
>> Jody
>> 
>> On 27/08/2010, at 2:00 AM, G. Allegri wrote:
>> 
>>> Finally I've setup the uDig dev environment, following step by step
>>> the Quickstart guide, but... The application doesn't run.
>>> This is my workbanch status:
>>> http://a.imageshack.us/img413/5928/udigeclipsesdk1.png
>>> 
>>> Clicking on "Avvia il prodotto" ("Launch the product", maybe different
>>> translation from the english version "Launch an Eclipse Application" )
>>> nothing happens.
>>> Obviously if I launch it from the Run -> Run As Eclipse Application, I
>>> get an exception (that you can see in the Console).
>>> 
>>> 
>>> This is my folder structure:
>>> 
>>> target/eclipse (containing the delta pack)
>>> target/udig-sdk (I've downloaded the latest from udig downloads)
>>> eclipse workspace contains also the JRE "jre1.6.0_17.win32_gdal_ecw"
>>> 
>>> giovanni
>>> _______________________________________________
>>> User-friendly Desktop Internet GIS (uDig)
>>> http://udig.refractions.net
>>> http://lists.refractions.net/mailman/listinfo/udig-devel
>> 
>> _______________________________________________
>> User-friendly Desktop Internet GIS (uDig)
>> http://udig.refractions.net
>> http://lists.refractions.net/mailman/listinfo/udig-devel
>> 
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top