Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 55245 Details for
Bug 165948
Launching a process fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
serviceconfig.xml
serviceconfig.xml (text/xml), 5.41 KB, created by
Michael Spivak-Baranov
on 2006-12-07 11:27:59 EST
(
hide
)
Description:
serviceconfig.xml
Filename:
MIME Type:
Creator:
Michael Spivak-Baranov
Created:
2006-12-07 11:27:59 EST
Size:
5.41 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><AgentControllerConfiguration> > <AgentControllerEnvironment configuration="default"> > <Variable name="JAVA_PATH" value="C:\Program Files\Java\j2re1.4.2_12\bin\java.exe" position="replace"/> > <Variable name="RASERVER_HOME" value="D:\tptpAC" position="replace"/> > <Variable name="TPTP_AC_HOME" value="%RASERVER_HOME%" position="replace"/> > <Variable name="PLUGINS_HOME" value="%RASERVER_HOME%\plugins" position="replace"/> > <Variable name="PATH" value="%RASERVER_HOME%\bin" position="prepend"/> > <Variable name="SYS_TEMP_DIR" value="C:\DOCUME~1\mspivakb\LOCALS~1\Temp" position="replace"/> > <Variable name="LOCAL_AGENT_TEMP_DIR" value="%SYS_TEMP_DIR%" position="replace"/> > <Variable name="CLASSPATH_ORG_APACHE_COMMONS_LOGGING" position="append" value="D:\tptpAC\plugins\org.apache.commons_logging_1.0.4.v200606131651\lib\commons-logging-1.0.4.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_COMMANDS" position="append" value="D:\tptpAC\plugins\org.eclipse.core.commands_3.2.0.I20060605-1400.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME" position="append" value="D:\tptpAC\plugins\org.eclipse.core.runtime_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON" position="append" value="D:\tptpAC\plugins\org.eclipse.equinox.common_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_OSGI" position="append" value="D:\tptpAC\plugins\org.eclipse.osgi_3.2.1.R32x_v20060823.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON" position="append" value="D:\tptpAC\plugins\org.eclipse.emf.common_2.2.1.v200608311032.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE" position="append" value="D:\tptpAC\plugins\org.eclipse.emf.ecore.xmi_2.2.1.v200608311032.jar;D:\tptpAC\plugins\org.eclipse.emf.ecore_2.2.1.v200608311032.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE_XMI" position="append" value="D:\tptpAC\plugins\org.eclipse.emf.ecore.xmi_2.2.1.v200608311032.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append" value="D:\tptpAC\plugins\org.eclipse.jface_3.2.1.M20060816-0800.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_SWT" position="append" value="D:\tptpAC\plugins\swt.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS" position="append" value="D:\tptpAC\plugins\org.eclipse.tptp.platform.models_4.2.2.v200609061117\fastxpath.jar;D:\tptpAC\plugins\org.eclipse.tptp.platform.models_4.2.2.v200609061117\tptp-models.jar"/> > <Variable name="CLASSPATH_ORG_JUNIT" position="append" value="D:\tptpAC\plugins\org.junit_3.8.1\junit.jar"/> > <Variable name="CLASSPATH_COM_IBM_ICU" position="append" value="D:\tptpAC\plugins\com.ibm.icu_3.4.5.jar"/> > <Variable name="CLASSPATH_ORG_APACHE_JAKARTA_COMMONS_LOGGING" position="append" value="%CLASSPATH_ORG_APACHE_COMMONS_LOGGING%"/> > <Variable name="CLASSPATH" position="append" value="D:\tptpAC\plugins\org.eclipse.core.runtime_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH" position="append" value="D:\tptpAC\plugins\org.eclipse.equinox.common_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH" position="append" value="D:\tptpAC\plugins\org.eclipse.osgi_3.2.1.R32x_v20060823.jar"/> > </AgentControllerEnvironment> > <ApplicationAliases> > <Application configuration="default" executable="java.exe" path="%JAVA_PATH%" location="%SYS_TEMP_DIR%"> > <Variable name="CLASSPATH" value="%CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON%" position="append"/> > <Variable name="PATH" value="%RASERVER_HOME%\bin" position="prepend"/> > </Application> > </ApplicationAliases> > <Plugin path="%PLUGINS_HOME%"/> > <Agent path="%TPTP_AC_HOME%\agents"/> > <Logging level="DEBUG" format="Simple" directory="%TPTP_AC_HOME%\config"/> > <ProcessController>%TPTP_AC_HOME%\bin\tptpProcessController.exe</ProcessController> > <Connection name="Dev"> > <TransportLayer loadlib="socketTL" type="TPTP_SOCKET"> > <Configuration> > <Port>10006</Port> > </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> > <Jvm>C:\Program Files\Java\j2re1.4.2_12\bin\client\jvm.dll</Jvm> > <Version>4.2.1</Version> > <SecurityEnabled>false</SecurityEnabled> > <Hosts configuration="default"> > <Allow host="LOCAL"/> > </Hosts> > </Configuration> > <CommandExtractor>tptpCmdExtr</CommandExtractor> > </TransportLayer> > <TransportLayer loadlib="tptpACTL" type="TPTP_ACTL"> > <Configuration/> > <CommandExtractor>tptpCmdExtr</CommandExtractor> > </TransportLayer> > </Connection> > <PeerConnectionTransport>TPTP_CCTL</PeerConnectionTransport> ></AgentControllerConfiguration>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 165948
:
55240
|
55241
|
55242
|
55243
|
55244
| 55245 |
55246
|
55247
|
57719
|
58241
|
58962