Project

General

Profile

Actions

Support #25108

closed

Candlepin fails to start

Added by Lars Bjerke over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Foreman has been working well for months. Today Candlepin decided it wanted to take a break. Looking for help getting Candlepin back in working order and/or pointed to good troubleshooting steps.

The only change I am aware of is a new OS partition was created for /var/log/ yesterday.

tail /var/log/candlepin/candlepin.log

2018-10-02 16:20:09,477 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.guice.CandlepinContextListener - Candlepin initializing context.
2018-10-02 16:20:09,479 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.guice.CandlepinContextListener - Candlepin reading configuration.
2018-10-02 16:20:09,483 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.common.config.EncryptedConfiguration - No secret file provided.
2018-10-02 16:20:09,518 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.guice.CandlepinContextListener - Running under postgresql
2018-10-02 16:20:09,538 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.guice.CandlepinContextListener - Candlepin will show support for instance_multiplier
2018-10-02 16:20:09,538 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.guice.CandlepinContextListener - Candlepin stored config on context.
2018-10-02 16:20:09,748 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.guice.CustomizableModules - Found custom module module.config.adapter_module
2018-10-02 16:20:14,966 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.guice.I18nProvider - Getting i18n engine for locale en_US
2018-10-02 16:20:16,763 [thread=localhost-startStop-1] [=, org=, csid=] WARN  org.hibernate.id.UUIDHexGenerator - HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
2018-10-02 16:20:19,030 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.audit.QpidConnection - looking up QpidConnectionfactory
2018-10-02 16:20:19,031 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.audit.QpidConnection - Broker configured: tcp://localhost:5671?sasl_mechs='ANONYMOUS'&retries='1'&trust_store='/etc/candlepin/certs/amqp/candlepin.truststore'&ssl_cert_alias='amqp-client'&key_store_password='********'&key_store='/etc/candlepin/certs/amqp/candlepin.jks'&trust_store_password='********'&connectdelay='10000'&ssl='true'
2018-10-02 16:20:19,031 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.audit.QpidConnection - AMQP connection factory created.
2018-10-02 16:20:19,033 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.policy.js.JsRunnerProvider - Compiling rules for initial load
2018-10-02 16:20:19,181 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.model.RulesCurator - RPM Rules version: 5.26
2018-10-02 16:20:19,187 [thread=localhost-startStop-1] [=, org=, csid=] INFO  org.candlepin.policy.js.JsRunnerProvider - Recompiling rules with timestamp: 2018-03-15 17:32:59.995
2018-10-02 16:20:20,184 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.audit.QpidConnection - creating connection
2018-10-02 16:20:30,331 [thread=localhost-startStop-1] [=, org=, csid=] DEBUG org.candlepin.audit.QpidQmf - The Qpid is down, received error when communicating with the Qpid
javax.jms.JMSException: Error creating connection: Connection refused (Connection refused)
        at org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:128) ~[qpid-client-0.32.jar:0.32]
        at org.candlepin.audit.QpidConnection.newConnection(QpidConnection.java:199) ~[QpidConnection.class:na]
        at org.candlepin.audit.QpidQmf.runQuery(QpidQmf.java:118) ~[QpidQmf.class:na]
        at org.candlepin.audit.QpidQmf.getExchangeBoundQueueNames(QpidQmf.java:237) ~[QpidQmf.class:na]
        at org.candlepin.audit.QpidQmf.getStatus(QpidQmf.java:194) ~[QpidQmf.class:na]
        at org.candlepin.guice.CandlepinContextListener.withInjector(CandlepinContextListener.java:152) [CandlepinContextListener.class:na]
        at org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener.contextInitialized(GuiceResteasyBootstrapServletContextListener.java:57) [resteasy-guice-3.0.10.Final.jar:na]
        at org.candlepin.guice.CandlepinContextListener.contextInitialized(CandlepinContextListener.java:138) [CandlepinContextListener.class:na]
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118) [catalina.jar:7.0.76]
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634) [catalina.jar:7.0.76]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145) [catalina.jar:7.0.76]
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) [catalina.jar:7.0.76]
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) [catalina.jar:7.0.76]
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) [catalina.jar:7.0.76]
        at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1260) [catalina.jar:7.0.76]
        at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:2002) [catalina.jar:7.0.76]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_161]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_161]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_161]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_161]
        at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
