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 57410 Details for
Bug 171418
New tech Agent Controller 4.3 crashes on Linux
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.
the configuration file of the Agent Controller:
serviceconfig.xml (text/xml), 5.34 KB, created by
Stoiko Avdjiev
on 2007-01-24 03:54:09 EST
(
hide
)
Description:
the configuration file of the Agent Controller:
Filename:
MIME Type:
Creator:
Stoiko Avdjiev
Created:
2007-01-24 03:54:09 EST
Size:
5.34 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><AgentControllerConfiguration> > <AgentControllerEnvironment configuration="default"> > <Variable name="JAVA_PATH" position="replace" value="/opt/IBM/TDI_1115a/V6.1.1/jvm/jre/bin/java"/> > <Variable name="RASERVER_HOME" position="replace" value="/dinesh/new"/> > <Variable name="TPTP_AC_HOME" position="replace" value="%RASERVER_HOME%"/> > <Variable name="PLUGINS_HOME" position="replace" value="%RASERVER_HOME%/plugins"/> > <Variable name="LD_LIBRARY_PATH" position="prepend" value="%RASERVER_HOME%/lib"/> > <Variable name="SYS_TEMP_DIR" position="replace" value="/tmp"/> > <Variable name="LOCAL_AGENT_TEMP_DIR" position="replace" value="%SYS_TEMP_DIR%"/> > <Variable name="CLASSPATH_ORG_APACHE_COMMONS_LOGGING" position="append" value="/dinesh/new/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="/dinesh/new/plugins/org.eclipse.core.commands_3.2.0.I20060605-1400.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_CORE_RUNTIME" position="append" value="/dinesh/new/plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EQUINOX_COMMON" position="append" value="/dinesh/new/plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_OSGI" position="append" value="/dinesh/new/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_COMMON" position="append" value="/dinesh/new/plugins/org.eclipse.emf.common_2.2.1.v200609210005.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE" position="append" value="/dinesh/new/plugins/org.eclipse.emf.ecore.xmi_2.2.1.v200609210005.jar:/dinesh/new/plugins/org.eclipse.emf.ecore_2.2.1.v200609210005.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_EMF_ECORE_XMI" position="append" value="/dinesh/new/plugins/org.eclipse.emf.ecore.xmi_2.2.1.v200609210005.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_JFACE" position="append" value="/dinesh/new/plugins/org.eclipse.jface_3.2.1.M20060908-1000.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_SWT" position="append" value="/dinesh/new/plugins/swt.jar"/> > <Variable name="CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS" position="append" value="/dinesh/new/plugins/org.eclipse.tptp.platform.models_4.2.1.v200610310100/tptp-models.jar:/dinesh/new/plugins/org.eclipse.tptp.platform.models_4.2.1.v200610310100/fastxpath.jar"/> > <Variable name="CLASSPATH_ORG_JUNIT" position="append" value="/dinesh/new/plugins/org.junit_3.8.1/junit.jar"/> > <Variable name="CLASSPATH_COM_IBM_ICU" position="append" value="/dinesh/new/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="/dinesh/new/plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH" position="append" value="/dinesh/new/plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar"/> > <Variable name="CLASSPATH" position="append" value="/dinesh/new/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.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="LD_LIBRARY_PATH" position="prepend" value="%RASERVER_HOME%/lib"/> > </Application> > </ApplicationAliases> > <Plugin path="%PLUGINS_HOME%"/> > <Agent path="%TPTP_AC_HOME%/agents"/> > <Logging directory="%TPTP_AC_HOME%/config" format="Simple" level="DEBUG"/> > <ProcessController>%TPTP_AC_HOME%/bin/tptpProcessController</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>/opt/IBM/TDI_1115a/V6.1.1/jvm/jre/bin/classic/libjvm.so</Jvm> > <Version>4.3.0</Version> > <SecurityEnabled>false</SecurityEnabled> > <Hosts configuration="default"> > <Allow host="ALL"/> > </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 171418
:
57409
| 57410 |
60147