Skip to content

Instantly share code, notes, and snippets.

View salaboy's full-sized avatar
🤓
Polyglot + Cloud + Kubernetes + Knative + Dapr

salaboy salaboy

🤓
Polyglot + Cloud + Kubernetes + Knative + Dapr
View GitHub Profile
[INFO] 2015-02-04 09:18:24,410 [btpool0-5] ERROR Error during create repository
[INFO] java.lang.NullPointerException: null
[INFO] at org.guvnor.structure.backend.repositories.RepositoryServiceImpl.getRepositoryHistory(RepositoryServiceImpl.java:375) ~[guvnor-structure-backend-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT]
[INFO] at org.guvnor.structure.backend.repositories.RepositoryServiceImpl.getRepositoryHistoryAll(RepositoryServiceImpl.java:367) ~[guvnor-structure-backend-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT]
[INFO] at org.guvnor.structure.backend.repositories.RepositoryServiceImpl$Proxy$_$$_WeldClientProxy.getRepositoryHistoryAll(RepositoryServiceImpl$Proxy$_$$_WeldClientProxy.java) [guvnor-structure-backend-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT]
[INFO] at org.kie.workbench.common.screens.contributors.backend.dataset.ContributorsManager.initDataSets(ContributorsManager.java:115) ~[kie-wb-common-contributors-backend-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT]
[INFO] at org.kie.workbench.common.screens.contributors.backend.data
00:11:37.601 [ERROR] Uncaught exception escaped
com.google.gwt.event.shared.UmbrellaException: Exception caught: null at com.google.gwt.event.shared.HandlerManager.fireEvent(HandlerManager.java:129) at com.google.gwt.user.client.ui.Widget.fireEvent(Widget.java:129) at com.google.gwt.event.dom.client.DomEvent.fireNativeEvent(DomEvent.java:116) at com.google.gwt.user.client.ui.Widget.onBrowserEvent(Widget.java:177) at com.github.gwtbootstrap.client.ui.base.IconAnchor.onBrowserEvent(IconAnchor.java:241) at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1351) at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1307) at sun.reflect.GeneratedMethodAccessor238.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev
@salaboy
salaboy / openshift-origin-notes.txt
Last active November 2, 2015 14:08
Openshift Origin (v3) installation and application lifecycle notes (Mac OSX/Vagrant)
This are my personal notes about installing Openshift Origin in my local environment
plus creating a project and an application inside it.
I've based this notes on the content of the following links:
openshift install: https://github.com/openshift/origin/blob/master/CONTRIBUTING.adoc.
app lifecycle source: https://github.com/openshift/origin/blob/master/examples/sample-app/README.md
Mauricios-MacBook-Pro-2:livespark-webapp salaboy$ mvn gwt:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building LiveSpark :: Webapp 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> gwt-maven-plugin:2.8.0-beta1:run (default-cli) > process-classes @ livespark-webapp >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-plugin-versions) @ livespark-webapp ---
10:26:20,261 [http-nio-9999-exec-4] INFO com.activiti.license.LicenseHolder - Using custom license loader to load license
10:26:20,284 [http-nio-9999-exec-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource testrules.testrules.png
10:26:20,284 [http-nio-9999-exec-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource testrules.bpmn
10:26:20,287 [http-nio-9999-exec-4] ERROR org.activiti.engine.impl.interceptor.CommandContext - Error while closing command context
org.activiti.engine.ActivitiException: deployment 1 doesn't contain any rules
at org.activiti.engine.impl.rules.RulesHelper.findKnowledgeBaseByDeploymentId(RulesHelper.java:51)
at org.activiti.engine.impl.bpmn.behavior.BusinessRuleTaskActivityBehavior.execute(BusinessRuleTaskActivityBehavior.java:53)
at org.activiti.engine.impl.pvm.runtime.AtomicOperationActivityExecute.execute(AtomicOperationActivityExecute.java:60)
at org.activiti.engine.impl.interceptor.CommandContext.performOperati
{
"model": {
"type": "Person",
"age": "java.lang.Integer",
"married": "java.lang.Boolean",
"city": "java.lang.String"
},
"init": {
25,
"false",
{
"issuer": "http://192.168.64.2:30080/auth/realms/springboot",
"authorization_endpoint": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/auth",
"token_endpoint": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/token",
"token_introspection_endpoint": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/token/introspect",
"userinfo_endpoint": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/userinfo",
"end_session_endpoint": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/logout",
"jwks_uri": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/certs",
"check_session_iframe": "http://192.168.64.2:30080/auth/realms/springboot/protocol/openid-connect/login-status-iframe.html",
"grant_types_supported": [
MBP512-MSALATINO-0117:activiti-cloud-process-model-service msalatino$ mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.activiti.cloud:activiti-cloud-services-process-model:[unknown-version]: Could not find artifact org.activiti.cloud:activiti-cloud-process-model-service-parent:pom:7-201710-EA-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 11
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.cloud:spring-cloud-starter-stream-rabbit:jar -> duplicate declaration of version (?) @ line 21, column 17
[FATAL] Non-resolvable parent POM for org.activiti.cloud:activiti-cloud-starter-process-model:[unknown-version]: Could not find artifact org.activiti.cloud:activiti-cloud-process-model-service-parent:pom:7-201710-EA-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 4, column 11
@
[ERROR] The buil
rabbitmq:
image: rabbitmq:management
ports:
- "5672:5672"
- "15672:15672"
activiti-cloud-sso-idm:
image: activiti/activiti-cloud-sso-idm:latest
ports:
- "8180:8180"
# We decided to configure our runtime bundle against a PostgreSQL instance
## Notice for Issues and Pull Requests
Your issue is being closed now due to inactivity for a long period. We want to keep the project repository healthy
and for that reason, we will close inactive issues. If you are interested in reviewing this issue with us so we can
find a way to close it we will appreciate you opening a new issue pointing out the correct branch where the issue is present.
We appreciate your support and understanding.