Hi , I'm building a simple RCP using Eclipse 3.4.1 .I have installed TPTP 4.5.1, emf 2.2.4 and using JDK 1.4 . TPTP is running without any error.
I created a simple plugin project and in the product configuration of this plugin I have added the entire TPTP and its required plugins(emf/xsd)so that TPTP is also available at the RCP. The RCP build is successful. But while trying to launch TPTP from the RCP, the monitor tab doesn't populate the Agent/Data Collectors. The consoles show ...Fetching children of Data Collector ... with 0 % and hangs there only. This way I cannot run TPTP at the RCP inspite of having all the required plugins. IAC is installed without any error as I have checked the Preference -> Agent Controller. The connection status of TCP port 10002 is ESTABLISHED. Please help me to resolve this issue Regards Anand ________________________________ From: tptp-tracing-profiling-tools-dev-boun...@eclipse.org [mailto:tptp-tracing-profiling-tools-dev-boun...@eclipse.org] On Behalf Of Eugene Chan Sent: Tuesday, April 14, 2009 11:20 PM To: TPTP Tracing and Profiling Tools Project developer discussions Cc: TPTP Profiling; tptp-tracing-profiling-tools-dev-boun...@eclipse.org Subject: Re: [tptp-tracing-profiling-tools-dev] Agent Controller notstarting... Hi Tony, Please see my answer on the newsgroup. Regards, ___________________________________________ Eugene Chan IBM Toronto Lab, Canada email: ewc...@ca.ibm.com pwa: D3-268 | tieline: 313-6102 voice: 1.905.413.6102 | fax: 1.905.413.4850 From: Tony Anecito <adanec...@yahoo.com> To: TPTP Profiling <tptp-tracing-profiling-tools-dev@eclipse.org> Date: 04/14/2009 01:36 PM Subject: [tptp-tracing-profiling-tools-dev] Agent Controller not starting... Sent by: tptp-tracing-profiling-tools-dev-boun...@eclipse.org ________________________________ Hi All, After running SetConfig.bat I get an error for AC 4.5.2 that the config file has an error yet no detail about what the problem is. I am using 1.6.0_13 under windows XP SP2. My config file is as follows. Does the environment variables have to be already setup because of the "replace" property in the config file? I am following the setup instructions from: http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.platf orm.agentcontroller/src-native-new/packaging_md/windows/getting_started. html?root=TPTP_Project&view=co#Java_15 <http://dev.eclipse.org/viewcvs/index.cgi/platform/org.eclipse.tptp.plat form.agentcontroller/src-native-new/packaging_md/windows/getting_started .html?root=TPTP_Project&view=co#Java_15> Thanks, -Tony <?xml version="1.0" encoding="UTF-8"?> <AgentControllerConfiguration> <AgentControllerEnvironment configuration="default"> <Variable name="JAVA_PATH" position="replace" value="c:\java\jdk1.6.0_13\bin\java.exe"/> <Variable name="RASERVER_HOME" position="replace" value="C:\TPTP452AgentController"/> <Variable name="TPTP_AC_HOME" position="replace" value="%RASERVER_HOME%"/> <Variable name="TPTP_AC_CONFIG_HOME" position="replace" value="%RASERVER_HOME%\config"/> <Variable name="PLUGINS_HOME" position="replace" value="C:\TPTP452AgentController\plugins"/> <Variable name="PATH" position="prepend" value="%RASERVER_HOME%\bin"/> <Variable name="SYS_TEMP_DIR" position="replace" value="%TEMP%"/> <Variable name="LOCAL_AGENT_TEMP_DIR" position="replace" value="%SYS_TEMP_DIR%"/> <Variable name="CLASSPATH_ORG_APACHE_COMMONS_LOGGING" position="append" value="C:\TPTP452AgentController\plugins\org.apache.commons.logging_1.0. 4.v20080605-1930.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.core.commands_3.4.0 .I20080509-2000.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.core.runtime_3.4.0. v20080512.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.equinox.common_3.4. 0.v20080421-2006.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_OSGI" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.osgi_3.4.3.R34x_v20 081215-1030.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.emf.common_2.2.2.v2 00710030400.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.emf.ecore_2.2.4.v20 0710030400.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE_XMI" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.emf.ecore.xmi_2.2.4 .v200710030400.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.jface_3.4.2.M200901 07-0800.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_SWT" position="append" value="C:\TPTP452AgentController\plugins\swt.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.tptp.platform.model s_4.5.2.v200901290906\tptp-models.jar"/> <Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS_HIERARCHY" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.tptp.platform.model s.hierarchy_4.5.1.v200902180100\tptp-models-hierarchy.jar"/> <Variable name="CLASSPATH_ORG_JUNIT" position="append" value="C:\TPTP452AgentController\plugins\org.junit_3.8.2.v20080602-1318\ junit.jar"/> <Variable name="CLASSPATH_COM_IBM_ICU" position="append" value="C:\TPTP452AgentController\plugins\com.ibm.icu_3.8.1.v20080530.jar "/> <Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING" position="append" value="%CLASSPATH_ORG_APACHE_COMMONS_LOGGING%"/> <Variable name="CLASSPATH" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.core.runtime_3.4.0. v20080512.jar"/> <Variable name="CLASSPATH" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.equinox.common_3.4. 0.v20080421-2006.jar"/> <Variable name="CLASSPATH" position="append" value="C:\TPTP452AgentController\plugins\org.eclipse.osgi_3.4.3.R34x_v20 081215-1030.jar"/> </AgentControllerEnvironment> <ApplicationAliases> <Application configuration="default" executable="java.exe" location="%SYS_TEMP_DIR%" path="%JAVA_PATH%"> <Variable name="CLASSPATH" position="append" value="%CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON%"/> <Variable name="PATH" position="prepend" value="%RASERVER_HOME%\bin"/> </Application> </ApplicationAliases> <Plugin path="%PLUGINS_HOME%"/> <Agent path="%TPTP_AC_HOME%\agents"/> <Jvm location="C:\Java\jdk1.6.0_13\jre\bin\server\jvm.dll"/> <Logging directory="%TPTP_AC_CONFIG_HOME%" format="CBE" level="INFORMATION"/> <ProcessController>%TPTP_AC_HOME%\bin\tptpProcessController.exe</Process Controller> <Connection name="Dev"> <TransportLayer loadlib="socketTL" type="TPTP_SOCKET"> <Configuration> <Port>10006</Port> <SecurityEnabled>false</SecurityEnabled> </Configuration> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer> <TransportLayer loadlib="namedPipeTL" type="TPTP_LOG"> <Configuration> <PipeName>acmasterlog</PipeName> </Configuration> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer> <TransportLayer loadlib="namedPipeTL" type="TPTP_NAMEDPIPE"> <Configuration> <PipeName>acmaster</PipeName> </Configuration> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer> <TransportLayer loadlib="sharedMemTL" type="TPTP_SHAREDMEM"> <Configuration> <MemName>acbuffer</MemName> </Configuration> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer> <TransportLayer loadlib="tptpCCTL" type="TPTP_CCTL"> <Configuration> <Port>10002</Port> <SecuredPort>10003</SecuredPort> <FilePort>10005</FilePort> <IsDataMultiplexed>false</IsDataMultiplexed> <ProcessPolling>true</ProcessPolling> <Version>4.4.1</Version> <SecurityEnabled>false</SecurityEnabled> <Hosts configuration="default"> <Allow type="LOCAL"/> </Hosts> </Configuration> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer> <TransportLayer loadlib="tptpACTL" type="TPTP_ACTL"> <Configuration/> <CommandExtractor>tptpCmdExtr</CommandExtractor> </TransportLayer> </Connection> <PeerConnectionTransport>TPTP_CCTL</PeerConnectionTransport> </AgentControllerConfiguration> _______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-de v <https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-d ev> Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
_______________________________________________ tptp-tracing-profiling-tools-dev mailing list tptp-tracing-profiling-tools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/tptp-tracing-profiling-tools-dev