Skip to content

Instantly share code, notes, and snippets.

View anton-johansson's full-sized avatar

Anton Johansson anton-johansson

View GitHub Profile
@anton-johansson
anton-johansson / test01.log
Last active December 27, 2017 20:38
Philio's PAN16
2017-12-27 20:46:12,891 DEBUG io.netty.util.internal.logging.InternalLoggerFactory:71 - Using SLF4J as the default logging framework
2017-12-27 20:46:12,905 DEBUG io.netty.util.internal.PlatformDependent0:76 - java.nio.Buffer.address: available
2017-12-27 20:46:12,908 DEBUG io.netty.util.internal.PlatformDependent0:76 - sun.misc.Unsafe.theUnsafe: available
2017-12-27 20:46:12,908 DEBUG io.netty.util.internal.PlatformDependent0:71 - sun.misc.Unsafe.copyMemory: available
2017-12-27 20:46:12,909 DEBUG io.netty.util.internal.PlatformDependent0:76 - java.nio.Bits.unaligned: true
2017-12-27 20:46:12,923 DEBUG io.netty.util.internal.PlatformDependent:76 - UID: 1000
2017-12-27 20:46:12,923 DEBUG io.netty.util.internal.PlatformDependent:76 - Java version: 8
2017-12-27 20:46:12,923 DEBUG io.netty.util.internal.PlatformDependent:76 - -Dio.netty.noUnsafe: false
2017-12-27 20:46:12,923 DEBUG io.netty.util.internal.PlatformDependent:76 - sun.misc.Unsafe: available
2017-12-27 20:46:12,924 DEBUG io.netty.util.internal.Platfo
@anton-johansson
anton-johansson / test01.log
Created December 29, 2017 17:40
Philio's PAN16
2017-12-29 18:34:18,641 DEBUG io.netty.util.internal.logging.InternalLoggerFactory:71 - Using SLF4J as the default logging framework
2017-12-29 18:34:18,651 DEBUG io.netty.util.internal.PlatformDependent0:76 - java.nio.Buffer.address: available
2017-12-29 18:34:18,654 DEBUG io.netty.util.internal.PlatformDependent0:76 - sun.misc.Unsafe.theUnsafe: available
2017-12-29 18:34:18,654 DEBUG io.netty.util.internal.PlatformDependent0:71 - sun.misc.Unsafe.copyMemory: available
2017-12-29 18:34:18,654 DEBUG io.netty.util.internal.PlatformDependent0:76 - java.nio.Bits.unaligned: true
2017-12-29 18:34:18,664 DEBUG io.netty.util.internal.PlatformDependent:76 - UID: 1000
2017-12-29 18:34:18,664 DEBUG io.netty.util.internal.PlatformDependent:76 - Java version: 8
2017-12-29 18:34:18,665 DEBUG io.netty.util.internal.PlatformDependent:76 - -Dio.netty.noUnsafe: false
2017-12-29 18:34:18,665 DEBUG io.netty.util.internal.PlatformDependent:76 - sun.misc.Unsafe: available
2017-12-29 18:34:18,665 DEBUG io.netty.util.internal.Platfo
2018-05-29 11:31:34,811+0000 ERROR [quartz-5-thread-1 <command>sql.select from asset where bucket = :bucket and component = :component</command>] *SYSTEM ROOT - Exception `7A0870CA` in storage `plocal:/nexus-data/db/component`: 2.2.34 (build f340442755a31eabc91b87cb3ef99eda5cee6ebd, branch 2.2.x)
java.lang.NullPointerException: null
at com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.readFullEntry(OPaginatedCluster.java:1899)
at com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.readRecordBuffer(OPaginatedCluster.java:779)
at com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.readRecord(OPaginatedCluster.java:742)
at com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.readRecord(OPaginatedCluster.java:721)
at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.doReadRecord(OAbstractPaginatedStorage.java:4219)
at com
2018-05-29 11:33:18,025+0000 INFO [qtp1357586349-146] viantjoh org.sonatype.nexus.quartz.internal.task.QuartzTaskInfo - Task 'Repair repository browse' [create.browse.nodes] runNow
2018-05-29 11:33:18,025+0000 INFO [qtp1357586349-146] viantjoh org.sonatype.nexus.quartz.internal.task.QuartzTaskInfo - Task 'Repair repository browse' [create.browse.nodes] state change WAITING -> RUNNING
2018-05-29 11:33:18,067+0000 INFO [quartz-5-thread-3] *SYSTEM org.sonatype.nexus.repository.browse.internal.RebuildBrowseNodesTask - Task log: /nexus-data/log/tasks/create.browse.nodes-20180529113318062.log
2018-05-29 11:33:19,469+0000 INFO [quartz-5-thread-3] *SYSTEM org.sonatype.nexus.repository.storage.BrowseNodeStoreImpl - ---- Deleted 623 browse nodes for repository maven-internal-release in 1.400 s ----
2018-05-29 11:33:23,216+0000 ERROR [quartz-5-thread-3] *SYSTEM ROOT - Exception `19F3D222` in storage `plocal:/nexus-data/db/component`: 2.2.34 (build f340442755a31eabc91b87cb3ef99eda5cee6ebd, branch 2.2.x)
java.nio.Buff
networks:
traefik-net:
driver: bridge
host-net:
external:
name: host
services:
traefik:
image: traefik:1.7.3-alpine
@anton-johansson
anton-johansson / 10-namespace.yaml
Created January 10, 2019 09:01
Deployment of cert-manager
---
kind: Namespace
apiVersion: v1
metadata:
name: cert-manager
@anton-johansson
anton-johansson / prometheus.yaml
Created May 30, 2019 09:17 — forked from amimof/prometheus.yaml
Prometheus Kubernetes Deployment
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRole
metadata:
name: prometheus
rules:
- apiGroups: [""]
resources:
- nodes
- nodes/proxy