[GitHub] [camel-k] clabautdidier commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-19 Thread GitBox


clabautdidier commented on issue #2697:
URL: https://github.com/apache/camel-k/issues/2697#issuecomment-946899183


   I solved the issue with `oc get csr -o name | xargs oc adm certificate 
approve`
   
   Everything is working fine now, but I don't see the link between the issue I 
had and some pending certificate requests?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k] clabautdidier commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox


clabautdidier commented on issue #2697:
URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945947521


   I realise that, I was just trying to create a custom Kamelet. But my real 
question is: how can I find out exactly what is going wrong? The operator log 
says "build success" and then it crashes. There is no error message besides 
something about memory, but I don't see why that small bit of code would lead 
to too much memory usage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k] clabautdidier commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox


clabautdidier commented on issue #2697:
URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945941541


   The crashing doesn't just happen in this case, also when I create a Knative 
channel and create a Groovy script that writes to that, the operator crashes 5 
times and then puts the kit in error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [camel-k] clabautdidier commented on issue #2697: panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration

2021-10-18 Thread GitBox


clabautdidier commented on issue #2697:
URL: https://github.com/apache/camel-k/issues/2697#issuecomment-945940045


   Hi Pascuale,
   
   It says: 
   
   > error: the server doesn't have a resource type "kafka-source-kamelet"
   
   This is the file I tryied to `oc apply -f ...`
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: Kamelet
   metadata:
 name: kafka-source-kamelet
 annotations:
   camel.apache.org/kamelet.support.level: "Preview"
   camel.apache.org/catalog.version: "main-SNAPSHOT"
   camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDAgNTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0iWE1MSURfMV8iPg0KCTxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTMxNC44LDI2OS43Yy0xNC4yLDAtMjcsNi4zLTM1LjcsMTYuMkwyNTYuOCwyNzBjMi40LTYuNSwzLjctMTMuNiwzLjctMjAuOWMwLTcuMi0xLjMtMTQuMS0zLjYtMjAuNg0KCQlsMjIuMy0xNS43YzguNyw5LjksMjEuNCwxNi4xLDM1LjYsMTYuMWMyNi4yLDAsNDcuNi0yMS4zLDQ3LjYtNDcuNnMtMjEuMy00Ny42LTQ3LjYtNDcuNnMtNDcuNiwyMS4zLTQ3LjYsNDcuNg0KCQljMCw0LjcsMC43LDkuMiwyLDEzLjVsLTIyLjMsMTUuN2MtOS4zLTExLjYtMjIuOC0xOS42LTM4LjEtMjIuMXYtMjYuOWMyMS42LTQuNSwzNy44LTIzLjcsMzcuO
 
