Skip to content

Instantly share code, notes, and snippets.

package github.com/codegangsta/cli
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer: cannot find package "github.com/dotcloud/docker/pkg/libcontainer" in any of:
/usr/lib/golang/src/pkg/github.com/dotcloud/docker/pkg/libcontainer (from $GOROOT)
/home/jooho/Applications/Git/docker/src/github.com/dotcloud/docker/pkg/libcontainer (from $GOPATH)
package github.com/codegangsta/cli
imports github.com/dotcloud/docker/pkg/libcontainer
imports github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs
imports github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs
jooho@jhouse bin]$ ./appclient.sh /ext02/Git/examples/jboss-eap6/jms/1.1/jboss-as-jms-app-client/ear/target/jboss-as-jms-application-client.ear#simpleClient.jar Hello from command line
15:53:43,280 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.0.Final-redhat-2
15:53:43,402 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1
15:53:43,519 INFO [org.jboss.as] (MSC service thread 1-8) JBAS015899: JBoss EAP 6.2.0.GA (AS 7.3.0.Final-redhat-14) starting
15:53:44,510 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 17) JBAS016300: Activating JacORB Subsystem
15:53:44,524 INFO [org.jboss.as.security] (ServerService Thread Pool -- 21) JBAS013171: Activating Security Subsystem
15:53:44,533 INFO [org.jboss.as.connector.logging] (MSC service thread 1-8) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.23.Final-redhat-1)
15:53:44,538 INFO [org.jboss.as.security] (MSC service thread 1-3) JBAS013170: Current PicketBox version=4.0.19.SP2-redhat-1
15:53:44,543 INFO [org.jboss.as.webse
<jms-connection-factories>
<connection-factory name="InVmConnectionFactory">
<connectors>
<connector-ref connector-name="in-vm"/>
</connectors>
<entries>
<entry name="java:/ConnectionFactory"/>
</entries>
</connection-factory>
<connection-factory name="RemoteConnectionFactory">
16:15:46,896 DEBUG [org.jboss.as.ee] (MSC service thread 1-2) Configuring component class: org.jboss.as.quickstarts.appclient.acc.client.Main named AppClientComponent
16:15:46,947 DEBUG [org.jboss.ejb.client.PropertiesBasedEJBClientConfiguration] (MSC service thread 1-2) endpoint.create.options. has the following options {}
16:15:46,948 DEBUG [org.jboss.ejb.client.PropertiesBasedEJBClientConfiguration] (MSC service thread 1-2) remote.connectionprovider.create.options. has the following options {org.xnio.Options.SSL_ENABLED=>false}
16:15:46,949 DEBUG [org.jboss.ejb.client.PropertiesBasedEJBClientConfiguration] (MSC service thread 1-2) remote.connection.default.connect.options. has the following options {org.xnio.Options.SASL_POLICY_NOANONYMOUS=>false}
16:15:46,950 DEBUG [org.jboss.ejb.client.PropertiesBasedEJBClientConfiguration] (MSC service thread 1-2) remote.connection.default.channel.options. has the following options {}
16:15:46,950 DEBUG [org.jboss.ejb.client.PropertiesBasedEJBClientConfiguration] (MSC s
<appender name="MOD-CLUSTER" class="org.jboss.logging.appender.RollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
<param name="File" value="${jboss.server.log.dir}/mod-cluster.log"/>
<param name="Append" value="true"/>
<param name="MaxFileSize" value="5000KB"/>
<param name="MaxBackupIndex" value="5"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
</layout>
</appender>
ecirc_id(0),dp_hash(0),skb_priority(0),in_port(3),skb_mark(0),eth(src=1e:be:50:7f:d3:ba,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0806),arp(sip=10.1.0.1,tip=10.1.2.1,op=1,sha=1e:be:50:7f:d3:ba,tha=00:00:00:00:00:00)
arp,metadata=0,in_port=0,vlan_tci=0x0000,dl_src=1e:be:50:7f:d3:ba,dl_dst=ff:ff:ff:ff:ff:ff,arp_spa=10.1.0.1,arp_tpa=10.1.2.1,arp_op=1,arp_sha=1e:be:50:7f:d3:ba,arp_tha=00:00:00:00:00:00
pre: arp,tun_src=0.0.0.0,tun_dst=192.168.20.32,tun_tos=0,tun_ttl=0,,metadata=0,in_port=9,vlan_tci=0x0000,dl_src=1e:be:50:7f:d3:ba,dl_dst=ff:ff:ff:ff:ff:ff,arp_spa=10.1.0.1,arp_tpa=10.1.2.1,arp_op=1,arp_sha=1e:be:50:7f:d3:ba,arp_tha=00:00:00:00:00:00
post: arp,tun_id=0,tun_src=0.0.0.0,tun_dst=192.168.20.32,tun_tos=0,tun_ttl=64,df|key,metadata=0,in_port=9,vlan_tci=0x0000,dl_src=1e:be:50:7f:d3:ba,dl_dst=ff:ff:ff:ff:ff:ff,arp_spa=10.1.0.1,arp_tpa=10.1.2.1,arp_op=1,arp_sha=1e:be:50:7f:d3:ba,arp_tha=00:00:00:00:00:00
2015-06-03T05:04:35.145Z|00371|dpif(handler14)|DBG|system@ovs-system: put[create] recirc_id(0),dp_hash(0/0),skb_
@Jooho
Jooho / gist:2e4722eb26564ee73aaa
Created July 7, 2015 04:34
cli - /subsystem=web/configuration=jsp-configuration:read-resource-description
[standalone@localhost:9999 /] /subsystem=web/configuration=jsp-configuration:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "JSP container configuration.",
"deprecated" => {
"since" => "1.5.0",
"reason" => "The Web subsystem is deprecated and may be removed or limited to managed domain legacy server use in future versions."
},
"attributes" => {
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (sharedRuntime.cpp:706), pid=803, tid=139989064476416
# guarantee(false) failed: missing exception handler
#
# JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /home1/jboss/portal/was/portal_1/core or core.803
#
openshift_master_ca_certificate={'certfile': '/root/intermediate-cert-test/ca/intermediate/certs/intermediate.cert.pem', 'keyfile': '/root/intermediate-cert-test/ca/intermediate/private/intermediate.key.pem'}
openshift_master_overwrite_named_certificates=true
openshift_master_named_certificates=[{"certfile": "/root/intermediate-cert-test/ca/intermediate/certs/lb.example.com.cert.pem", "keyfile": "/root/intermediate-cert-test/ca/intermediate/private/lb.example.com.key.pem", "names": ["lb.example.com"], "cafile": "/root/intermediate-cert-test/ca/intermediate/certs/intermediate.cert.pem"}]
server: https://master-cluster.example.com:8443
name: master-cluster-example-com:8443
contexts:
apiVersion: v1
kind: Pod
metadata:
annotations:
kubernetes.io/created-by: |
{"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicationController","namespace":"postgresql-test","name":"postgresql-2","uid":"ab564aaf-841e-11e7-9072-5254009e71c2","apiVersion":"v1","resourceVersion":"592182"}}
openshift.io/deployment-config.latest-version: "2"
openshift.io/deployment-config.name: postgresql
openshift.io/deployment.name: postgresql-2
openshift.io/scc: anyuid