You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iota.apache.org by "klbm9999 ." <kl...@gmail.com> on 2016/11/13 07:10:05 UTC

Just joined

Hello,

I just joined this mailing list. I am an undergrad student, and would like
to contribute to this project.
I would like some guidance regarding this.

Thank you

Re: Just joined

Posted by Tony Faustini <to...@litbit.com>.
Will do - but it’s getting late here and I need to finish a a few QA task so it might be tomorrow before I get around to it.

-Tony

> On Nov 12, 2016, at 11:23 PM, Shivansh Srivastava <sh...@knoldus.com> wrote:
> 
> Hey Tony, there are some PR's pending on the github. Please take a look.
> 
> Thanks.
> 
> On Sun, Nov 13, 2016 at 12:43 PM, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
> Any small tasks that i could do?
> 
> On 13 November 2016 at 12:43, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
> I recently learned scala. But i dont know Akka. I will learn it.
> 
> 
> On 13 November 2016 at 12:42, Tony Faustini <tony@litbit.com <ma...@litbit.com>> wrote:
> Welcome - klbm9999. How well do you know Scala/Akka? There are some great opportunities to contribute.
> 
> -Tony
> 
> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
> >
> > Hello,
> >
> > I just joined this mailing list. I am an undergrad student, and would like to contribute to this project.
> > I would like some guidance regarding this.
> >
> > Thank you
> 
> 
> 
> 
> 
> 
> -- 
> Best Regards | Shivansh
> Software Consultant 
> Knoldus Software LLP
> 
> India - US - Canada
>  Twitter <http://www.twitter.com/shiv4nsh> | FB <http://www.facebook.com/xeruo> | LinkedIn <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>

Re: Just joined

Posted by Shivansh Srivastava <sh...@knoldus.com>.
Hey Tony, there are some PR's pending on the github. Please take a look.

Thanks.

On Sun, Nov 13, 2016 at 12:43 PM, klbm9999 . <kl...@gmail.com> wrote:

> Any small tasks that i could do?
>
> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>
>> I recently learned scala. But i dont know Akka. I will learn it.
>>
>>
>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>
>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>> great opportunities to contribute.
>>>
>>> -Tony
>>>
>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>>> >
>>> > Hello,
>>> >
>>> > I just joined this mailing list. I am an undergrad student, and would
>>> like to contribute to this project.
>>> > I would like some guidance regarding this.
>>> >
>>> > Thank you
>>>
>>>
>>
>


-- 
*Best Regards | Shivansh*
*Software Consultant*
*Knoldus Software LLP*

*India - US - Canada*
* Twitter <http://www.twitter.com/shiv4nsh> | FB
<http://www.facebook.com/xeruo> | LinkedIn
<https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Hey,

No need to stop fey.
Fey watches the JSONrepo for CREATE/UPDATE files with the extension .json
and process them.
Seems like the problem you are having is a linux related issue. Please,
take a look in this stack-overflow questions and see if you are able to
solve your problem:

http://unix.stackexchange.com/questions/13751/kernel-inotify-watch-limit-reached

Another things from the orchestrations you are trying to add:

   1. Each file can have only ONE orchestration, do not place more than one
   orchestration per file
   2. All of the key-values in the "parameters" attribute should be a String

Also the extension *.processed* gets added to the processed orchestration
file only when you have the configuration *enale-checkpoint *equal true.

Thanks

On Mon, Nov 21, 2016 at 5:21 PM, klbm9999 . <kl...@gmail.com> wrote:

> While changing the JSON, i first stopped fey-core, added the orchestration
> object and restarted the fey-core.
>
> On 22 November 2016 at 06:50, klbm9999 . <kl...@gmail.com> wrote:
>
>> Hi Barbara, thanks a lot, i had not created feyJSONRepo and feyJarRepo,
>> and was trying to work them from the example directory, finally, i ran an
>> orchestration (temperature.JSON in example) and i got the following output :
>>
>>
>> ​
>> ​
>> But, when i tried adding another orchestration on by my own i received
>> this error :
>>
>> [ERROR] [16/11/22 11:05:30] akka.actor.OneForOneStrategy
>> [akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] : User limit
>> of inotify watches reached
>>
>> I did it in this way :
>>
>> I added the new orchestration JSON object into temperature.json.processed
>> (didnt work, so i removed "".processed" and tried again, didnt work either)
>>
>> My question :
>> 1. To add new orchestrations, do we have to always do it in another file?
>> 2. Can we add new orchestrations while fey-core is running?
>>
>> PFA my changed JSON file for reference
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Barbara Gomes
Computer Engineer
San Jose, CA

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
While changing the JSON, i first stopped fey-core, added the orchestration
object and restarted the fey-core.

On 22 November 2016 at 06:50, klbm9999 . <kl...@gmail.com> wrote:

> Hi Barbara, thanks a lot, i had not created feyJSONRepo and feyJarRepo,
> and was trying to work them from the example directory, finally, i ran an
> orchestration (temperature.JSON in example) and i got the following output :
>
>
> ​
> ​
> But, when i tried adding another orchestration on by my own i received
> this error :
>
> [ERROR] [16/11/22 11:05:30] akka.actor.OneForOneStrategy
> [akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] : User limit
> of inotify watches reached
>
> I did it in this way :
>
> I added the new orchestration JSON object into temperature.json.processed
> (didnt work, so i removed "".processed" and tried again, didnt work either)
>
> My question :
> 1. To add new orchestrations, do we have to always do it in another file?
> 2. Can we add new orchestrations while fey-core is running?
>
> PFA my changed JSON file for reference
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Hi Barbara, thanks a lot, i had not created feyJSONRepo and feyJarRepo, and
was trying to work them from the example directory, finally, i ran an
orchestration (temperature.JSON in example) and i got the following output :


​
​
But, when i tried adding another orchestration on by my own i received this
error :

[ERROR] [16/11/22 11:05:30] akka.actor.OneForOneStrategy
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] : User limit of
inotify watches reached

I did it in this way :

I added the new orchestration JSON object into temperature.json.processed
(didnt work, so i removed "".processed" and tried again, didnt work either)

My question :
1. To add new orchestrations, do we have to always do it in another file?
2. Can we add new orchestrations while fey-core is running?

PFA my changed JSON file for reference

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Hi klbm9999,

As I suspected the JSON_RECEIVER actor did not started:

[ERROR] [16/11/22 04:32:51] akka.actor.OneForOneStrategy
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] :
/home/klbm9999/feyJSONRepo
akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation
	at akka.actor.ActorInitializationException$.apply(Actor.scala:174)
	at akka.actor.ActorCell.create(ActorCell.scala:606)
	at akka.actor.dungeon.FaultHandling$class.finishCreate(FaultHandling.scala:136)
	at akka.actor.dungeon.FaultHandling$class.faultCreate(FaultHandling.scala:130)
	at akka.actor.ActorCell.faultCreate(ActorCell.scala:374)
	at akka.actor.dungeon.FaultHandling$class.faultRecreate(FaultHandling.scala:59)
	at akka.actor.ActorCell.faultRecreate(ActorCell.scala:374)
	at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:464)
	at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483)
	at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
	at akka.dispatch.Mailbox.run(Mailbox.scala:223)
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)*Caused
by: java.nio.file.NoSuchFileException: /home/klbm9999/feyJSONRepo*
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
	at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:246)
	at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
	at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:329)
	at java.lang.Thread.run(Thread.java:745)


Please, make sure this folder exists and try to start it again.

Thanks,


On Mon, Nov 21, 2016 at 10:45 AM, klbm9999 . <kl...@gmail.com> wrote:

> The same log text file.
>



-- 
Barbara Gomes
Computer Engineer
San Jose, CA

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
The same log text file.

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Hello Barbara,

The following is the console log :

/usr/local/java/jdk1.8.0_101/bin/java -Didea.launcher.port=7532
-Didea.launcher.bin.path=/home/klbm9999/Downloads/idea-IC-162.2228.15/bin
-Dfile.encoding=UTF-8 -classpath
/usr/local/java/jdk1.8.0_101/jre/lib/charsets.jar:/usr/local/java/jdk1.8.0_101/jre/lib/deploy.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/cldrdata.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/dnsns.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/jaccess.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/jfxrt.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/localedata.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/mysql-connector.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/nashorn.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/sunec.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/sunjce_provider.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/sunpkcs11.jar:/usr/local/java/jdk1.8.0_101/jre/lib/ext/zipfs.jar:/usr/local/java/jdk1.8.0_101/jre/lib/javaws.jar:/usr/local/java/jdk1.8.0_101/jre/lib/jce.jar:/usr/local/java/jdk1.8.0_101/jre/lib/jfr.jar:/usr/local/java/jdk1.8.0_101/jre/lib/jfxswt.jar:/usr/local/java/jdk1.8.0_101/jre/lib/jsse.jar:/usr/local/java/jdk1.8.0_101/jre/lib/management-agent.jar:/usr/local/java/jdk1.8.0_101/jre/lib/plugin.jar:/usr/local/java/jdk1.8.0_101/jre/lib/resources.jar:/usr/local/java/jdk1.8.0_101/jre/lib/rt.jar:/home/klbm9999/Desktop/iota/incubator-iota/fey-core/target/scala-2.11/classes:/home/klbm9999/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar:/home/klbm9999/.ivy2/cache/xml-apis/xml-apis/jars/xml-apis-1.4.01.jar:/home/klbm9999/.ivy2/cache/xerces/xercesImpl/jars/xercesImpl-2.11.0.jar:/home/klbm9999/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.20.jar:/home/klbm9999/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.16.jar:/home/klbm9999/.ivy2/cache/org.slf4j/jul-to-slf4j/jars/jul-to-slf4j-1.7.16.jar:/home/klbm9999/.ivy2/cache/org.slf4j/jcl-over-slf4j/jars/jcl-over-slf4j-1.7.16.jar:/home/klbm9999/.ivy2/cache/org.scalaz/scalaz-core_2.11/bundles/scalaz-core_2.11-7.2.0.jar:/home/klbm9999/.ivy2/cache/org.scala-stm/scala-stm_2.11/jars/scala-stm_2.11-0.7.jar:/home/klbm9999/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.3.jar:/home/klbm9999/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.1.jar:/home/klbm9999/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.11/bundles/scala-parser-combinators_2.11-1.0.4.jar:/home/klbm9999/.ivy2/cache/org.scala-lang.modules/scala-java8-compat_2.11/bundles/scala-java8-compat_2.11-0.7.0.jar:/home/klbm9999/.ivy2/cache/org.scala-lang/scala-reflect/jars/scala-reflect-2.11.8.jar:/home/klbm9999/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.8.jar:/home/klbm9999/.ivy2/cache/org.reactivestreams/reactive-streams/jars/reactive-streams-1.0.0.jar:/home/klbm9999/.ivy2/cache/org.parboiled/parboiled-scala_2.11/jars/parboiled-scala_2.11-1.1.7.jar:/home/klbm9999/.ivy2/cache/org.parboiled/parboiled-core/jars/parboiled-core-1.1.7.jar:/home/klbm9999/.ivy2/cache/org.jvnet.mimepull/mimepull/jars/mimepull-1.9.5.jar:/home/klbm9999/.ivy2/cache/org.joda/joda-convert/jars/joda-convert-1.8.1.jar:/home/klbm9999/.ivy2/cache/org.apache.commons/commons-lang3/jars/commons-lang3-3.4.jar:/home/klbm9999/.ivy2/cache/joda-time/joda-time/jars/joda-time-2.9.2.jar:/home/klbm9999/.ivy2/cache/javax.transaction/jta/jars/jta-1.1.jar:/home/klbm9999/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar:/home/klbm9999/.ivy2/cache/janino/janino/jars/janino-2.5.10.jar:/home/klbm9999/.ivy2/cache/io.spray/spray-util_2.11/bundles/spray-util_2.11-1.3.3.jar:/home/klbm9999/.ivy2/cache/io.spray/spray-routing_2.11/bundles/spray-routing_2.11-1.3.3.jar:/home/klbm9999/.ivy2/cache/io.spray/spray-io_2.11/bundles/spray-io_2.11-1.3.3.jar:/home/klbm9999/.ivy2/cache/io.spray/spray-httpx_2.11/bundles/spray-httpx_2.11-1.3.3.jar:/home/klbm9999/.ivy2/cache/io.spray/spray-http_2.11/bundles/spray-http_2.11-1.3.3.jar:/home/klbm9999/.ivy2/cache/io.spray/spray-can_2.11/bundles/spray-can_2.11-1.3.3.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-transport-native-epoll/jars/netty-transport-native-epoll-4.0.36.Final-linux-x86_64.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-transport/jars/netty-transport-4.0.36.Final.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-handler/jars/netty-handler-4.0.34.Final.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-common/jars/netty-common-4.0.36.Final.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-codec-http/jars/netty-codec-http-4.0.34.Final.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-codec/jars/netty-codec-4.0.34.Final.jar:/home/klbm9999/.ivy2/cache/io.netty/netty-buffer/jars/netty-buffer-4.0.36.Final.jar:/home/klbm9999/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.4.jar:/home/klbm9999/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.10.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/twirl-api_2.11/jars/twirl-api_2.11-1.1.1.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play_2.11/jars/play_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-streams_2.11/jars/play-streams_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-server_2.11/jars/play-server_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-netty-utils/jars/play-netty-utils-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-netty-server_2.11/jars/play-netty-server_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-json_2.11/jars/play-json_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-json_2.11/jars/play-json_2.11-2.5.0.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-iteratees_2.11/jars/play-iteratees_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-iteratees_2.11/jars/play-iteratees_2.11-2.5.0.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-functional_2.11/jars/play-functional_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-functional_2.11/jars/play-functional_2.11-2.5.0.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-exceptions/jars/play-exceptions-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-datacommons_2.11/jars/play-datacommons_2.11-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/play-datacommons_2.11/jars/play-datacommons_2.11-2.5.0.jar:/home/klbm9999/.ivy2/cache/com.typesafe.play/build-link/jars/build-link-2.5.3.jar:/home/klbm9999/.ivy2/cache/com.typesafe.netty/netty-reactive-streams-http/jars/netty-reactive-streams-http-1.0.5.jar:/home/klbm9999/.ivy2/cache/com.typesafe.netty/netty-reactive-streams/jars/netty-reactive-streams-1.0.5.jar:/home/klbm9999/.ivy2/cache/com.typesafe.akka/akka-stream_2.11/jars/akka-stream_2.11-2.4.4.jar:/home/klbm9999/.ivy2/cache/com.typesafe.akka/akka-slf4j_2.11/jars/akka-slf4j_2.11-2.4.4.jar:/home/klbm9999/.ivy2/cache/com.typesafe.akka/akka-slf4j_2.11/jars/akka-slf4j_2.11-2.4.2.jar:/home/klbm9999/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.4.4.jar:/home/klbm9999/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.4.2.jar:/home/klbm9999/.ivy2/cache/com.typesafe/ssl-config-core_2.11/bundles/ssl-config-core_2.11-0.2.1.jar:/home/klbm9999/.ivy2/cache/com.typesafe/ssl-config-akka_2.11/bundles/ssl-config-akka_2.11-0.2.1.jar:/home/klbm9999/.ivy2/cache/com.typesafe/config/bundles/config-1.3.0.jar:/home/klbm9999/.ivy2/cache/com.google.inject.extensions/guice-assistedinject/jars/guice-assistedinject-4.0.jar:/home/klbm9999/.ivy2/cache/com.google.inject/guice/jars/guice-4.0.jar:/home/klbm9999/.ivy2/cache/com.google.guava/guava/bundles/guava-19.0.jar:/home/klbm9999/.ivy2/cache/com.google.guava/guava/bundles/guava-16.0.1.jar:/home/klbm9999/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/bundles/jackson-datatype-jsr310-2.7.1.jar:/home/klbm9999/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/bundles/jackson-datatype-jdk8-2.7.1.jar:/home/klbm9999/.ivy2/cache/com.fasterxml.jackson.core/jackson-databind/bundles/jackson-databind-2.7.1.jar:/home/klbm9999/.ivy2/cache/com.fasterxml.jackson.core/jackson-core/bundles/jackson-core-2.7.1.jar:/home/klbm9999/.ivy2/cache/com.fasterxml.jackson.core/jackson-annotations/bundles/jackson-annotations-2.7.1.jar:/home/klbm9999/.ivy2/cache/com.eclipsesource/play-json-schema-validator_2.11/jars/play-json-schema-validator_2.11-0.7.0.jar:/home/klbm9999/.ivy2/cache/com.chuusai/shapeless_2.11/jars/shapeless_2.11-1.2.4.jar:/home/klbm9999/.ivy2/cache/ch.qos.logback/logback-core/jars/logback-core-1.1.7.jar:/home/klbm9999/.ivy2/cache/ch.qos.logback/logback-classic/jars/logback-classic-1.1.7.jar:/home/klbm9999/Downloads/idea-IC-162.2228.15/lib/idea_rt.jar
com.intellij.rt.execution.application.AppMain
org.apache.iota.fey.Application[INFO] [16/11/22 04:32:46]
org.apache.iota.fey.CONFIG$ [] : Using Fey Default Configuration[WARN]
[16/11/22 04:32:46] org.apache.iota.fey.CONFIG$ [] : No user
configuration defined. Check if your configuration path  is
right.[INFO] [16/11/22 04:32:49] akka.event.slf4j.Slf4jLogger [] :
Slf4jLogger started[DEBUG] [16/11/22 04:32:49] akka.event.EventStream
[EventStream(akka://FEY-MANAGEMENT-SYSTEM)] : logger log1-Slf4jLogger
started[DEBUG] [16/11/22 04:32:49] akka.event.EventStream
[EventStream(akka://FEY-MANAGEMENT-SYSTEM)] : Default Loggers
started[INFO] [16/11/22 04:32:50] org.apache.iota.fey.FeyCore
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE] : Starting Fey Core[INFO]
[16/11/22 04:32:50] org.apache.iota.fey.Monitor
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-MONITOR] : START |
1479769370646 | akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE | [INFO]
[16/11/22 04:32:51] org.apache.iota.fey.Monitor
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-MONITOR] : START |
1479769371014 |
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER | [ERROR]
[16/11/22 04:32:51] akka.actor.OneForOneStrategy
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] :
/home/klbm9999/feyJSONRepo
akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation
	at akka.actor.ActorInitializationException$.apply(Actor.scala:174)
	at akka.actor.ActorCell.create(ActorCell.scala:606)
	at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:461)
	at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483)
	at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
	at akka.dispatch.Mailbox.run(Mailbox.scala:223)
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: java.nio.file.NoSuchFileException: /home/klbm9999/feyJSONRepo
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
	at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:246)
	at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
	at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:329)
	at java.lang.Thread.run(Thread.java:745)[ERROR] [16/11/22 04:32:51]
