Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Incorrect Intro/Welcome behavior after move to 4.2
Incorrect Intro/Welcome behavior after move to 4.2 [message #957692] Thu, 25 October 2012 12:00 Go to next message
Nigel Daniels is currently offline Nigel DanielsFriend
Messages: 66
Registered: July 2009
Member
Hi,

I have re-posted this question here in the platform group as it is a
more appropriate forum than RCP.

--

I am working on an RCP project with an Intro page. This was working well
on Indigo but following a move to Juno SR1 the behavior of the intro
page has changed.

Now when the application starts up the Into appears to the right of the
default custom perspective (See Image1) instead of being full screen as
it used to be. This are remains there even when the Intro display is
closed (See Image 2).

Any ideas on what is causing this, or what I need to do to make the Into
appear full screen?

Thanks, Nigel.
  • Attachment: Image1.png
    (Size: 107.79KB, Downloaded 340 times)
  • Attachment: Image2.png
    (Size: 61.36KB, Downloaded 253 times)
Re: Incorrect Intro/Welcome behavior after move to 4.2 [message #977210 is a reply to message #957692] Fri, 09 November 2012 05:24 Go to previous messageGo to next message
daghan acay is currently offline daghan acayFriend
Messages: 2
Registered: November 2012
Junior Member
I am trying to create a e4 based application with Application.e4xmi with compatibility layer. When I use org.eclipse.ui.intro extension nothing is shown on the application. I am assuming this is because I am defining product specific ID's for application and main window in my Application.e4xmi.

Regardless of m specific problem, can you point me to a Welcome Page development for e4 tutorial.

PS: I have also tried to set the "Welcome Page->Intro-ID" under ".product->Branding" tab which has thrown error below:

!SESSION 2012-11-09 16:22:37.744 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_06
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
Framework arguments: -product com.clarinox.wide.core.compatibility.application.product -clearPersistedState
Command-line arguments: -product com.clarinox.wide.core.compatibility.application.product -data C:\Clarinox\wIDE\Java/../runtime-wIDEcompatibility.product -dev file:C:/Clarinox/wIDE/Java/.metadata/.plugins/org.eclipse.pde.core/wIDE compatibility.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog -clearPersistedState

!ENTRY org.eclipse.equinox.app 0 0 2012-11-09 16:22:38.601
!MESSAGE Product com.clarinox.wide.core.compatibility.application.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.651
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.651
!MESSAGE Bundle reference:file:/C:/Clarinox/wIDE/Java/com.clarinox.wide.core.compatibility.application/ was not resolved.
!SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0 2012-11-09 16:22:38.651
!MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.651
!MESSAGE Bundle reference:file:/C:/Program Files/eclipse/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar was not resolved.
!SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.651
!MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).

!ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.654
!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-11-09 16:22:38.654
!MESSAGE Bundle org.apache.lucene.analysis_2.9.1.v201101211721 [24] was not resolved.
!SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.654
!MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.654
!MESSAGE Bundle org.eclipse.help.base_3.6.100.v201209141800 [109] was not resolved.
!SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.655
!MESSAGE Missing required bundle org.apache.lucene.analysis_2.9.0.
!SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.655
!MESSAGE Missing optionally required bundle org.eclipse.ant.core_3.2.200.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.655
!MESSAGE Bundle org.eclipse.help.ui_3.5.200.v20120521-2344 [110] was not resolved.
!SUBENTRY 2 org.eclipse.help.ui 2 0 2012-11-09 16:22:38.655
!MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.655
!MESSAGE Bundle org.eclipse.help.webapp_3.6.101.v20120717-130216 [111] was not resolved.
!SUBENTRY 2 org.eclipse.help.webapp 2 0 2012-11-09 16:22:38.655
!MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.655
!MESSAGE Bundle com.clarinox.wide.core.compatibility.application_1.0.0.qualifier [137] was not resolved.
!SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0 2012-11-09 16:22:38.655
!MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.666
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.666
!MESSAGE Bundle reference:file:/C:/Clarinox/wIDE/Java/com.clarinox.wide.core.compatibility.application/ was not resolved.
!SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0 2012-11-09 16:22:38.666
!MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.666
!MESSAGE Bundle reference:file:/C:/Program Files/eclipse/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar was not resolved.
!SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.666
!MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).

!ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.669
!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-11-09 16:22:38.669
!MESSAGE Bundle org.apache.lucene.analysis_2.9.1.v201101211721 [24] was not resolved.
!SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.669
!MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.669
!MESSAGE Bundle org.eclipse.help.base_3.6.100.v201209141800 [109] was not resolved.
!SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.669
!MESSAGE Missing required bundle org.apache.lucene.analysis_2.9.0.
!SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.669
!MESSAGE Missing optionally required bundle org.eclipse.ant.core_3.2.200.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.669
!MESSAGE Bundle org.eclipse.help.ui_3.5.200.v20120521-2344 [110] was not resolved.
!SUBENTRY 2 org.eclipse.help.ui 2 0 2012-11-09 16:22:38.670
!MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.670
!MESSAGE Bundle org.eclipse.help.webapp_3.6.101.v20120717-130216 [111] was not resolved.
!SUBENTRY 2 org.eclipse.help.webapp 2 0 2012-11-09 16:22:38.670
!MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.670
!MESSAGE Bundle com.clarinox.wide.core.compatibility.application_1.0.0.qualifier [137] was not resolved.
!SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0 2012-11-09 16:22:38.670
!MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2012-11-09 16:22:38.670
!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)
Re: Incorrect Intro/Welcome behavior after move to 4.2 [message #981641 is a reply to message #977210] Mon, 12 November 2012 15:25 Go to previous message
Nigel Daniels is currently offline Nigel DanielsFriend
Messages: 66
Registered: July 2009
Member
Hi Daghan,

my issue was resolved by the advice from MyungWoon Oh to include
'org.eclipse.e4.ui.workbench.addons.swt' in my dependancies. As for an
e4 Welcome page tutorial I have not used one. I was building a Welcome
page based on the 3.x way of doing things. It seems that moving to 4.x
requires a different dependency but still supports the older extension
points.

Best regards,

Nigel


On 09/11/2012 13:58, daghan acay wrote:
> I am trying to create a e4 based application with Application.e4xmi with
> compatibility layer. When I use org.eclipse.ui.intro extension nothing
> is shown on the application. I am assuming this is because I am defining
> product specific ID's for application and main window in my
> Application.e4xmi.
>
> Regardless of m specific problem, can you point me to a Welcome Page
> development for e4 tutorial.
>
> PS: I have also tried to set the "Welcome Page->Intro-ID" under
> ".product->Branding" tab which has thrown error below:
>
> !SESSION 2012-11-09 16:22:37.744
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.7.0_06
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
> Framework arguments: -product
> com.clarinox.wide.core.compatibility.application.product
> -clearPersistedState
> Command-line arguments: -product
> com.clarinox.wide.core.compatibility.application.product -data
> C:\Clarinox\wIDE\Java/../runtime-wIDEcompatibility.product -dev
> file:C:/Clarinox/wIDE/Java/.metadata/.plugins/org.eclipse.pde.core/wIDE
> compatibility.product/dev.properties -os win32 -ws win32 -arch x86
> -consoleLog -clearPersistedState
>
> !ENTRY org.eclipse.equinox.app 0 0 2012-11-09 16:22:38.601
> !MESSAGE Product
> com.clarinox.wide.core.compatibility.application.product could not be
> found.
>
> !ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.651
> !MESSAGE One or more bundles are not resolved because the following root
> constraints are not resolved:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.651
> !MESSAGE Bundle
> reference:file:/C:/Clarinox/wIDE/Java/com.clarinox.wide.core.compatibility.application/
> was not resolved.
> !SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0
> 2012-11-09 16:22:38.651
> !MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.651
> !MESSAGE Bundle reference:file:/C:/Program
> Files/eclipse/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar
> was not resolved.
> !SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.651
> !MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).
>
> !ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.654
> !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-11-09 16:22:38.654
> !MESSAGE Bundle org.apache.lucene.analysis_2.9.1.v201101211721 [24] was
> not resolved.
> !SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.654
> !MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.654
> !MESSAGE Bundle org.eclipse.help.base_3.6.100.v201209141800 [109] was
> not resolved.
> !SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.655
> !MESSAGE Missing required bundle org.apache.lucene.analysis_2.9.0.
> !SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.655
> !MESSAGE Missing optionally required bundle org.eclipse.ant.core_3.2.200.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.655
> !MESSAGE Bundle org.eclipse.help.ui_3.5.200.v20120521-2344 [110] was not
> resolved.
> !SUBENTRY 2 org.eclipse.help.ui 2 0 2012-11-09 16:22:38.655
> !MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.655
> !MESSAGE Bundle org.eclipse.help.webapp_3.6.101.v20120717-130216 [111]
> was not resolved.
> !SUBENTRY 2 org.eclipse.help.webapp 2 0 2012-11-09 16:22:38.655
> !MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.655
> !MESSAGE Bundle
> com.clarinox.wide.core.compatibility.application_1.0.0.qualifier [137]
> was not resolved.
> !SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0
> 2012-11-09 16:22:38.655
> !MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
>
> !ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.666
> !MESSAGE One or more bundles are not resolved because the following root
> constraints are not resolved:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.666
> !MESSAGE Bundle
> reference:file:/C:/Clarinox/wIDE/Java/com.clarinox.wide.core.compatibility.application/
> was not resolved.
> !SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0
> 2012-11-09 16:22:38.666
> !MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.666
> !MESSAGE Bundle reference:file:/C:/Program
> Files/eclipse/plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar
> was not resolved.
> !SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.666
> !MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).
>
> !ENTRY org.eclipse.osgi 2 0 2012-11-09 16:22:38.669
> !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-11-09 16:22:38.669
> !MESSAGE Bundle org.apache.lucene.analysis_2.9.1.v201101211721 [24] was
> not resolved.
> !SUBENTRY 2 org.apache.lucene.analysis 2 0 2012-11-09 16:22:38.669
> !MESSAGE Missing required bundle org.apache.lucene.core_[2.9.1,3.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.669
> !MESSAGE Bundle org.eclipse.help.base_3.6.100.v201209141800 [109] was
> not resolved.
> !SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.669
> !MESSAGE Missing required bundle org.apache.lucene.analysis_2.9.0.
> !SUBENTRY 2 org.eclipse.help.base 2 0 2012-11-09 16:22:38.669
> !MESSAGE Missing optionally required bundle org.eclipse.ant.core_3.2.200.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.669
> !MESSAGE Bundle org.eclipse.help.ui_3.5.200.v20120521-2344 [110] was not
> resolved.
> !SUBENTRY 2 org.eclipse.help.ui 2 0 2012-11-09 16:22:38.670
> !MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.670
> !MESSAGE Bundle org.eclipse.help.webapp_3.6.101.v20120717-130216 [111]
> was not resolved.
> !SUBENTRY 2 org.eclipse.help.webapp 2 0 2012-11-09 16:22:38.670
> !MESSAGE Missing required bundle org.eclipse.help.base_[3.5.0,4.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-11-09 16:22:38.670
> !MESSAGE Bundle
> com.clarinox.wide.core.compatibility.application_1.0.0.qualifier [137]
> was not resolved.
> !SUBENTRY 2 com.clarinox.wide.core.compatibility.application 2 0
> 2012-11-09 16:22:38.670
> !MESSAGE Missing required bundle org.eclipse.ui.intro_0.0.0.
>
> !ENTRY org.eclipse.osgi 4 0 2012-11-09 16:22:38.670
> !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)
>
Previous Topic:Missing Dependencies
Next Topic:CompareUI with Syntax Colouring
Goto Forum:
  


Current Time: Tue Apr 16 08:41:33 GMT 2024

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

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

Back to the top