Re: [Dev] Avro mapper not working with SP

2019-05-06 Thread Shafana Safwan
Hi,

Please find the mentioned link below.

https://docs.confluent.io/current/installation/versions-interoperability.html

On Mon, 6 May 2019, 19:56 Shafana Safwan  Hi Ramindu,
>
> Confluent 5.2.x supports kafka version 2.2.x.
>
> Please check compatibility between confluent and kafka version using the
> below link.
>
> Regards,
> Shafana
>
> On Fri, 26 Apr 2019, 21:47 Muhammed Shariq 
>> Folks,
>>
>> Shafana is on maternity leave, so i don't think she'll be able to look
>> into this.
>>
>>
>> On Fri, Apr 26, 2019 at 9:43 PM Ramindu De Silva 
>> wrote:
>>
>>> Hi Shafana,
>>>
>>> Any update on this?
>>>
>>> Best Regards,
>>> Ramindu.
>>>
>>> On Thu, Apr 25, 2019 at 10:28 PM Ramindu De Silva 
>>> wrote:
>>>
 Hi Shafana,

 I tried the following step in the
 "PublishKafkaInCustomAvroFormat" sample.

 Navigate to {ConfluentHome} and start the schema registry node using,
 bin/schema-registry-start ./etc/schema-registry/schema-registry.properties

 And it resulted me with the following.

 Ramindus-MacBook-Pro:confluent-5.2.1 ramindu$ bin/schema-registry-start
 ./etc/schema-registry/schema-registry.properties
 [2019-04-25 22:10:21,661] INFO SchemaRegistryConfig values:
 resource.extension.class = []
 metric.reporters = []
 kafkastore.sasl.kerberos.kinit.cmd = /usr/bin/kinit
 response.mediatype.default = application/vnd.schemaregistry.v1+json
 resource.extension.classes = []
 kafkastore.ssl.trustmanager.algorithm = PKIX
 inter.instance.protocol = http
 authentication.realm =
 ssl.keystore.type = JKS
 kafkastore.topic = _schemas
 metrics.jmx.prefix = kafka.schema.registry
 kafkastore.ssl.enabled.protocols = TLSv1.2,TLSv1.1,TLSv1
 kafkastore.topic.replication.factor = 3
 ssl.truststore.password = [hidden]
 kafkastore.timeout.ms = 500
 host.name = localhost
 kafkastore.bootstrap.servers = []
 schema.registry.zk.namespace = schema_registry
 kafkastore.sasl.kerberos.ticket.renew.window.factor = 0.8
 kafkastore.sasl.kerberos.service.name =
 schema.registry.resource.extension.class = []
 ssl.endpoint.identification.algorithm =
 compression.enable = true
 kafkastore.ssl.truststore.type = JKS
 avro.compatibility.level = backward
 kafkastore.ssl.protocol = TLS
 kafkastore.ssl.provider =
 kafkastore.ssl.truststore.location =
 response.mediatype.preferred = [application/vnd.schemaregistry.v1+json,
 application/vnd.schemaregistry+json, application/json]
 kafkastore.ssl.keystore.type = JKS
 authentication.skip.paths = []
 ssl.truststore.type = JKS
 websocket.servlet.initializor.classes = []
 kafkastore.ssl.truststore.password = [hidden]
 access.control.allow.origin =
 ssl.truststore.location =
 ssl.keystore.password = [hidden]
 port = 8081
 access.control.allow.headers =
 kafkastore.ssl.keystore.location =
 metrics.tag.map = {}
 master.eligibility = true
 ssl.client.auth = false
 kafkastore.ssl.keystore.password = [hidden]
 rest.servlet.initializor.classes = []
 websocket.path.prefix = /ws
 kafkastore.security.protocol = PLAINTEXT
 ssl.trustmanager.algorithm =
 authentication.method = NONE
 request.logger.name = io.confluent.rest-utils.requests
 ssl.key.password = [hidden]
 kafkastore.zk.session.timeout.ms = 3
 kafkastore.sasl.mechanism = GSSAPI
 kafkastore.sasl.kerberos.ticket.renew.jitter = 0.05
 kafkastore.ssl.key.password = [hidden]
 zookeeper.set.acl = false
 schema.registry.inter.instance.protocol =
 authentication.roles = [*]
 metrics.num.samples = 2
 ssl.protocol = TLS
 schema.registry.group.id = schema-registry
 kafkastore.ssl.keymanager.algorithm = SunX509
 kafkastore.connection.url = localhost:2181
 debug = false
 listeners = [http://0.0.0.0:8081]
 kafkastore.group.id =
 ssl.provider =
 ssl.enabled.protocols = []
 shutdown.graceful.ms = 1000
 ssl.keystore.location =
 resource.static.locations = []
 ssl.cipher.suites = []
 kafkastore.ssl.endpoint.identification.algorithm =
 mode.mutability = false
 kafkastore.ssl.cipher.suites =
 access.control.allow.methods =
 kafkastore.sasl.kerberos.min.time.before.relogin = 6
 ssl.keymanager.algorithm =
 metrics.sample.window.ms = 3
 kafkastore.init.timeout.ms = 6
  (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:179)
 [2019-04-25 22:10:21,717] INFO Logging initialized @629ms to
 org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log:193)
 [2019-04-25 22:10:22,725] INFO Created schema registry namespace
 localhost:2181 /schema_registry
 (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:709)
 [2019-04-25 22:10:22,852] INFO Initializing KafkaStore with broker
 endpoints: PLAINTEXT://localhost:9092
 (io.confluent.kafka.schemaregistr

Re: [Dev] Avro mapper not working with SP

2019-05-06 Thread Shafana Safwan
Hi Ramindu,

Confluent 5.2.x supports kafka version 2.2.x.

Please check compatibility between confluent and kafka version using the
below link.

Regards,
Shafana

On Fri, 26 Apr 2019, 21:47 Muhammed Shariq  Folks,
>
> Shafana is on maternity leave, so i don't think she'll be able to look
> into this.
>
>
> On Fri, Apr 26, 2019 at 9:43 PM Ramindu De Silva 
> wrote:
>
>> Hi Shafana,
>>
>> Any update on this?
>>
>> Best Regards,
>> Ramindu.
>>
>> On Thu, Apr 25, 2019 at 10:28 PM Ramindu De Silva 
>> wrote:
>>
>>> Hi Shafana,
>>>
>>> I tried the following step in the
>>> "PublishKafkaInCustomAvroFormat" sample.
>>>
>>> Navigate to {ConfluentHome} and start the schema registry node using,
>>> bin/schema-registry-start ./etc/schema-registry/schema-registry.properties
>>>
>>> And it resulted me with the following.
>>>
>>> Ramindus-MacBook-Pro:confluent-5.2.1 ramindu$ bin/schema-registry-start
>>> ./etc/schema-registry/schema-registry.properties
>>> [2019-04-25 22:10:21,661] INFO SchemaRegistryConfig values:
>>> resource.extension.class = []
>>> metric.reporters = []
>>> kafkastore.sasl.kerberos.kinit.cmd = /usr/bin/kinit
>>> response.mediatype.default = application/vnd.schemaregistry.v1+json
>>> resource.extension.classes = []
>>> kafkastore.ssl.trustmanager.algorithm = PKIX
>>> inter.instance.protocol = http
>>> authentication.realm =
>>> ssl.keystore.type = JKS
>>> kafkastore.topic = _schemas
>>> metrics.jmx.prefix = kafka.schema.registry
>>> kafkastore.ssl.enabled.protocols = TLSv1.2,TLSv1.1,TLSv1
>>> kafkastore.topic.replication.factor = 3
>>> ssl.truststore.password = [hidden]
>>> kafkastore.timeout.ms = 500
>>> host.name = localhost
>>> kafkastore.bootstrap.servers = []
>>> schema.registry.zk.namespace = schema_registry
>>> kafkastore.sasl.kerberos.ticket.renew.window.factor = 0.8
>>> kafkastore.sasl.kerberos.service.name =
>>> schema.registry.resource.extension.class = []
>>> ssl.endpoint.identification.algorithm =
>>> compression.enable = true
>>> kafkastore.ssl.truststore.type = JKS
>>> avro.compatibility.level = backward
>>> kafkastore.ssl.protocol = TLS
>>> kafkastore.ssl.provider =
>>> kafkastore.ssl.truststore.location =
>>> response.mediatype.preferred = [application/vnd.schemaregistry.v1+json,
>>> application/vnd.schemaregistry+json, application/json]
>>> kafkastore.ssl.keystore.type = JKS
>>> authentication.skip.paths = []
>>> ssl.truststore.type = JKS
>>> websocket.servlet.initializor.classes = []
>>> kafkastore.ssl.truststore.password = [hidden]
>>> access.control.allow.origin =
>>> ssl.truststore.location =
>>> ssl.keystore.password = [hidden]
>>> port = 8081
>>> access.control.allow.headers =
>>> kafkastore.ssl.keystore.location =
>>> metrics.tag.map = {}
>>> master.eligibility = true
>>> ssl.client.auth = false
>>> kafkastore.ssl.keystore.password = [hidden]
>>> rest.servlet.initializor.classes = []
>>> websocket.path.prefix = /ws
>>> kafkastore.security.protocol = PLAINTEXT
>>> ssl.trustmanager.algorithm =
>>> authentication.method = NONE
>>> request.logger.name = io.confluent.rest-utils.requests
>>> ssl.key.password = [hidden]
>>> kafkastore.zk.session.timeout.ms = 3
>>> kafkastore.sasl.mechanism = GSSAPI
>>> kafkastore.sasl.kerberos.ticket.renew.jitter = 0.05
>>> kafkastore.ssl.key.password = [hidden]
>>> zookeeper.set.acl = false
>>> schema.registry.inter.instance.protocol =
>>> authentication.roles = [*]
>>> metrics.num.samples = 2
>>> ssl.protocol = TLS
>>> schema.registry.group.id = schema-registry
>>> kafkastore.ssl.keymanager.algorithm = SunX509
>>> kafkastore.connection.url = localhost:2181
>>> debug = false
>>> listeners = [http://0.0.0.0:8081]
>>> kafkastore.group.id =
>>> ssl.provider =
>>> ssl.enabled.protocols = []
>>> shutdown.graceful.ms = 1000
>>> ssl.keystore.location =
>>> resource.static.locations = []
>>> ssl.cipher.suites = []
>>> kafkastore.ssl.endpoint.identification.algorithm =
>>> mode.mutability = false
>>> kafkastore.ssl.cipher.suites =
>>> access.control.allow.methods =
>>> kafkastore.sasl.kerberos.min.time.before.relogin = 6
>>> ssl.keymanager.algorithm =
>>> metrics.sample.window.ms = 3
>>> kafkastore.init.timeout.ms = 6
>>>  (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:179)
>>> [2019-04-25 22:10:21,717] INFO Logging initialized @629ms to
>>> org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log:193)
>>> [2019-04-25 22:10:22,725] INFO Created schema registry namespace
>>> localhost:2181 /schema_registry
>>> (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:709)
>>> [2019-04-25 22:10:22,852] INFO Initializing KafkaStore with broker
>>> endpoints: PLAINTEXT://localhost:9092
>>> (io.confluent.kafka.schemaregistry.storage.KafkaStore:105)
>>> [2019-04-25 22:10:23,105] INFO Creating schemas topic _schemas
>>> (io.confluent.kafka.schemaregistry.storage.KafkaStore:190)
>>> [2019-04-25 22:10:23,107] WARN Creating the schema topic _schemas using
>>> a replication factor of 1, which is less than the desired one of 3. I

Re: [Dev] Avro mapper not working with SP

2019-04-26 Thread Muhammed Shariq
Folks,

Shafana is on maternity leave, so i don't think she'll be able to look into
this.


On Fri, Apr 26, 2019 at 9:43 PM Ramindu De Silva  wrote:

> Hi Shafana,
>
> Any update on this?
>
> Best Regards,
> Ramindu.
>
> On Thu, Apr 25, 2019 at 10:28 PM Ramindu De Silva 
> wrote:
>
>> Hi Shafana,
>>
>> I tried the following step in the "PublishKafkaInCustomAvroFormat" sample.
>>
>> Navigate to {ConfluentHome} and start the schema registry node using,
>> bin/schema-registry-start ./etc/schema-registry/schema-registry.properties
>>
>> And it resulted me with the following.
>>
>> Ramindus-MacBook-Pro:confluent-5.2.1 ramindu$ bin/schema-registry-start
>> ./etc/schema-registry/schema-registry.properties
>> [2019-04-25 22:10:21,661] INFO SchemaRegistryConfig values:
>> resource.extension.class = []
>> metric.reporters = []
>> kafkastore.sasl.kerberos.kinit.cmd = /usr/bin/kinit
>> response.mediatype.default = application/vnd.schemaregistry.v1+json
>> resource.extension.classes = []
>> kafkastore.ssl.trustmanager.algorithm = PKIX
>> inter.instance.protocol = http
>> authentication.realm =
>> ssl.keystore.type = JKS
>> kafkastore.topic = _schemas
>> metrics.jmx.prefix = kafka.schema.registry
>> kafkastore.ssl.enabled.protocols = TLSv1.2,TLSv1.1,TLSv1
>> kafkastore.topic.replication.factor = 3
>> ssl.truststore.password = [hidden]
>> kafkastore.timeout.ms = 500
>> host.name = localhost
>> kafkastore.bootstrap.servers = []
>> schema.registry.zk.namespace = schema_registry
>> kafkastore.sasl.kerberos.ticket.renew.window.factor = 0.8
>> kafkastore.sasl.kerberos.service.name =
>> schema.registry.resource.extension.class = []
>> ssl.endpoint.identification.algorithm =
>> compression.enable = true
>> kafkastore.ssl.truststore.type = JKS
>> avro.compatibility.level = backward
>> kafkastore.ssl.protocol = TLS
>> kafkastore.ssl.provider =
>> kafkastore.ssl.truststore.location =
>> response.mediatype.preferred = [application/vnd.schemaregistry.v1+json,
>> application/vnd.schemaregistry+json, application/json]
>> kafkastore.ssl.keystore.type = JKS
>> authentication.skip.paths = []
>> ssl.truststore.type = JKS
>> websocket.servlet.initializor.classes = []
>> kafkastore.ssl.truststore.password = [hidden]
>> access.control.allow.origin =
>> ssl.truststore.location =
>> ssl.keystore.password = [hidden]
>> port = 8081
>> access.control.allow.headers =
>> kafkastore.ssl.keystore.location =
>> metrics.tag.map = {}
>> master.eligibility = true
>> ssl.client.auth = false
>> kafkastore.ssl.keystore.password = [hidden]
>> rest.servlet.initializor.classes = []
>> websocket.path.prefix = /ws
>> kafkastore.security.protocol = PLAINTEXT
>> ssl.trustmanager.algorithm =
>> authentication.method = NONE
>> request.logger.name = io.confluent.rest-utils.requests
>> ssl.key.password = [hidden]
>> kafkastore.zk.session.timeout.ms = 3
>> kafkastore.sasl.mechanism = GSSAPI
>> kafkastore.sasl.kerberos.ticket.renew.jitter = 0.05
>> kafkastore.ssl.key.password = [hidden]
>> zookeeper.set.acl = false
>> schema.registry.inter.instance.protocol =
>> authentication.roles = [*]
>> metrics.num.samples = 2
>> ssl.protocol = TLS
>> schema.registry.group.id = schema-registry
>> kafkastore.ssl.keymanager.algorithm = SunX509
>> kafkastore.connection.url = localhost:2181
>> debug = false
>> listeners = [http://0.0.0.0:8081]
>> kafkastore.group.id =
>> ssl.provider =
>> ssl.enabled.protocols = []
>> shutdown.graceful.ms = 1000
>> ssl.keystore.location =
>> resource.static.locations = []
>> ssl.cipher.suites = []
>> kafkastore.ssl.endpoint.identification.algorithm =
>> mode.mutability = false
>> kafkastore.ssl.cipher.suites =
>> access.control.allow.methods =
>> kafkastore.sasl.kerberos.min.time.before.relogin = 6
>> ssl.keymanager.algorithm =
>> metrics.sample.window.ms = 3
>> kafkastore.init.timeout.ms = 6
>>  (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:179)
>> [2019-04-25 22:10:21,717] INFO Logging initialized @629ms to
>> org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log:193)
>> [2019-04-25 22:10:22,725] INFO Created schema registry namespace
>> localhost:2181 /schema_registry
>> (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:709)
>> [2019-04-25 22:10:22,852] INFO Initializing KafkaStore with broker
>> endpoints: PLAINTEXT://localhost:9092
>> (io.confluent.kafka.schemaregistry.storage.KafkaStore:105)
>> [2019-04-25 22:10:23,105] INFO Creating schemas topic _schemas
>> (io.confluent.kafka.schemaregistry.storage.KafkaStore:190)
>> [2019-04-25 22:10:23,107] WARN Creating the schema topic _schemas using a
>> replication factor of 1, which is less than the desired one of 3. If this
>> is a production environment, it's crucial to add more brokers and increase
>> the replication factor of the topic.
>> (io.confluent.kafka.schemaregistry.storage.KafkaStore:200)
>> [2019-04-25 22:10:23,116] ERROR Error starting the schema registry
>> (io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication:67)
>> io.

Re: [Dev] Avro mapper not working with SP

2019-04-26 Thread Ramindu De Silva
Hi Shafana,

Any update on this?

Best Regards,
Ramindu.

On Thu, Apr 25, 2019 at 10:28 PM Ramindu De Silva  wrote:

> Hi Shafana,
>
> I tried the following step in the "PublishKafkaInCustomAvroFormat" sample.
>
> Navigate to {ConfluentHome} and start the schema registry node using,
> bin/schema-registry-start ./etc/schema-registry/schema-registry.properties
>
> And it resulted me with the following.
>
> Ramindus-MacBook-Pro:confluent-5.2.1 ramindu$ bin/schema-registry-start
> ./etc/schema-registry/schema-registry.properties
> [2019-04-25 22:10:21,661] INFO SchemaRegistryConfig values:
> resource.extension.class = []
> metric.reporters = []
> kafkastore.sasl.kerberos.kinit.cmd = /usr/bin/kinit
> response.mediatype.default = application/vnd.schemaregistry.v1+json
> resource.extension.classes = []
> kafkastore.ssl.trustmanager.algorithm = PKIX
> inter.instance.protocol = http
> authentication.realm =
> ssl.keystore.type = JKS
> kafkastore.topic = _schemas
> metrics.jmx.prefix = kafka.schema.registry
> kafkastore.ssl.enabled.protocols = TLSv1.2,TLSv1.1,TLSv1
> kafkastore.topic.replication.factor = 3
> ssl.truststore.password = [hidden]
> kafkastore.timeout.ms = 500
> host.name = localhost
> kafkastore.bootstrap.servers = []
> schema.registry.zk.namespace = schema_registry
> kafkastore.sasl.kerberos.ticket.renew.window.factor = 0.8
> kafkastore.sasl.kerberos.service.name =
> schema.registry.resource.extension.class = []
> ssl.endpoint.identification.algorithm =
> compression.enable = true
> kafkastore.ssl.truststore.type = JKS
> avro.compatibility.level = backward
> kafkastore.ssl.protocol = TLS
> kafkastore.ssl.provider =
> kafkastore.ssl.truststore.location =
> response.mediatype.preferred = [application/vnd.schemaregistry.v1+json,
> application/vnd.schemaregistry+json, application/json]
> kafkastore.ssl.keystore.type = JKS
> authentication.skip.paths = []
> ssl.truststore.type = JKS
> websocket.servlet.initializor.classes = []
> kafkastore.ssl.truststore.password = [hidden]
> access.control.allow.origin =
> ssl.truststore.location =
> ssl.keystore.password = [hidden]
> port = 8081
> access.control.allow.headers =
> kafkastore.ssl.keystore.location =
> metrics.tag.map = {}
> master.eligibility = true
> ssl.client.auth = false
> kafkastore.ssl.keystore.password = [hidden]
> rest.servlet.initializor.classes = []
> websocket.path.prefix = /ws
> kafkastore.security.protocol = PLAINTEXT
> ssl.trustmanager.algorithm =
> authentication.method = NONE
> request.logger.name = io.confluent.rest-utils.requests
> ssl.key.password = [hidden]
> kafkastore.zk.session.timeout.ms = 3
> kafkastore.sasl.mechanism = GSSAPI
> kafkastore.sasl.kerberos.ticket.renew.jitter = 0.05
> kafkastore.ssl.key.password = [hidden]
> zookeeper.set.acl = false
> schema.registry.inter.instance.protocol =
> authentication.roles = [*]
> metrics.num.samples = 2
> ssl.protocol = TLS
> schema.registry.group.id = schema-registry
> kafkastore.ssl.keymanager.algorithm = SunX509
> kafkastore.connection.url = localhost:2181
> debug = false
> listeners = [http://0.0.0.0:8081]
> kafkastore.group.id =
> ssl.provider =
> ssl.enabled.protocols = []
> shutdown.graceful.ms = 1000
> ssl.keystore.location =
> resource.static.locations = []
> ssl.cipher.suites = []
> kafkastore.ssl.endpoint.identification.algorithm =
> mode.mutability = false
> kafkastore.ssl.cipher.suites =
> access.control.allow.methods =
> kafkastore.sasl.kerberos.min.time.before.relogin = 6
> ssl.keymanager.algorithm =
> metrics.sample.window.ms = 3
> kafkastore.init.timeout.ms = 6
>  (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:179)
> [2019-04-25 22:10:21,717] INFO Logging initialized @629ms to
> org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log:193)
> [2019-04-25 22:10:22,725] INFO Created schema registry namespace
> localhost:2181 /schema_registry
> (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:709)
> [2019-04-25 22:10:22,852] INFO Initializing KafkaStore with broker
> endpoints: PLAINTEXT://localhost:9092
> (io.confluent.kafka.schemaregistry.storage.KafkaStore:105)
> [2019-04-25 22:10:23,105] INFO Creating schemas topic _schemas
> (io.confluent.kafka.schemaregistry.storage.KafkaStore:190)
> [2019-04-25 22:10:23,107] WARN Creating the schema topic _schemas using a
> replication factor of 1, which is less than the desired one of 3. If this
> is a production environment, it's crucial to add more brokers and increase
> the replication factor of the topic.
> (io.confluent.kafka.schemaregistry.storage.KafkaStore:200)
> [2019-04-25 22:10:23,116] ERROR Error starting the schema registry
> (io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication:67)
> io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryInitializationException:
> Error initializing kafka store while initializing schema registry
> at
> io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry.init(KafkaSchemaRegistry.java:219)
> at
> io.confluent.kafka

Re: [Dev] Avro mapper not working with SP

2019-04-25 Thread Ramindu De Silva
Hi Shafana,

I tried the following step in the "PublishKafkaInCustomAvroFormat" sample.

Navigate to {ConfluentHome} and start the schema registry node using,
bin/schema-registry-start ./etc/schema-registry/schema-registry.properties

And it resulted me with the following.

Ramindus-MacBook-Pro:confluent-5.2.1 ramindu$ bin/schema-registry-start
./etc/schema-registry/schema-registry.properties
[2019-04-25 22:10:21,661] INFO SchemaRegistryConfig values:
resource.extension.class = []
metric.reporters = []
kafkastore.sasl.kerberos.kinit.cmd = /usr/bin/kinit
response.mediatype.default = application/vnd.schemaregistry.v1+json
resource.extension.classes = []
kafkastore.ssl.trustmanager.algorithm = PKIX
inter.instance.protocol = http
authentication.realm =
ssl.keystore.type = JKS
kafkastore.topic = _schemas
metrics.jmx.prefix = kafka.schema.registry
kafkastore.ssl.enabled.protocols = TLSv1.2,TLSv1.1,TLSv1
kafkastore.topic.replication.factor = 3
ssl.truststore.password = [hidden]
kafkastore.timeout.ms = 500
host.name = localhost
kafkastore.bootstrap.servers = []
schema.registry.zk.namespace = schema_registry
kafkastore.sasl.kerberos.ticket.renew.window.factor = 0.8
kafkastore.sasl.kerberos.service.name =
schema.registry.resource.extension.class = []
ssl.endpoint.identification.algorithm =
compression.enable = true
kafkastore.ssl.truststore.type = JKS
avro.compatibility.level = backward
kafkastore.ssl.protocol = TLS
kafkastore.ssl.provider =
kafkastore.ssl.truststore.location =
response.mediatype.preferred = [application/vnd.schemaregistry.v1+json,
application/vnd.schemaregistry+json, application/json]
kafkastore.ssl.keystore.type = JKS
authentication.skip.paths = []
ssl.truststore.type = JKS
websocket.servlet.initializor.classes = []
kafkastore.ssl.truststore.password = [hidden]
access.control.allow.origin =
ssl.truststore.location =
ssl.keystore.password = [hidden]
port = 8081
access.control.allow.headers =
kafkastore.ssl.keystore.location =
metrics.tag.map = {}
master.eligibility = true
ssl.client.auth = false
kafkastore.ssl.keystore.password = [hidden]
rest.servlet.initializor.classes = []
websocket.path.prefix = /ws
kafkastore.security.protocol = PLAINTEXT
ssl.trustmanager.algorithm =
authentication.method = NONE
request.logger.name = io.confluent.rest-utils.requests
ssl.key.password = [hidden]
kafkastore.zk.session.timeout.ms = 3
kafkastore.sasl.mechanism = GSSAPI
kafkastore.sasl.kerberos.ticket.renew.jitter = 0.05
kafkastore.ssl.key.password = [hidden]
zookeeper.set.acl = false
schema.registry.inter.instance.protocol =
authentication.roles = [*]
metrics.num.samples = 2
ssl.protocol = TLS
schema.registry.group.id = schema-registry
kafkastore.ssl.keymanager.algorithm = SunX509
kafkastore.connection.url = localhost:2181
debug = false
listeners = [http://0.0.0.0:8081]
kafkastore.group.id =
ssl.provider =
ssl.enabled.protocols = []
shutdown.graceful.ms = 1000
ssl.keystore.location =
resource.static.locations = []
ssl.cipher.suites = []
kafkastore.ssl.endpoint.identification.algorithm =
mode.mutability = false
kafkastore.ssl.cipher.suites =
access.control.allow.methods =
kafkastore.sasl.kerberos.min.time.before.relogin = 6
ssl.keymanager.algorithm =
metrics.sample.window.ms = 3
kafkastore.init.timeout.ms = 6
 (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:179)
[2019-04-25 22:10:21,717] INFO Logging initialized @629ms to
org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log:193)
[2019-04-25 22:10:22,725] INFO Created schema registry namespace
localhost:2181 /schema_registry
(io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig:709)
[2019-04-25 22:10:22,852] INFO Initializing KafkaStore with broker
endpoints: PLAINTEXT://localhost:9092
(io.confluent.kafka.schemaregistry.storage.KafkaStore:105)
[2019-04-25 22:10:23,105] INFO Creating schemas topic _schemas
(io.confluent.kafka.schemaregistry.storage.KafkaStore:190)
[2019-04-25 22:10:23,107] WARN Creating the schema topic _schemas using a
replication factor of 1, which is less than the desired one of 3. If this
is a production environment, it's crucial to add more brokers and increase
the replication factor of the topic.
(io.confluent.kafka.schemaregistry.storage.KafkaStore:200)
[2019-04-25 22:10:23,116] ERROR Error starting the schema registry
(io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication:67)
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryInitializationException:
Error initializing kafka store while initializing schema registry
at
io.confluent.kafka.schemaregistry.storage.KafkaSchemaRegistry.init(KafkaSchemaRegistry.java:219)
at
io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication.initSchemaRegistry(SchemaRegistryRestApplication.java:65)
at
io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication.setupResources(SchemaRegistryRestApplication.java:76)
at
io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication.setupResources(SchemaRegistryRestApplica

Re: [Dev] Avro mapper not working with SP

2019-01-14 Thread Shafana Safwan
Hi Suho,

Samples are done and PR is merged.

Thank you.

Regards,

On Wed, Jan 9, 2019 at 9:03 AM Tishan Dahanayakage  wrote:

> Hi Shafana,
>
> Added a comment. Please check.
>
> On Wed, Jan 9, 2019 at 12:41 AM Shafana Safwan  wrote:
>
>> Hi Tishan,
>>
>> Please merge my PR on Avro mapper samples for product sp.
>>
>> https://github.com/wso2/product-sp/pull/906
>>
>> Thank you.
>> Regards,
>>
>> On Tue, Jan 8, 2019 at 5:49 PM Shafana Safwan  wrote:
>>
>>> +1
>>>
>>> -- Forwarded message -
>>> From: Shafana Safwan 
>>> Date: Tue, 8 Jan 2019, 09:32
>>> Subject: Re: Avro mapper not working with SP
>>> To: Suhothayan Sriskandarajah 
>>>
>>>
>>> Hi suho,
>>>
>>> I am almost done with it. Will put the PR today.
>>>
>>> Thank you.
>>>
>>>
>>> On Tue, 8 Jan 2019, 00:10 Sriskandarajah Suhothayan, 
>>> wrote:
>>>
 Any update on this?


 On Fri, Jan 4, 2019 at 5:02 PM Sriskandarajah Suhothayan 
 wrote:

> Thanks a lot.
>
> On Fri, Jan 4, 2019 at 4:21 PM Shafana Safwan 
> wrote:
>
>> Hi Suho,
>>
>> I will get the avro mapper sample ready by next week.
>>
>> Thank you.
>>
>> On Fri, Jan 4, 2019 at 2:21 PM Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Please inform the team get this done, and continue the team's work!
>>>
>>> Suho
>>>
>>> On Fri, Jan 4, 2019 at 1:46 PM Shafana Safwan 
>>> wrote:
>>>
 Hi,

 I am in working in Installation Experience team.

 On Fri, Jan 4, 2019 at 1:14 PM Sriskandarajah Suhothayan <
 s...@wso2.com> wrote:

> Can you finish this first and move to the development as it has
> delayed for a long time already.
> This might need only about 2 days, is it?
> What team are you working on?
>
> On Fri, Jan 4, 2019 at 1:12 PM Shafana Safwan 
> wrote:
>
>> Hi Suho,
>>
>> I have fixed the above issue and made sure it will not occur
>> again. Now Avro mapper can be used without any problem.
>> No additional jars are need to be added.
>>
>> I have started working on writing a sample on avro mapper for SP.
>> But I would need some time, since I am currently working on some
>> developments in my team as well.
>>
>> Thank you.
>> Regards,
>> --
>> *Shafana Safwan*
>> Software Engineer
>> WSO2
>> lean . enterprise . middleware
>> Mobile : +94(0) 754515687
>> 
>>
>>
>> On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan 
>> wrote:
>>
>>> Hi Suho,
>>>
>>> Will do ASAP.
>>>
>>> Regards,
>>> Shafana
>>>
>>> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan <
>>> s...@wso2.com> wrote:
>>>
 Please share the doc how to use SP with Kafka and avro registry.

 Regards
 Suho

 On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan <
 s...@wso2.com> wrote:

> Hi Shafana
>
> When I add the latest Avro mapper it's throwing the following
> exception:
>
> org.osgi.framework.BundleException: Could not resolve module:
> siddhi-map-avro [146]
>   Unresolved requirement: Import-Package:
> org.apache.tapestry5.json
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
> at
> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
> at
> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
> at
> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
> at
> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
> at
> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(

Re: [Dev] Avro mapper not working with SP

2019-01-14 Thread Tishan Dahanayakage
Hi Shafana,

Added a comment. Please check.

On Wed, Jan 9, 2019 at 12:41 AM Shafana Safwan  wrote:

> Hi Tishan,
>
> Please merge my PR on Avro mapper samples for product sp.
>
> https://github.com/wso2/product-sp/pull/906
>
> Thank you.
> Regards,
>
> On Tue, Jan 8, 2019 at 5:49 PM Shafana Safwan  wrote:
>
>> +1
>>
>> -- Forwarded message -
>> From: Shafana Safwan 
>> Date: Tue, 8 Jan 2019, 09:32
>> Subject: Re: Avro mapper not working with SP
>> To: Suhothayan Sriskandarajah 
>>
>>
>> Hi suho,
>>
>> I am almost done with it. Will put the PR today.
>>
>> Thank you.
>>
>>
>> On Tue, 8 Jan 2019, 00:10 Sriskandarajah Suhothayan, 
>> wrote:
>>
>>> Any update on this?
>>>
>>>
>>> On Fri, Jan 4, 2019 at 5:02 PM Sriskandarajah Suhothayan 
>>> wrote:
>>>
 Thanks a lot.

 On Fri, Jan 4, 2019 at 4:21 PM Shafana Safwan  wrote:

> Hi Suho,
>
> I will get the avro mapper sample ready by next week.
>
> Thank you.
>
> On Fri, Jan 4, 2019 at 2:21 PM Sriskandarajah Suhothayan <
> s...@wso2.com> wrote:
>
>> Please inform the team get this done, and continue the team's work!
>>
>> Suho
>>
>> On Fri, Jan 4, 2019 at 1:46 PM Shafana Safwan 
>> wrote:
>>
>>> Hi,
>>>
>>> I am in working in Installation Experience team.
>>>
>>> On Fri, Jan 4, 2019 at 1:14 PM Sriskandarajah Suhothayan <
>>> s...@wso2.com> wrote:
>>>
 Can you finish this first and move to the development as it has
 delayed for a long time already.
 This might need only about 2 days, is it?
 What team are you working on?

 On Fri, Jan 4, 2019 at 1:12 PM Shafana Safwan 
 wrote:

> Hi Suho,
>
> I have fixed the above issue and made sure it will not occur
> again. Now Avro mapper can be used without any problem.
> No additional jars are need to be added.
>
> I have started working on writing a sample on avro mapper for SP.
> But I would need some time, since I am currently working on some
> developments in my team as well.
>
> Thank you.
> Regards,
> --
> *Shafana Safwan*
> Software Engineer
> WSO2
> lean . enterprise . middleware
> Mobile : +94(0) 754515687
> 
>
>
> On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan 
> wrote:
>
>> Hi Suho,
>>
>> Will do ASAP.
>>
>> Regards,
>> Shafana
>>
>> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Please share the doc how to use SP with Kafka and avro registry.
>>>
>>> Regards
>>> Suho
>>>
>>> On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan <
>>> s...@wso2.com> wrote:
>>>
 Hi Shafana

 When I add the latest Avro mapper it's throwing the following
 exception:

 org.osgi.framework.BundleException: Could not resolve module:
 siddhi-map-avro [146]
   Unresolved requirement: Import-Package:
 org.apache.tapestry5.json
 at org.eclipse.osgi.container.Module.start(Module.java:444)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
 at
 org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
 at
 org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
 at
 org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
 at
 org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
 at
 org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
 at
>>

Re: [Dev] Avro mapper not working with SP

2019-01-14 Thread Shafana Safwan
Hi Tishan,

Please merge my PR on Avro mapper samples for product sp.

https://github.com/wso2/product-sp/pull/906

Thank you.
Regards,

On Tue, Jan 8, 2019 at 5:49 PM Shafana Safwan  wrote:

> +1
>
> -- Forwarded message -
> From: Shafana Safwan 
> Date: Tue, 8 Jan 2019, 09:32
> Subject: Re: Avro mapper not working with SP
> To: Suhothayan Sriskandarajah 
>
>
> Hi suho,
>
> I am almost done with it. Will put the PR today.
>
> Thank you.
>
>
> On Tue, 8 Jan 2019, 00:10 Sriskandarajah Suhothayan, 
> wrote:
>
>> Any update on this?
>>
>>
>> On Fri, Jan 4, 2019 at 5:02 PM Sriskandarajah Suhothayan 
>> wrote:
>>
>>> Thanks a lot.
>>>
>>> On Fri, Jan 4, 2019 at 4:21 PM Shafana Safwan  wrote:
>>>
 Hi Suho,

 I will get the avro mapper sample ready by next week.

 Thank you.

 On Fri, Jan 4, 2019 at 2:21 PM Sriskandarajah Suhothayan 
 wrote:

> Please inform the team get this done, and continue the team's work!
>
> Suho
>
> On Fri, Jan 4, 2019 at 1:46 PM Shafana Safwan 
> wrote:
>
>> Hi,
>>
>> I am in working in Installation Experience team.
>>
>> On Fri, Jan 4, 2019 at 1:14 PM Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Can you finish this first and move to the development as it has
>>> delayed for a long time already.
>>> This might need only about 2 days, is it?
>>> What team are you working on?
>>>
>>> On Fri, Jan 4, 2019 at 1:12 PM Shafana Safwan 
>>> wrote:
>>>
 Hi Suho,

 I have fixed the above issue and made sure it will not occur again.
 Now Avro mapper can be used without any problem.
 No additional jars are need to be added.

 I have started working on writing a sample on avro mapper for SP.
 But I would need some time, since I am currently working on some
 developments in my team as well.

 Thank you.
 Regards,
 --
 *Shafana Safwan*
 Software Engineer
 WSO2
 lean . enterprise . middleware
 Mobile : +94(0) 754515687
 


 On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan 
 wrote:

> Hi Suho,
>
> Will do ASAP.
>
> Regards,
> Shafana
>
> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan <
> s...@wso2.com> wrote:
>
>> Please share the doc how to use SP with Kafka and avro registry.
>>
>> Regards
>> Suho
>>
>> On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Hi Shafana
>>>
>>> When I add the latest Avro mapper it's throwing the following
>>> exception:
>>>
>>> org.osgi.framework.BundleException: Could not resolve module:
>>> siddhi-map-avro [146]
>>>   Unresolved requirement: Import-Package:
>>> org.apache.tapestry5.json
>>> at org.eclipse.osgi.container.Module.start(Module.java:444)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
>>> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
>>> at org.eclipse.osgi.container.Module.start(Module.java:449)
>>> at
>

Re: [Dev] Avro mapper not working with SP

2019-01-14 Thread Sriskandarajah Suhothayan
Any update on this?


On Fri, Jan 4, 2019 at 5:02 PM Sriskandarajah Suhothayan 
wrote:

> Thanks a lot.
>
> On Fri, Jan 4, 2019 at 4:21 PM Shafana Safwan  wrote:
>
>> Hi Suho,
>>
>> I will get the avro mapper sample ready by next week.
>>
>> Thank you.
>>
>> On Fri, Jan 4, 2019 at 2:21 PM Sriskandarajah Suhothayan 
>> wrote:
>>
>>> Please inform the team get this done, and continue the team's work!
>>>
>>> Suho
>>>
>>> On Fri, Jan 4, 2019 at 1:46 PM Shafana Safwan  wrote:
>>>
 Hi,

 I am in working in Installation Experience team.

 On Fri, Jan 4, 2019 at 1:14 PM Sriskandarajah Suhothayan 
 wrote:

> Can you finish this first and move to the development as it has
> delayed for a long time already.
> This might need only about 2 days, is it?
> What team are you working on?
>
> On Fri, Jan 4, 2019 at 1:12 PM Shafana Safwan 
> wrote:
>
>> Hi Suho,
>>
>> I have fixed the above issue and made sure it will not occur again.
>> Now Avro mapper can be used without any problem.
>> No additional jars are need to be added.
>>
>> I have started working on writing a sample on avro mapper for SP. But
>> I would need some time, since I am currently working on some developments
>> in my team as well.
>>
>> Thank you.
>> Regards,
>> --
>> *Shafana Safwan*
>> Software Engineer
>> WSO2
>> lean . enterprise . middleware
>> Mobile : +94(0) 754515687
>> 
>>
>>
>> On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan 
>> wrote:
>>
>>> Hi Suho,
>>>
>>> Will do ASAP.
>>>
>>> Regards,
>>> Shafana
>>>
>>> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan <
>>> s...@wso2.com> wrote:
>>>
 Please share the doc how to use SP with Kafka and avro registry.

 Regards
 Suho

 On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan <
 s...@wso2.com> wrote:

> Hi Shafana
>
> When I add the latest Avro mapper it's throwing the following
> exception:
>
> org.osgi.framework.BundleException: Could not resolve module:
> siddhi-map-avro [146]
>   Unresolved requirement: Import-Package: org.apache.tapestry5.json
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
> at
> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
> at
> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
> at
> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
> at
> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
> at
> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
> at org.eclipse.osgi.container.Module.start(Module.java:449)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
> at
> org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
> at
> org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
> at org.wso2.carbon.launcher.Main.main(Main.java:84)
>
> Can you please update the Avro documentation home page with the
> relevant other jars we need to add with this to make it work on SP.
>
> Regards
> Suho
> --
> *S. Suhothayan* | Director | WSO2 Inc. 
> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
> 

Re: [Dev] Avro mapper not working with SP

2019-01-04 Thread Sriskandarajah Suhothayan
Thanks a lot.

On Fri, Jan 4, 2019 at 4:21 PM Shafana Safwan  wrote:

> Hi Suho,
>
> I will get the avro mapper sample ready by next week.
>
> Thank you.
>
> On Fri, Jan 4, 2019 at 2:21 PM Sriskandarajah Suhothayan 
> wrote:
>
>> Please inform the team get this done, and continue the team's work!
>>
>> Suho
>>
>> On Fri, Jan 4, 2019 at 1:46 PM Shafana Safwan  wrote:
>>
>>> Hi,
>>>
>>> I am in working in Installation Experience team.
>>>
>>> On Fri, Jan 4, 2019 at 1:14 PM Sriskandarajah Suhothayan 
>>> wrote:
>>>
 Can you finish this first and move to the development as it has delayed
 for a long time already.
 This might need only about 2 days, is it?
 What team are you working on?

 On Fri, Jan 4, 2019 at 1:12 PM Shafana Safwan  wrote:

> Hi Suho,
>
> I have fixed the above issue and made sure it will not occur again.
> Now Avro mapper can be used without any problem.
> No additional jars are need to be added.
>
> I have started working on writing a sample on avro mapper for SP. But
> I would need some time, since I am currently working on some developments
> in my team as well.
>
> Thank you.
> Regards,
> --
> *Shafana Safwan*
> Software Engineer
> WSO2
> lean . enterprise . middleware
> Mobile : +94(0) 754515687
> 
>
>
> On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan 
> wrote:
>
>> Hi Suho,
>>
>> Will do ASAP.
>>
>> Regards,
>> Shafana
>>
>> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Please share the doc how to use SP with Kafka and avro registry.
>>>
>>> Regards
>>> Suho
>>>
>>> On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan <
>>> s...@wso2.com> wrote:
>>>
 Hi Shafana

 When I add the latest Avro mapper it's throwing the following
 exception:

 org.osgi.framework.BundleException: Could not resolve module:
 siddhi-map-avro [146]
   Unresolved requirement: Import-Package: org.apache.tapestry5.json
 at org.eclipse.osgi.container.Module.start(Module.java:444)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
 at
 org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
 at
 org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
 at
 org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
 at
 org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
 at
 org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
 at
 org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
 at org.eclipse.osgi.container.Module.doStart(Module.java:581)
 at org.eclipse.osgi.container.Module.start(Module.java:449)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
 at
 org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
 at
 org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
 at org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
 at org.wso2.carbon.launcher.Main.main(Main.java:84)

 Can you please update the Avro documentation home page with the
 relevant other jars we need to add with this to make it work on SP.

 Regards
 Suho
 --
 *S. Suhothayan* | Director | WSO2 Inc. 
 (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
 
 GET INTEGRATION AGILE
 Integration Agility for Digitally Driven Business

>>> --
>>> *S. Suhothayan* | Director | WSO2 Inc. 
>>> (m) (+94) 779 756 757 

Re: [Dev] Avro mapper not working with SP

2019-01-04 Thread Shafana Safwan
Hi Suho,

I will get the avro mapper sample ready by next week.

Thank you.

On Fri, Jan 4, 2019 at 2:21 PM Sriskandarajah Suhothayan 
wrote:

> Please inform the team get this done, and continue the team's work!
>
> Suho
>
> On Fri, Jan 4, 2019 at 1:46 PM Shafana Safwan  wrote:
>
>> Hi,
>>
>> I am in working in Installation Experience team.
>>
>> On Fri, Jan 4, 2019 at 1:14 PM Sriskandarajah Suhothayan 
>> wrote:
>>
>>> Can you finish this first and move to the development as it has delayed
>>> for a long time already.
>>> This might need only about 2 days, is it?
>>> What team are you working on?
>>>
>>> On Fri, Jan 4, 2019 at 1:12 PM Shafana Safwan  wrote:
>>>
 Hi Suho,

 I have fixed the above issue and made sure it will not occur again. Now
 Avro mapper can be used without any problem.
 No additional jars are need to be added.

 I have started working on writing a sample on avro mapper for SP. But I
 would need some time, since I am currently working on some developments in
 my team as well.

 Thank you.
 Regards,
 --
 *Shafana Safwan*
 Software Engineer
 WSO2
 lean . enterprise . middleware
 Mobile : +94(0) 754515687
 


 On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan 
 wrote:

> Hi Suho,
>
> Will do ASAP.
>
> Regards,
> Shafana
>
> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan <
> s...@wso2.com> wrote:
>
>> Please share the doc how to use SP with Kafka and avro registry.
>>
>> Regards
>> Suho
>>
>> On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan <
>> s...@wso2.com> wrote:
>>
>>> Hi Shafana
>>>
>>> When I add the latest Avro mapper it's throwing the following
>>> exception:
>>>
>>> org.osgi.framework.BundleException: Could not resolve module:
>>> siddhi-map-avro [146]
>>>   Unresolved requirement: Import-Package: org.apache.tapestry5.json
>>> at org.eclipse.osgi.container.Module.start(Module.java:444)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
>>> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
>>> at org.eclipse.osgi.container.Module.start(Module.java:449)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>>> at
>>> org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
>>> at org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
>>> at org.wso2.carbon.launcher.Main.main(Main.java:84)
>>>
>>> Can you please update the Avro documentation home page with the
>>> relevant other jars we need to add with this to make it work on SP.
>>>
>>> Regards
>>> Suho
>>> --
>>> *S. Suhothayan* | Director | WSO2 Inc. 
>>> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
>>> 
>>> GET INTEGRATION AGILE
>>> Integration Agility for Digitally Driven Business
>>>
>> --
>> *S. Suhothayan* | Director | WSO2 Inc. 
>> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
>> 
>> GET INTEGRATION AGILE
>> Integration Agility for Digitally Driven Business
>>
>
>
> --
> *Shafana S

Re: [Dev] Avro mapper not working with SP

2019-01-03 Thread Shafana Safwan
Hi Suho,

I have fixed the above issue and made sure it will not occur again. Now
Avro mapper can be used without any problem.
No additional jars are need to be added.

I have started working on writing a sample on avro mapper for SP. But I
would need some time, since I am currently working on some developments in
my team as well.

Thank you.
Regards,
-- 
*Shafana Safwan*
Software Engineer
WSO2
lean . enterprise . middleware
Mobile : +94(0) 754515687



On Mon, Dec 10, 2018 at 10:28 AM Shafana Safwan  wrote:

> Hi Suho,
>
> Will do ASAP.
>
> Regards,
> Shafana
>
> On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan 
> wrote:
>
>> Please share the doc how to use SP with Kafka and avro registry.
>>
>> Regards
>> Suho
>>
>> On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan 
>> wrote:
>>
>>> Hi Shafana
>>>
>>> When I add the latest Avro mapper it's throwing the following exception:
>>>
>>> org.osgi.framework.BundleException: Could not resolve module:
>>> siddhi-map-avro [146]
>>>   Unresolved requirement: Import-Package: org.apache.tapestry5.json
>>> at org.eclipse.osgi.container.Module.start(Module.java:444)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
>>> at
>>> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
>>> at
>>> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
>>> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
>>> at org.eclipse.osgi.container.Module.start(Module.java:449)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>>> at
>>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>>> at
>>> org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
>>> at org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
>>> at org.wso2.carbon.launcher.Main.main(Main.java:84)
>>>
>>> Can you please update the Avro documentation home page with the
>>> relevant other jars we need to add with this to make it work on SP.
>>>
>>> Regards
>>> Suho
>>> --
>>> *S. Suhothayan* | Director | WSO2 Inc. 
>>> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
>>> 
>>> GET INTEGRATION AGILE
>>> Integration Agility for Digitally Driven Business
>>>
>> --
>> *S. Suhothayan* | Director | WSO2 Inc. 
>> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
>> 
>> GET INTEGRATION AGILE
>> Integration Agility for Digitally Driven Business
>>
>
>
> --
> *Shafana Safwan*
> Software Engineer
> WSO2
> lean . enterprise . middleware
> Mobile : +94(0) 754515687
> 
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Avro mapper not working with SP

2018-12-09 Thread Shafana Safwan
Hi Suho,

Will do ASAP.

Regards,
Shafana

On Sun, Dec 9, 2018 at 8:08 PM Sriskandarajah Suhothayan 
wrote:

> Please share the doc how to use SP with Kafka and avro registry.
>
> Regards
> Suho
>
> On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan 
> wrote:
>
>> Hi Shafana
>>
>> When I add the latest Avro mapper it's throwing the following exception:
>>
>> org.osgi.framework.BundleException: Could not resolve module:
>> siddhi-map-avro [146]
>>   Unresolved requirement: Import-Package: org.apache.tapestry5.json
>> at org.eclipse.osgi.container.Module.start(Module.java:444)
>> at
>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>> at
>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>> at
>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
>> at
>> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
>> at
>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
>> at
>> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
>> at
>> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
>> at
>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
>> at
>> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at
>> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
>> at
>> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
>> at
>> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
>> at
>> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
>> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
>> at org.eclipse.osgi.container.Module.start(Module.java:449)
>> at
>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
>> at
>> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
>> at
>> org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
>> at org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
>> at org.wso2.carbon.launcher.Main.main(Main.java:84)
>>
>> Can you please update the Avro documentation home page with the
>> relevant other jars we need to add with this to make it work on SP.
>>
>> Regards
>> Suho
>> --
>> *S. Suhothayan* | Director | WSO2 Inc. 
>> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
>> 
>> GET INTEGRATION AGILE
>> Integration Agility for Digitally Driven Business
>>
> --
> *S. Suhothayan* | Director | WSO2 Inc. 
> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
> 
> GET INTEGRATION AGILE
> Integration Agility for Digitally Driven Business
>


-- 
*Shafana Safwan*
Software Engineer
WSO2
lean . enterprise . middleware
Mobile : +94(0) 754515687

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Avro mapper not working with SP

2018-12-09 Thread Sriskandarajah Suhothayan
Please share the doc how to use SP with Kafka and avro registry.

Regards
Suho

On Sun, Dec 9, 2018 at 12:07 PM Sriskandarajah Suhothayan 
wrote:

> Hi Shafana
>
> When I add the latest Avro mapper it's throwing the following exception:
>
> org.osgi.framework.BundleException: Could not resolve module:
> siddhi-map-avro [146]
>   Unresolved requirement: Import-Package: org.apache.tapestry5.json
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
> at
> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
> at
> org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
> at
> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
> at
> org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
> at
> org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
> at
> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
> at org.eclipse.osgi.container.Module.start(Module.java:449)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
> at
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
> at
> org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
> at org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
> at org.wso2.carbon.launcher.Main.main(Main.java:84)
>
> Can you please update the Avro documentation home page with the
> relevant other jars we need to add with this to make it work on SP.
>
> Regards
> Suho
> --
> *S. Suhothayan* | Director | WSO2 Inc. 
> (m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan
> 
> GET INTEGRATION AGILE
> Integration Agility for Digitally Driven Business
>
-- 
*S. Suhothayan* | Director | WSO2 Inc. 
(m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan

GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Avro mapper not working with SP

2018-12-08 Thread Sriskandarajah Suhothayan
Hi Shafana

When I add the latest Avro mapper it's throwing the following exception:

org.osgi.framework.BundleException: Could not resolve module:
siddhi-map-avro [146]
  Unresolved requirement: Import-Package: org.apache.tapestry5.json
at org.eclipse.osgi.container.Module.start(Module.java:444)
at
org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
at
org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
at
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:453)
at
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:111)
at
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:191)
at
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:205)
at
org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:60)
at
org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
at
org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
at
org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
at
org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:932)
at
org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
at org.eclipse.osgi.container.Module.doStart(Module.java:581)
at org.eclipse.osgi.container.Module.start(Module.java:449)
at
org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
at
org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
at
org.wso2.carbon.launcher.CarbonServer.loadInitialBundles(CarbonServer.java:242)
at org.wso2.carbon.launcher.CarbonServer.start(CarbonServer.java:83)
at org.wso2.carbon.launcher.Main.main(Main.java:84)

Can you please update the Avro documentation home page with the
relevant other jars we need to add with this to make it work on SP.

Regards
Suho
-- 
*S. Suhothayan* | Director | WSO2 Inc. 
(m) (+94) 779 756 757 | (e) s...@wso2.com | (t) @suhothayan

GET INTEGRATION AGILE
Integration Agility for Digitally Driven Business
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev