Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Launch problem of web-ide configuration with latest git master source

Hi Adrian,

You must have a customized web-ide launcher saved in your workspace somewhere, since the web-ide launcher in source control uses the defaults:

Command-line arguments:  -dev file:${workspace}/.metadata/.plugins/org.eclipse.pde.core/web-ide/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog -console -data ${workspace}../foo -clean -product org.eclipse.orion.product

I deleted a duplicate org.eclipse.orion.product file this week that you may have been pointing at.

As Paul said in an earlier email, we should announce target and feaure/plugin changes as well, since we made changes in both these areas this week and you would need a reload.

Otherwise what you are doing is correct as far as I can see.

Cheers...
Anthony




From:        Adrian Aichner <adrian.aichner@xxxxxxxxx>
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date:        09/19/2014 03:33 PM
Subject:        [orion-dev] Launch problem of web-ide configuration with latest git        master source
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Greets

I update my eclipse environment and workspace occasionally from the orion git master source.

I do so by pulling from master in client and server projects inside eclipse GIT perspective.

Then I
Set Target Platform
in Plugin Configuration perspective.

And finally
Run configuration web-ide.

All this works for a while, but then Run configuration will start failing.

So far I have always started ove with a newly created eclipse workspace, add orion server/client git projects, set target platfrom, run configuration.

But that takes non-neglectable time.

Perhaps one of you can spot my mistake in this latest launch log from today.

Thanks,
Adrian

!SESSION 2014-09-19 17:30:08.770 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_55
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
Framework arguments:  -product org.eclipse.orion.product
Command-line arguments:  -dev
file:/var/home/adrian/workspace-luna-M5-4/.metadata/.plugins/org.eclipse.pde.core/web-ide/dev.properties -os linux -ws gtk -arch x86 -console 4444 -data /var/home/adrian/eclipse-orion-ws -clean -product org.eclipse.orion.product

!ENTRY org.eclipse.equinox.app 0 0 2014-09-19 17:30:16.397
!MESSAGE Product org.eclipse.orion.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2014-09-19 17:30:30.556
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

Back to the top