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.platform.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_v20081215-1030.jar"/>
                                 <Variable 
name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON" position="append" 
value="C:\TPTP452AgentController\plugins\org.eclipse.emf.common_2.2.2.v200710030400.jar"/>
                                 <Variable 
name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE" position="append" 
value="C:\TPTP452AgentController\plugins\org.eclipse.emf.ecore_2.2.4.v200710030400.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.M20090107-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.models_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.models.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_v20081215-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</ProcessController>
                 <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-dev


_______________________________________________
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

Reply via email to