Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 183517 - XML Fragment out of date in org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/rac/tecfgexc.html
Summary: XML Fragment out of date in org.eclipse.tptp.platform.agentcontroller.doc.use...
Status: CLOSED DUPLICATE of bug 159817
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: jkubasta CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 21:19 EDT by jkubasta CLA
Modified: 2016-05-05 10:43 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jkubasta CLA 2007-04-21 21:19:42 EDT
XML fragment shown is out of date.
Comment 1 jkubasta CLA 2007-04-21 21:29:43 EDT
Please note, I cannot find an <AgentControllerConfiguration> element within serviceconfig.xml. So, please confirm that the XML fragment should read:

<Configuration>
	<Port>10002</Port>
	<SecuredPort>10003</SecuredPort>
	<FilePort>10005</FilePort>
	<IsDataMultiplexed>false</IsDataMultiplexed>
	<ProcessPolling>true</ProcessPolling>
	<Jvm><jre_bin_dir>\classic\jvm.dll</Jvm>
	<Version>4.4.0</Version>
	<SecurityEnabled>true</SecurityEnabled>
        <UserDefinition>ANY</UserDefinition>
        <Keystore><ac_install_dir>\security\tptpSamplekeystore</Keystore>
	<KeystorePassword>password</KeystorePassword>
	<Hosts configuration="default">
	<Allow host="LOCAL"/>
	</Hosts>
</Configuration>	

Note: I have not set logging level/detail.
				
Comment 2 jkubasta CLA 2007-04-21 21:37:19 EDT
Think this error is actually due to help linking RAC rather than AC documents. 
Comment 3 jkubasta CLA 2007-04-21 21:39:33 EDT
Closing as DUP of 159817 -- and will update the bad links under that defect

*** This bug has been marked as a duplicate of bug 159817 ***
Comment 4 Igor Alelekov CLA 2007-04-23 01:10:13 EDT
Hi Joanna,
The <AgentControllerConfiguration> tag is the highest level tag in my serviceconfig.xml file.

<AgentControllerConfiguration>
    <AgentControllerEnvironment configuration="default">
        ....
    </AgentControllerEnvironment>

    <Logging directory="%TPTP_AC_HOME%\config" format="CBE" level="DEBUG"/>
    ....
    <Connection name="Dev">
        ....
    </Connection>
</AgentControllerConfiguration>
Comment 5 jkubasta CLA 2009-02-24 16:31:57 EST
closing