Community
Participate
Working Groups
Build ID: I20080617-2000 Steps To Reproduce: 1. Install Eclipse SDK using p2installer and choose "shared install" 2. Install TPTP features from "Ganymede" site uder "Help->Software Updates..." 3. Open Preferences, go to "Agent Controller"->Hosts, choose localhost[10002] and click on "Test Connection Button" You get a "Security Message" box poped up containing: Connection failed on host localhost. Reason: IWAT0284E The Agent Controller is not available on localhost. The Errorlog view contains the following two entries: null Error Wed Jul 30 21:26:44 CEST 2008 IAC could not be started due to invalid configuration files. null Error Wed Jul 30 21:26:44 CEST 2008 Execution framework config file is invalid. This could be caused by the execution plugin checked out in your workspace. More information: 1) A serviceconfig.xml has been created in the plugins config directory but no servicelog.log 2) If you start now ACServer.exe manually and click again on "Test Connection Button" you get "Connection Success." and everything seems to be fine. 3) If you create a standalone installation using tptp.runtime.allInOne.win32.win32.x86-TPTP-4.5.0.zip and repeat the test procedure, you get "Connection Success." and everything seems to be fine. It seems, that IAC can not be started in a shared installation environment but there is no problem in a standalone installation!
(In reply to comment #0) > Build ID: I20080617-2000 > Steps To Reproduce: > 1. Install Eclipse SDK using p2installer and choose "shared install" > 2. Install TPTP features from "Ganymede" site uder "Help->Software Updates..." > 3. Open Preferences, go to "Agent Controller"->Hosts, choose localhost[10002] > and click on "Test Connection Button" Can you attach the serviceconfig.xml created by this installation? IAC currently has some limitations on where plugins should be installed.
Created attachment 108912 [details] serviceconfig.xml from the shared installation
Which JVM your eclipse workbench is using? Can you give me the path to the JVM?
I use xdt Eclipse Launcher to start the Eclipse IDE. It uses the following command used to start Eclipse: D:\Daten\eclipse34\Test\eclipse.exe -vm D:\Tools\J2SE\6.0\jre\bin\javaw.exe -data "D:\Daten\eclipse34\Test\workspace" -showlocation -vmargs -Xmx512m -XX:MaxPermSize=128m -Dcom.sun.management.jmxremote=true
That error message means the JVM used by Eclipse and IAC are different. What's the output of you 'java -version'?
'java -version' => java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
Can you tell me the installation directory of these: 1. Eclipse 2. IAC plugin. For Windows, the name is org.eclipse.tptp.platform.ac.win_ia32_XXXX 3. The hyades execution plugin. The name is org.eclipse.hyades.execution_4.4.200.XXXX And can you check if there is a config/pluginconfig.xml under your hyades execution plugin.
1. Eclipse -> D:\Tools\eclipseGanymede\p2installer\p2\org.eclipse.equinox.p2.touchpoint.eclipse\plugins 2. IAC plugin -> D:\Tools\eclipseGanymede\p2installer\p2\org.eclipse.equinox.p2.touchpoint.eclipse\plugins 3. The hyades execution plugin -> D:\Tools\eclipseGanymede\p2installer\p2\org.eclipse.equinox.p2.touchpoint.eclipse\plugins
What's the size of the D:\Tools\eclipseGanymede\p2installer\p2\org.eclipse.equinox.p2.touchpoint.eclipse\plugins\org.eclipse.hyades.execution_4.4.200xxxxx\config\pluginconfig.xml file? And can you check if D:\Daten\eclipse34\Test\workspace's Installed JVM under Preference->Java is D:\Tools\J2SE\6.0\jre?
size of pluginconfig.xml: 1'243 bytes The default JRE is installed under : D:\Tools\J2SE\6.0\jre but i have also another JRE defined (D:\Tools\J2SE\5.0\jre).
Mass update of P1 enhancements and defects targetted to future to P2.
Kathy, please triage.
the problem still exists in recent helios milestone builds ... I still have to work with an external agent controller instead.
This appears to be caused by IBundleGroupProvider.getBundleGroups() not returning the installed bundles as described in bug 247352.
*** Bug 306703 has been marked as a duplicate of this bug. ***
Kathy, can we get this bug targeted to 470 and prioritized to P1?
Joel, what is your sizing for this defect?
For a shared installation to install the features, as suggested by the p2 team add org.eclipse.update.install.features=true to the installer.properties. The bundles not being found in the shared installed will be updated based on results of the p2 bugs: bug 311387 and bug 236709. The bug for the consuming product from bug 306703 appears to be specific to the consuming product.
(In reply to comment #18) > For a shared installation to install the features, as suggested by the p2 team > add org.eclipse.update.install.features=true to the > installer.properties. The bundles not being found in the shared installed will > be updated based on results of the p2 bugs: bug 311387 and bug 236709. > > The bug for the consuming product from bug 306703 appears to be specific to the > consuming product. After an internal investigation of the consuming product, it was determined that this symptom in the consuming product was caused by Equinox defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=316650.
This defect had been resolved as WORKSFORME for more than 1 month. Closing this on the reporter's behalf. Please verify with the latest TPTP 4.7.2 driver and re-open if this is still a problem. TPTP 4.7.2 driver can be downloaded from: http://www.eclipse.org/tptp/home/downloads/?ver=4.7.2
Closing in TPTP 4.7.2 release.
Updating status whiteboard.
Created attachment 193346 [details] Service config in Eclipse installation plugins dir.
I got this issue in TPTP 4.7.2 with Eclipse Helios. java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing) I run setConfig but it doesn't fix the problem. The difference to this bug is that this is not shared installation. This is regular installation (both Eclipse and TPTP)
(In reply to comment #23) > Created attachment 193346 [details] > Service config in Eclipse installation plugins dir. Radek, see http://www.eclipse.org/tptp/home/project_info/devplans/EclipseTPTPProjectPlan2010.htm.