Caused by: org.apache.qpid.AMQConnectionFailureException: Connection refused (Connection refused)
        at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:520) ~[qpid-client-0.32.jar:0.32]
        at org.apache.qpid.client.AMQConnectionFactory.createConnection(AMQConnectionFactory.java:124) ~[qpid-client-0.32.jar:0.32]
        ... 20 common frames omitted
Caused by: org.apache.qpid.transport.TransportException: Error connecting to broker
        at org.apache.qpid.transport.network.io.IoNetworkTransport.connect(IoNetworkTransport.java:91) ~[qpid-common-0.32.jar:0.32]
        at org.apache.qpid.transport.Connection.connect(Connection.java:244) ~[qpid-common-0.32.jar:0.32]
        at org.apache.qpid.client.AMQConnectionDelegate_0_10.makeBrokerConnection(AMQConnectionDelegate_0_10.java:222) ~[qpid-client-0.32.jar:0.32]
        at org.apache.qpid.client.AMQConnection.makeBrokerConnection(AMQConnection.java:664) ~[qpid-client-0.32.jar:0.32]
        at org.apache.qpid.client.AMQConnection.<init>(AMQConnection.java:444) ~[qpid-client-0.32.jar:0.32]
        ... 21 common frames omitted
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_161]
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_161]
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_161]
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_161]
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_161]
        at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_161]
        at org.apache.qpid.transport.network.io.IoNetworkTransport.connect(IoNetworkTransport.java:87) ~[qpid-common-0.32.jar:0.32]
        ... 25 common frames omitted
2018-10-02 16:20:30,331 [thread=localhost-startStop-1] [=, org=, csid=] ERROR org.candlepin.guice.CandlepinContextListener - Qpid is in status DOWN. Please fix Qpid configuration and make sure Qpid is up and running. Candlepin will shutdown now.

Hammer PING:

[root@foreman-01.prod.mcs.az-eastus2 foreman-debug-8C3gi]# hammer ping
candlepin:
    Status:          FAIL
    Server Response:
candlepin_auth:
    Status:          FAIL
    Server Response:
pulp:
    Status:          ok
    Server Response: Duration: 53ms
pulp_auth:
    Status:          ok
    Server Response: Duration: 34ms
foreman_tasks:
    Status:          ok
    Server Response: Duration: 32ms

Same thing from within the UI (contains message):

Backend         System  Status
Component       Status  Message
candlepin       FAIL    404 Not Found
candlepin_auth  FAIL    Katello::Resources::Candlepin::CandlepinPing: 404 Not Found (GET /candlepin/status)
foreman_tasks   OK  
pulp            OK  
pulp_auth       OK  

