Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » org.eclipse.ui.views.properties error(org.eclipse.ui.views.properties error)
org.eclipse.ui.views.properties error [message #908406] Wed, 05 September 2012 10:27 Go to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
org.eclipse.ui.views.properties file need so please kindly help me.
Where can I find this jar please. I tried by download the org.eclipse.ui.views.properties.jar file unable to find from Internet...

I need to add jar file to my product dependency.

!SESSION 2012-09-05 15:53:28.205 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product ESC_Configurator_Tool.product
Command-line arguments: -product ESC_Configurator_Tool.product -data C:\escconfiguratortool/../runtime-ESCConfiguratorTool.product -dev file:C:/escconfiguratortool/.metadata/.plugins/org.eclipse.pde.core/ESC Configurator Tool.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2012-09-05 15:53:29.332
!MESSAGE Product ESC_Configurator_Tool.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2012-09-05 15:53:29.368
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-09-05 15:53:29.368
!MESSAGE Bundle initial@reference:file:../escconfiguratortool/ESC Configurator Tool/ was not resolved.
!SUBENTRY 2 ESC_Configurator_Tool 2 0 2012-09-05 15:53:29.368
!MESSAGE Missing imported package org.eclipse.ui.views.properties_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2012-09-05 15:53:29.370
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-09-05 15:53:29.371
!MESSAGE Bundle ESC_Configurator_Tool_1.0.0.qualifier [314] was not resolved.
!SUBENTRY 2 ESC_Configurator_Tool 2 0 2012-09-05 15:53:29.371
!MESSAGE Missing imported package org.eclipse.ui.views.properties_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2012-09-05 15:53:29.376
!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:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
An error has occurred. See the log file
C:\escconfiguratortool\.metadata\.plugins\org.eclipse.pde.core\ESC Configurator Tool.product\1346840608407.log.
Re: org.eclipse.ui.views.properties error [message #908451 is a reply to message #908406] Wed, 05 September 2012 12:09 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

You should avoid using *.jar file dependencies in any target definition, reason being it is a hard static dependency. Whenever possible you should use a 'Software Site' to acquire any/all of your dependencies.

Check out Patrick's blog for a great overview:
http://www.modumind.com/2009/09/01/creating-an-eclipse-rcp-target-platform/

Lars also has a couple of things
http://www.vogella.com/articles/EclipseTargetPlatform/article.html
Re: org.eclipse.ui.views.properties error [message #908472 is a reply to message #908451] Wed, 05 September 2012 12:43 Go to previous messageGo to next message
Eclipse UserFriend
If it's org.eclipse.ui.* you should have it by default if you have eclipse, no?
Re: org.eclipse.ui.views.properties error [message #908490 is a reply to message #908472] Wed, 05 September 2012 13:26 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

Yes, if you are using features in your product configuration. I feel as though there is a much larger configuration issues going on here. And before much more time is invested, having the relevant project posted to github would be warranted.

JD
Re: org.eclipse.ui.views.properties error [message #908500 is a reply to message #908490] Wed, 05 September 2012 13:34 Go to previous messageGo to next message
Eclipse UserFriend
It should be there in any case, regardless of what you use.

RP Mar, org.eclipse.ui.view.properties is not a plug-in jar but a package contained in your eclipse\plugins\org.eclipse.ui.views_xxxxxxx.jar
Re: org.eclipse.ui.views.properties error [message #908623 is a reply to message #908500] Wed, 05 September 2012 17:07 Go to previous messageGo to next message
Brian de Alwis is currently offline Brian de AlwisFriend
Messages: 242
Registered: July 2009
Senior Member
And finally you can find this out using the little-known-but-astonishingly-useful Open Plug-In Artifact dialog (Ctrl-Shift-A).

Brian.
Re: org.eclipse.ui.views.properties error [message #909505 is a reply to message #908406] Fri, 07 September 2012 08:56 Go to previous messageGo to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
Dear Thank you to all.

Please Previous application META-INF->MANIFEST.MF->Dependencies- Imported packages they added org.eclipse.ui.views.properties,org.eclipse.ui.views.properties.tabbed which was not RCP
I am adding the those packages,rcp above same path.Running the product Launch an Eclipse application getting the error like Import-Package:org.eclipse.ui.views.properties

Please kindly help me.

In the product->dependencies- plug-selection -org.eclipse.ui.views.properties package not available?
(Ctrl-Shift-A) diaglogs open an dshows that package.

'Software Site' to acquire any/all of your dependencies but got errors so I approach manual system.
Re: org.eclipse.ui.views.properties error [message #909519 is a reply to message #909505] Fri, 07 September 2012 09:10 Go to previous messageGo to next message
Eclipse UserFriend
In order for it to be found it has to be also on your run configuration. Run-Run configuration - plugins tab.
Re: org.eclipse.ui.views.properties error [message #910592 is a reply to message #909519] Mon, 10 September 2012 03:51 Go to previous messageGo to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
Run -> Run configurations
org.eclipse.ui.views.properties not there.
by default selected->org.eclipse.ui.views.properties.tabbed

Please kindly how to solve this org.eclipse.ui.views.properties and how to add it?

----------------------------
!SESSION 2012-09-10 09:15:49.168 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product ESC_Configurator_Tool.product
Command-line arguments: -product ESC_Configurator_Tool.product -data C:\escconfiguratortool/../runtime-ESCConfiguratorTool.product -dev file:C:/escconfiguratortool/.metadata/.plugins/org.eclipse.pde.core/ESC Configurator Tool.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2012-09-10 09:15:53.435
!MESSAGE Product ESC_Configurator_Tool.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2012-09-10 09:15:53.474
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-09-10 09:15:53.475
!MESSAGE Bundle initial@reference:file:../escconfiguratortool/ESC Configurator Tool/ was not resolved.
!SUBENTRY 2 ESC_Configurator_Tool 2 0 2012-09-10 09:15:53.475
!MESSAGE Missing imported package org.eclipse.ui.views.properties_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2012-09-10 09:15:53.477
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-09-10 09:15:53.478
!MESSAGE Bundle ESC_Configurator_Tool_1.0.0.qualifier [1573] was not resolved.
!SUBENTRY 2 ESC_Configurator_Tool 2 0 2012-09-10 09:15:53.478
!MESSAGE Missing imported package org.eclipse.ui.views.properties_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2012-09-10 09:15:53.484
!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:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
An error has occurred. See the log file
C:\escconfiguratortool\.metadata\.plugins\org.eclipse.pde.core\ESC Configurator Tool.product\1347248749669.log.
Re: org.eclipse.ui.views.properties error [message #910600 is a reply to message #909519] Mon, 10 September 2012 04:16 Go to previous messageGo to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
Run -> Run Configurations -> Plug-ins

org.eclipse.ui.views.properties plug-in not found.
org.eclipse.ui.views.properties.tabbed by default it's selected.

Please kindly how to solve this plug-in related error?
Please I need to run my product.

!SESSION 2012-09-10 09:40:21.725 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product ESC_Configurator_Tool.product
Command-line arguments: -product ESC_Configurator_Tool.product -data C:\escconfiguratortool/../runtime-ESCConfiguratorTool.product -dev file:C:/escconfiguratortool/.metadata/.plugins/org.eclipse.pde.core/ESC Configurator Tool.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2012-09-10 09:40:24.854
!MESSAGE Product ESC_Configurator_Tool.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2012-09-10 09:40:24.955
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-09-10 09:40:24.956
!MESSAGE Bundle initial@reference:file:../escconfiguratortool/ESC Configurator Tool/ was not resolved.
!SUBENTRY 2 ESC_Configurator_Tool 2 0 2012-09-10 09:40:24.956
!MESSAGE Missing imported package org.eclipse.ui.views.properties_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2012-09-10 09:40:24.958
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-09-10 09:40:24.960
!MESSAGE Bundle ESC_Configurator_Tool_1.0.0.qualifier [1573] was not resolved.
!SUBENTRY 2 ESC_Configurator_Tool 2 0 2012-09-10 09:40:24.960
!MESSAGE Missing imported package org.eclipse.ui.views.properties_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2012-09-10 09:40:24.966
!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:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
An error has occurred. See the log file
C:\escconfiguratortool\.metadata\.plugins\org.eclipse.pde.core\ESC Configurator Tool.product\1347250221975.log.
Re: org.eclipse.ui.views.properties error [message #1732305 is a reply to message #910600] Sun, 15 May 2016 11:57 Go to previous message
Kirill Zotkin is currently offline Kirill ZotkinFriend
Messages: 21
Registered: July 2009
Junior Member
org.eclipse.ui.views.properties is a package in org.eclipse.ui.views plug-in.
Previous Topic:Adding a Part from another plug-in to a Perspective
Next Topic:Create Eclipse Custom Project Type
Goto Forum:
  


Current Time: Thu Apr 18 22:48:47 GMT 2024

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

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

Back to the top