Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 880719 Details for
Bug 1081522
Agent gets auto-updated when auto-update=false
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
agent.log
agent_config_update.log (text/x-log), 7.12 KB, created by
Armine Hovsepyan
on 2014-03-31 11:49:52 UTC
(
hide
)
Description:
agent.log
Filename:
MIME Type:
Creator:
Armine Hovsepyan
Created:
2014-03-31 11:49:52 UTC
Size:
7.12 KB
patch
obsolete
>> config list ><?xml version="1.0" encoding="UTF-8" standalone="no"?> ><preferences EXTERNAL_XML_VERSION="1.0"> > <root type="user"> > <map/> > <node name="rhq-agent"> > <map/> > <node name="default"> > <map> > <entry key="rhq.agent.agent-update.enabled" value="false"/> > <entry key="rhq.agent.client.command-preprocessors" value="org.rhq.enterprise.agent.SecurityTokenCommandPreprocessor:org.rhq.enterprise.agent.ExternalizableStrategyCommandPreprocessor"/> > <entry key="rhq.agent.client.command-spool-file.compressed" value="true"/> > <entry key="rhq.agent.client.command-spool-file.name" value="command-spool.dat"/> > <entry key="rhq.agent.client.command-spool-file.params" value="10000000:75"/> > <entry key="rhq.agent.client.command-timeout-msecs" value="600000"/> > <entry key="rhq.agent.client.max-concurrent" value="5"/> > <entry key="rhq.agent.client.max-retries" value="10"/> > <entry key="rhq.agent.client.queue-size" value="50000"/> > <entry key="rhq.agent.client.queue-throttling" value="200:2000"/> > <entry key="rhq.agent.client.retry-interval-msecs" value="15000"/> > <entry key="rhq.agent.client.security.keystore.file" value="/home/hudson/rhq-agent/conf/keystore.dat"/> > <entry key="rhq.agent.client.security.truststore.file" value="/home/hudson/rhq-agent/conf/truststore.dat"/> > <entry key="rhq.agent.client.send-throttling" value="100:1000"/> > <entry key="rhq.agent.client.server-polling-interval-msecs" value="60000"/> > <entry key="rhq.agent.configuration-schema-version" value="8"/> > <entry key="rhq.agent.configuration-setup-flag" value="true"/> > <entry key="rhq.agent.data-directory" value="data"/> > <entry key="rhq.agent.disable-native-system" value="false"/> > <entry key="rhq.agent.name" value="jon321ag.bc.jonqe.lab.eng.bos.redhat.com"/> > <entry key="rhq.agent.plugins.directory" value="plugins"/> > <entry key="rhq.agent.primary-server-switchover-check-interval-msecs" value="3600000"/> > <entry key="rhq.agent.register-with-server-at-startup" value="true"/> > <entry key="rhq.agent.security-token" value="y8nrjqC0BfDlqsnKGHs4p3vpeCAQc9tl1y+CScV/kCCR64h1AlixHGovVl4LgR1Kt2o="/> > <entry key="rhq.agent.server-auto-detection" value="false"/> > <entry key="rhq.agent.server.alias" value="rhqserver"/> > <entry key="rhq.agent.server.bind-address" value="10.16.23.173"/> > <entry key="rhq.agent.server.bind-port" value="7080"/> > <entry key="rhq.agent.server.transport" value="servlet"/> > <entry key="rhq.agent.server.transport-params" value="/jboss-remoting-servlet-invoker/ServerInvokerServlet"/> > <entry key="rhq.agent.test-failover-list-at-startup" value="true"/> > <entry key="rhq.agent.update-plugins-at-startup" value="true"/> > <entry key="rhq.agent.vm-health-check.interval-msecs" value="5000"/> > <entry key="rhq.agent.vm-health-check.low-heap-mem-threshold" value="0.90"/> > <entry key="rhq.agent.vm-health-check.low-nonheap-mem-threshold" value="0.90"/> > <entry key="rhq.agent.wait-for-server-at-startup-msecs" value="60000"/> > <entry key="rhq.communications.command-authenticator" value="org.rhq.enterprise.agent.SecurityTokenCommandAuthenticator"/> > <entry key="rhq.communications.command-service-directory.allow-dynamic-discovery" value="true"/> > <entry key="rhq.communications.command-services" value="org.rhq.enterprise.communications.command.impl.echo.server.EchoCommandService, org.rhq.enterprise.communications.command.impl.identify.server.IdentifyCommandService"/> > <entry key="rhq.communications.configuration-schema-version" value="1"/> > <entry key="rhq.communications.connector.bind-port" value="16163"/> > <entry key="rhq.communications.connector.rhqtype" value="agent"/> > <entry key="rhq.communications.connector.security.keystore.file" value="/home/hudson/rhq-agent/conf/keystore.dat"/> > <entry key="rhq.communications.connector.security.truststore.file" value="/home/hudson/rhq-agent/conf/truststore.dat"/> > <entry key="rhq.communications.connector.transport" value="socket"/> > <entry key="rhq.communications.data-directory" value="data"/> > <entry key="rhq.communications.global-concurrency-limit" value="-1"/> > <entry key="rhq.communications.multicast-detector.bind-address" value="0.0.0.0"/> > <entry key="rhq.communications.multicast-detector.default-time-delay" value="5000"/> > <entry key="rhq.communications.multicast-detector.enabled" value="false"/> > <entry key="rhq.communications.multicast-detector.heartbeat-time-delay" value="1000"/> > <entry key="rhq.communications.multicast-detector.multicast-address" value="224.16.16.16"/> > <entry key="rhq.communications.multicast-detector.port" value="16162"/> > <entry key="rhq.communications.remote-pojos" value="org.rhq.enterprise.communications.PingImpl:org.rhq.enterprise.communications.Ping"/> > <entry key="rhq.communications.remote-stream-max-idle-time-msecs" value="300000"/> > </map> > </node> > </node> > </root> ></preferences> > >> exit >Agent no longer accepting input at prompt. >Shutting down... >The agent will wait for [0] threads to die >Shutdown complete - agent will now exit. >[hudson@jon321ag ~]$ cat .java/.userPrefs/rhq-agent/prefs.xml ><?xml version="1.0" encoding="UTF-8" standalone="no"?> ><!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd"> ><map MAP_XML_VERSION="1.0"/> >[hudson@jon321ag ~]$ ./rhq-agent/bin/rhq-agent.sh -Drhq.agent.security-token=y8nrjqC0BfDlqsnKGHs4p3vpeCAQc9tl1y+CScV/kCCR64h1AlixHGovVl4LgR1Kt2o= >RHQ 4.9.0.JON320GA [734bd56] (Thu Dec 12 11:38:45 EST 2013) >This version of the agent is not supported by the server - an agent update must be applied >This version of the agent is not supported by the server - an agent update must be applied >Exception in thread "RHQ Agent Registration Thread" java.lang.UnsupportedOperationException: Cannot download agent update binary - agent is configured to disable updates > at org.rhq.enterprise.agent.AgentUpdateThread.updateAgentNow(AgentUpdateThread.java:72) > at org.rhq.enterprise.agent.AgentMain$1.run(AgentMain.java:1493) > at java.lang.Thread.run(Thread.java:744) >This version of the agent is not supported by the server - an agent update must be applied >This version of the agent is not supported by the server - an agent update must be applied >> This version of the agent is not supported by the server - an agent update must be applied >This version of the agent is not supported by the server - an agent update must be applied >This version of the agent is not supported by the server - an agent update must be applied >This version of the agent is not supported by the server - an agent update must be applied >This version of the agent is not supported by the server - an agent update must be applied >Shutting down... >This version of the agent is not supported by the server - an agent update must be applied >The agent will wait for [0] threads to die >Shutdown complete - agent will now exit. >
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 1081522
:
879506
|
879513
| 880719