Skip to content

Instantly share code, notes, and snippets.

View KurtStam's full-sized avatar

Kurt T Stam KurtStam

View GitHub Profile
RulesRepositoryConfigurator.getInstance(Properties) line: 70
RepositoryStartupService.getRepositoryInstance() line: 75
RepositoryStartupService.create() line: 85
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25
Method.invoke(Object, Object...) line: 597
Reflections.invoke(Method, Object, Object...) line: 22
RootInvocationContext.proceed() line: 31
EE5SeamInvocationContext(SeamInvocationContext).proceed() line: 56
@KurtStam
KurtStam / gist:7898919
Created December 10, 2013 20:42
remove jars
-rw-r--r-- 1 kstam staff 192436 Dec 9 12:12 aesh-0.33.7.redhat-2.jar
-rw-r--r-- 1 kstam staff 117925 Dec 9 12:12 jansi-1.9-redhat-1.jar
-rw-r--r-- 1 kstam staff 18913 Dec 9 12:11 jboss-annotations-api_1.1_spec-1.0.1.Final-redhat-2.jar
-rw-r--r-- 1 kstam staff 8960 Dec 9 12:12 jboss-as-build-config-7.2.1.Final-redhat-10.jar
-rw-r--r-- 1 kstam staff 767976 Dec 9 12:12 jboss-as-cli-7.2.1.Final-redhat-10.jar
-rw-r--r-- 1 kstam staff 233568 Dec 9 12:12 jboss-as-controller-client-7.2.1.Final-redhat-10.jar
-rw-r--r-- 1 kstam staff 140569 Dec 9 12:12 jboss-as-protocol-7.2.1.Final-redhat-10.jar
-rw-r--r-- 1 kstam staff 91928 Dec 9 12:12 jboss-dmr-1.1.6.Final-redhat-1.jar
-rw-r--r-- 1 kstam staff 19026 Dec 9 12:12 jboss-interceptors-api_1.1_spec-1.0.1.Final-redhat-2.jar
-rw-r--r-- 1 kstam staff 327477 Dec 9 12:12 jboss-logmanager-1.4.3.Final-redhat-1.jar
@KurtStam
KurtStam / gist:9326268
Created March 3, 2014 14:36
jbpm unsatisfied injection (seam)
INFO: Deploying web application directory /Users/kstam/overlord/tomcat/webapps/dtgov
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/kstam/overlord/tomcat/webapps/dtgov/WEB-INF/lib/slf4j-log4j12-1.7.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/kstam/overlord/tomcat/webapps/dtgov/WEB-INF/lib/slf4j-nop-1.7.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
0 [localhost-startStop-1] WARN org.jboss.weld.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
1 [localhost-startStop-1] WARN org.jboss.weld.interceptor.util.InterceptionTypeRegistry - Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
2711 [localhost-startStop-1] WARN org.jboss.weld.Bootstrap - WELD-001440 Sc
@KurtStam
KurtStam / gist:9327046
Created March 3, 2014 15:13
parsing exception
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
org.jboss.solder.config.xml.util.XmlConfigurationException: Could not resolve node CMTBTMTransaction in namespace urn:java:org.jbpm.shared.services.impl.tx at file:/Users/kstam/overlord/tomcat/webapps/dtgov/WEB-INF/beans.xml:24
at org.jboss.solder.config.xml.model.ModelBuilder.resolveNode(ModelBuilder.java:146)
at org.jboss.solder.config.xml.model.ModelBuilder.build(ModelBuilder.java:86)
at org.jboss.solder.config.xml.bootstrap.XmlConfigExtension.beforeBeanDiscovery(XmlConfigExtension.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:267)
@KurtStam
KurtStam / gist:9346644
Created March 4, 2014 13:38
JNDI naming of the datasource
INFO [Environment] HHH000021: Bytecode provider name : javassist
INFO [Configuration] HHH000221: Reading mappings from resource: META-INF/JBPMorm.xml
INFO [Configuration] HHH000221: Reading mappings from resource: META-INF/Taskorm.xml
INFO [Configuration] HHH000221: Reading mappings from resource: META-INF/Servicesorm.xml
INFO [Configuration] HHH000221: Reading mappings from resource: META-INF/TaskAuditorm.xml
javax.persistence.PersistenceException: [PersistenceUnit: org.overlord.dtgov.jbpm] Unable to build EntityManagerFactory
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:930)
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904)
at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:72)
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:63)
Mar 04, 2014 9:15:31 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Mar 04, 2014 9:15:31 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2035 ms
Mar 04, 2014 9:15:31 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Mar 04, 2014 9:15:31 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.52
Mar 04, 2014 9:15:31 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /Users/kstam/osc/jboss/git/dtgov/dtgov-installer/apache-tomcat-7.0.52/webapps/dtgov-ui.war
@KurtStam
KurtStam / gist:9348272
Created March 4, 2014 15:15
classcast
INFO [KieRepositoryImpl] Adding KieModule from resource :null
INFO [KieRepositoryImpl] KieModule was added:MemoryKieModule[ ReleaseId=org.overlord.dtgov:dtgov-workflows:2.0.0-SNAPSHOT]
INFO [KieSrampUtil] Creating KIE container with workflows from org.overlord.sramp.client.query.ArtifactSummary@76a50000
WARN [MavenSettings] Environment variable M2_HOME is not set
INFO [KieSrampUtil] Looking for KieBase named SRAMPPackage
java.lang.RuntimeException: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
at org.jbpm.kie.services.impl.AbstractDeploymentService.commonDeploy(AbstractDeploymentService.java:98)
at org.overlord.dtgov.jbpm.util.SrampKModuleDeploymentService.deploy(SrampKModuleDeploymentService.java:165)
at org.overlord.dtgov.jbpm.util.SrampKModuleDeploymentService$Proxy$_$$_WeldClientProxy.deploy(SrampKModuleDeploymentService$Proxy$_$$_WeldClientProxy.java)
at org.overlord.dtgov.jbpm.util.ProcessEngineService.deployUnit(ProcessEngineService.java:70)
<loaders>
<mixedKeyedJdbcStore xmlns="urn:infinispan:config:jdbc:5.2" fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
<connectionPool connectionUrl="jdbc:h2:mem:infinispan_binary_based;DB_CLOSE_DELAY=-1" username="sa" driverClass="org.h2.Driver" />
<stringKeyedTable dropOnExit="true" createOnStart="true" prefix="ISPN_MIXED_STR_TABLE">
<idColumn name="ID_COLUMN" type="VARCHAR(255)" />
<dataColumn name="DATA_COLUMN" type="BINARY" />
<timestampColumn name="TIMESTAMP_COLUMN" type="BIGINT" />
</stringKeyedTable>
<binaryKeyedTable dropOnExit="true" createOnStart="true" prefix="ISPN_MIXED_BINARY_TABLE">
<idColumn name="ID_COLUMN" type="VARCHAR(255)" />
@KurtStam
KurtStam / gist:9415057
Created March 7, 2014 16:47
sramp-modeshape.json
{
"name" : "sramp",
"jndiName" : "",
"workspaces" : {
"predefined" : ["otherWorkspace"],
"default" : "default",
"allowCreation" : true
},
"security" : {
"anonymous" : {
@KurtStam
KurtStam / gist:9415076
Created March 7, 2014 16:48
infinispan-configuation-tomcat.xml
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:infinispan:config:5.2 http://www.infinispan.org/schemas/infinispan-config-5.2.xsd
urn:infinispan:config:jdbc:5.2 http://www.infinispan.org/schemas/infinispan-cachestore-jdbc-config-5.2.xsd"
xmlns="urn:infinispan:config:5.2"
xmlns:jdbc="urn:infinispan:config:jdbc:5.2" >
<global>
</global>