C00Ni42YzAtMjYuMi0yMS4zLTQ3LjYtNDcuNi00Ny42DQoJCWMtMjYuMiwwLTQ3LjYsMjEuMy00Ny42LDQ3LjZjMCwyMi42LDE1LjgsNDEuNSwzNi45LDQ2LjN2MjcuM2MtMjguOCw1LjEtNTAuOCwzMC4yLTUwLjgsNjAuNWMwLDMwLjQsMjIuMiw1NS43LDUxLjIsNjAuNXYyOC44DQoJCWMtMjEuMyw0LjctMzcuNCwyMy43LTM3LjQsNDYuNGMwLDI2LjIsMjEuMyw0Ny42LDQ3LjYsNDcuNmMyNi4yLDAsNDcuNi0yMS4zLDQ3LjYtNDcuNmMwLTIyLjctMTYtNDEuOC0zNy40LTQ2LjR2LTI4LjgNCgkJYzE1LTIuNSwyOC4yLTEwLjQsMzcuNC0yMS44bDIyLjUsMTUuOWMtMS4yLDQuMy0xLjksOC43LTEuOSwxMy40YzAsMjYuMiwyMS4zLDQ3LjYsNDcuNiw0Ny42czQ3LjYtMjEuMyw0Ny42LTQ3LjYNCgkJQzM2Mi40LDI5MSwzNDEuMSwyNjkuNywzMTQuOCwyNjkuN3ogTTMxNC44LDE1OC40YzEyLjcsMCwyMy4xLDEwLjQsMjMuMSwyMy4xYzAsMTIuNy0xMC4zLDIzLjEtMjMuMSwyMy4xcy0yMy4xLTEwLjQtMjMuMS0yMy4xDQoJCUMyOTEuOCwxNjguOCwzMDIuMSwxNTguNCwzMTQuOCwxNTguNHogTTE3NiwxMTUuMWMwLTEyLjcsMTAuMy0yMy4xLDIzLjEtMjMuMWMxMi43LDAsMjMuMSwxMC40LDIzLjEsMjMuMQ0KCQljMCwxMi43LTEwLjMsMjMuMS0yMy4xLDIzLjFDMTg2LjMsMTM4LjIsMTc2LDEyNy44LDE3NiwxMTUuMXogTTIyMi4xLDM4NC45YzAsMTIuNy0xMC4zLDIzLjEtMjMuMSwyMy4xDQoJCWMtMTIuNywwLTIzLjEtMT
 
AuNC0yMy4xLTIzLjFjMC0xMi43LDEwLjMtMjMuMSwyMy4xLTIzLjFDMjExLjgsMzYxLjgsMjIyLjEsMzcyLjIsMjIyLjEsMzg0Ljl6IE0xOTkuMSwyODEuMw0KCQljLTE3LjcsMC0zMi4yLTE0LjQtMzIuMi0zMi4yYzAtMTcuNywxNC40LTMyLjIsMzIuMi0zMi4yYzE3LjcsMCwzMi4yLDE0LjQsMzIuMiwzMi4yQzIzMS4yLDI2Ni45LDIxNi44LDI4MS4zLDE5OS4xLDI4MS4zeg0KCQkgTTMxNC44LDM0MC4zYy0xMi43LDAtMjMuMS0xMC40LTIzLjEtMjMuMWMwLTEyLjcsMTAuMy0yMy4xLDIzLjEtMjMuMXMyMy4xLDEwLjQsMjMuMSwyMy4xQzMzNy45LDMzMCwzMjcuNSwzNDAuMywzMTQuOCwzNDAuM3oiLz4NCjwvZz4NCjwvc3ZnPg0K"
   camel.apache.org/provider: "Apache Software Foundation"
   camel.apache.org/kamelet.group: "Kafka"
 labels:
   camel.apache.org/kamelet.type: "source"
   spec:
 definition:
   title: "Demo Kafka Kamelet Source"
   description: |-
 Receives data from Kafka source.
   required:
 - topic
 - bootstrapServers
   type: object
   properties:
 topic:
   title: Topic Names
   description: Comma separated list of Kafka topic names
   type: string
 bootstrapServers:
   title: Brokers
   description: Comma separated list of Kafka Broker URLs
   type: string
 securityProtocol:
   title: Security Protocol
   description: Protocol used to communicate with brokers. 
SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported
   type: string
   default: SASL_SSL
 saslMechanism:
   title: SASL Mechanism
   description: The Simple Authentication and Security Layer (SASL) 
Mechanism used.
   type: string
   default: PLAIN
 user:
   title: Username
   description: Username to authenticate to Kafka
   type: string
 password:
   title: Password
   description: Password to authenticate to kafka
   type: string
   format: password
   x-descriptors:
 - urn:alm:descriptor:com.tectonic.ui:password
 autoCommitEnable:
   title: Auto Commit Enable
   description: If true, periodically commit to ZooKeeper the offset of 
messages already fetched by the consumer
   type: boolean
   default: true
   x-descriptors:
 - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
 allowManualCommit:
   title: Allow Manual Commit
   description: Whether to allow doing manual commits
   type: boolean
   default: f