Erwin Müller
Erwin Müller
Update: if I use Groovy `groovy.transform.CompileStatic` annotation then FiberAsync works like the Java version. It's an Ok workaround, but would be nice if Quasar could support dynamic Groovy. See http://docs.groovy-lang.org/latest/html/gapi/groovy/transform/CompileStatic.html
After some testing it's related to the Intel onboard GPU that was selected. The debug variables are as following. As you see, the Intel GPU is used. ``` no method...
Actually, I'm using now the JMonkeyEngine IDE to import models and I'm using the GITF file format to export from Blender. The steps are: 1. Export model from Blender in...
Oh, if I use `sudo docker run -v vol1:/var/cache/nginx --volume-driver=convoy --name nginx_cache_data -d erwinnttdata/nginx:latest` then it works fine. Can't I chose the name arbitrary?
Update: I split the caravan into two and merged it again. No riders assigned. Setup camp works.
It's a permission issue I think. The pod fails with: ``` rsync: [receiver] chown "/var/www/html/resources/config/.mimetypealiases.dist.json.bYpaGG" failed: Operation not permitted (1) rsync: [receiver] chown "/var/www/html/resources/config/.mimetypemapping.dist.json.ChHk9F" failed: Operation not permitted (1) rsync...
Can I update the private key manually? I mean per command line? I also get the message in the logs: ``` {"reqId":"vfQ89j7AtdWOywlW9Egi","level":2,"time":"2017-11-05T14:14:08+00:00","remoteAddr":"37.252.124.149","user":"erwin","app":"no app in context","method":"POST","url":"\/login","message":"Could not decrypt the private key...
I have also the following error if I try to upload files. Log-out and log-in doesn't solve it. ``` Encryption not ready: Private Key missing for user: please try to...
In the Nginx logs I get the following: `/apps/encryption/ajax/updatePrivateKeyPassword` returns HTTP error 503. ``` 172.18.0.1 - - [05/Nov/2017:18:39:42 +0000] "POST /apps/encryption/ajax/updatePrivateKeyPassword HTTP/1.1" 503 8643 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:52.0)...
Deployment Error on Openshift 4.8 - RuntimeException: AccessDeniedException: /nexus-data/etc/logback
I hit the same bug in Kubernetes with NFS storage. The workaround works: ``` persistence: persistent: true storageClass: managed-nfs-storage volumeSize: 50Gi extraVolumes: - name: logback mountPath: /nexus-data/etc/logback emptyDir: medium: ""...