akka.actor.ActorCell
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] : changing
Recreate into Create after akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation[INFO] [16/11/22 04:32:51] org.apache.iota.fey.Monitor
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-MONITOR] : START |
1479769371211 |
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER | [ERROR]
[16/11/22 04:32:51] akka.actor.OneForOneStrategy
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] :
/home/klbm9999/feyJSONRepo
akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation
	at akka.actor.ActorInitializationException$.apply(Actor.scala:174)
	at akka.actor.ActorCell.create(ActorCell.scala:606)
	at akka.actor.dungeon.FaultHandling$class.finishCreate(FaultHandling.scala:136)
	at akka.actor.dungeon.FaultHandling$class.faultCreate(FaultHandling.scala:130)
	at akka.actor.ActorCell.faultCreate(ActorCell.scala:374)
	at akka.actor.dungeon.FaultHandling$class.faultRecreate(FaultHandling.scala:59)
	at akka.actor.ActorCell.faultRecreate(ActorCell.scala:374)
	at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:464)
	at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483)
	at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
	at akka.dispatch.Mailbox.run(Mailbox.scala:223)
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: java.nio.file.NoSuchFileException: /home/klbm9999/feyJSONRepo
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
	at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:246)
	at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
	at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:329)
	at java.lang.Thread.run(Thread.java:745)[ERROR] [16/11/22 04:32:51]
akka.actor.ActorCell
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] : changing
Recreate into Create after akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation[INFO] [16/11/22 04:32:51] org.apache.iota.fey.Monitor
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-MONITOR] : START |
1479769371247 |
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER | [ERROR]
[16/11/22 04:32:51] akka.actor.OneForOneStrategy
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] :
/home/klbm9999/feyJSONRepo
akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation
	at akka.actor.ActorInitializationException$.apply(Actor.scala:174)
	at akka.actor.ActorCell.create(ActorCell.scala:606)
	at akka.actor.dungeon.FaultHandling$class.finishCreate(FaultHandling.scala:136)
	at akka.actor.dungeon.FaultHandling$class.faultCreate(FaultHandling.scala:130)
	at akka.actor.ActorCell.faultCreate(ActorCell.scala:374)
	at akka.actor.dungeon.FaultHandling$class.faultRecreate(FaultHandling.scala:59)
	at akka.actor.ActorCell.faultRecreate(ActorCell.scala:374)
	at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:464)
	at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483)
	at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
	at akka.dispatch.Mailbox.run(Mailbox.scala:223)
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: java.nio.file.NoSuchFileException: /home/klbm9999/feyJSONRepo
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
	at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:246)
	at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
	at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:329)
	at java.lang.Thread.run(Thread.java:745)[ERROR] [16/11/22 04:32:51]
akka.actor.ActorCell
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] : changing
Recreate into Create after akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation[INFO] [16/11/22 04:32:51] org.apache.iota.fey.Monitor
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-MONITOR] : START |
1479769371267 |
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER | [ERROR]
[16/11/22 04:32:51] akka.actor.OneForOneStrategy
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER] :
/home/klbm9999/feyJSONRepo
akka.actor.ActorInitializationException:
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER: exception
during creation
	at akka.actor.ActorInitializationException$.apply(Actor.scala:174)
	at akka.actor.ActorCell.create(ActorCell.scala:606)
	at akka.actor.dungeon.FaultHandling$class.finishCreate(FaultHandling.scala:136)
	at akka.actor.dungeon.FaultHandling$class.faultCreate(FaultHandling.scala:130)
	at akka.actor.ActorCell.faultCreate(ActorCell.scala:374)
	at akka.actor.dungeon.FaultHandling$class.faultRecreate(FaultHandling.scala:59)
	at akka.actor.ActorCell.faultRecreate(ActorCell.scala:374)
	at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:464)
	at akka.actor.ActorCell.systemInvoke(ActorCell.scala:483)
	at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
	at akka.dispatch.Mailbox.run(Mailbox.scala:223)
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Caused by: java.nio.file.NoSuchFileException: /home/klbm9999/feyJSONRepo
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.asIOException(UnixException.java:111)
	at sun.nio.fs.LinuxWatchService$Poller.implRegister(LinuxWatchService.java:246)
	at sun.nio.fs.AbstractPoller.processRequests(AbstractPoller.java:260)
	at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:329)
	at java.lang.Thread.run(Thread.java:745)[INFO] [16/11/22 04:32:51]
