Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » How do you add compatibility with e4 (v0.17)?
How do you add compatibility with e4 (v0.17)? [message #1570091] Sat, 17 January 2015 22:19 Go to next message
Francis BACQUET is currently offline Francis BACQUETFriend
Messages: 46
Registered: September 2014
Member
Hello,

I created a new project with e4 (v0.17), but rcptt (v1.5.3) don't detect when application start.

I create sample project e4 and add Required Plug-ins.
index.php/fa/20476/0/

When start, this error generate:
Command-line arguments:  -product testE4_v017.product -data D:\travaux\automate\rcpttWorkspace/../aut-testE4_v017.product -dev file:D:/travaux/automate/rcpttWorkspace/.metadata/.plugins/org.eclipse.pde.core/testE4_v017.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog -eclipse.keyring D:\travaux\automate\rcpttWorkspace\.metadata\.plugins\org.eclipse.pde.core\testE4_v017.product/secure_storage

!ENTRY org.eclipse.emf.importer.java 4 0 2015-01-17 22:45:02.979
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.importer.java [4]
  Unresolved requirement: Require-Bundle: org.eclipse.jdt.core; bundle-version="[3.5.0,4.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:434)


Then, I add plugin "org.eclipse.jdt.core" but another error:
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.importer.java [4]
  Unresolved requirement: Require-Bundle: org.eclipse.emf.importer; bundle-version="[2.8.0,3.0.0)"
    -> Bundle-SymbolicName: org.eclipse.emf.importer; bundle-version="2.8.1.v20140203-1126"; singleton:="true"
       org.eclipse.emf.importer [44]
         Unresolved requirement: Require-Bundle: org.eclipse.emf.converter; bundle-version="[2.6.0,3.0.0)"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.emf.converter; bundle-version="2.6.0.v20140203-1126"; singleton:="true"
              org.eclipse.emf.converter [77]
                Unresolved requirement: Require-Bundle: org.eclipse.emf.codegen.ecore; bundle-version="[2.9.0,3.0.0)"; visibility:="reexport"
                  -> Bundle-SymbolicName: org.eclipse.emf.codegen.ecore; bundle-version="2.9.1.v20140203-1126"; singleton:="true"
                     org.eclipse.emf.codegen.ecore [72]
                       Unresolved requirement: Require-Bundle: org.eclipse.jdt.launching; bundle-version="[3.5.0,4.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:434)


Do I made a mistake?
Re: How do you add compatibility with e4 (v0.17)? [message #1574314 is a reply to message #1570091] Tue, 20 January 2015 06:39 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

Thank you for reporting this issue.
It will take us some time to investigate your files.
I'll notify you about our progress.


Yours sincerely,
Olga.
Re: How do you add compatibility with e4 (v0.17)? [message #1587734 is a reply to message #1570091] Tue, 27 January 2015 14:27 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello Francis,

Thank you for finding this issue!
Application requires having several plugins, which apparently have to be started.
You can add these plugins into your product configuration file with autoStart="true" as it is outlined in this article.
Also, could you please send us your product file for investigation.

Please let me know if it is suitable for you or you have any questions.


Yours sincerely,
Olga.
Re: How do you add compatibility with e4 (v0.17)? [message #1598185 is a reply to message #1587734] Mon, 02 February 2015 21:05 Go to previous messageGo to next message
Francis BACQUET is currently offline Francis BACQUETFriend
Messages: 46
Registered: September 2014
Member
Hi Olga,

I add "Recommended Start Levels":
index.php/fa/20704/0/

But, I have this error Embarrassed :
!ENTRY org.eclipse.emf.ant 4 0 2015-02-02 21:52:06.426
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.ant [1221]
  Unresolved requirement: Require-Bundle: org.apache.ant; bundle-version="[1.7.0,2.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.emf.codegen 4 0 2015-02-02 21:52:06.428
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.codegen [1222]
  Unresolved requirement: Require-Bundle: org.eclipse.jdt.launching; bundle-version="[3.5.0,4.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.emf.codegen.ecore 4 0 2015-02-02 21:52:06.429
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.emf.codegen.ecore [1223]
  Unresolved requirement: Require-Bundle: org.eclipse.jdt.launching; bundle-version="[3.5.0,4.0.0)"

	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
....


Are you an idea?

Best Regards.

[Updated on: Mon, 02 February 2015 21:07]

Report message to a moderator

Re: How do you add compatibility with e4 (v0.17)? [message #1653514 is a reply to message #1598185] Fri, 06 March 2015 09:00 Go to previous message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

I'm sorry for long delay.
There are only warnings in log file. The functionality shouldn't be affected.
Do you have any observable problems?



Yours sincerely,
Olga.
Previous Topic:[SOLVED] Execution Failed when running test suite
Next Topic:[SOLVED] Parametrized Preferences Context
Goto Forum:
  


Current Time: Thu Apr 25 19:09:16 GMT 2024

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

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

Back to the top