Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Failed to Launch RCPTT Application(RCPTT Application Launch Error)
Failed to Launch RCPTT Application [message #1766840] Wed, 28 June 2017 06:14 Go to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi,

I downloaded a new copy of Windows 64bit RCPTT application. I have a Windows 10 64bit system. But the application doesn't open. I have given the error log below.

Thanks
Jeevan

!ENTRY org.eclipse.rcptt.core.ecl.scanner 2 0 2017-06-28 11:41:18.335
!MESSAGE Could not resolve module: org.eclipse.rcptt.core.ecl.scanner [231]
  Unresolved requirement: Require-Bundle: org.eclipse.core.runtime
    -> Bundle-SymbolicName: org.eclipse.core.runtime; bundle-version="3.13.0.v20170207-1030"; singleton:="true"
       org.eclipse.core.runtime [57]
         Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"
         Unresolved requirement: Require-Bundle: org.eclipse.equinox.app; bundle-version="1.0.0"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.equinox.app; bundle-version="1.3.400.v20150715-1528"; singleton:="true"
              org.eclipse.equinox.app [108]
                Unresolved requirement: Require-Bundle: org.eclipse.equinox.registry; bundle-version="[3.4.0,4.0.0)"
                  -> Bundle-SymbolicName: org.eclipse.equinox.registry; bundle-version="3.7.0.v20170222-1344"; singleton:="true"
                     org.eclipse.equinox.registry [155]
                       Unresolved requirement: Import-Package: org.eclipse.core.runtime.jobs; resolution:="optional"
                         -> Export-Package: org.eclipse.core.runtime.jobs; bundle-version="3.9.0.v20170322-0013"; bundle-symbolic-name="org.eclipse.core.jobs"; version="0.0.0"
                            org.eclipse.core.jobs [52]
                              Unresolved requirement: Require-Bundle: org.eclipse.equinox.common; bundle-version="[3.8.0,4.0.0)"
                                -> Bundle-SymbolicName: org.eclipse.equinox.common; bundle-version="3.9.0.v20170207-1454"; singleton:="true"
                                   org.eclipse.equinox.common [110]
                                     Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"
                       Unresolved requirement: Require-Bundle: org.eclipse.equinox.common; bundle-version="[3.7.0,4.0.0)"
                         -> Bundle-SymbolicName: org.eclipse.equinox.common; bundle-version="3.9.0.v20170207-1454"; singleton:="true"
         Unresolved requirement: Require-Bundle: org.eclipse.core.jobs; bundle-version="[3.2.0,4.0.0)"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.core.jobs; bundle-version="3.9.0.v20170322-0013"; singleton:="true"
         Unresolved requirement: Require-Bundle: org.eclipse.equinox.registry; bundle-version="[3.4.0,4.0.0)"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.equinox.registry; bundle-version="3.7.0.v20170222-1344"; singleton:="true"
         Unresolved requirement: Require-Bundle: org.eclipse.equinox.preferences; bundle-version="[3.4.0,4.0.0)"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.equinox.preferences; bundle-version="3.7.0.v20170126-2132"; singleton:="true"
              org.eclipse.equinox.preferences [154]
                Unresolved requirement: Require-Bundle: org.eclipse.equinox.common; bundle-version="[3.2.0,4.0.0)"
                  -> Bundle-SymbolicName: org.eclipse.equinox.common; bundle-version="3.9.0.v20170207-1454"; singleton:="true"
         Unresolved requirement: Require-Bundle: org.eclipse.core.contenttype; bundle-version="[3.3.0,4.0.0)"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.core.contenttype; bundle-version="3.6.0.v20170207-1037"; singleton:="true"
              org.eclipse.core.contenttype [42]
                Unresolved requirement: Require-Bundle: org.eclipse.equinox.preferences; bundle-version="[3.2.0,4.0.0)"
                  -> Bundle-SymbolicName: org.eclipse.equinox.preferences; bundle-version="3.7.0.v20170126-2132"; singleton:="true"
         Unresolved requirement: Require-Bundle: org.eclipse.equinox.common; bundle-version="[3.8.0,4.0.0)"; visibility:="reexport"
           -> Bundle-SymbolicName: org.eclipse.equinox.common; bundle-version="3.9.0.v20170207-1454"; singleton:="true"


!ENTRY org.eclipse.osgi 4 0 2017-06-28 11:41:18.351
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:78)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	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:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Re: Failed to Launch RCPTT Application [message #1766841 is a reply to message #1766840] Wed, 28 June 2017 06:17 Go to previous messageGo to next message
Andreas Falter is currently offline Andreas FalterFriend
Messages: 15
Registered: February 2015
Junior Member
Hi,

you maybe have not installed a Java 1.8 JRE on your machine?

>> Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"

The lastest RCPTT version only runs with Java 1.8. Does this help?
Re: Failed to Launch RCPTT Application [message #1766842 is a reply to message #1766841] Wed, 28 June 2017 06:20 Go to previous messageGo to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi,

The software I am making runs only in 1.7, how can I get an old build which runs in 1.7?

Thanks
Jeevan
Re: Failed to Launch RCPTT Application [message #1766844 is a reply to message #1766842] Wed, 28 June 2017 06:31 Go to previous messageGo to next message
Andreas Falter is currently offline Andreas FalterFriend
Messages: 15
Registered: February 2015
Junior Member
Only RCPTT itself must be run with a Java 1.8. Per default I think it just uses the one define by JAVA_HOME in your environment, but you can also specify one to use by editing the rcptt.ini file in the RCPTT installation directory. I put the following lines to this file to force a certain VM:

-vm
d:/00_IDE/00_Java/jdk1.8.0_72/bin


For your application under test, another JRE can be used for execution. This is defined in the applications launch configuration in RCPTT. Once you created a new application in the "Applications" view, right click it, select "Configure..." and click "Advanced...". There you can define the JRE to start your application under "Runtime JRE".
Re: Failed to Launch RCPTT Application [message #1766846 is a reply to message #1766844] Wed, 28 June 2017 06:40 Go to previous message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Thank you, Andreas.
Previous Topic:Can we pass path of existing config.ini file in Test Runner
Next Topic:RCPTT 2.2 (Oxygen) release notes?
Goto Forum:
  


Current Time: Wed Apr 24 23:45:54 GMT 2024

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

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

Back to the top