org.apache.iota.fey.FeyCore
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE] : TERMINATED
JSON_RECEIVER[INFO] [16/11/22 04:32:51] org.apache.iota.fey.Monitor
[akka://FEY-MANAGEMENT-SYSTEM/user/FEY-MONITOR] : TERMINATE |
1479769371351 |
akka://FEY-MANAGEMENT-SYSTEM/user/FEY-CORE/JSON_RECEIVER | [INFO]
[16/11/22 04:32:53] akka.event.slf4j.Slf4jLogger [] : Slf4jLogger
started[DEBUG] [16/11/22 04:32:53] akka.event.EventStream
[EventStream(akka://application)] : logger log1-Slf4jLogger
started[DEBUG] [16/11/22 04:32:53] akka.event.EventStream
[EventStream(akka://application)] : Default Loggers started[DEBUG]
[16/11/22 04:32:53] play.api.libs.concurrent.ActorSystemProvider [] :
Starting application default Akka system: application[INFO] [16/11/22
04:32:54] play.api.Play [] : Application started (Prod)[DEBUG]
[16/11/22 04:32:55]
io.netty.util.internal.logging.InternalLoggerFactory [] : Using SLF4J
as the default logging framework[DEBUG] [16/11/22 04:32:55]
io.netty.channel.MultithreadEventLoopGroup [] :
-Dio.netty.eventLoopThreads: 8[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent0 [] :
java.nio.Buffer.address: available[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent0 [] :
sun.misc.Unsafe.theUnsafe: available[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent0 [] :
sun.misc.Unsafe.copyMemory: available[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent0 [] :
java.nio.Bits.unaligned: true[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : Java version: 8[DEBUG]
[16/11/22 04:32:55] io.netty.util.internal.PlatformDependent [] :
-Dio.netty.noUnsafe: false[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : sun.misc.Unsafe:
available[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : -Dio.netty.noJavassist:
false[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : Javassist:
unavailable[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : You don't have Javassist
in your class path or you don't have enough permission to load
dynamically generated classes.  Please check the configuration for
better performance.[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : -Dio.netty.tmpdir: /tmp
(java.io.tmpdir)[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] : -Dio.netty.bitMode: 64
(sun.arch.data.model)[DEBUG] [16/11/22 04:32:55]
io.netty.util.internal.PlatformDependent [] :
-Dio.netty.noPreferDirect: false[DEBUG] [16/11/22 04:32:55]
io.netty.channel.nio.NioEventLoop [] :
-Dio.netty.noKeySetOptimization: false[DEBUG] [16/11/22 04:32:55]
io.netty.channel.nio.NioEventLoop [] :
-Dio.netty.selectorAutoRebuildThreshold: 512[DEBUG] [16/11/22
04:32:55] io.netty.util.internal.ThreadLocalRandom [] :
-Dio.netty.initialSeedUniquifier: 0xb6610397dd4e7408 (took 5
ms)[DEBUG] [16/11/22 04:32:56] io.netty.buffer.ByteBufUtil [] :
-Dio.netty.allocator.type: unpooled[DEBUG] [16/11/22 04:32:56]
io.netty.buffer.ByteBufUtil [] :
-Dio.netty.threadLocalDirectBufferSize: 65536[DEBUG] [16/11/22
04:32:56] io.netty.buffer.ByteBufUtil [] :
-Dio.netty.maxThreadLocalCharBufferSize: 16384[DEBUG] [16/11/22
04:32:56] io.netty.util.NetUtil [] : Loopback interface: lo (lo,
0:0:0:0:0:0:0:1%lo)[DEBUG] [16/11/22 04:32:56] io.netty.util.NetUtil
[] : /proc/sys/net/core/somaxconn: 128[INFO] [16/11/22 04:32:57]
play.core.server.NettyServer [] : Listening for HTTP on
/127.0.0.1:16667


On 21 November 2016 at 23:49, Barbara Malta Gomes <
barbaramaltagomes@gmail.com> wrote:

> Hi klbm9999,
>
> All the performers are loaded dynamically by fey-core according to the
> orchestrations you are trying to start.
> One thing that I've noted is that your* localhost:16666/fey/*
> *activeactors* should show another actor called JSON_RECEIVER
>
> [image: Inline image 1]
>
> Could you please forward the log when you start fey-core so we can see why
> the JSON_RECEIVER was not started?
>
> Regards,
>
> On Fri, Nov 18, 2016 at 8:03 AM, klbm9999 . <kl...@gmail.com> wrote:
>
>> That, was a bit ignorant of me, i ran fey-core sucessfully, this is what
>> my present output looks like :
>>
>>
>> ​
>>
>> I am going to change the orchestrations and experiment around.
>> I apologise for the silly trouble.
>>
>> On 18 November 2016 at 13:58, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> I tried to run in the following ways (i dont know whether they are
>>> correct are not) :
>>> 1. Directly tried to run fey-zmq.jar from terminal (didnt work)
>>>
>>> 2. When i try to run from context menu of the root folder, it asks for
>>> some configurations, which i dont understand
>>>
>>> 3. i tried to run zmq performer seperately , (from context menu of
>>> performers/zmq/src/main/scala/org.apache.iota.fey.performer/application.scala),
>>> but main class not found error received.
>>>
>>>
>>> ​
>>>
>>> Any guidance is welcome.
>>>
>>>
>>>
>>> On 18 November 2016 at 13:04, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> Can you tell me how to run the program?, i started the ZMQ Publisher.
>>>>
>>>> On 18 November 2016 at 00:56, Barbara Malta Gomes <
>>>> barbaramaltagomes@gmail.com> wrote:
>>>>
>>>>> Sorry about the late response. But you can use your own laptop to do
>>>>> that. Just take a look at ZMQ website
>>>>>
>>>>> On Thu, Nov 17, 2016 at 8:20 AM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Nevermind, i got that.
>>>>>>
>>>>>> On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Barbara,
>>>>>>>
>>>>>>> I read all about the orchestrations, ensembles and performers. You
>>>>>>> said that i needed to host ZMQ publisher on a server, could you give me an
>>>>>>> idea how can i do that?
>>>>>>>
>>>>>>> On 16 November 2016 at 00:54, Barbara Malta Gomes <
>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi klbm9999,
>>>>>>>>
>>>>>>>> One of IOTA components is fey (fey-core).
>>>>>>>>
>>>>>>>> Please, take a look at the readme.md inside fey-core folder. You
>>>>>>>> should be able to have an idea of Orchestration, Ensembles and Performers.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>>
>>>>>>>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Sorry for the late reply, can you tell me how to run
>>>>>>>>> orchestrations? (what are orchestrations? any reference links are welcome)
>>>>>>>>>
>>>>>>>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hey klbm9999,
>>>>>>>>>>
>>>>>>>>>> Cool!
>>>>>>>>>>
>>>>>>>>>> Were you able to run any orchestrations?
>>>>>>>>>>
>>>>>>>>>> Regards
>>>>>>>>>>
>>>>>>>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> i simply selected "run tests" for the scala folder in
>>>>>>>>>>> fey-core/src/test and it all did the rest.
>>>>>>>>>>>
>>>>>>>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Added the project using SBT successfully and
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ​
>>>>>>>>>>>> Ran the test (all passed) successfully
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ​
>>>>>>>>>>>> and here is a summary of the steps i followed :
>>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>>>>> bator-iota.
>>>>>>>>>>>> Step 4: Create new project, an SBT project, with auto-import
>>>>>>>>>>>> checked and download SBT tools unchecked
>>>>>>>>>>>> Step 5: Compile the project
>>>>>>>>>>>> Step 6: Go to the item of interest, in the context menu, select
>>>>>>>>>>>> ->Run 'ScalaTests' in 'scala'.
>>>>>>>>>>>>
>>>>>>>>>>>> I would like to proceed to the next step.
>>>>>>>>>>>>
>>>>>>>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>
>>>>>>>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Also, make sure that you have the SBT plugin installed on
>>>>>>>>>>>>> IntelliJ (https://www.jetbrains.com/hel
>>>>>>>>>>>>> p/idea/2016.2/getting-started-with-sbt.html)
>>>>>>>>>>>>>
>>>>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>>>>
>>>>>>>>>>>>> To open the project using IntelliJ:
>>>>>>>>>>>>>
>>>>>>>>>>>>> 1 - File -> Open
>>>>>>>>>>>>> 2 - Select incubator-iota
>>>>>>>>>>>>> 3 - Some times it auto detects that it is a SBT project, but
>>>>>>>>>>>>> if does not, just select SBT
>>>>>>>>>>>>> 4 - Your details screen should look like:
>>>>>>>>>>>>>
>>>>>>>>>>>>> [image: Inline image 2]
>>>>>>>>>>>>>
>>>>>>>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>>>>>>>
>>>>>>>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>>>>>>>> dependencies that the project requires.
>>>>>>>>>>>>>
>>>>>>>>>>>>> You can find the dependencies under you home directory at the
>>>>>>>>>>>>> folder *.ivy2/cache*
>>>>>>>>>>>>>
>>>>>>>>>>>>> Let me know when you are able to compile the project and run
>>>>>>>>>>>>> the tests so I can help you run an example.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Regards,
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <
>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I will try that.
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> You do not need to add anything manually like Akka
>>>>>>>>>>>>>>> libraries, for this only we have dependency manager like sbt, are you
>>>>>>>>>>>>>>> familiar with it ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Just enable the auto-import in the intellij and then
>>>>>>>>>>>>>>> re-import the whole project, Intellij would be able to resolve the
>>>>>>>>>>>>>>> dependencies automatically.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <
>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I did the following :
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>>>>>>> Step 3: Get the source code from
>>>>>>>>>>>>>>>> https://github.com/apache/incubator-iota.
>>>>>>>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk
>>>>>>>>>>>>>>>> for the project.
>>>>>>>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as
>>>>>>>>>>>>>>>> well as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> A screenshot :
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ​
>>>>>>>>>>>>>>>> ​
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Can you please list down the steps that you've done ! That
>>>>>>>>>>>>>>>>> would be easier for me to see whats going wrong !
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <
>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries,
>>>>>>>>>>>>>>>>>> it compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github
>>>>>>>>>>>>>>>>>>>> (this one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <
>>>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each
>>>>>>>>>>>>>>>>>>>>> step since your first task would be documenting this process for others to
>>>>>>>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <
>>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I
>>>>>>>>>>>>>>>>>>>>>> will learn it.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka?
>>>>>>>>>>>>>>>>>>>>>>> There are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Thank You
>>>>>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Thank You
>>>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Barbara Gomes
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Thank You
>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Thank You
>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Barbara Gomes
>>>>>>>>>> Computer Engineer
>>>>>>>>>> San Jose, CA
>>>>>>>>>> +1 (650) 713-6092
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Barbara Gomes
>>>>>>>> Computer Engineer
>>>>>>>> San Jose, CA
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thank You
>>>>>>> K.L.Bhanu Moorthy
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Barbara Gomes
>>>>> Computer Engineer
>>>>> San Jose, CA
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Barbara Gomes
> Computer Engineer
> San Jose, CA
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Hi klbm9999,

All the performers are loaded dynamically by fey-core according to the
orchestrations you are trying to start.
One thing that I've noted is that your* localhost:16666/fey/*
*activeactors* should show another actor called JSON_RECEIVER

[image: Inline image 1]

Could you please forward the log when you start fey-core so we can see why
the JSON_RECEIVER was not started?

Regards,

On Fri, Nov 18, 2016 at 8:03 AM, klbm9999 . <kl...@gmail.com> wrote:

> That, was a bit ignorant of me, i ran fey-core sucessfully, this is what
> my present output looks like :
>
>
> ​
>
> I am going to change the orchestrations and experiment around.
> I apologise for the silly trouble.
>
> On 18 November 2016 at 13:58, klbm9999 . <kl...@gmail.com> wrote:
>
>> I tried to run in the following ways (i dont know whether they are
>> correct are not) :
>> 1. Directly tried to run fey-zmq.jar from terminal (didnt work)
>>
>> 2. When i try to run from context menu of the root folder, it asks for
>> some configurations, which i dont understand
>>
>> 3. i tried to run zmq performer seperately , (from context menu of
>> performers/zmq/src/main/scala/org.apache.iota.fey.performer/application.scala),
>> but main class not found error received.
>>
>>
>> ​
>>
>> Any guidance is welcome.
>>
>>
>>
>> On 18 November 2016 at 13:04, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> Can you tell me how to run the program?, i started the ZMQ Publisher.
>>>
>>> On 18 November 2016 at 00:56, Barbara Malta Gomes <
>>> barbaramaltagomes@gmail.com> wrote:
>>>
>>>> Sorry about the late response. But you can use your own laptop to do
>>>> that. Just take a look at ZMQ website
>>>>
>>>> On Thu, Nov 17, 2016 at 8:20 AM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> Nevermind, i got that.
>>>>>
>>>>> On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:
>>>>>
>>>>>> Hi Barbara,
>>>>>>
>>>>>> I read all about the orchestrations, ensembles and performers. You
>>>>>> said that i needed to host ZMQ publisher on a server, could you give me an
>>>>>> idea how can i do that?
>>>>>>
>>>>>> On 16 November 2016 at 00:54, Barbara Malta Gomes <
>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>
>>>>>>> Hi klbm9999,
>>>>>>>
>>>>>>> One of IOTA components is fey (fey-core).
>>>>>>>
>>>>>>> Please, take a look at the readme.md inside fey-core folder. You
>>>>>>> should be able to have an idea of Orchestration, Ensembles and Performers.
>>>>>>>
>>>>>>> Regards
>>>>>>>
>>>>>>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Sorry for the late reply, can you tell me how to run
>>>>>>>> orchestrations? (what are orchestrations? any reference links are welcome)
>>>>>>>>
>>>>>>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hey klbm9999,
>>>>>>>>>
>>>>>>>>> Cool!
>>>>>>>>>
>>>>>>>>> Were you able to run any orchestrations?
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>>
>>>>>>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> i simply selected "run tests" for the scala folder in
>>>>>>>>>> fey-core/src/test and it all did the rest.
>>>>>>>>>>
>>>>>>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Added the project using SBT successfully and
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ​
>>>>>>>>>>> Ran the test (all passed) successfully
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ​
>>>>>>>>>>> and here is a summary of the steps i followed :
>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>>>> bator-iota.
>>>>>>>>>>> Step 4: Create new project, an SBT project, with auto-import
>>>>>>>>>>> checked and download SBT tools unchecked
>>>>>>>>>>> Step 5: Compile the project
>>>>>>>>>>> Step 6: Go to the item of interest, in the context menu, select
>>>>>>>>>>> ->Run 'ScalaTests' in 'scala'.
>>>>>>>>>>>
>>>>>>>>>>> I would like to proceed to the next step.
>>>>>>>>>>>
>>>>>>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>
>>>>>>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>>>>>>
>>>>>>>>>>>> Also, make sure that you have the SBT plugin installed on
>>>>>>>>>>>> IntelliJ (https://www.jetbrains.com/hel
>>>>>>>>>>>> p/idea/2016.2/getting-started-with-sbt.html)
>>>>>>>>>>>>
>>>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>>>
>>>>>>>>>>>> To open the project using IntelliJ:
>>>>>>>>>>>>
>>>>>>>>>>>> 1 - File -> Open
>>>>>>>>>>>> 2 - Select incubator-iota
>>>>>>>>>>>> 3 - Some times it auto detects that it is a SBT project, but if
>>>>>>>>>>>> does not, just select SBT
>>>>>>>>>>>> 4 - Your details screen should look like:
>>>>>>>>>>>>
>>>>>>>>>>>> [image: Inline image 2]
>>>>>>>>>>>>
>>>>>>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>>>>>>
>>>>>>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>>>>>>> dependencies that the project requires.
>>>>>>>>>>>>
>>>>>>>>>>>> You can find the dependencies under you home directory at the
>>>>>>>>>>>> folder *.ivy2/cache*
>>>>>>>>>>>>
>>>>>>>>>>>> Let me know when you are able to compile the project and run
>>>>>>>>>>>> the tests so I can help you run an example.
>>>>>>>>>>>>
>>>>>>>>>>>> Regards,
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <klbm9999@gmail.com
>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I will try that.
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> You do not need to add anything manually like Akka libraries,
>>>>>>>>>>>>>> for this only we have dependency manager like sbt, are you familiar with it
>>>>>>>>>>>>>> ?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Just enable the auto-import in the intellij and then
>>>>>>>>>>>>>> re-import the whole project, Intellij would be able to resolve the
>>>>>>>>>>>>>> dependencies automatically.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <
>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I did the following :
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>>>>>> Step 3: Get the source code from
>>>>>>>>>>>>>>> https://github.com/apache/incubator-iota.
>>>>>>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk
>>>>>>>>>>>>>>> for the project.
>>>>>>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as
>>>>>>>>>>>>>>> well as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> A screenshot :
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ​
>>>>>>>>>>>>>>> ​
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Can you please list down the steps that you've done ! That
>>>>>>>>>>>>>>>> would be easier for me to see whats going wrong !
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <
>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github
>>>>>>>>>>>>>>>>>>> (this one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <
>>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each
>>>>>>>>>>>>>>>>>>>> step since your first task would be documenting this process for others to
>>>>>>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <
>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will
>>>>>>>>>>>>>>>>>>>>> learn it.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka?
>>>>>>>>>>>>>>>>>>>>>> There are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Thank You
>>>>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Thank You
>>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Barbara Gomes
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Thank You
>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Thank You
>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Barbara Gomes
>>>>>>>>> Computer Engineer
>>>>>>>>> San Jose, CA
>>>>>>>>> +1 (650) 713-6092
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thank You
>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Barbara Gomes
>>>>>>> Computer Engineer
>>>>>>> San Jose, CA
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Barbara Gomes
>>>> Computer Engineer
>>>> San Jose, CA
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Barbara Gomes
Computer Engineer
San Jose, CA

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
That, was a bit ignorant of me, i ran fey-core sucessfully, this is what my
present output looks like :


​

I am going to change the orchestrations and experiment around.
I apologise for the silly trouble.

On 18 November 2016 at 13:58, klbm9999 . <kl...@gmail.com> wrote:

> I tried to run in the following ways (i dont know whether they are correct
> are not) :
> 1. Directly tried to run fey-zmq.jar from terminal (didnt work)
>
> 2. When i try to run from context menu of the root folder, it asks for
> some configurations, which i dont understand
>
> 3. i tried to run zmq performer seperately , (from context menu of
> performers/zmq/src/main/scala/org.apache.iota.fey.performer/application.scala),
> but main class not found error received.
>
>
> ​
>
> Any guidance is welcome.
>
>
>
> On 18 November 2016 at 13:04, klbm9999 . <kl...@gmail.com> wrote:
>
>> Can you tell me how to run the program?, i started the ZMQ Publisher.
>>
>> On 18 November 2016 at 00:56, Barbara Malta Gomes <
>> barbaramaltagomes@gmail.com> wrote:
>>
>>> Sorry about the late response. But you can use your own laptop to do
>>> that. Just take a look at ZMQ website
>>>
>>> On Thu, Nov 17, 2016 at 8:20 AM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> Nevermind, i got that.
>>>>
>>>> On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> Hi Barbara,
>>>>>
>>>>> I read all about the orchestrations, ensembles and performers. You
>>>>> said that i needed to host ZMQ publisher on a server, could you give me an
>>>>> idea how can i do that?
>>>>>
>>>>> On 16 November 2016 at 00:54, Barbara Malta Gomes <
>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>
>>>>>> Hi klbm9999,
>>>>>>
>>>>>> One of IOTA components is fey (fey-core).
>>>>>>
>>>>>> Please, take a look at the readme.md inside fey-core folder. You
>>>>>> should be able to have an idea of Orchestration, Ensembles and Performers.
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Sorry for the late reply, can you tell me how to run orchestrations?
>>>>>>> (what are orchestrations? any reference links are welcome)
>>>>>>>
>>>>>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hey klbm9999,
>>>>>>>>
>>>>>>>> Cool!
>>>>>>>>
>>>>>>>> Were you able to run any orchestrations?
>>>>>>>>
>>>>>>>> Regards
>>>>>>>>
>>>>>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> i simply selected "run tests" for the scala folder in
>>>>>>>>> fey-core/src/test and it all did the rest.
>>>>>>>>>
>>>>>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Added the project using SBT successfully and
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ​
>>>>>>>>>> Ran the test (all passed) successfully
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ​
>>>>>>>>>> and here is a summary of the steps i followed :
>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>>> bator-iota.
>>>>>>>>>> Step 4: Create new project, an SBT project, with auto-import
>>>>>>>>>> checked and download SBT tools unchecked
>>>>>>>>>> Step 5: Compile the project
>>>>>>>>>> Step 6: Go to the item of interest, in the context menu, select
>>>>>>>>>> ->Run 'ScalaTests' in 'scala'.
>>>>>>>>>>
>>>>>>>>>> I would like to proceed to the next step.
>>>>>>>>>>
>>>>>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>
>>>>>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>>>>>
>>>>>>>>>>> Also, make sure that you have the SBT plugin installed on
>>>>>>>>>>> IntelliJ (https://www.jetbrains.com/hel
>>>>>>>>>>> p/idea/2016.2/getting-started-with-sbt.html)
>>>>>>>>>>>
>>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>>
>>>>>>>>>>> To open the project using IntelliJ:
>>>>>>>>>>>
>>>>>>>>>>> 1 - File -> Open
>>>>>>>>>>> 2 - Select incubator-iota
>>>>>>>>>>> 3 - Some times it auto detects that it is a SBT project, but if
>>>>>>>>>>> does not, just select SBT
>>>>>>>>>>> 4 - Your details screen should look like:
>>>>>>>>>>>
>>>>>>>>>>> [image: Inline image 2]
>>>>>>>>>>>
>>>>>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>>>>>
>>>>>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>>>>>> dependencies that the project requires.
>>>>>>>>>>>
>>>>>>>>>>> You can find the dependencies under you home directory at the
>>>>>>>>>>> folder *.ivy2/cache*
>>>>>>>>>>>
>>>>>>>>>>> Let me know when you are able to compile the project and run the
>>>>>>>>>>> tests so I can help you run an example.
>>>>>>>>>>>
>>>>>>>>>>> Regards,
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I will try that.
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> You do not need to add anything manually like Akka libraries,
>>>>>>>>>>>>> for this only we have dependency manager like sbt, are you familiar with it
>>>>>>>>>>>>> ?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Just enable the auto-import in the intellij and then re-import
>>>>>>>>>>>>> the whole project, Intellij would be able to resolve the dependencies
>>>>>>>>>>>>> automatically.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <
>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I did the following :
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>>>>> Step 3: Get the source code from
>>>>>>>>>>>>>> https://github.com/apache/incubator-iota.
>>>>>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for
>>>>>>>>>>>>>> the project.
>>>>>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as
>>>>>>>>>>>>>> well as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> A screenshot :
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ​
>>>>>>>>>>>>>> ​
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can you please list down the steps that you've done ! That
>>>>>>>>>>>>>>> would be easier for me to see whats going wrong !
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <
>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github
>>>>>>>>>>>>>>>>>> (this one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <
>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step
>>>>>>>>>>>>>>>>>>> since your first task would be documenting this process for others to
>>>>>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <
>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will
>>>>>>>>>>>>>>>>>>>> learn it.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka?
>>>>>>>>>>>>>>>>>>>>> There are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Thank You
>>>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>
>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Thank You
>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Barbara Gomes
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Thank You
>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Barbara Gomes
>>>>>>>> Computer Engineer
>>>>>>>> San Jose, CA
>>>>>>>> +1 (650) 713-6092
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thank You
>>>>>>> K.L.Bhanu Moorthy
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Barbara Gomes
>>>>>> Computer Engineer
>>>>>> San Jose, CA
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Barbara Gomes
>>> Computer Engineer
>>> San Jose, CA
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
I tried to run in the following ways (i dont know whether they are correct
are not) :
1. Directly tried to run fey-zmq.jar from terminal (didnt work)

2. When i try to run from context menu of the root folder, it asks for some
configurations, which i dont understand

3. i tried to run zmq performer seperately , (from context menu of
performers/zmq/src/main/scala/org.apache.iota.fey.performer/application.scala),
but main class not found error received.


​

Any guidance is welcome.



On 18 November 2016 at 13:04, klbm9999 . <kl...@gmail.com> wrote:

> Can you tell me how to run the program?, i started the ZMQ Publisher.
>
> On 18 November 2016 at 00:56, Barbara Malta Gomes <
> barbaramaltagomes@gmail.com> wrote:
>
>> Sorry about the late response. But you can use your own laptop to do
>> that. Just take a look at ZMQ website
>>
>> On Thu, Nov 17, 2016 at 8:20 AM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> Nevermind, i got that.
>>>
>>> On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> Hi Barbara,
>>>>
>>>> I read all about the orchestrations, ensembles and performers. You said
>>>> that i needed to host ZMQ publisher on a server, could you give me an idea
>>>> how can i do that?
>>>>
>>>> On 16 November 2016 at 00:54, Barbara Malta Gomes <
>>>> barbaramaltagomes@gmail.com> wrote:
>>>>
>>>>> Hi klbm9999,
>>>>>
>>>>> One of IOTA components is fey (fey-core).
>>>>>
>>>>> Please, take a look at the readme.md inside fey-core folder. You
>>>>> should be able to have an idea of Orchestration, Ensembles and Performers.
>>>>>
>>>>> Regards
>>>>>
>>>>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Sorry for the late reply, can you tell me how to run orchestrations?
>>>>>> (what are orchestrations? any reference links are welcome)
>>>>>>
>>>>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>
>>>>>>> Hey klbm9999,
>>>>>>>
>>>>>>> Cool!
>>>>>>>
>>>>>>> Were you able to run any orchestrations?
>>>>>>>
>>>>>>> Regards
>>>>>>>
>>>>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> i simply selected "run tests" for the scala folder in
>>>>>>>> fey-core/src/test and it all did the rest.
>>>>>>>>
>>>>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Added the project using SBT successfully and
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ​
>>>>>>>>> Ran the test (all passed) successfully
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ​
>>>>>>>>> and here is a summary of the steps i followed :
>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>> bator-iota.
>>>>>>>>> Step 4: Create new project, an SBT project, with auto-import
>>>>>>>>> checked and download SBT tools unchecked
>>>>>>>>> Step 5: Compile the project
>>>>>>>>> Step 6: Go to the item of interest, in the context menu, select
>>>>>>>>> ->Run 'ScalaTests' in 'scala'.
>>>>>>>>>
>>>>>>>>> I would like to proceed to the next step.
>>>>>>>>>
>>>>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>
>>>>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>>>>
>>>>>>>>>> Also, make sure that you have the SBT plugin installed on
>>>>>>>>>> IntelliJ (https://www.jetbrains.com/hel
>>>>>>>>>> p/idea/2016.2/getting-started-with-sbt.html)
>>>>>>>>>>
>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>
>>>>>>>>>> To open the project using IntelliJ:
>>>>>>>>>>
>>>>>>>>>> 1 - File -> Open
>>>>>>>>>> 2 - Select incubator-iota
>>>>>>>>>> 3 - Some times it auto detects that it is a SBT project, but if
>>>>>>>>>> does not, just select SBT
>>>>>>>>>> 4 - Your details screen should look like:
>>>>>>>>>>
>>>>>>>>>> [image: Inline image 2]
>>>>>>>>>>
>>>>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>>>>
>>>>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>>>>> dependencies that the project requires.
>>>>>>>>>>
>>>>>>>>>> You can find the dependencies under you home directory at the
>>>>>>>>>> folder *.ivy2/cache*
>>>>>>>>>>
>>>>>>>>>> Let me know when you are able to compile the project and run the
>>>>>>>>>> tests so I can help you run an example.
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> I will try that.
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> You do not need to add anything manually like Akka libraries,
>>>>>>>>>>>> for this only we have dependency manager like sbt, are you familiar with it
>>>>>>>>>>>> ?
>>>>>>>>>>>>
>>>>>>>>>>>> Just enable the auto-import in the intellij and then re-import
>>>>>>>>>>>> the whole project, Intellij would be able to resolve the dependencies
>>>>>>>>>>>> automatically.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <klbm9999@gmail.com
>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I did the following :
>>>>>>>>>>>>>
>>>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>>>> Step 3: Get the source code from
>>>>>>>>>>>>> https://github.com/apache/incubator-iota.
>>>>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for
>>>>>>>>>>>>> the project.
>>>>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as
>>>>>>>>>>>>> well as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>>>>
>>>>>>>>>>>>> A screenshot :
>>>>>>>>>>>>>
>>>>>>>>>>>>> ​
>>>>>>>>>>>>> ​
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Can you please list down the steps that you've done ! That
>>>>>>>>>>>>>> would be easier for me to see whats going wrong !
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <
>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github
>>>>>>>>>>>>>>>>> (this one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <
>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step
>>>>>>>>>>>>>>>>>> since your first task would be documenting this process for others to
>>>>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <
>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will
>>>>>>>>>>>>>>>>>>> learn it.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka?
>>>>>>>>>>>>>>>>>>>> There are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Thank You
>>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>
>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Thank You
>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Barbara Gomes
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thank You
>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Barbara Gomes
>>>>>>> Computer Engineer
>>>>>>> San Jose, CA
>>>>>>> +1 (650) 713-6092
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Barbara Gomes
>>>>> Computer Engineer
>>>>> San Jose, CA
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Barbara Gomes
>> Computer Engineer
>> San Jose, CA
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Can you tell me how to run the program?, i started the ZMQ Publisher.

On 18 November 2016 at 00:56, Barbara Malta Gomes <
barbaramaltagomes@gmail.com> wrote:

> Sorry about the late response. But you can use your own laptop to do that.
> Just take a look at ZMQ website
>
> On Thu, Nov 17, 2016 at 8:20 AM, klbm9999 . <kl...@gmail.com> wrote:
>
>> Nevermind, i got that.
>>
>> On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> Hi Barbara,
>>>
>>> I read all about the orchestrations, ensembles and performers. You said
>>> that i needed to host ZMQ publisher on a server, could you give me an idea
>>> how can i do that?
>>>
>>> On 16 November 2016 at 00:54, Barbara Malta Gomes <
>>> barbaramaltagomes@gmail.com> wrote:
>>>
>>>> Hi klbm9999,
>>>>
>>>> One of IOTA components is fey (fey-core).
>>>>
>>>> Please, take a look at the readme.md inside fey-core folder. You
>>>> should be able to have an idea of Orchestration, Ensembles and Performers.
>>>>
>>>> Regards
>>>>
>>>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> Sorry for the late reply, can you tell me how to run orchestrations?
>>>>> (what are orchestrations? any reference links are welcome)
>>>>>
>>>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>
>>>>>> Hey klbm9999,
>>>>>>
>>>>>> Cool!
>>>>>>
>>>>>> Were you able to run any orchestrations?
>>>>>>
>>>>>> Regards
>>>>>>
>>>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> i simply selected "run tests" for the scala folder in
>>>>>>> fey-core/src/test and it all did the rest.
>>>>>>>
>>>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Added the project using SBT successfully and
>>>>>>>>
>>>>>>>>
>>>>>>>> ​
>>>>>>>> Ran the test (all passed) successfully
>>>>>>>>
>>>>>>>>
>>>>>>>> ​
>>>>>>>> and here is a summary of the steps i followed :
>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>> Step 2: Install the scala plugin
>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>> bator-iota.
>>>>>>>> Step 4: Create new project, an SBT project, with auto-import
>>>>>>>> checked and download SBT tools unchecked
>>>>>>>> Step 5: Compile the project
>>>>>>>> Step 6: Go to the item of interest, in the context menu, select
>>>>>>>> ->Run 'ScalaTests' in 'scala'.
>>>>>>>>
>>>>>>>> I would like to proceed to the next step.
>>>>>>>>
>>>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hey kibm9999,
>>>>>>>>>
>>>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>>>
>>>>>>>>> Also, make sure that you have the SBT plugin installed on IntelliJ
>>>>>>>>> (https://www.jetbrains.com/help/idea/2016.2/getting-started-
>>>>>>>>> with-sbt.html)
>>>>>>>>>
>>>>>>>>> [image: Inline image 1]
>>>>>>>>>
>>>>>>>>> To open the project using IntelliJ:
>>>>>>>>>
>>>>>>>>> 1 - File -> Open
>>>>>>>>> 2 - Select incubator-iota
>>>>>>>>> 3 - Some times it auto detects that it is a SBT project, but if
>>>>>>>>> does not, just select SBT
>>>>>>>>> 4 - Your details screen should look like:
>>>>>>>>>
>>>>>>>>> [image: Inline image 2]
>>>>>>>>>
>>>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>>>
>>>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>>>> dependencies that the project requires.
>>>>>>>>>
>>>>>>>>> You can find the dependencies under you home directory at the
>>>>>>>>> folder *.ivy2/cache*
>>>>>>>>>
>>>>>>>>> Let me know when you are able to compile the project and run the
>>>>>>>>> tests so I can help you run an example.
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I will try that.
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> You do not need to add anything manually like Akka libraries,
>>>>>>>>>>> for this only we have dependency manager like sbt, are you familiar with it
>>>>>>>>>>> ?
>>>>>>>>>>>
>>>>>>>>>>> Just enable the auto-import in the intellij and then re-import
>>>>>>>>>>> the whole project, Intellij would be able to resolve the dependencies
>>>>>>>>>>> automatically.
>>>>>>>>>>>
>>>>>>>>>>> Thanks.
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I did the following :
>>>>>>>>>>>>
>>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>>>>> bator-iota.
>>>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for
>>>>>>>>>>>> the project.
>>>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well
>>>>>>>>>>>> as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>>>
>>>>>>>>>>>> A screenshot :
>>>>>>>>>>>>
>>>>>>>>>>>> ​
>>>>>>>>>>>> ​
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Can you please list down the steps that you've done ! That
>>>>>>>>>>>>> would be easier for me to see whats going wrong !
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <
>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github
>>>>>>>>>>>>>>>> (this one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <
>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step
>>>>>>>>>>>>>>>>> since your first task would be documenting this process for others to
>>>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <
>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <
>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will
>>>>>>>>>>>>>>>>>> learn it.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka?
>>>>>>>>>>>>>>>>>>> There are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>
>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Thank You
>>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>
>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Thank You
>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Barbara Gomes
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thank You
>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thank You
>>>>>>> K.L.Bhanu Moorthy
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Barbara Gomes
>>>>>> Computer Engineer
>>>>>> San Jose, CA
>>>>>> +1 (650) 713-6092
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Barbara Gomes
>>>> Computer Engineer
>>>> San Jose, CA
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Barbara Gomes
> Computer Engineer
> San Jose, CA
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Sorry about the late response. But you can use your own laptop to do that.
Just take a look at ZMQ website

On Thu, Nov 17, 2016 at 8:20 AM, klbm9999 . <kl...@gmail.com> wrote:

> Nevermind, i got that.
>
> On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:
>
>> Hi Barbara,
>>
>> I read all about the orchestrations, ensembles and performers. You said
>> that i needed to host ZMQ publisher on a server, could you give me an idea
>> how can i do that?
>>
>> On 16 November 2016 at 00:54, Barbara Malta Gomes <
>> barbaramaltagomes@gmail.com> wrote:
>>
>>> Hi klbm9999,
>>>
>>> One of IOTA components is fey (fey-core).
>>>
>>> Please, take a look at the readme.md inside fey-core folder. You should
>>> be able to have an idea of Orchestration, Ensembles and Performers.
>>>
>>> Regards
>>>
>>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> Sorry for the late reply, can you tell me how to run orchestrations?
>>>> (what are orchestrations? any reference links are welcome)
>>>>
>>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>>> barbaramaltagomes@gmail.com> wrote:
>>>>
>>>>> Hey klbm9999,
>>>>>
>>>>> Cool!
>>>>>
>>>>> Were you able to run any orchestrations?
>>>>>
>>>>> Regards
>>>>>
>>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> i simply selected "run tests" for the scala folder in
>>>>>> fey-core/src/test and it all did the rest.
>>>>>>
>>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>
>>>>>>> Added the project using SBT successfully and
>>>>>>>
>>>>>>>
>>>>>>> ​
>>>>>>> Ran the test (all passed) successfully
>>>>>>>
>>>>>>>
>>>>>>> ​
>>>>>>> and here is a summary of the steps i followed :
>>>>>>> Step 1: Install Intellij community edition
>>>>>>> Step 2: Install the scala plugin
>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>> bator-iota.
>>>>>>> Step 4: Create new project, an SBT project, with auto-import checked
>>>>>>> and download SBT tools unchecked
>>>>>>> Step 5: Compile the project
>>>>>>> Step 6: Go to the item of interest, in the context menu, select
>>>>>>> ->Run 'ScalaTests' in 'scala'.
>>>>>>>
>>>>>>> I would like to proceed to the next step.
>>>>>>>
>>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hey kibm9999,
>>>>>>>>
>>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>>
>>>>>>>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>>>>>>>> https://www.jetbrains.com/help/idea/2016.2/getting-started-
>>>>>>>> with-sbt.html)
>>>>>>>>
>>>>>>>> [image: Inline image 1]
>>>>>>>>
>>>>>>>> To open the project using IntelliJ:
>>>>>>>>
>>>>>>>> 1 - File -> Open
>>>>>>>> 2 - Select incubator-iota
>>>>>>>> 3 - Some times it auto detects that it is a SBT project, but if
>>>>>>>> does not, just select SBT
>>>>>>>> 4 - Your details screen should look like:
>>>>>>>>
>>>>>>>> [image: Inline image 2]
>>>>>>>>
>>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>>
>>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>>> dependencies that the project requires.
>>>>>>>>
>>>>>>>> You can find the dependencies under you home directory at the
>>>>>>>> folder *.ivy2/cache*
>>>>>>>>
>>>>>>>> Let me know when you are able to compile the project and run the
>>>>>>>> tests so I can help you run an example.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> I will try that.
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>
>>>>>>>>>> You do not need to add anything manually like Akka libraries, for
>>>>>>>>>> this only we have dependency manager like sbt, are you familiar with it ?
>>>>>>>>>>
>>>>>>>>>> Just enable the auto-import in the intellij and then re-import
>>>>>>>>>> the whole project, Intellij would be able to resolve the dependencies
>>>>>>>>>> automatically.
>>>>>>>>>>
>>>>>>>>>> Thanks.
>>>>>>>>>>
>>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> I did the following :
>>>>>>>>>>>
>>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>>>> bator-iota.
>>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for
>>>>>>>>>>> the project.
>>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well
>>>>>>>>>>> as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>>
>>>>>>>>>>> A screenshot :
>>>>>>>>>>>
>>>>>>>>>>> ​
>>>>>>>>>>> ​
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Can you please list down the steps that you've done ! That
>>>>>>>>>>>> would be easier for me to see whats going wrong !
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <klbm9999@gmail.com
>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github
>>>>>>>>>>>>>>> (this one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <tony@litbit.com
>>>>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step
>>>>>>>>>>>>>>>> since your first task would be documenting this process for others to
>>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <
>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <
>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will
>>>>>>>>>>>>>>>>> learn it.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka?
>>>>>>>>>>>>>>>>>> There are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>
>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Thank You
>>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>> *Software Consultant*
>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>
>>>>>>>>>> *India - US - Canada*
>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Barbara Gomes
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thank You
>>>>>>> K.L.Bhanu Moorthy
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Barbara Gomes
>>>>> Computer Engineer
>>>>> San Jose, CA
>>>>> +1 (650) 713-6092
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Barbara Gomes
>>> Computer Engineer
>>> San Jose, CA
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Barbara Gomes
Computer Engineer
San Jose, CA

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Nevermind, i got that.

On 17 November 2016 at 20:47, klbm9999 . <kl...@gmail.com> wrote:

> Hi Barbara,
>
> I read all about the orchestrations, ensembles and performers. You said
> that i needed to host ZMQ publisher on a server, could you give me an idea
> how can i do that?
>
> On 16 November 2016 at 00:54, Barbara Malta Gomes <
> barbaramaltagomes@gmail.com> wrote:
>
>> Hi klbm9999,
>>
>> One of IOTA components is fey (fey-core).
>>
>> Please, take a look at the readme.md inside fey-core folder. You should
>> be able to have an idea of Orchestration, Ensembles and Performers.
>>
>> Regards
>>
>> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> Sorry for the late reply, can you tell me how to run orchestrations?
>>> (what are orchestrations? any reference links are welcome)
>>>
>>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>>> barbaramaltagomes@gmail.com> wrote:
>>>
>>>> Hey klbm9999,
>>>>
>>>> Cool!
>>>>
>>>> Were you able to run any orchestrations?
>>>>
>>>> Regards
>>>>
>>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com>
>>>> wrote:
>>>>
>>>>> i simply selected "run tests" for the scala folder in
>>>>> fey-core/src/test and it all did the rest.
>>>>>
>>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>>>>>
>>>>>> Added the project using SBT successfully and
>>>>>>
>>>>>>
>>>>>> ​
>>>>>> Ran the test (all passed) successfully
>>>>>>
>>>>>>
>>>>>> ​
>>>>>> and here is a summary of the steps i followed :
>>>>>> Step 1: Install Intellij community edition
>>>>>> Step 2: Install the scala plugin
>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>> bator-iota.
>>>>>> Step 4: Create new project, an SBT project, with auto-import checked
>>>>>> and download SBT tools unchecked
>>>>>> Step 5: Compile the project
>>>>>> Step 6: Go to the item of interest, in the context menu, select ->Run
>>>>>> 'ScalaTests' in 'scala'.
>>>>>>
>>>>>> I would like to proceed to the next step.
>>>>>>
>>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>>
>>>>>>> Hey kibm9999,
>>>>>>>
>>>>>>> In order for you to use the ZMQ performer you need to have it
>>>>>>> running on your local machine or in a server that you can connect to.
>>>>>>>
>>>>>>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>>>>>>> https://www.jetbrains.com/help/idea/2016.2/getting-started-
>>>>>>> with-sbt.html)
>>>>>>>
>>>>>>> [image: Inline image 1]
>>>>>>>
>>>>>>> To open the project using IntelliJ:
>>>>>>>
>>>>>>> 1 - File -> Open
>>>>>>> 2 - Select incubator-iota
>>>>>>> 3 - Some times it auto detects that it is a SBT project, but if does
>>>>>>> not, just select SBT
>>>>>>> 4 - Your details screen should look like:
>>>>>>>
>>>>>>> [image: Inline image 2]
>>>>>>>
>>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>>
>>>>>>> After that, IntelliJ you take some time to download all the
>>>>>>> dependencies that the project requires.
>>>>>>>
>>>>>>> You can find the dependencies under you home directory at the folder
>>>>>>> *.ivy2/cache*
>>>>>>>
>>>>>>> Let me know when you are able to compile the project and run the
>>>>>>> tests so I can help you run an example.
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I will try that.
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>
>>>>>>>>> You do not need to add anything manually like Akka libraries, for
>>>>>>>>> this only we have dependency manager like sbt, are you familiar with it ?
>>>>>>>>>
>>>>>>>>> Just enable the auto-import in the intellij and then re-import the
>>>>>>>>> whole project, Intellij would be able to resolve the dependencies
>>>>>>>>> automatically.
>>>>>>>>>
>>>>>>>>> Thanks.
>>>>>>>>>
>>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I did the following :
>>>>>>>>>>
>>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>>> bator-iota.
>>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>>>>>>>> project.
>>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well
>>>>>>>>>> as the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>>
>>>>>>>>>> A screenshot :
>>>>>>>>>>
>>>>>>>>>> ​
>>>>>>>>>> ​
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Can you please list down the steps that you've done ! That would
>>>>>>>>>>> be easier for me to see whats going wrong !
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <
>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I installed Intellij, cloned the repository from github (this
>>>>>>>>>>>>>> one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step
>>>>>>>>>>>>>>> since your first task would be documenting this process for others to
>>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <klbm9999@gmail.com
>>>>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will
>>>>>>>>>>>>>>>> learn it.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <
>>>>>>>>>>>>>>>> tony@litbit.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There
>>>>>>>>>>>>>>>>> are some great opportunities to contribute.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>>
>>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>
>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Thank You
>>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>> *Software Consultant*
>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>
>>>>>>>>> *India - US - Canada*
>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thank You
>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Barbara Gomes
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Barbara Gomes
>>>> Computer Engineer
>>>> San Jose, CA
>>>> +1 (650) 713-6092
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Barbara Gomes
>> Computer Engineer
>> San Jose, CA
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Hi Barbara,

I read all about the orchestrations, ensembles and performers. You said
that i needed to host ZMQ publisher on a server, could you give me an idea
how can i do that?

On 16 November 2016 at 00:54, Barbara Malta Gomes <
barbaramaltagomes@gmail.com> wrote:

> Hi klbm9999,
>
> One of IOTA components is fey (fey-core).
>
> Please, take a look at the readme.md inside fey-core folder. You should
> be able to have an idea of Orchestration, Ensembles and Performers.
>
> Regards
>
> On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com> wrote:
>
>> Sorry for the late reply, can you tell me how to run orchestrations?
>> (what are orchestrations? any reference links are welcome)
>>
>> On 15 November 2016 at 07:29, Barbara Malta Gomes <
>> barbaramaltagomes@gmail.com> wrote:
>>
>>> Hey klbm9999,
>>>
>>> Cool!
>>>
>>> Were you able to run any orchestrations?
>>>
>>> Regards
>>>
>>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> i simply selected "run tests" for the scala folder in fey-core/src/test
>>>> and it all did the rest.
>>>>
>>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> Added the project using SBT successfully and
>>>>>
>>>>>
>>>>> ​
>>>>> Ran the test (all passed) successfully
>>>>>
>>>>>
>>>>> ​
>>>>> and here is a summary of the steps i followed :
>>>>> Step 1: Install Intellij community edition
>>>>> Step 2: Install the scala plugin
>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>> bator-iota.
>>>>> Step 4: Create new project, an SBT project, with auto-import checked
>>>>> and download SBT tools unchecked
>>>>> Step 5: Compile the project
>>>>> Step 6: Go to the item of interest, in the context menu, select ->Run
>>>>> 'ScalaTests' in 'scala'.
>>>>>
>>>>> I would like to proceed to the next step.
>>>>>
>>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>>> barbaramaltagomes@gmail.com> wrote:
>>>>>
>>>>>> Hey kibm9999,
>>>>>>
>>>>>> In order for you to use the ZMQ performer you need to have it running
>>>>>> on your local machine or in a server that you can connect to.
>>>>>>
>>>>>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>>>>>> https://www.jetbrains.com/help/idea/2016.2/getting-started-
>>>>>> with-sbt.html)
>>>>>>
>>>>>> [image: Inline image 1]
>>>>>>
>>>>>> To open the project using IntelliJ:
>>>>>>
>>>>>> 1 - File -> Open
>>>>>> 2 - Select incubator-iota
>>>>>> 3 - Some times it auto detects that it is a SBT project, but if does
>>>>>> not, just select SBT
>>>>>> 4 - Your details screen should look like:
>>>>>>
>>>>>> [image: Inline image 2]
>>>>>>
>>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>>
>>>>>> After that, IntelliJ you take some time to download all the
>>>>>> dependencies that the project requires.
>>>>>>
>>>>>> You can find the dependencies under you home directory at the folder
>>>>>> *.ivy2/cache*
>>>>>>
>>>>>> Let me know when you are able to compile the project and run the
>>>>>> tests so I can help you run an example.
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>>
>>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I will try that.
>>>>>>> Thanks
>>>>>>>
>>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>
>>>>>>>> You do not need to add anything manually like Akka libraries, for
>>>>>>>> this only we have dependency manager like sbt, are you familiar with it ?
>>>>>>>>
>>>>>>>> Just enable the auto-import in the intellij and then re-import the
>>>>>>>> whole project, Intellij would be able to resolve the dependencies
>>>>>>>> automatically.
>>>>>>>>
>>>>>>>> Thanks.
>>>>>>>>
>>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> I did the following :
>>>>>>>>>
>>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>>> Step 2: Install the scala plugin
>>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>>> bator-iota.
>>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>>>>>>> project.
>>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well as
>>>>>>>>> the scala lib to the build path. (in ProjectStructure)
>>>>>>>>>
>>>>>>>>> A screenshot :
>>>>>>>>>
>>>>>>>>> ​
>>>>>>>>> ​
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>
>>>>>>>>>> Can you please list down the steps that you've done ! That would
>>>>>>>>>> be easier for me to see whats going wrong !
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>>
>>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>
>>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <klbm9999@gmail.com
>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I installed Intellij, cloned the repository from github (this
>>>>>>>>>>>>> one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step
>>>>>>>>>>>>>> since your first task would be documenting this process for others to
>>>>>>>>>>>>>> follow. We can do this together. Since you are totally new to the project
>>>>>>>>>>>>>> you are in a great position to document the steps for others to follow. I
>>>>>>>>>>>>>> can provide some guidance as you move through each step
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux,
>>>>>>>>>>>>>> Windows?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn
>>>>>>>>>>>>>>> it.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <tony@litbit.com
>>>>>>>>>>>>>>> > wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There
>>>>>>>>>>>>>>>> are some great opportunities to contribute.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>>
>>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>> *Software Consultant*
>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>
>>>>>>>>>> *India - US - Canada*
>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thank You
>>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> *Best Regards | Shivansh*
>>>>>>>> *Software Consultant*
>>>>>>>> *Knoldus Software LLP*
>>>>>>>>
>>>>>>>> *India - US - Canada*
>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thank You
>>>>>>> K.L.Bhanu Moorthy
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Barbara Gomes
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Barbara Gomes
>>> Computer Engineer
>>> San Jose, CA
>>> +1 (650) 713-6092
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Barbara Gomes
> Computer Engineer
> San Jose, CA
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Hi klbm9999,

One of IOTA components is fey (fey-core).

Please, take a look at the readme.md inside fey-core folder. You should be
able to have an idea of Orchestration, Ensembles and Performers.

Regards

On Tue, Nov 15, 2016 at 7:32 AM, klbm9999 . <kl...@gmail.com> wrote:

> Sorry for the late reply, can you tell me how to run orchestrations? (what
> are orchestrations? any reference links are welcome)
>
> On 15 November 2016 at 07:29, Barbara Malta Gomes <
> barbaramaltagomes@gmail.com> wrote:
>
>> Hey klbm9999,
>>
>> Cool!
>>
>> Were you able to run any orchestrations?
>>
>> Regards
>>
>> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> i simply selected "run tests" for the scala folder in fey-core/src/test
>>> and it all did the rest.
>>>
>>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> Added the project using SBT successfully and
>>>>
>>>>
>>>> ​
>>>> Ran the test (all passed) successfully
>>>>
>>>>
>>>> ​
>>>> and here is a summary of the steps i followed :
>>>> Step 1: Install Intellij community edition
>>>> Step 2: Install the scala plugin
>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>> bator-iota.
>>>> Step 4: Create new project, an SBT project, with auto-import checked
>>>> and download SBT tools unchecked
>>>> Step 5: Compile the project
>>>> Step 6: Go to the item of interest, in the context menu, select ->Run
>>>> 'ScalaTests' in 'scala'.
>>>>
>>>> I would like to proceed to the next step.
>>>>
>>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>>> barbaramaltagomes@gmail.com> wrote:
>>>>
>>>>> Hey kibm9999,
>>>>>
>>>>> In order for you to use the ZMQ performer you need to have it running
>>>>> on your local machine or in a server that you can connect to.
>>>>>
>>>>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>>>>> https://www.jetbrains.com/help/idea/2016.2/getting-started-
>>>>> with-sbt.html)
>>>>>
>>>>> [image: Inline image 1]
>>>>>
>>>>> To open the project using IntelliJ:
>>>>>
>>>>> 1 - File -> Open
>>>>> 2 - Select incubator-iota
>>>>> 3 - Some times it auto detects that it is a SBT project, but if does
>>>>> not, just select SBT
>>>>> 4 - Your details screen should look like:
>>>>>
>>>>> [image: Inline image 2]
>>>>>
>>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>>
>>>>> After that, IntelliJ you take some time to download all the
>>>>> dependencies that the project requires.
>>>>>
>>>>> You can find the dependencies under you home directory at the folder
>>>>> *.ivy2/cache*
>>>>>
>>>>> Let me know when you are able to compile the project and run the tests
>>>>> so I can help you run an example.
>>>>>
>>>>> Regards,
>>>>>
>>>>>
>>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I will try that.
>>>>>> Thanks
>>>>>>
>>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>>> shivansh@knoldus.com> wrote:
>>>>>>
>>>>>>> You do not need to add anything manually like Akka libraries, for
>>>>>>> this only we have dependency manager like sbt, are you familiar with it ?
>>>>>>>
>>>>>>> Just enable the auto-import in the intellij and then re-import the
>>>>>>> whole project, Intellij would be able to resolve the dependencies
>>>>>>> automatically.
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I did the following :
>>>>>>>>
>>>>>>>> Step 1: Install Intellij community edition
>>>>>>>> Step 2: Install the scala plugin
>>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>>> bator-iota.
>>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>>>>>> project.
>>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well as
>>>>>>>> the scala lib to the build path. (in ProjectStructure)
>>>>>>>>
>>>>>>>> A screenshot :
>>>>>>>>
>>>>>>>> ​
>>>>>>>> ​
>>>>>>>>
>>>>>>>>
>>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>
>>>>>>>>> Can you please list down the steps that you've done ! That would
>>>>>>>>> be easier for me to see whats going wrong !
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>>
>>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>>
>>>>>>>>>>> Thanks.
>>>>>>>>>>>
>>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I installed Intellij, cloned the repository from github (this
>>>>>>>>>>>> one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Yes - let’s get you setup first - try document each step since
>>>>>>>>>>>>> your first task would be documenting this process for others to follow. We
>>>>>>>>>>>>> can do this together. Since you are totally new to the project you are in a
>>>>>>>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>>>>>>>> some guidance as you move through each step
>>>>>>>>>>>>>
>>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>>
>>>>>>>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn
>>>>>>>>>>>>>> it.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There
>>>>>>>>>>>>>>> are some great opportunities to contribute.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad
>>>>>>>>>>>>>>> student, and would like to contribute to this project.
>>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>>> >
>>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>>> *Software Consultant*
>>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>>
>>>>>>>>>>> *India - US - Canada*
>>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>> *Software Consultant*
>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>
>>>>>>>>> *India - US - Canada*
>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thank You
>>>>>>>> K.L.Bhanu Moorthy
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Best Regards | Shivansh*
>>>>>>> *Software Consultant*
>>>>>>> *Knoldus Software LLP*
>>>>>>>
>>>>>>> *India - US - Canada*
>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Barbara Gomes
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Barbara Gomes
>> Computer Engineer
>> San Jose, CA
>> +1 (650) 713-6092
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Barbara Gomes
Computer Engineer
San Jose, CA

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Sorry for the late reply, can you tell me how to run orchestrations? (what
are orchestrations? any reference links are welcome)

On 15 November 2016 at 07:29, Barbara Malta Gomes <
barbaramaltagomes@gmail.com> wrote:

> Hey klbm9999,
>
> Cool!
>
> Were you able to run any orchestrations?
>
> Regards
>
> On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com> wrote:
>
>> i simply selected "run tests" for the scala folder in fey-core/src/test
>> and it all did the rest.
>>
>> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> Added the project using SBT successfully and
>>>
>>>
>>> ​
>>> Ran the test (all passed) successfully
>>>
>>>
>>> ​
>>> and here is a summary of the steps i followed :
>>> Step 1: Install Intellij community edition
>>> Step 2: Install the scala plugin
>>> Step 3: Get the source code from https://github.com/apache/incu
>>> bator-iota.
>>> Step 4: Create new project, an SBT project, with auto-import checked and
>>> download SBT tools unchecked
>>> Step 5: Compile the project
>>> Step 6: Go to the item of interest, in the context menu, select ->Run
>>> 'ScalaTests' in 'scala'.
>>>
>>> I would like to proceed to the next step.
>>>
>>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>>> barbaramaltagomes@gmail.com> wrote:
>>>
>>>> Hey kibm9999,
>>>>
>>>> In order for you to use the ZMQ performer you need to have it running
>>>> on your local machine or in a server that you can connect to.
>>>>
>>>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>>>> https://www.jetbrains.com/help/idea/2016.2/getting-started-
>>>> with-sbt.html)
>>>>
>>>> [image: Inline image 1]
>>>>
>>>> To open the project using IntelliJ:
>>>>
>>>> 1 - File -> Open
>>>> 2 - Select incubator-iota
>>>> 3 - Some times it auto detects that it is a SBT project, but if does
>>>> not, just select SBT
>>>> 4 - Your details screen should look like:
>>>>
>>>> [image: Inline image 2]
>>>>
>>>> Make sure you select auto import and that you are using JDK 1.8
>>>>
>>>> After that, IntelliJ you take some time to download all the
>>>> dependencies that the project requires.
>>>>
>>>> You can find the dependencies under you home directory at the folder
>>>> *.ivy2/cache*
>>>>
>>>> Let me know when you are able to compile the project and run the tests
>>>> so I can help you run an example.
>>>>
>>>> Regards,
>>>>
>>>>
>>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> I will try that.
>>>>> Thanks
>>>>>
>>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <
>>>>> shivansh@knoldus.com> wrote:
>>>>>
>>>>>> You do not need to add anything manually like Akka libraries, for
>>>>>> this only we have dependency manager like sbt, are you familiar with it ?
>>>>>>
>>>>>> Just enable the auto-import in the intellij and then re-import the
>>>>>> whole project, Intellij would be able to resolve the dependencies
>>>>>> automatically.
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I did the following :
>>>>>>>
>>>>>>> Step 1: Install Intellij community edition
>>>>>>> Step 2: Install the scala plugin
>>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>>> bator-iota.
>>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>>>>> project.
>>>>>>> Step 5: Download Akka framework libraries from
>>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well as
>>>>>>> the scala lib to the build path. (in ProjectStructure)
>>>>>>>
>>>>>>> A screenshot :
>>>>>>>
>>>>>>> ​
>>>>>>> ​
>>>>>>>
>>>>>>>
>>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>
>>>>>>>> Can you please list down the steps that you've done ! That would be
>>>>>>>> easier for me to see whats going wrong !
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it
>>>>>>>>> compiled with 26 errors and 4 warnings.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hey kibm9999,
>>>>>>>>>>
>>>>>>>>>> Sorry for the late reply,
>>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>>
>>>>>>>>>> Thanks.
>>>>>>>>>>
>>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> I installed Intellij, cloned the repository from github (this
>>>>>>>>>>> one -> https://github.com/apache/incubator-iota).
>>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>>> Anything else i need?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Yes - let’s get you setup first - try document each step since
>>>>>>>>>>>> your first task would be documenting this process for others to follow. We
>>>>>>>>>>>> can do this together. Since you are totally new to the project you are in a
>>>>>>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>>>>>>> some guidance as you move through each step
>>>>>>>>>>>>
>>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>>
>>>>>>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> -Tony
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>>
>>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn
>>>>>>>>>>>>> it.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There
>>>>>>>>>>>>>> are some great opportunities to contribute.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <
>>>>>>>>>>>>>> klbm9999@gmail.com> wrote:
>>>>>>>>>>>>>> >
>>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>>> >
>>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad student,
>>>>>>>>>>>>>> and would like to contribute to this project.
>>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>>> >
>>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>>> *Software Consultant*
>>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>>
>>>>>>>>>> *India - US - Canada*
>>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> *Best Regards | Shivansh*
>>>>>>>> *Software Consultant*
>>>>>>>> *Knoldus Software LLP*
>>>>>>>>
>>>>>>>> *India - US - Canada*
>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thank You
>>>>>>> K.L.Bhanu Moorthy
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Best Regards | Shivansh*
>>>>>> *Software Consultant*
>>>>>> *Knoldus Software LLP*
>>>>>>
>>>>>> *India - US - Canada*
>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Barbara Gomes
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Barbara Gomes
> Computer Engineer
> San Jose, CA
> +1 (650) 713-6092
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Hey klbm9999,

Cool!

Were you able to run any orchestrations?

Regards

On Mon, Nov 14, 2016 at 12:04 PM, klbm9999 . <kl...@gmail.com> wrote:

> i simply selected "run tests" for the scala folder in fey-core/src/test
> and it all did the rest.
>
> On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:
>
>> Added the project using SBT successfully and
>>
>>
>> ​
>> Ran the test (all passed) successfully
>>
>>
>> ​
>> and here is a summary of the steps i followed :
>> Step 1: Install Intellij community edition
>> Step 2: Install the scala plugin
>> Step 3: Get the source code from https://github.com/apache/incubator-iota
>> .
>> Step 4: Create new project, an SBT project, with auto-import checked and
>> download SBT tools unchecked
>> Step 5: Compile the project
>> Step 6: Go to the item of interest, in the context menu, select ->Run
>> 'ScalaTests' in 'scala'.
>>
>> I would like to proceed to the next step.
>>
>> On 15 November 2016 at 00:00, Barbara Malta Gomes <
>> barbaramaltagomes@gmail.com> wrote:
>>
>>> Hey kibm9999,
>>>
>>> In order for you to use the ZMQ performer you need to have it running on
>>> your local machine or in a server that you can connect to.
>>>
>>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>>> https://www.jetbrains.com/help/idea/2016.2/getting-started-with-sbt.html
>>> )
>>>
>>> [image: Inline image 1]
>>>
>>> To open the project using IntelliJ:
>>>
>>> 1 - File -> Open
>>> 2 - Select incubator-iota
>>> 3 - Some times it auto detects that it is a SBT project, but if does
>>> not, just select SBT
>>> 4 - Your details screen should look like:
>>>
>>> [image: Inline image 2]
>>>
>>> Make sure you select auto import and that you are using JDK 1.8
>>>
>>> After that, IntelliJ you take some time to download all the dependencies
>>> that the project requires.
>>>
>>> You can find the dependencies under you home directory at the folder
>>> *.ivy2/cache*
>>>
>>> Let me know when you are able to compile the project and run the tests
>>> so I can help you run an example.
>>>
>>> Regards,
>>>
>>>
>>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> I will try that.
>>>> Thanks
>>>>
>>>> On 14 November 2016 at 17:41, Shivansh Srivastava <shivansh@knoldus.com
>>>> > wrote:
>>>>
>>>>> You do not need to add anything manually like Akka libraries, for this
>>>>> only we have dependency manager like sbt, are you familiar with it ?
>>>>>
>>>>> Just enable the auto-import in the intellij and then re-import the
>>>>> whole project, Intellij would be able to resolve the dependencies
>>>>> automatically.
>>>>>
>>>>> Thanks.
>>>>>
>>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I did the following :
>>>>>>
>>>>>> Step 1: Install Intellij community edition
>>>>>> Step 2: Install the scala plugin
>>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>>> bator-iota.
>>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>>>> project.
>>>>>> Step 5: Download Akka framework libraries from
>>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>>> Step 6: Extract the zipped file. Add the akka libraries as well as
>>>>>> the scala lib to the build path. (in ProjectStructure)
>>>>>>
>>>>>> A screenshot :
>>>>>>
>>>>>> ​
>>>>>> ​
>>>>>>
>>>>>>
>>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>>> shivansh@knoldus.com> wrote:
>>>>>>
>>>>>>> Can you please list down the steps that you've done ! That would be
>>>>>>> easier for me to see whats going wrong !
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it compiled
>>>>>>>> with 26 errors and 4 warnings.
>>>>>>>>
>>>>>>>>
>>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>>
>>>>>>>>> Hey kibm9999,
>>>>>>>>>
>>>>>>>>> Sorry for the late reply,
>>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>>
>>>>>>>>> Thanks.
>>>>>>>>>
>>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I installed Intellij, cloned the repository from github (this one
>>>>>>>>>> -> https://github.com/apache/incubator-iota).
>>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>>> Anything else i need?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Yes - let’s get you setup first - try document each step since
>>>>>>>>>>> your first task would be documenting this process for others to follow. We
>>>>>>>>>>> can do this together. Since you are totally new to the project you are in a
>>>>>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>>>>>> some guidance as you move through each step
>>>>>>>>>>>
>>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>>
>>>>>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> -Tony
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>>
>>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are
>>>>>>>>>>>>> some great opportunities to contribute.
>>>>>>>>>>>>>
>>>>>>>>>>>>> -Tony
>>>>>>>>>>>>>
>>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > Hello,
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad student,
>>>>>>>>>>>>> and would like to contribute to this project.
>>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>>> >
>>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> *Best Regards | Shivansh*
>>>>>>>>> *Software Consultant*
>>>>>>>>> *Knoldus Software LLP*
>>>>>>>>>
>>>>>>>>> *India - US - Canada*
>>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Best Regards | Shivansh*
>>>>>>> *Software Consultant*
>>>>>>> *Knoldus Software LLP*
>>>>>>>
>>>>>>> *India - US - Canada*
>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thank You
>>>>>> K.L.Bhanu Moorthy
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Best Regards | Shivansh*
>>>>> *Software Consultant*
>>>>> *Knoldus Software LLP*
>>>>>
>>>>> *India - US - Canada*
>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> Barbara Gomes
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Barbara Gomes
Computer Engineer
San Jose, CA
+1 (650) 713-6092

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
i simply selected "run tests" for the scala folder in fey-core/src/test and
it all did the rest.

On 15 November 2016 at 01:31, klbm9999 . <kl...@gmail.com> wrote:

> Added the project using SBT successfully and
>
>
> ​
> Ran the test (all passed) successfully
>
>
> ​
> and here is a summary of the steps i followed :
> Step 1: Install Intellij community edition
> Step 2: Install the scala plugin
> Step 3: Get the source code from https://github.com/apache/incubator-iota.
> Step 4: Create new project, an SBT project, with auto-import checked and
> download SBT tools unchecked
> Step 5: Compile the project
> Step 6: Go to the item of interest, in the context menu, select ->Run
> 'ScalaTests' in 'scala'.
>
> I would like to proceed to the next step.
>
> On 15 November 2016 at 00:00, Barbara Malta Gomes <
> barbaramaltagomes@gmail.com> wrote:
>
>> Hey kibm9999,
>>
>> In order for you to use the ZMQ performer you need to have it running on
>> your local machine or in a server that you can connect to.
>>
>> Also, make sure that you have the SBT plugin installed on IntelliJ (
>> https://www.jetbrains.com/help/idea/2016.2/getting-started-with-sbt.html)
>>
>> [image: Inline image 1]
>>
>> To open the project using IntelliJ:
>>
>> 1 - File -> Open
>> 2 - Select incubator-iota
>> 3 - Some times it auto detects that it is a SBT project, but if does not,
>> just select SBT
>> 4 - Your details screen should look like:
>>
>> [image: Inline image 2]
>>
>> Make sure you select auto import and that you are using JDK 1.8
>>
>> After that, IntelliJ you take some time to download all the dependencies
>> that the project requires.
>>
>> You can find the dependencies under you home directory at the folder
>> *.ivy2/cache*
>>
>> Let me know when you are able to compile the project and run the tests so
>> I can help you run an example.
>>
>> Regards,
>>
>>
>> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> I will try that.
>>> Thanks
>>>
>>> On 14 November 2016 at 17:41, Shivansh Srivastava <sh...@knoldus.com>
>>> wrote:
>>>
>>>> You do not need to add anything manually like Akka libraries, for this
>>>> only we have dependency manager like sbt, are you familiar with it ?
>>>>
>>>> Just enable the auto-import in the intellij and then re-import the
>>>> whole project, Intellij would be able to resolve the dependencies
>>>> automatically.
>>>>
>>>> Thanks.
>>>>
>>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> I did the following :
>>>>>
>>>>> Step 1: Install Intellij community edition
>>>>> Step 2: Install the scala plugin
>>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>>> bator-iota.
>>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>>> project.
>>>>> Step 5: Download Akka framework libraries from
>>>>> http://akka.io/downloads/ (Not the Activator)
>>>>> Step 6: Extract the zipped file. Add the akka libraries as well as the
>>>>> scala lib to the build path. (in ProjectStructure)
>>>>>
>>>>> A screenshot :
>>>>>
>>>>> ​
>>>>> ​
>>>>>
>>>>>
>>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <
>>>>> shivansh@knoldus.com> wrote:
>>>>>
>>>>>> Can you please list down the steps that you've done ! That would be
>>>>>> easier for me to see whats going wrong !
>>>>>>
>>>>>>
>>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> No, i wasnt able to run it. I added the Akka libraries, it compiled
>>>>>>> with 26 errors and 4 warnings.
>>>>>>>
>>>>>>>
>>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>>> shivansh@knoldus.com> wrote:
>>>>>>>
>>>>>>>> Hey kibm9999,
>>>>>>>>
>>>>>>>> Sorry for the late reply,
>>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>>
>>>>>>>> Thanks.
>>>>>>>>
>>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> I installed Intellij, cloned the repository from github (this one
>>>>>>>>> -> https://github.com/apache/incubator-iota).
>>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>>> Anything else i need?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Yes - let’s get you setup first - try document each step since
>>>>>>>>>> your first task would be documenting this process for others to follow. We
>>>>>>>>>> can do this together. Since you are totally new to the project you are in a
>>>>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>>>>> some guidance as you move through each step
>>>>>>>>>>
>>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>>
>>>>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> -Tony
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>>
>>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are
>>>>>>>>>>>> some great opportunities to contribute.
>>>>>>>>>>>>
>>>>>>>>>>>> -Tony
>>>>>>>>>>>>
>>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> >
>>>>>>>>>>>> > Hello,
>>>>>>>>>>>> >
>>>>>>>>>>>> > I just joined this mailing list. I am an undergrad student,
>>>>>>>>>>>> and would like to contribute to this project.
>>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>>> >
>>>>>>>>>>>> > Thank you
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> *Best Regards | Shivansh*
>>>>>>>> *Software Consultant*
>>>>>>>> *Knoldus Software LLP*
>>>>>>>>
>>>>>>>> *India - US - Canada*
>>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Best Regards | Shivansh*
>>>>>> *Software Consultant*
>>>>>> *Knoldus Software LLP*
>>>>>>
>>>>>> *India - US - Canada*
>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank You
>>>>> K.L.Bhanu Moorthy
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Best Regards | Shivansh*
>>>> *Software Consultant*
>>>> *Knoldus Software LLP*
>>>>
>>>> *India - US - Canada*
>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> Barbara Gomes
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Added the project using SBT successfully and


​
Ran the test (all passed) successfully


​
and here is a summary of the steps i followed :
Step 1: Install Intellij community edition
Step 2: Install the scala plugin
Step 3: Get the source code from https://github.com/apache/incubator-iota.
Step 4: Create new project, an SBT project, with auto-import checked and
download SBT tools unchecked
Step 5: Compile the project
Step 6: Go to the item of interest, in the context menu, select ->Run
'ScalaTests' in 'scala'.

I would like to proceed to the next step.

On 15 November 2016 at 00:00, Barbara Malta Gomes <
barbaramaltagomes@gmail.com> wrote:

> Hey kibm9999,
>
> In order for you to use the ZMQ performer you need to have it running on
> your local machine or in a server that you can connect to.
>
> Also, make sure that you have the SBT plugin installed on IntelliJ (
> https://www.jetbrains.com/help/idea/2016.2/getting-started-with-sbt.html)
>
> [image: Inline image 1]
>
> To open the project using IntelliJ:
>
> 1 - File -> Open
> 2 - Select incubator-iota
> 3 - Some times it auto detects that it is a SBT project, but if does not,
> just select SBT
> 4 - Your details screen should look like:
>
> [image: Inline image 2]
>
> Make sure you select auto import and that you are using JDK 1.8
>
> After that, IntelliJ you take some time to download all the dependencies
> that the project requires.
>
> You can find the dependencies under you home directory at the folder
> *.ivy2/cache*
>
> Let me know when you are able to compile the project and run the tests so
> I can help you run an example.
>
> Regards,
>
>
> On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com> wrote:
>
>> I will try that.
>> Thanks
>>
>> On 14 November 2016 at 17:41, Shivansh Srivastava <sh...@knoldus.com>
>> wrote:
>>
>>> You do not need to add anything manually like Akka libraries, for this
>>> only we have dependency manager like sbt, are you familiar with it ?
>>>
>>> Just enable the auto-import in the intellij and then re-import the whole
>>> project, Intellij would be able to resolve the dependencies automatically.
>>>
>>> Thanks.
>>>
>>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> I did the following :
>>>>
>>>> Step 1: Install Intellij community edition
>>>> Step 2: Install the scala plugin
>>>> Step 3: Get the source code from https://github.com/apache/incu
>>>> bator-iota.
>>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>>> project.
>>>> Step 5: Download Akka framework libraries from
>>>> http://akka.io/downloads/ (Not the Activator)
>>>> Step 6: Extract the zipped file. Add the akka libraries as well as the
>>>> scala lib to the build path. (in ProjectStructure)
>>>>
>>>> A screenshot :
>>>>
>>>> ​
>>>> ​
>>>>
>>>>
>>>> On 14 November 2016 at 17:30, Shivansh Srivastava <shivansh@knoldus.com
>>>> > wrote:
>>>>
>>>>> Can you please list down the steps that you've done ! That would be
>>>>> easier for me to see whats going wrong !
>>>>>
>>>>>
>>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> No, i wasnt able to run it. I added the Akka libraries, it compiled
>>>>>> with 26 errors and 4 warnings.
>>>>>>
>>>>>>
>>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>>> shivansh@knoldus.com> wrote:
>>>>>>
>>>>>>> Hey kibm9999,
>>>>>>>
>>>>>>> Sorry for the late reply,
>>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>>
>>>>>>> Thanks.
>>>>>>>
>>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> I installed Intellij, cloned the repository from github (this one
>>>>>>>> -> https://github.com/apache/incubator-iota).
>>>>>>>> I also installed the scala plugin for intellij.
>>>>>>>> Anything else i need?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Yes - let’s get you setup first - try document each step since
>>>>>>>>> your first task would be documenting this process for others to follow. We
>>>>>>>>> can do this together. Since you are totally new to the project you are in a
>>>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>>>> some guidance as you move through each step
>>>>>>>>>
>>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>>
>>>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> -Tony
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Any small tasks that i could do?
>>>>>>>>>
>>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are
>>>>>>>>>>> some great opportunities to contribute.
>>>>>>>>>>>
>>>>>>>>>>> -Tony
>>>>>>>>>>>
>>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>> >
>>>>>>>>>>> > Hello,
>>>>>>>>>>> >
>>>>>>>>>>> > I just joined this mailing list. I am an undergrad student,
>>>>>>>>>>> and would like to contribute to this project.
>>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>>> >
>>>>>>>>>>> > Thank you
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Best Regards | Shivansh*
>>>>>>> *Software Consultant*
>>>>>>> *Knoldus Software LLP*
>>>>>>>
>>>>>>> *India - US - Canada*
>>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Best Regards | Shivansh*
>>>>> *Software Consultant*
>>>>> *Knoldus Software LLP*
>>>>>
>>>>> *India - US - Canada*
>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Thank You
>>>> K.L.Bhanu Moorthy
>>>>
>>>
>>>
>>>
>>> --
>>> *Best Regards | Shivansh*
>>> *Software Consultant*
>>> *Knoldus Software LLP*
>>>
>>> *India - US - Canada*
>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>> <http://www.facebook.com/xeruo> | LinkedIn
>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> Barbara Gomes
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Barbara Malta Gomes <ba...@gmail.com>.
Hey kibm9999,

In order for you to use the ZMQ performer you need to have it running on
your local machine or in a server that you can connect to.

Also, make sure that you have the SBT plugin installed on IntelliJ (
https://www.jetbrains.com/help/idea/2016.2/getting-started-with-sbt.html)

[image: Inline image 1]

To open the project using IntelliJ:

1 - File -> Open
2 - Select incubator-iota
3 - Some times it auto detects that it is a SBT project, but if does not,
just select SBT
4 - Your details screen should look like:

[image: Inline image 2]

Make sure you select auto import and that you are using JDK 1.8

After that, IntelliJ you take some time to download all the dependencies
that the project requires.

You can find the dependencies under you home directory at the folder
*.ivy2/cache*

Let me know when you are able to compile the project and run the tests so I
can help you run an example.

Regards,


On Mon, Nov 14, 2016 at 4:12 AM, klbm9999 . <kl...@gmail.com> wrote:

> I will try that.
> Thanks
>
> On 14 November 2016 at 17:41, Shivansh Srivastava <sh...@knoldus.com>
> wrote:
>
>> You do not need to add anything manually like Akka libraries, for this
>> only we have dependency manager like sbt, are you familiar with it ?
>>
>> Just enable the auto-import in the intellij and then re-import the whole
>> project, Intellij would be able to resolve the dependencies automatically.
>>
>> Thanks.
>>
>> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> I did the following :
>>>
>>> Step 1: Install Intellij community edition
>>> Step 2: Install the scala plugin
>>> Step 3: Get the source code from https://github.com/apache/incu
>>> bator-iota.
>>> Step 4: open the source in IntelliJ, then setup scala sdk for the
>>> project.
>>> Step 5: Download Akka framework libraries from http://akka.io/downloads/
>>> (Not the Activator)
>>> Step 6: Extract the zipped file. Add the akka libraries as well as the
>>> scala lib to the build path. (in ProjectStructure)
>>>
>>> A screenshot :
>>>
>>> ​
>>> ​
>>>
>>>
>>> On 14 November 2016 at 17:30, Shivansh Srivastava <sh...@knoldus.com>
>>> wrote:
>>>
>>>> Can you please list down the steps that you've done ! That would be
>>>> easier for me to see whats going wrong !
>>>>
>>>>
>>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> No, i wasnt able to run it. I added the Akka libraries, it compiled
>>>>> with 26 errors and 4 warnings.
>>>>>
>>>>>
>>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>>
>>>>>
>>>>>
>>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <
>>>>> shivansh@knoldus.com> wrote:
>>>>>
>>>>>> Hey kibm9999,
>>>>>>
>>>>>> Sorry for the late reply,
>>>>>> Were you able to run the iota on your dev machine ?
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I installed Intellij, cloned the repository from github (this one ->
>>>>>>> https://github.com/apache/incubator-iota).
>>>>>>> I also installed the scala plugin for intellij.
>>>>>>> Anything else i need?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>>>>>>>
>>>>>>>> Yes - let’s get you setup first - try document each step since your
>>>>>>>> first task would be documenting this process for others to follow. We can
>>>>>>>> do this together. Since you are totally new to the project you are in a
>>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>>> some guidance as you move through each step
>>>>>>>>
>>>>>>>> Step 1 download Intellij community Edition
>>>>>>>>
>>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> -Tony
>>>>>>>>
>>>>>>>>
>>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Any small tasks that i could do?
>>>>>>>>
>>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are
>>>>>>>>>> some great opportunities to contribute.
>>>>>>>>>>
>>>>>>>>>> -Tony
>>>>>>>>>>
>>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>> >
>>>>>>>>>> > Hello,
>>>>>>>>>> >
>>>>>>>>>> > I just joined this mailing list. I am an undergrad student, and
>>>>>>>>>> would like to contribute to this project.
>>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>>> >
>>>>>>>>>> > Thank you
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Best Regards | Shivansh*
>>>>>> *Software Consultant*
>>>>>> *Knoldus Software LLP*
>>>>>>
>>>>>> *India - US - Canada*
>>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Best Regards | Shivansh*
>>>> *Software Consultant*
>>>> *Knoldus Software LLP*
>>>>
>>>> *India - US - Canada*
>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>
>>>
>>>
>>>
>>> --
>>> Thank You
>>> K.L.Bhanu Moorthy
>>>
>>
>>
>>
>> --
>> *Best Regards | Shivansh*
>> *Software Consultant*
>> *Knoldus Software LLP*
>>
>> *India - US - Canada*
>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>> <http://www.facebook.com/xeruo> | LinkedIn
>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
Barbara Gomes

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
I will try that.
Thanks

On 14 November 2016 at 17:41, Shivansh Srivastava <sh...@knoldus.com>
wrote:

> You do not need to add anything manually like Akka libraries, for this
> only we have dependency manager like sbt, are you familiar with it ?
>
> Just enable the auto-import in the intellij and then re-import the whole
> project, Intellij would be able to resolve the dependencies automatically.
>
> Thanks.
>
> On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com> wrote:
>
>> I did the following :
>>
>> Step 1: Install Intellij community edition
>> Step 2: Install the scala plugin
>> Step 3: Get the source code from https://github.com/apache/incubator-iota
>> .
>> Step 4: open the source in IntelliJ, then setup scala sdk for the project.
>> Step 5: Download Akka framework libraries from http://akka.io/downloads/
>> (Not the Activator)
>> Step 6: Extract the zipped file. Add the akka libraries as well as the
>> scala lib to the build path. (in ProjectStructure)
>>
>> A screenshot :
>>
>> ​
>> ​
>>
>>
>> On 14 November 2016 at 17:30, Shivansh Srivastava <sh...@knoldus.com>
>> wrote:
>>
>>> Can you please list down the steps that you've done ! That would be
>>> easier for me to see whats going wrong !
>>>
>>>
>>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> No, i wasnt able to run it. I added the Akka libraries, it compiled
>>>> with 26 errors and 4 warnings.
>>>>
>>>>
>>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>>
>>>>
>>>>
>>>> On 14 November 2016 at 11:26, Shivansh Srivastava <shivansh@knoldus.com
>>>> > wrote:
>>>>
>>>>> Hey kibm9999,
>>>>>
>>>>> Sorry for the late reply,
>>>>> Were you able to run the iota on your dev machine ?
>>>>>
>>>>> Thanks.
>>>>>
>>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I installed Intellij, cloned the repository from github (this one ->
>>>>>> https://github.com/apache/incubator-iota).
>>>>>> I also installed the scala plugin for intellij.
>>>>>> Anything else i need?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>>>>>>
>>>>>>> Yes - let’s get you setup first - try document each step since your
>>>>>>> first task would be documenting this process for others to follow. We can
>>>>>>> do this together. Since you are totally new to the project you are in a
>>>>>>> great position to document the steps for others to follow. I can provide
>>>>>>> some guidance as you move through each step
>>>>>>>
>>>>>>> Step 1 download Intellij community Edition
>>>>>>>
>>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> -Tony
>>>>>>>
>>>>>>>
>>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>>
>>>>>>> Any small tasks that i could do?
>>>>>>>
>>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>>
>>>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>>>
>>>>>>>>
>>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are
>>>>>>>>> some great opportunities to contribute.
>>>>>>>>>
>>>>>>>>> -Tony
>>>>>>>>>
>>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>> >
>>>>>>>>> > Hello,
>>>>>>>>> >
>>>>>>>>> > I just joined this mailing list. I am an undergrad student, and
>>>>>>>>> would like to contribute to this project.
>>>>>>>>> > I would like some guidance regarding this.
>>>>>>>>> >
>>>>>>>>> > Thank you
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Best Regards | Shivansh*
>>>>> *Software Consultant*
>>>>> *Knoldus Software LLP*
>>>>>
>>>>> *India - US - Canada*
>>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> *Best Regards | Shivansh*
>>> *Software Consultant*
>>> *Knoldus Software LLP*
>>>
>>> *India - US - Canada*
>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>> <http://www.facebook.com/xeruo> | LinkedIn
>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>
>>
>>
>>
>> --
>> Thank You
>> K.L.Bhanu Moorthy
>>
>
>
>
> --
> *Best Regards | Shivansh*
> *Software Consultant*
> *Knoldus Software LLP*
>
> *India - US - Canada*
> * Twitter <http://www.twitter.com/shiv4nsh> | FB
> <http://www.facebook.com/xeruo> | LinkedIn
> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Shivansh Srivastava <sh...@knoldus.com>.
You do not need to add anything manually like Akka libraries, for this only
we have dependency manager like sbt, are you familiar with it ?

Just enable the auto-import in the intellij and then re-import the whole
project, Intellij would be able to resolve the dependencies automatically.

Thanks.

On Mon, Nov 14, 2016 at 5:37 PM, klbm9999 . <kl...@gmail.com> wrote:

> I did the following :
>
> Step 1: Install Intellij community edition
> Step 2: Install the scala plugin
> Step 3: Get the source code from https://github.com/apache/incubator-iota.
> Step 4: open the source in IntelliJ, then setup scala sdk for the project.
> Step 5: Download Akka framework libraries from http://akka.io/downloads/
> (Not the Activator)
> Step 6: Extract the zipped file. Add the akka libraries as well as the
> scala lib to the build path. (in ProjectStructure)
>
> A screenshot :
>
> ​
> ​
>
>
> On 14 November 2016 at 17:30, Shivansh Srivastava <sh...@knoldus.com>
> wrote:
>
>> Can you please list down the steps that you've done ! That would be
>> easier for me to see whats going wrong !
>>
>>
>> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> No, i wasnt able to run it. I added the Akka libraries, it compiled with
>>> 26 errors and 4 warnings.
>>>
>>>
>>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>>       case _ => log.debug("Ignoring this message as format not expected")
>>>
>>>
>>>
>>> On 14 November 2016 at 11:26, Shivansh Srivastava <sh...@knoldus.com>
>>> wrote:
>>>
>>>> Hey kibm9999,
>>>>
>>>> Sorry for the late reply,
>>>> Were you able to run the iota on your dev machine ?
>>>>
>>>> Thanks.
>>>>
>>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> I installed Intellij, cloned the repository from github (this one ->
>>>>> https://github.com/apache/incubator-iota).
>>>>> I also installed the scala plugin for intellij.
>>>>> Anything else i need?
>>>>>
>>>>> Thanks
>>>>>
>>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>>>>>
>>>>>> Yes - let’s get you setup first - try document each step since your
>>>>>> first task would be documenting this process for others to follow. We can
>>>>>> do this together. Since you are totally new to the project you are in a
>>>>>> great position to document the steps for others to follow. I can provide
>>>>>> some guidance as you move through each step
>>>>>>
>>>>>> Step 1 download Intellij community Edition
>>>>>>
>>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> -Tony
>>>>>>
>>>>>>
>>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>
>>>>>> Any small tasks that i could do?
>>>>>>
>>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>>>>>>
>>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>>
>>>>>>>
>>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>>>>>>
>>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>>>>>>> great opportunities to contribute.
>>>>>>>>
>>>>>>>> -Tony
>>>>>>>>
>>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>>> wrote:
>>>>>>>> >
>>>>>>>> > Hello,
>>>>>>>> >
>>>>>>>> > I just joined this mailing list. I am an undergrad student, and
>>>>>>>> would like to contribute to this project.
>>>>>>>> > I would like some guidance regarding this.
>>>>>>>> >
>>>>>>>> > Thank you
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Best Regards | Shivansh*
>>>> *Software Consultant*
>>>> *Knoldus Software LLP*
>>>>
>>>> *India - US - Canada*
>>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>>> <http://www.facebook.com/xeruo> | LinkedIn
>>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>>
>>>
>>>
>>
>>
>> --
>> *Best Regards | Shivansh*
>> *Software Consultant*
>> *Knoldus Software LLP*
>>
>> *India - US - Canada*
>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>> <http://www.facebook.com/xeruo> | LinkedIn
>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>
>
>
>
> --
> Thank You
> K.L.Bhanu Moorthy
>



-- 
*Best Regards | Shivansh*
*Software Consultant*
*Knoldus Software LLP*

*India - US - Canada*
* Twitter <http://www.twitter.com/shiv4nsh> | FB
<http://www.facebook.com/xeruo> | LinkedIn
<https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
I did the following :

Step 1: Install Intellij community edition
Step 2: Install the scala plugin
Step 3: Get the source code from https://github.com/apache/incubator-iota.
Step 4: open the source in IntelliJ, then setup scala sdk for the project.
Step 5: Download Akka framework libraries from http://akka.io/downloads/
(Not the Activator)
Step 6: Extract the zipped file. Add the akka libraries as well as the
scala lib to the build path. (in ProjectStructure)

A screenshot :

​
​


On 14 November 2016 at 17:30, Shivansh Srivastava <sh...@knoldus.com>
wrote:

> Can you please list down the steps that you've done ! That would be easier
> for me to see whats going wrong !
>
>
> On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com> wrote:
>
>> No, i wasnt able to run it. I added the Akka libraries, it compiled with
>> 26 errors and 4 warnings.
>>
>>
>> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>>       case _ => log.debug("Ignoring this message as format not expected")
>>
>>
>>
>> On 14 November 2016 at 11:26, Shivansh Srivastava <sh...@knoldus.com>
>> wrote:
>>
>>> Hey kibm9999,
>>>
>>> Sorry for the late reply,
>>> Were you able to run the iota on your dev machine ?
>>>
>>> Thanks.
>>>
>>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> I installed Intellij, cloned the repository from github (this one ->
>>>> https://github.com/apache/incubator-iota).
>>>> I also installed the scala plugin for intellij.
>>>> Anything else i need?
>>>>
>>>> Thanks
>>>>
>>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>>>>
>>>>> Yes - let’s get you setup first - try document each step since your
>>>>> first task would be documenting this process for others to follow. We can
>>>>> do this together. Since you are totally new to the project you are in a
>>>>> great position to document the steps for others to follow. I can provide
>>>>> some guidance as you move through each step
>>>>>
>>>>> Step 1 download Intellij community Edition
>>>>>
>>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>>
>>>>> Thanks
>>>>>
>>>>> -Tony
>>>>>
>>>>>
>>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>>
>>>>> Any small tasks that i could do?
>>>>>
>>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>>>>>
>>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>>
>>>>>>
>>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>>>>>
>>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>>>>>> great opportunities to contribute.
>>>>>>>
>>>>>>> -Tony
>>>>>>>
>>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>>> wrote:
>>>>>>> >
>>>>>>> > Hello,
>>>>>>> >
>>>>>>> > I just joined this mailing list. I am an undergrad student, and
>>>>>>> would like to contribute to this project.
>>>>>>> > I would like some guidance regarding this.
>>>>>>> >
>>>>>>> > Thank you
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>> --
>>> *Best Regards | Shivansh*
>>> *Software Consultant*
>>> *Knoldus Software LLP*
>>>
>>> *India - US - Canada*
>>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>>> <http://www.facebook.com/xeruo> | LinkedIn
>>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>>
>>
>>
>
>
> --
> *Best Regards | Shivansh*
> *Software Consultant*
> *Knoldus Software LLP*
>
> *India - US - Canada*
> * Twitter <http://www.twitter.com/shiv4nsh> | FB
> <http://www.facebook.com/xeruo> | LinkedIn
> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>



-- 
Thank You
K.L.Bhanu Moorthy

Re: Just joined

Posted by Shivansh Srivastava <sh...@knoldus.com>.
Can you please list down the steps that you've done ! That would be easier
for me to see whats going wrong !


On Mon, Nov 14, 2016 at 2:29 PM, klbm9999 . <kl...@gmail.com> wrote:

> No, i wasnt able to run it. I added the Akka libraries, it compiled with
> 26 errors and 4 warnings.
>
>
> Information:Modules "main1", "main", "main2", "test", "main3" were fully rebuilt due to project configuration/dependencies changesInformation:14/11/16 2:25 PM - Compilation completed with 26 errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files without a Scala SDK in module(s) tests of testWarning:scala: skipping Scala files without a Scala SDK in module(s) main3Warning:scala: skipping Scala files without a Scala SDK in module(s) main2Warning:scala: skipping Scala files without a Scala SDK in module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20, 28) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(32, 69) not found: type FeyGenericActor
>                    override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>     log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
>       ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
>       ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
>   override def customReceive: Receive = {Error:(87, 15) not found: value log
>     case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
>     log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
>     log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
>       case _ => log.error("Ignoring this message as format not expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20, 8) object FeyGenericActor is not a member of package org.apache.iota.feyimport org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not a member of package orgimport org.zeromq.ZMQError:(31, 70) not found: type FeyGenericActor
>                     override val autoScale: Boolean = false) extends FeyGenericActor {Error:(39, 12) not found: value ZMQ
>   var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
>   var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
>     log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
>       ctx = ZMQ.context(1)Error:(60, 9) not found: value log
>         log.debug(s"HERE IT IS $address : $contents")Error:(94, 31) not found: type Receive
>   override def customReceive: Receive = {Error:(95, 15) not found: value log
>     case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
>     log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
>       case _ => log.debug("Ignoring this message as format not expected")
>
>
>
> On 14 November 2016 at 11:26, Shivansh Srivastava <sh...@knoldus.com>
> wrote:
>
>> Hey kibm9999,
>>
>> Sorry for the late reply,
>> Were you able to run the iota on your dev machine ?
>>
>> Thanks.
>>
>> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> I installed Intellij, cloned the repository from github (this one ->
>>> https://github.com/apache/incubator-iota).
>>> I also installed the scala plugin for intellij.
>>> Anything else i need?
>>>
>>> Thanks
>>>
>>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>>>
>>>> Yes - let’s get you setup first - try document each step since your
>>>> first task would be documenting this process for others to follow. We can
>>>> do this together. Since you are totally new to the project you are in a
>>>> great position to document the steps for others to follow. I can provide
>>>> some guidance as you move through each step
>>>>
>>>> Step 1 download Intellij community Edition
>>>>
>>>> What system are you planning on using? MacBook, Linux, Windows?
>>>>
>>>> Thanks
>>>>
>>>> -Tony
>>>>
>>>>
>>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>> Any small tasks that i could do?
>>>>
>>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>>>>
>>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>>
>>>>>
>>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>>>>
>>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>>>>> great opportunities to contribute.
>>>>>>
>>>>>> -Tony
>>>>>>
>>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com>
>>>>>> wrote:
>>>>>> >
>>>>>> > Hello,
>>>>>> >
>>>>>> > I just joined this mailing list. I am an undergrad student, and
>>>>>> would like to contribute to this project.
>>>>>> > I would like some guidance regarding this.
>>>>>> >
>>>>>> > Thank you
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>> *Best Regards | Shivansh*
>> *Software Consultant*
>> *Knoldus Software LLP*
>>
>> *India - US - Canada*
>> * Twitter <http://www.twitter.com/shiv4nsh> | FB
>> <http://www.facebook.com/xeruo> | LinkedIn
>> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>>
>
>


-- 
*Best Regards | Shivansh*
*Software Consultant*
*Knoldus Software LLP*

*India - US - Canada*
* Twitter <http://www.twitter.com/shiv4nsh> | FB
<http://www.facebook.com/xeruo> | LinkedIn
<https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
No, i wasnt able to run it. I added the Akka libraries, it compiled with 26
errors and 4 warnings.


Information:Modules "main1", "main", "main2", "test", "main3" were
fully rebuilt due to project configuration/dependencies
changesInformation:14/11/16 2:25 PM - Compilation completed with 26
errors and 4 warnings in 8s 715msWarning:scala: skipping Scala files
without a Scala SDK in module(s) tests of testWarning:scala: skipping
Scala files without a Scala SDK in module(s) main3Warning:scala:
skipping Scala files without a Scala SDK in module(s)
main2Warning:scala: skipping Scala files without a Scala SDK in
module(s) main1/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/Application.scalaError:(20,
28) object FeyGenericActor is not a member of package
org.apache.iota.feyimport
org.apache.iota.fey.FeyGenericActor.PROCESS/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQPublisher.scalaError:(20,
8) object FeyGenericActor is not a member of package
org.apache.iota.feyimport
org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not
a member of package orgimport org.zeromq.ZMQError:(32, 69) not found:
type FeyGenericActor
                   override val autoScale: Boolean = false) extends
FeyGenericActor {Error:(39, 12) not found: value ZMQ
  var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
  var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
    log.info("Starting ZMQ Publisher")Error:(48, 13) not found: value ZMQ
      ctx = ZMQ.context(1)Error:(73, 13) not found: value ZMQ
      ctx = ZMQ.context(1)Error:(86, 31) not found: type Receive
  override def customReceive: Receive = {Error:(87, 15) not found: value log
    case x => log.debug(s"Untreated $x")Error:(91, 5) not found: value log
    log.debug(s"Msg count: $count")Error:(117, 5) not found: value log
    log.debug(s"messsage =$Message")Error:(105, 17) not found: value log
      case _ => log.error("Ignoring this message as format not
expected")/home/klbm9999/Desktop/iota/incubator-iota/performers/zmq/src/main/scala/org/apache/iota/fey/performer/ZMQSubscriber.scalaError:(20,
8) object FeyGenericActor is not a member of package
org.apache.iota.feyimport
org.apache.iota.fey.FeyGenericActorError:(21, 12) object zeromq is not
a member of package orgimport org.zeromq.ZMQError:(31, 70) not found:
type FeyGenericActor
                    override val autoScale: Boolean = false) extends
FeyGenericActor {Error:(39, 12) not found: value ZMQ
  var ctx: ZMQ.Context = nullError:(40, 12) not found: value ZMQ
  var pub: ZMQ.Socket = nullError:(44, 5) not found: value log
    log.info("Starting ZMQ Subscriber")Error:(50, 13) not found: value ZMQ
      ctx = ZMQ.context(1)Error:(60, 9) not found: value log
        log.debug(s"HERE IT IS $address : $contents")Error:(94, 31)
not found: type Receive
  override def customReceive: Receive = {Error:(95, 15) not found: value log
    case x => log.debug(s"Untreated $x")Error:(99, 5) not found: value log
    log.debug(s"Msg count: $count")Error:(104, 17) not found: value log
      case _ => log.debug("Ignoring this message as format not expected")



On 14 November 2016 at 11:26, Shivansh Srivastava <sh...@knoldus.com>
wrote:

> Hey kibm9999,
>
> Sorry for the late reply,
> Were you able to run the iota on your dev machine ?
>
> Thanks.
>
> On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com> wrote:
>
>> I installed Intellij, cloned the repository from github (this one ->
>> https://github.com/apache/incubator-iota).
>> I also installed the scala plugin for intellij.
>> Anything else i need?
>>
>> Thanks
>>
>> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>>
>>> Yes - let’s get you setup first - try document each step since your
>>> first task would be documenting this process for others to follow. We can
>>> do this together. Since you are totally new to the project you are in a
>>> great position to document the steps for others to follow. I can provide
>>> some guidance as you move through each step
>>>
>>> Step 1 download Intellij community Edition
>>>
>>> What system are you planning on using? MacBook, Linux, Windows?
>>>
>>> Thanks
>>>
>>> -Tony
>>>
>>>
>>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>> Any small tasks that i could do?
>>>
>>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>>>
>>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>>
>>>>
>>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>>>
>>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>>>> great opportunities to contribute.
>>>>>
>>>>> -Tony
>>>>>
>>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>>> >
>>>>> > Hello,
>>>>> >
>>>>> > I just joined this mailing list. I am an undergrad student, and
>>>>> would like to contribute to this project.
>>>>> > I would like some guidance regarding this.
>>>>> >
>>>>> > Thank you
>>>>>
>>>>>
>>>>
>>>
>>>
>>
>
>
> --
> *Best Regards | Shivansh*
> *Software Consultant*
> *Knoldus Software LLP*
>
> *India - US - Canada*
> * Twitter <http://www.twitter.com/shiv4nsh> | FB
> <http://www.facebook.com/xeruo> | LinkedIn
> <https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*
>

Re: Just joined

Posted by Shivansh Srivastava <sh...@knoldus.com>.
Hey kibm9999,

Sorry for the late reply,
Were you able to run the iota on your dev machine ?

Thanks.

On Sun, Nov 13, 2016 at 3:43 PM, klbm9999 . <kl...@gmail.com> wrote:

> I installed Intellij, cloned the repository from github (this one ->
> https://github.com/apache/incubator-iota).
> I also installed the scala plugin for intellij.
> Anything else i need?
>
> Thanks
>
> On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:
>
>> Yes - let’s get you setup first - try document each step since your first
>> task would be documenting this process for others to follow. We can do this
>> together. Since you are totally new to the project you are in a great
>> position to document the steps for others to follow. I can provide some
>> guidance as you move through each step
>>
>> Step 1 download Intellij community Edition
>>
>> What system are you planning on using? MacBook, Linux, Windows?
>>
>> Thanks
>>
>> -Tony
>>
>>
>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>
>> Any small tasks that i could do?
>>
>> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>>
>>> I recently learned scala. But i dont know Akka. I will learn it.
>>>
>>>
>>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>>
>>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>>> great opportunities to contribute.
>>>>
>>>> -Tony
>>>>
>>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>>>> >
>>>> > Hello,
>>>> >
>>>> > I just joined this mailing list. I am an undergrad student, and would
>>>> like to contribute to this project.
>>>> > I would like some guidance regarding this.
>>>> >
>>>> > Thank you
>>>>
>>>>
>>>
>>
>>
>


-- 
*Best Regards | Shivansh*
*Software Consultant*
*Knoldus Software LLP*

*India - US - Canada*
* Twitter <http://www.twitter.com/shiv4nsh> | FB
<http://www.facebook.com/xeruo> | LinkedIn
<https://in.linkedin.com/pub/shivansh-srivastava/3a/204/251>*

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
I installed Intellij, cloned the repository from github (this one ->
https://github.com/apache/incubator-iota).
I also installed the scala plugin for intellij.
Anything else i need?

Thanks

On 13 November 2016 at 12:56, Tony Faustini <to...@litbit.com> wrote:

> Yes - let’s get you setup first - try document each step since your first
> task would be documenting this process for others to follow. We can do this
> together. Since you are totally new to the project you are in a great
> position to document the steps for others to follow. I can provide some
> guidance as you move through each step
>
> Step 1 download Intellij community Edition
>
> What system are you planning on using? MacBook, Linux, Windows?
>
> Thanks
>
> -Tony
>
>
> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>
> Any small tasks that i could do?
>
> On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:
>
>> I recently learned scala. But i dont know Akka. I will learn it.
>>
>>
>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>
>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>> great opportunities to contribute.
>>>
>>> -Tony
>>>
>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>>> >
>>> > Hello,
>>> >
>>> > I just joined this mailing list. I am an undergrad student, and would
>>> like to contribute to this project.
>>> > I would like some guidance regarding this.
>>> >
>>> > Thank you
>>>
>>>
>>
>
>

Re: Just joined

Posted by Tony Faustini <to...@litbit.com>.
Yes - let’s get you setup first - try document each step since your first task would be documenting this process for others to follow. We can do this together. Since you are totally new to the project you are in a great position to document the steps for others to follow. I can provide some guidance as you move through each step

Step 1 download Intellij community Edition 

What system are you planning on using? MacBook, Linux, Windows?

Thanks

-Tony


> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
> 
> Any small tasks that i could do?
> 
> On 13 November 2016 at 12:43, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
> I recently learned scala. But i dont know Akka. I will learn it.
> 
> 
> On 13 November 2016 at 12:42, Tony Faustini <tony@litbit.com <ma...@litbit.com>> wrote:
> Welcome - klbm9999. How well do you know Scala/Akka? There are some great opportunities to contribute.
> 
> -Tony
> 
> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
> >
> > Hello,
> >
> > I just joined this mailing list. I am an undergrad student, and would like to contribute to this project.
> > I would like some guidance regarding this.
> >
> > Thank you
> 
> 
> 


Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Any small tasks that i could do?

On 13 November 2016 at 12:43, klbm9999 . <kl...@gmail.com> wrote:

> I recently learned scala. But i dont know Akka. I will learn it.
>
>
> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>
>> Welcome - klbm9999. How well do you know Scala/Akka? There are some great
>> opportunities to contribute.
>>
>> -Tony
>>
>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>> >
>> > Hello,
>> >
>> > I just joined this mailing list. I am an undergrad student, and would
>> like to contribute to this project.
>> > I would like some guidance regarding this.
>> >
>> > Thank you
>>
>>
>

Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
And i use Ubuntu 14.04

On 13 November 2016 at 13:07, klbm9999 . <kl...@gmail.com> wrote:

> Glad to hear that.
> GMT+5:30 is my time zone (India)
>
> On 13 November 2016 at 13:00, Tony Faustini <to...@litbit.com> wrote:
>
>> Wonderful to have an undergrad wanting to help and learn - we love it.
>> What time zone are you in?
>> -Tony
>>
>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>>
>> I recently learned scala. But i dont know Akka. I will learn it.
>>
>>
>> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>>
>>> Welcome - klbm9999. How well do you know Scala/Akka? There are some
>>> great opportunities to contribute.
>>>
>>> -Tony
>>>
>>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>>> >
>>> > Hello,
>>> >
>>> > I just joined this mailing list. I am an undergrad student, and would
>>> like to contribute to this project.
>>> > I would like some guidance regarding this.
>>> >
>>> > Thank you
>>>
>>>
>>
>>
>

Re: Just joined

Posted by Tony Faustini <to...@litbit.com>.
Hi Shivansh, any chance you can use dev@iota to get klbm9999 <ma...@gmail.com> setup to with iota on ubuntu 14.04? klbm9999 <ma...@gmail.com> can then document the process and we can post it as a reference for others to use? It’s getting late here in California and I have to finish a QA cycle before it gets too late. I can help in the morning.

Thanks
-Tony



> On Nov 12, 2016, at 11:37 PM, klbm9999 . <kl...@gmail.com> wrote:
> 
> Glad to hear that.
> GMT+5:30 is my time zone (India)
> 
> On 13 November 2016 at 13:00, Tony Faustini <tony@litbit.com <ma...@litbit.com>> wrote:
> Wonderful to have an undergrad wanting to help and learn - we love it. What time zone are you in?
> -Tony
> 
>> On Nov 12, 2016, at 11:13 PM, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
>> 
>> I recently learned scala. But i dont know Akka. I will learn it.
>> 
>> 
>> On 13 November 2016 at 12:42, Tony Faustini <tony@litbit.com <ma...@litbit.com>> wrote:
>> Welcome - klbm9999. How well do you know Scala/Akka? There are some great opportunities to contribute.
>> 
>> -Tony
>> 
>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
>> >
>> > Hello,
>> >
>> > I just joined this mailing list. I am an undergrad student, and would like to contribute to this project.
>> > I would like some guidance regarding this.
>> >
>> > Thank you
>> 
>> 
> 
> 


Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
Glad to hear that.
GMT+5:30 is my time zone (India)

On 13 November 2016 at 13:00, Tony Faustini <to...@litbit.com> wrote:

> Wonderful to have an undergrad wanting to help and learn - we love it.
> What time zone are you in?
> -Tony
>
> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
>
> I recently learned scala. But i dont know Akka. I will learn it.
>
>
> On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:
>
>> Welcome - klbm9999. How well do you know Scala/Akka? There are some great
>> opportunities to contribute.
>>
>> -Tony
>>
>> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
>> >
>> > Hello,
>> >
>> > I just joined this mailing list. I am an undergrad student, and would
>> like to contribute to this project.
>> > I would like some guidance regarding this.
>> >
>> > Thank you
>>
>>
>
>

Re: Just joined

Posted by Tony Faustini <to...@litbit.com>.
Wonderful to have an undergrad wanting to help and learn - we love it. What time zone are you in?
-Tony

> On Nov 12, 2016, at 11:13 PM, klbm9999 . <kl...@gmail.com> wrote:
> 
> I recently learned scala. But i dont know Akka. I will learn it.
> 
> 
> On 13 November 2016 at 12:42, Tony Faustini <tony@litbit.com <ma...@litbit.com>> wrote:
> Welcome - klbm9999. How well do you know Scala/Akka? There are some great opportunities to contribute.
> 
> -Tony
> 
> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <klbm9999@gmail.com <ma...@gmail.com>> wrote:
> >
> > Hello,
> >
> > I just joined this mailing list. I am an undergrad student, and would like to contribute to this project.
> > I would like some guidance regarding this.
> >
> > Thank you
> 
> 


Re: Just joined

Posted by "klbm9999 ." <kl...@gmail.com>.
I recently learned scala. But i dont know Akka. I will learn it.


On 13 November 2016 at 12:42, Tony Faustini <to...@litbit.com> wrote:

> Welcome - klbm9999. How well do you know Scala/Akka? There are some great
> opportunities to contribute.
>
> -Tony
>
> > On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
> >
> > Hello,
> >
> > I just joined this mailing list. I am an undergrad student, and would
> like to contribute to this project.
> > I would like some guidance regarding this.
> >
> > Thank you
>
>

Re: Just joined

Posted by Tony Faustini <to...@litbit.com>.
Welcome - klbm9999. How well do you know Scala/Akka? There are some great opportunities to contribute. 

-Tony

> On Nov 12, 2016, at 11:10 PM, klbm9999 . <kl...@gmail.com> wrote:
> 
> Hello,
> 
> I just joined this mailing list. I am an undergrad student, and would like to contribute to this project.
> I would like some guidance regarding this.
> 
> Thank you