OS Information: CentOS Linux release 7.4.1708 (Core) (3.10.0-693.21.1.el7.x86_64)
Foreman Information: Version 1.16.1
Installed Packages:

    candlepin-2.1.14-1.el7.noarch
    candlepin-selinux-2.1.14-1.el7.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-apache-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-foreman-client-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-foreman-proxy-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-foreman-proxy-client-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-puppet-client-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-qpid-broker-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-qpid-client-cert-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-qpid-router-client-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-qpid-router-server-1.0-15.noarch
    foreman-01.prod.mcs.az-eastus2.mob.nuance.com-tomcat-1.0-15.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-apache-1.0-33.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-foreman-client-1.0-33.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-foreman-proxy-1.0-34.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-foreman-proxy-client-1.0-34.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-puppet-client-1.0-34.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-qpid-broker-1.0-32.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-qpid-client-cert-1.0-32.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-qpid-router-client-1.0-33.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-qpid-router-server-1.0-33.noarch
    foreman-01.prod.mcs.som.mob.nuance.com-tomcat-1.0-24.noarch
    foreman-1.16.1-1.el7.noarch
    foreman-cli-1.16.1-1.el7.noarch
    foreman-compute-1.16.1-1.el7.noarch
    foreman-debug-1.16.1-1.el7.noarch
    foreman-installer-1.16.1-1.el7.noarch
    foreman-installer-katello-3.5.1.1-1.el7.noarch
    foreman-postgresql-1.16.1-1.el7.noarch
    foreman-proxy-1.16.1-1.el7.noarch
    foreman-release-1.16.1-1.el7.noarch
    foreman-release-scl-3-1.el7.noarch
    foreman-selinux-1.16.1-1.el7.noarch
    foreman-vmware-1.16.1-1.el7.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-apache-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-foreman-client-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-foreman-proxy-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-foreman-proxy-client-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-puppet-client-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-qpid-broker-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-qpid-client-cert-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-qpid-router-client-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-qpid-router-server-1.0-1.noarch
    foreman.prod.mcs.az-eastus2.mob.nuance.com-tomcat-1.0-1.noarch
    katello-3.5.1-1.el7.noarch
    katello-agent-3.1.0-1.el7.noarch
    katello-ca-consumer-foreman-01.prod.mcs.az-eastus2.mob.nuance.com-1.0-1.noarch
    katello-certs-tools-2.4.0-1.el7.noarch
    katello-common-3.5.1-1.el7.noarch
    katello-debug-3.5.1-1.el7.noarch
    katello-default-ca-1.0-1.noarch
    katello-host-tools-3.1.0-1.el7.noarch
    katello-host-tools-fact-plugin-3.1.0-1.el7.noarch
    katello-installer-base-3.5.1.1-1.el7.noarch
    katello-repos-3.5.1-1.el7.noarch
    katello-selinux-3.0.3-1.el7.noarch
    katello-server-ca-1.0-1.noarch
    katello-service-3.5.1-1.el7.noarch
    pulp-client-1.0-52.noarch
    pulp-docker-plugins-2.4.1-2.el7.noarch
    pulp-katello-1.0.2-1.el7.noarch
    pulp-puppet-plugins-2.13.4-1.el7.noarch
    pulp-puppet-tools-2.13.4-1.el7.noarch
    pulp-rpm-handlers-2.13.4-1.el7.noarch
    pulp-rpm-plugins-2.13.4-1.el7.noarch
    pulp-selinux-2.13.4-1.el7.noarch
    pulp-server-2.13.4-1.el7.noarch
    python-gofer-qpid-2.7.6-1.el7.noarch
    python-isodate-0.5.0-4.pulp.el7.noarch
    python-kombu-3.0.33-8.pulp.el7.noarch
    python-pulp-agent-lib-2.13.4-1.el7.noarch
    python-pulp-common-2.13.4-1.el7.noarch
    python-pulp-docker-common-2.4.1-2.el7.noarch
    python-pulp-oid_validation-2.13.4-1.el7.noarch
    python-pulp-puppet-common-2.13.4-1.el7.noarch
    python-pulp-repoauth-2.13.4-1.el7.noarch
    python-pulp-rpm-common-2.13.4-1.el7.noarch
    python-pulp-streamer-2.13.4-1.el7.noarch
    python2-qpid-1.37.0-4.el7.noarch
    python2-qpid-proton-0.21.0-3.el7.x86_64
    python2-qpid-qmf-1.37.0-2.el7.x86_64
    qpid-cpp-client-1.37.0-2.el7.x86_64
    qpid-cpp-client-devel-1.37.0-2.el7.x86_64
    qpid-cpp-server-1.37.0-2.el7.x86_64
    qpid-cpp-server-linearstore-1.37.0-2.el7.x86_64
    qpid-dispatch-router-1.0.1-1.el7.x86_64
    qpid-proton-c-0.21.0-3.el7.x86_64
    qpid-qmf-1.37.0-2.el7.x86_64
    qpid-tools-1.37.0-2.el7.noarch
    rubygem-smart_proxy_pulp-1.3.0-1.el7.noarch
    tfm-rubygem-activerecord-session_store-0.1.2-2.el7.noarch
    tfm-rubygem-addressable-2.3.6-4.el7.noarch
    tfm-rubygem-algebrick-0.7.3-4.el7.noarch
    tfm-rubygem-ancestry-3.0.0-1.el7.noarch
    tfm-rubygem-anemone-0.7.2-14.el7.noarch
    tfm-rubygem-angular-rails-templates-1.0.2-1.el7.noarch
    tfm-rubygem-apipie-bindings-0.2.0-1.el7.noarch
    tfm-rubygem-apipie-params-0.0.5-1.el7.noarch
    tfm-rubygem-apipie-rails-0.5.6-1.el7.noarch
    tfm-rubygem-audited-4.4.1-1.el7.noarch
    tfm-rubygem-awesome_print-1.7.0-1.el7.noarch
    tfm-rubygem-bastion-6.1.5-1.fm1_16.el7.noarch
    tfm-rubygem-bundler_ext-0.4.1-1.el7.noarch
    tfm-rubygem-clamp-1.0.0-5.el7.noarch
    tfm-rubygem-concurrent-ruby-1.0.3-1.fm1_16.el7.noarch
    tfm-rubygem-concurrent-ruby-edge-0.2.3-1.fm1_15.el7.noarch
    tfm-rubygem-css_parser-1.4.7-1.el7.noarch
    tfm-rubygem-daemons-1.2.3-3.el7.noarch
    tfm-rubygem-deacon-1.0.0-1.el7.noarch
    tfm-rubygem-deep_cloneable-2.2.2-1.el7.noarch
    tfm-rubygem-deface-1.2.0-1.el7.noarch
    tfm-rubygem-docker-api-1.28.0-2.el7.noarch
    tfm-rubygem-domain_name-0.5.20160310-1.el7.noarch
    tfm-rubygem-dynflow-0.8.34-1.fm1_15.el7.noarch
    tfm-rubygem-excon-0.58.0-1.el7.noarch
    tfm-rubygem-facter-2.4.0-4.el7.x86_64
    tfm-rubygem-fast_gettext-1.4.1-1.el7.noarch
    tfm-rubygem-fog-1.41.0-2.el7.noarch
    tfm-rubygem-fog-aws-1.3.0-1.el7.noarch
    tfm-rubygem-fog-core-1.45.0-1.el7.noarch
    tfm-rubygem-fog-digitalocean-0.3.0-1.el7.noarch
    tfm-rubygem-fog-google-0.1.0-2.el7.noarch
    tfm-rubygem-fog-json-1.0.2-4.el7.noarch
    tfm-rubygem-fog-openstack-0.1.18-1.el7.noarch
    tfm-rubygem-fog-rackspace-0.1.4-1.el7.noarch
    tfm-rubygem-fog-vsphere-1.11.3-1.el7.noarch
    tfm-rubygem-fog-xenserver-0.2.3-1.el7.noarch
    tfm-rubygem-fog-xml-0.1.2-4.el7.noarch
    tfm-rubygem-foreman-tasks-0.10.9-1.fm1_16.el7.noarch
    tfm-rubygem-foreman-tasks-core-0.2.4-1.fm1_16.el7.noarch
    tfm-rubygem-foreman_column_view-0.3.0-1.fm1_14.el7.noarch
    tfm-rubygem-foreman_default_hostgroup-4.0.1-1.fm1_16.el7.noarch
    tfm-rubygem-foreman_dhcp_browser-0.0.7-3.fm1_11.el7.noarch
    tfm-rubygem-foreman_docker-3.2.1-1.fm1_16.el7.noarch
    tfm-rubygem-formatador-0.2.1-9.el7.noarch
    tfm-rubygem-friendly_id-5.1.0-3.el7.noarch
    tfm-rubygem-get_process_mem-0.2.1-1.el7.noarch
    tfm-rubygem-gettext_i18n_rails-1.2.1-3.el7.noarch
    tfm-rubygem-hammer_cli-0.11.0-1.el7.noarch
    tfm-rubygem-hammer_cli_foreman-0.11.0-1.el7.noarch
    tfm-rubygem-hammer_cli_foreman_bootdisk-0.1.3-5.el7.noarch
    tfm-rubygem-hammer_cli_foreman_docker-0.0.4-2.el7.noarch
    tfm-rubygem-hammer_cli_foreman_tasks-0.0.12-1.fm1_16.el7.noarch
    tfm-rubygem-hammer_cli_import-0.11.3-1.el7.noarch
    tfm-rubygem-hammer_cli_katello-0.11.5-1.el7.noarch
    tfm-rubygem-hashie-2.0.5-4.el7.noarch
    tfm-rubygem-highline-1.7.8-2.el7.noarch
    tfm-rubygem-http-cookie-1.0.2-1.el7.noarch
    tfm-rubygem-ipaddress-0.8.0-9.el7.noarch
    tfm-rubygem-katello-3.5.1.1-1.el7.noarch
    tfm-rubygem-ldap_fluff-0.4.7-1.el7.noarch
    tfm-rubygem-little-plugger-1.1.3-21.el7.noarch
    tfm-rubygem-locale-2.0.9-11.el7.noarch
    tfm-rubygem-logging-1.8.2-4.el7.noarch
    tfm-rubygem-net-ldap-0.15.0-1.el7.noarch
    tfm-rubygem-net-ping-2.0.1-1.el7.noarch
    tfm-rubygem-net-scp-1.2.1-1.el7.noarch
    tfm-rubygem-net-ssh-4.0.1-2.el7.noarch
    tfm-rubygem-netrc-0.11.0-1.el7.noarch
    tfm-rubygem-oauth-0.5.1-1.el7.noarch
    tfm-rubygem-parse-cron-0.1.4-2.fm1_11.el7.noarch
    tfm-rubygem-passenger-4.0.18-9.11.el7.x86_64
    tfm-rubygem-passenger-native-4.0.18-9.11.el7.x86_64
    tfm-rubygem-passenger-native-libs-4.0.18-9.11.el7.x86_64
    tfm-rubygem-pg-0.15.1-3.el7.x86_64
    tfm-rubygem-powerbar-1.0.17-1.el7.noarch
    tfm-rubygem-qpid_messaging-0.34.1-1.el7.x86_64
    tfm-rubygem-rabl-0.12.0-2.el7.noarch
    tfm-rubygem-rack-jsonp-1.3.1-5.el7.noarch
    tfm-rubygem-rails-i18n-4.0.9-1.el7.noarch
    tfm-rubygem-rainbow-2.2.1-1.el7.noarch
    tfm-rubygem-rbvmomi-1.10.0-1.el7.noarch
    tfm-rubygem-responders-2.3.0-1.el7.noarch
    tfm-rubygem-rest-client-2.0.1-1.el7.noarch
    tfm-rubygem-roadie-3.2.1-1.el7.noarch
    tfm-rubygem-roadie-rails-1.1.1-1.el7.noarch
    tfm-rubygem-robotex-1.0.0-19.el7.noarch
    tfm-rubygem-ruby2ruby-2.1.3-4.el7.noarch
    tfm-rubygem-ruby_parser-3.6.3-4.el7.noarch
    tfm-rubygem-runcible-2.8.1-1.el7.noarch
    tfm-rubygem-safemode-1.3.2-1.el7.noarch
    tfm-rubygem-scoped_search-4.1.2-1.el7.noarch
    tfm-rubygem-secure_headers-3.4.1-1.el7.noarch
    tfm-rubygem-sequel-4.20.0-5.el7.noarch
    tfm-rubygem-sexp_processor-4.4.4-3.el7.noarch
    tfm-rubygem-sprockets-rails-3.2.0-1.el7.noarch
    tfm-rubygem-sshkey-1.9.0-1.el7.noarch
    tfm-rubygem-trollop-2.1.2-1.el7.noarch
    tfm-rubygem-unf-0.1.3-5.el7.noarch
    tfm-rubygem-unf_ext-0.0.6-6.el7.x86_64
    tfm-rubygem-unicode-display_width-1.0.5-1.el7.noarch
    tfm-rubygem-useragent-0.16.8-1.el7.noarch
    tfm-rubygem-validates_lengths_from_database-0.5.0-3.el7.noarch
    tfm-rubygem-webpack-rails-0.9.8-1.el7.noarch
    tfm-rubygem-wicked-1.1.0-4.el7.noarch
    tfm-rubygem-will_paginate-3.1.5-1.el7.noarch
    tfm-rubygem-x-editable-rails-1.5.5-1.el7.noarch
    tfm-runtime-3.2-10.el7.x86_64

Thank you,
Lars

Actions #1

Updated by Lars Bjerke over 5 years ago

  • Status changed from New to Resolved
  • Priority changed from Urgent to Low

several service restarts throughout the day while trying different things, nothing helped. A random one, with no changes, at the end of the day -- and it connected and is back in working order. If anyone sees this, and has troubleshooting references, I would still like to see read up on it for next time!

thanks,
Lars

Actions #2

Updated by Jonathon Turel over 5 years ago

  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF