Re: Classloading Error with Kotlin and Streams

2017-09-19 Thread Avi Flax
> On Sep 15, 2017, at 23:08, Amir Nagri wrote: > > Were you able to resolve above? No, not yet. And I haven’t had a chance to open that JIRA ticket… sorry about that. Will try to get to it soon. Software Architect @ Park Assist » http://tech.parkassist.com/

Re: Classloading Error with Kotlin and Streams

2017-09-15 Thread Amir Nagri
Hi Avi, Were you able to resolve above? On Tue, Sep 12, 2017 at 12:45 AM, Avi Flax wrote: > > > On Sep 11, 2017, at 14:31, Bill Bejeck wrote: > > > > I've done a little digging. Unfortunately, I don't have any answers at > this point. > > > > ... > > > > For us to go further, I think you'll ne

Re: Classloading Error with Kotlin and Streams

2017-09-11 Thread Avi Flax
> On Sep 11, 2017, at 14:31, Bill Bejeck wrote: > > I've done a little digging. Unfortunately, I don't have any answers at this > point. > > ... > > For us to go further, I think you'll need to put a JIRA ticket in, sorry this > isn't very helpful at this point. Thanks for putting the time

Re: Classloading Error with Kotlin and Streams

2017-09-11 Thread Bill Bejeck
Hi Avi, I've done a little digging. Unfortunately, I don't have any answers at this point. Here's what I did: 1. I replicated your CLI command in a standalone class (TestDeserializerLoader.kt in IntelliJ) and created an uber-jar file. I can reproduce your error with "kotlin -cp Te

Re: Classloading Error with Kotlin and Streams

2017-09-11 Thread Avi Flax
> On Sep 8, 2017, at 17:57, Bill Bejeck wrote: > > I'm not super familiar with Kotiln, but I'm taking a look. Thanks Bill! I appreciate the help, and I look forward to your findings. Avi Software Architect @ Park Assist » http://tech.parkassist.com/

Re: Classloading Error with Kotlin and Streams

2017-09-08 Thread Bill Bejeck
Hi Avi, I'm not super familiar with Kotiln, but I'm taking a look. Thanks, Bill On Fri, Sep 8, 2017 at 4:28 PM, Avi Flax wrote: > Hi all, I’m trying to experiment with Kotlin and Streams, and I’m > encountering an error: > > $ kotlinc -cp > kafka-streams-0.11.0.0-cp1.jar:kafka-clients-0.11.0.

Classloading Error with Kotlin and Streams

2017-09-08 Thread Avi Flax
Hi all, I’m trying to experiment with Kotlin and Streams, and I’m encountering an error: $ kotlinc -cp kafka-streams-0.11.0.0-cp1.jar:kafka-clients-0.11.0.0-cp1.jar:slf4j-api-1.7.25.jar -jvm-target 1.8 Welcome to Kotlin version 1.1.4-3 (JRE 1.8.0_141-b15) Type :help for help, :quit for quit >>