Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Help with RCP from existing .jars
Help with RCP from existing .jars [message #886350] Thu, 14 June 2012 19:17 Go to next message
Craig Zieg is currently offline Craig ZiegFriend
Messages: 1
Registered: June 2012
Junior Member
Created plugin from archived jars (did not unzip). Created configuration. Receive the following error message at runtime:
!SESSION 2012-06-14 14:04:16.326 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_31
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product sdk.product
Command-line arguments: -product sdk.product -data C:\eclipse\workspace/../runtime-sdk.product -dev file:C:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/sdk.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.osgi 4 0 2012-06-14 14:04:17.873
!MESSAGE Application error
!STACK 1
java.io.FileNotFoundException: C:\eclipse\runtime-sdk.product\.metadata\.connection (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.help.internal.base.HelpApplication.writeHostAndPort(HelpApplication.java:136)
at org.eclipse.help.internal.base.HelpApplication.start(HelpApplication.java:62)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:344)
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:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

I'm extremely new to this. Followed all the steps in the tutorials out there. I'm sure I'm missing some step along the way.

Thanks in advance!
Re: Help with RCP from existing .jars [message #887837 is a reply to message #886350] Sun, 17 June 2012 08:11 Go to previous message
Libor Jelinek is currently offline Libor JelinekFriend
Messages: 143
Registered: January 2012
Location: Prague, Czech Rep.
Senior Member

Try to clear run configuration workspace before. Easiest by checking
"Clear workspace" in Run Configuration (Run / Run Configurations...).

Libor


On 06/14/2012 09:17 PM, Craig Zieg wrote:
> Created plugin from archived jars (did not unzip). Created
> configuration. Receive the following error message at runtime:
> !SESSION 2012-06-14 14:04:16.326
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_31
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product sdk.product
> Command-line arguments: -product sdk.product -data
> C:\eclipse\workspace/../runtime-sdk.product -dev
> file:C:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde.core/sdk.product/dev.properties
> -os win32 -ws win32 -arch x86 -consoleLog
>
> !ENTRY org.eclipse.osgi 4 0 2012-06-14 14:04:17.873
> !MESSAGE Application error
> !STACK 1
> java.io.FileNotFoundException:
> C:\eclipse\runtime-sdk.product\.metadata\.connection (The system cannot
> find the path specified)
> at java.io.FileOutputStream.open(Native Method)
> at java.io.FileOutputStream.<init>(Unknown Source)
> at java.io.FileOutputStream.<init>(Unknown Source)
> at
> org.eclipse.help.internal.base.HelpApplication.writeHostAndPort(HelpApplication.java:136)
>
> at
> org.eclipse.help.internal.base.HelpApplication.start(HelpApplication.java:62)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>
> 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:344)
>
> 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:622)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
>
> I'm extremely new to this. Followed all the steps in the tutorials out
> there. I'm sure I'm missing some step along the way.
>
> Thanks in advance!
Previous Topic:DND between Jface Tree View and GraphicalEditorWithPalette
Next Topic:Switching rcp headless build (ant task) to use target platform
Goto Forum:
  


Current Time: Thu Apr 25 16:58:33 GMT 2024

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

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

Back to the top