Re: Apache River hello world Success Run in Linux

2016-02-02 Thread Peter
It appears as though there's an incompatible class change between versions and 
sinc

Sent from my Samsung device.
 
  Include original message
 Original message 
From: amit batajoo <batajooseam...@gmail.com>
Sent: 02/02/2016 05:12:58 pm
To: Greg Trasuk <tras...@stratuscom.com>
Cc: dev@river.apache.org; u...@river.apache.org
Subject: Re: Apache River hello world Success Run in Linux

Dear Team,

Thank you for your previous suggestion. I am trying the run the jrmp-reggie in 
my windows environment java version 1.8.0_71, but i am stuck with this error 
attached below. Please can you suggest me what is t the best and error free way 
to start jrmp-reggie so that i can run apache-river program in my system.

Thank you in advance.

Amit Batajoo

On Sat, Sep 26, 2015 at 7:46 PM, Greg Trasuk <tras...@stratuscom.com> wrote:
Hi Amit:

River runs with no problems under JDK8, the only problem is that the source 
distribution for 2.2.2 requires JDK7 to compile.

I would suggest for now that you use the River 2.2.2 artifacts that are 
released into Maven Central.  For examples of how to do this, please download 
and build river-examples-1.0 (http://river.apache.org/downloads.html).  You can 
use that project under JDK8.

Cheers,

Greg Trasuk



> On Sep 26, 2015, at 5:27 AM, amit batajoo <batajooseam...@gmail.com> wrote:
>
> Dear All,
>
> Is there any update of apache river 2.2.2 to apache river 3.0 or new version 
> apache river so that i can run apache river project in latest java 1.8.
>
> Regards
> Thank you!
>
> On Tue, Mar 3, 2015 at 6:23 PM, amit batajoo <batajooseam...@gmail.com> wrote:
> Dear All,
>
> During my apache-river program run, I faced the given error. Here I tried to 
> create a method that take the interger value from the user and conduct normal 
> calculation like sum,difference and multiply. but every time i run the 
> client.sh script, i got the give error. Any one can please suggest how to 
> recover this error.
>
> Exception in thread "main" java.lang.AbstractMethodError: 
> com.sun.jiniexample.h                            
> ello.Proxy.sayHello(Ljava/lang/String;)Ljava/lang/String;
>         at com.sun.jini.example.hello.Client.mainAsSubject(Client.java:145)
>         at com.sun.jini.example.hello.Client.main(Client.java:83)
>
> Regards
> Thank you
>
>
> On Thu, Feb 19, 2015 at 1:01 PM, amit batajoo <batajooseam...@gmail.com> 
> wrote:
> Hello Trasuk,
>
> Thank you for your email and sorry for miss communication, during my research 
> study and questioning, i mailed my email to dev@river.apache.org and to peter 
> as before I was not familiar with  u...@river.apache.org, from now I will 
> subscribe to u...@river.apache.org.
> And hope this team will future support my Research study on Apache River and 
> jini Technology.
>
> Regards
> Thank you!
>
> On Thu, Feb 19, 2015 at 3:51 AM, Greg Trasuk <tras...@stratuscom.com> wrote:
>
> Amit:
>
> It looks like you’re corresponding directly with Peter, as only Peter’s reply 
> is on the email list, and not your original email.  That’s fine if Peter is 
> willing to help directly, but we all benefit from seeing the kind of 
> challenges a new user goes through.
>
> Is it possible for you to subscribe to u...@river.apache.org, and pose these 
> questions on that mailing list rather than emailing Peter directly?  That way 
> there’s a record of what problems people have had, and we can make better 
> decisions about how to improve the user experience.
>
> Thanks,
>
> Greg Trasuk
>
> On Feb 18, 2015, at 6:11 AM, Peter Firmstone <j...@zeus.net.au> wrote:
>
> > That's good news, well done!
> >
> > On 18/02/2015 3:32 AM, amit batajoo wrote:
> >> Hello Peter,
> >>
> >> Thank you for your support and suggestion, finally I successfully run the 
> >> apache-river and hello world program example on my linux environment with 
> >> java version 1.8.0.
> >> Here are the screenshot of my success run.
> >> I am future doing research and study on apache river and distributed 
> >> computing and hope same suggestion and support in future from you and your 
> >> team.
> >>
> >> Thank you
> >> --
> >> Er. BATAJOO, Amit
> >> Researcher
> >> Wakkanai Hokusei Gakuen University
> >> Wakkanai, Hokkaido, Japan
> >> ---
> >> Skype : abatajoo7
> >> E-Mail :batajooseamu...@gmail.com 
> >> <mailto:batajooseamu...@gmail.com>,batajooa...@gmail.com 
> >> <mailto:batajooa...@gmail.com>

Re: Apache River hello world Success Run in Linux

2016-02-02 Thread Peter
continued from below.

... the class change was a method that became abstract:

The classes that have come together at runtime were compiled separately and are 
incompatible.

Can you tell us more about the versions you are using and possibly share your 
source code?

Regards,

Peter.
Sent from my Samsung device.
 
  Include original message
 Original message 
From: Peter <j...@zeus.net.au>
Sent: 03/02/2016 07:09:19 am
To: dev@river.apache.org <dev@river.apache.org>; GregTrasuk 
<tras...@stratuscom.com>
Cc: dev@river.apache.org <d...@riverapache.org>; u...@river.apache.org 
<u...@river.apache.org>
Subject: Re: Apache River hello world Success Run in Linux

It appears as though there's an incompatible class change between versions and 
sinc

Sent from my Samsung device.
 
  Include original message
 Original message 
From: amit batajoo <batajooseam...@gmail.com>
Sent: 02/02/2016 05:12:58 pm
To: Greg Trasuk <tras...@stratuscom.com>
Cc: dev@river.apache.org; u...@river.apache.org
Subject: Re: Apache River hello world Success Run in Linux

Dear Team,

Thank you for your previous suggestion. I am trying the run the jrmp-reggie in 
my windows environment java version 1.8.0_71, but i am stuck with this error 
attached below. Please can you suggest me what is t the best and error free way 
to start jrmp-reggie so that i can run apache-river program in my system.

Thank you in advance.

Amit Batajoo

On Sat, Sep 26, 2015 at 7:46 PM, Greg Trasuk <tras...@stratuscom.com> wrote:
Hi Amit:

River runs with no problems under JDK8, the only problem is that the source 
distribution for 2.2.2 requires JDK7 to compile.

I would suggest for now that you use the River 2.2.2 artifacts that are 
released into Maven Central.  For examples of how to do this, please download 
and build river-examples-1.0 (http://river.apache.org/downloads.html).  You can 
use that project under JDK8.

Cheers,

Greg Trasuk



> On Sep 26, 2015, at 5:27 AM, amit batajoo <batajooseam...@gmail.com> wrote:
>
> Dear All,
>
> Is there any update of apache river 2.2.2 to apache river 3.0 or new version 
>apache river so that i can run apache river project in latest java 1.8.
>
> Regards
> Thank you!
>
> On Tue, Mar 3, 2015 at 6:23 PM, amit batajoo <batajooseam...@gmail.com> wrote:
> Dear All,
>
> During my apache-river program run, I faced the given error. Here I tried to 
>create a method that take the interger value from the user and conduct normal 
>calculation like sum,difference and multiply. but every time i run the 
>client.sh script, i got the give error. Any one can please suggest how to 
>recover this error.
>
> Exception in thread "main" java.lang.AbstractMethodError: 
>com.sun.jiniexample.h
>ello.Proxy.sayHello(Ljava/lang/String;)Ljava/lang/String;
> at com.sun.jini.example.hello.Client.mainAsSubject(Client.java:145)
> at com.sun.jini.example.hello.Client.main(Client.java:83)
>
> Regards
> Thank you
>
>
> On Thu, Feb 19, 2015 at 1:01 PM, amit batajoo <batajooseam...@gmail.com> 
>wrote:
> Hello Trasuk,
>
> Thank you for your email and sorry for miss communication, during my research 
>study and questioning, i mailed my email to dev@river.apache.org and to peter 
>as before I was not familiar with  u...@river.apache.org, from now I will 
>subscribe to u...@river.apache.org.
> And hope this team will future support my Research study on Apache River and 
>jini Technology.
>
> Regards
> Thank you!
>
> On Thu, Feb 19, 2015 at 3:51 AM, Greg Trasuk <tras...@stratuscom.com> wrote:
>
> Amit:
>
> It looks like you’re corresponding directly with Peter, as only Peter’s reply 
>is on the email list, and not your original email.  That’s fine if Peter is 
>willing to help directly, but we all benefit from seeing the kind of 
>challenges a new user goes through.
>
> Is it possible for you to subscribe to u...@river.apache.org, and pose these 
>questions on that mailing list rather than emailing Peter directly?  That way 
>there’s a record of what problems people have had, and we can make better 
>decisions about how to improve the user experience.
>
> Thanks,
>
> Greg Trasuk
>
> On Feb 18, 2015, at 6:11 AM, Peter Firmstone <j...@zeus.net.au> wrote:
>
> > That's good news, well done!
> >
> > On 18/02/2015 3:32 AM, amit batajoo wrote:
> >> Hello Peter,
> >>
> >> Thank you for your support and suggestion, finally I successfully run the 
>apache-river and hello world program example on my linux environment with java 
>version 1.8.0.
> >> Here are the screenshot of my success run.
> >> I am future doing research and study on apache river and distributed 
&

Re: Apache River hello world Success Run in Linux

2016-02-02 Thread amit batajoo
Dear Team,

Thank you for your previous suggestion. I am trying the run the jrmp-reggie
in my windows environment java version 1.8.0_71, but i am stuck with this
error attached below. Please can you suggest me what is t the best and
error free way to start jrmp-reggie so that i can run apache-river program
in my system.

Thank you in advance.

Amit Batajoo

On Sat, Sep 26, 2015 at 7:46 PM, Greg Trasuk  wrote:

> Hi Amit:
>
> River runs with no problems under JDK8, the only problem is that the
> source distribution for 2.2.2 requires JDK7 to compile.
>
> I would suggest for now that you use the River 2.2.2 artifacts that are
> released into Maven Central.  For examples of how to do this, please
> download and build river-examples-1.0 (
> http://river.apache.org/downloads.html).  You can use that project under
> JDK8.
>
> Cheers,
>
> Greg Trasuk
>
>
>
> > On Sep 26, 2015, at 5:27 AM, amit batajoo 
> wrote:
> >
> > Dear All,
> >
> > Is there any update of apache river 2.2.2 to apache river 3.0 or new
> version apache river so that i can run apache river project in latest java
> 1.8.
> >
> > Regards
> > Thank you!
> >
> > On Tue, Mar 3, 2015 at 6:23 PM, amit batajoo 
> wrote:
> > Dear All,
> >
> > During my apache-river program run, I faced the given error. Here I
> tried to create a method that take the interger value from the user and
> conduct normal calculation like sum,difference and multiply. but every time
> i run the client.sh script, i got the give error. Any one can please
> suggest how to recover this error.
> >
> > Exception in thread "main" java.lang.AbstractMethodError:
> com.sun.jini.example.h
> ello.Proxy.sayHello(Ljava/lang/String;)Ljava/lang/String;
> > at
> com.sun.jini.example.hello.Client.mainAsSubject(Client.java:145)
> > at com.sun.jini.example.hello.Client.main(Client.java:83)
> >
> > Regards
> > Thank you
> >
> >
> > On Thu, Feb 19, 2015 at 1:01 PM, amit batajoo 
> wrote:
> > Hello Trasuk,
> >
> > Thank you for your email and sorry for miss communication, during my
> research study and questioning, i mailed my email to dev@river.apache.org
> and to peter as before I was not familiar with  u...@river.apache.org,
> from now I will subscribe to u...@river.apache.org.
> > And hope this team will future support my Research study on Apache River
> and jini Technology.
> >
> > Regards
> > Thank you!
> >
> > On Thu, Feb 19, 2015 at 3:51 AM, Greg Trasuk 
> wrote:
> >
> > Amit:
> >
> > It looks like you’re corresponding directly with Peter, as only Peter’s
> reply is on the email list, and not your original email.  That’s fine if
> Peter is willing to help directly, but we all benefit from seeing the kind
> of challenges a new user goes through.
> >
> > Is it possible for you to subscribe to u...@river.apache.org, and pose
> these questions on that mailing list rather than emailing Peter directly?
> That way there’s a record of what problems people have had, and we can make
> better decisions about how to improve the user experience.
> >
> > Thanks,
> >
> > Greg Trasuk
> >
> > On Feb 18, 2015, at 6:11 AM, Peter Firmstone  wrote:
> >
> > > That's good news, well done!
> > >
> > > On 18/02/2015 3:32 AM, amit batajoo wrote:
> > >> Hello Peter,
> > >>
> > >> Thank you for your support and suggestion, finally I successfully run
> the apache-river and hello world program example on my linux environment
> with java version 1.8.0.
> > >> Here are the screenshot of my success run.
> > >> I am future doing research and study on apache river and distributed
> computing and hope same suggestion and support in future from you and your
> team.
> > >>
> > >> Thank you
> > >> --
> > >> Er. BATAJOO, Amit
> > >> Researcher
> > >> Wakkanai Hokusei Gakuen University
> > >> Wakkanai, Hokkaido, Japan
> > >>
> ---
> > >> Skype : abatajoo7
> > >> E-Mail :batajooseamu...@gmail.com ,
> batajooa...@gmail.com ,
> bataj007a...@gmail.com 
> > >
> >
> >
> >
> >
> > --
> > Er. BATAJOO, Amit
> > Researcher
> > Wakkanai Hokusei Gakuen University
> > Wakkanai, Hokkaido, Japan
> > ---
> > Skype : abatajoo7
> > E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com,
> bataj007a...@gmail.com
> >
> >
> >
> > --
> > Er. BATAJOO, Amit
> > Researcher
> > Wakkanai Hokusei Gakuen University
> > Wakkanai, Hokkaido, Japan
> > ---
> > Skype : abatajoo7
> > E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com,
> bataj007a...@gmail.com
> >
> >
> >
> > --
> > Er. BATAJOO, Amit
> > Researcher
> > Wakkanai Hokusei Gakuen University
> > Wakkanai, Hokkaido, Japan
> > 

Re: Apache River hello world Success Run in Linux

2015-09-26 Thread Greg Trasuk
Hi Amit:

River runs with no problems under JDK8, the only problem is that the source 
distribution for 2.2.2 requires JDK7 to compile.

I would suggest for now that you use the River 2.2.2 artifacts that are 
released into Maven Central.  For examples of how to do this, please download 
and build river-examples-1.0 (http://river.apache.org/downloads.html).  You can 
use that project under JDK8.

Cheers,

Greg Trasuk



> On Sep 26, 2015, at 5:27 AM, amit batajoo  wrote:
> 
> Dear All,
> 
> Is there any update of apache river 2.2.2 to apache river 3.0 or new version 
> apache river so that i can run apache river project in latest java 1.8.
> 
> Regards
> Thank you!
> 
> On Tue, Mar 3, 2015 at 6:23 PM, amit batajoo  wrote:
> Dear All,
> 
> During my apache-river program run, I faced the given error. Here I tried to 
> create a method that take the interger value from the user and conduct normal 
> calculation like sum,difference and multiply. but every time i run the 
> client.sh script, i got the give error. Any one can please suggest how to 
> recover this error.
> 
> Exception in thread "main" java.lang.AbstractMethodError: 
> com.sun.jini.example.h
> ello.Proxy.sayHello(Ljava/lang/String;)Ljava/lang/String;
> at com.sun.jini.example.hello.Client.mainAsSubject(Client.java:145)
> at com.sun.jini.example.hello.Client.main(Client.java:83)
> 
> Regards 
> Thank you
> 
> 
> On Thu, Feb 19, 2015 at 1:01 PM, amit batajoo  
> wrote:
> Hello Trasuk,
> 
> Thank you for your email and sorry for miss communication, during my research 
> study and questioning, i mailed my email to dev@river.apache.org and to peter 
> as before I was not familiar with  u...@river.apache.org, from now I will 
> subscribe to u...@river.apache.org.
> And hope this team will future support my Research study on Apache River and 
> jini Technology.
> 
> Regards
> Thank you!
> 
> On Thu, Feb 19, 2015 at 3:51 AM, Greg Trasuk  wrote:
> 
> Amit:
> 
> It looks like you’re corresponding directly with Peter, as only Peter’s reply 
> is on the email list, and not your original email.  That’s fine if Peter is 
> willing to help directly, but we all benefit from seeing the kind of 
> challenges a new user goes through.
> 
> Is it possible for you to subscribe to u...@river.apache.org, and pose these 
> questions on that mailing list rather than emailing Peter directly?  That way 
> there’s a record of what problems people have had, and we can make better 
> decisions about how to improve the user experience.
> 
> Thanks,
> 
> Greg Trasuk
> 
> On Feb 18, 2015, at 6:11 AM, Peter Firmstone  wrote:
> 
> > That's good news, well done!
> >
> > On 18/02/2015 3:32 AM, amit batajoo wrote:
> >> Hello Peter,
> >>
> >> Thank you for your support and suggestion, finally I successfully run the 
> >> apache-river and hello world program example on my linux environment with 
> >> java version 1.8.0.
> >> Here are the screenshot of my success run.
> >> I am future doing research and study on apache river and distributed 
> >> computing and hope same suggestion and support in future from you and your 
> >> team.
> >>
> >> Thank you
> >> --
> >> Er. BATAJOO, Amit
> >> Researcher
> >> Wakkanai Hokusei Gakuen University
> >> Wakkanai, Hokkaido, Japan
> >> ---
> >> Skype : abatajoo7
> >> E-Mail :batajooseamu...@gmail.com 
> >> ,batajooa...@gmail.com 
> >> , bataj007a...@gmail.com 
> >> 
> >
> 
> 
> 
> 
> -- 
> Er. BATAJOO, Amit
> Researcher
> Wakkanai Hokusei Gakuen University
> Wakkanai, Hokkaido, Japan
> ---
> Skype : abatajoo7
> E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com, 
> bataj007a...@gmail.com
> 
> 
> 
> -- 
> Er. BATAJOO, Amit
> Researcher
> Wakkanai Hokusei Gakuen University
> Wakkanai, Hokkaido, Japan
> ---
> Skype : abatajoo7
> E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com, 
> bataj007a...@gmail.com
> 
> 
> 
> -- 
> Er. BATAJOO, Amit
> Researcher
> Wakkanai Hokusei Gakuen University
> Wakkanai, Hokkaido, Japan
> ---
> Skype : abatajoo7
> E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com, 
> bataj007a...@gmail.com



Re: Apache River hello world Success Run in Linux

2015-09-26 Thread amit batajoo
Dear All,

Is there any update of apache river 2.2.2 to apache river 3.0 or new
version apache river so that i can run apache river project in latest java
1.8.

Regards
Thank you!

On Tue, Mar 3, 2015 at 6:23 PM, amit batajoo 
wrote:

> Dear All,
>
> During my apache-river program run, I faced the given error. Here I tried
> to create a method that take the interger value from the user and conduct
> normal calculation like sum,difference and multiply. but every time i run
> the client.sh script, i got the give error. Any one can please suggest how
> to recover this error.
>
> Exception in thread "main" java.lang.AbstractMethodError:
> com.sun.jini.example.h
>  ello.Proxy.sayHello(Ljava/lang/String;)Ljava/lang/String;
> at com.sun.jini.example.hello.Client.mainAsSubject(Client.java:145)
> at com.sun.jini.example.hello.Client.main(Client.java:83)
>
> Regards
> Thank you
>
>
> On Thu, Feb 19, 2015 at 1:01 PM, amit batajoo 
> wrote:
>
>> Hello Trasuk,
>>
>> Thank you for your email and sorry for miss communication, during my
>> research study and questioning, i mailed my email to dev@river.apache.org
>> and to peter as before I was not familiar with  u...@river.apache.org,
>> from now I will subscribe to u...@river.apache.org.
>> And hope this team will future support my Research study on Apache River
>> and jini Technology.
>>
>> Regards
>> Thank you!
>>
>> On Thu, Feb 19, 2015 at 3:51 AM, Greg Trasuk 
>> wrote:
>>
>>>
>>> Amit:
>>>
>>> It looks like you’re corresponding directly with Peter, as only Peter’s
>>> reply is on the email list, and not your original email.  That’s fine if
>>> Peter is willing to help directly, but we all benefit from seeing the kind
>>> of challenges a new user goes through.
>>>
>>> Is it possible for you to subscribe to u...@river.apache.org, and pose
>>> these questions on that mailing list rather than emailing Peter directly?
>>> That way there’s a record of what problems people have had, and we can make
>>> better decisions about how to improve the user experience.
>>>
>>> Thanks,
>>>
>>> Greg Trasuk
>>>
>>> On Feb 18, 2015, at 6:11 AM, Peter Firmstone  wrote:
>>>
>>> > That's good news, well done!
>>> >
>>> > On 18/02/2015 3:32 AM, amit batajoo wrote:
>>> >> Hello Peter,
>>> >>
>>> >> Thank you for your support and suggestion, finally I successfully run
>>> the apache-river and hello world program example on my linux environment
>>> with java version 1.8.0.
>>> >> Here are the screenshot of my success run.
>>> >> I am future doing research and study on apache river and distributed
>>> computing and hope same suggestion and support in future from you and your
>>> team.
>>> >>
>>> >> Thank you
>>> >> --
>>> >> Er. BATAJOO, Amit
>>> >> Researcher
>>> >> Wakkanai Hokusei Gakuen University
>>> >> Wakkanai, Hokkaido, Japan
>>> >>
>>> ---
>>> >> Skype : abatajoo7
>>> >> E-Mail :batajooseamu...@gmail.com ,
>>> batajooa...@gmail.com ,
>>> bataj007a...@gmail.com 
>>> >
>>>
>>>
>>
>>
>> --
>> Er. BATAJOO, Amit
>> Researcher
>> Wakkanai Hokusei Gakuen University
>> Wakkanai, Hokkaido, Japan
>> ---
>> Skype : abatajoo7
>> E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com,
>> bataj007a...@gmail.com
>>
>
>
>
> --
> Er. BATAJOO, Amit
> Researcher
> Wakkanai Hokusei Gakuen University
> Wakkanai, Hokkaido, Japan
> ---
> Skype : abatajoo7
> E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com,
> bataj007a...@gmail.com
>



-- 
Er. BATAJOO, Amit
Researcher
Wakkanai Hokusei Gakuen University
Wakkanai, Hokkaido, Japan
---
Skype : abatajoo7
E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com,
bataj007a...@gmail.com


Re: Apache River hello world Success Run in Linux

2015-02-22 Thread amit batajoo
Hello Trasuk,

Thank you for your email and sorry for miss communication, during my
research study and questioning, i mailed my email to dev@river.apache.org
and to peter as before I was not familiar with  u...@river.apache.org, from
now I will subscribe to u...@river.apache.org.
And hope this team will future support my Research study on Apache River
and jini Technology.

Regards
Thank you!

On Thu, Feb 19, 2015 at 3:51 AM, Greg Trasuk tras...@stratuscom.com wrote:


 Amit:

 It looks like you’re corresponding directly with Peter, as only Peter’s
 reply is on the email list, and not your original email.  That’s fine if
 Peter is willing to help directly, but we all benefit from seeing the kind
 of challenges a new user goes through.

 Is it possible for you to subscribe to u...@river.apache.org, and pose
 these questions on that mailing list rather than emailing Peter directly?
 That way there’s a record of what problems people have had, and we can make
 better decisions about how to improve the user experience.

 Thanks,

 Greg Trasuk

 On Feb 18, 2015, at 6:11 AM, Peter Firmstone j...@zeus.net.au wrote:

  That's good news, well done!
 
  On 18/02/2015 3:32 AM, amit batajoo wrote:
  Hello Peter,
 
  Thank you for your support and suggestion, finally I successfully run
 the apache-river and hello world program example on my linux environment
 with java version 1.8.0.
  Here are the screenshot of my success run.
  I am future doing research and study on apache river and distributed
 computing and hope same suggestion and support in future from you and your
 team.
 
  Thank you
  --
  Er. BATAJOO, Amit
  Researcher
  Wakkanai Hokusei Gakuen University
  Wakkanai, Hokkaido, Japan
  ---
  Skype : abatajoo7
  E-Mail :batajooseamu...@gmail.com mailto:batajooseamu...@gmail.com,
 batajooa...@gmail.com mailto:batajooa...@gmail.com,
 bataj007a...@gmail.com mailto:bataj007a...@gmail.com
 




-- 
Er. BATAJOO, Amit
Researcher
Wakkanai Hokusei Gakuen University
Wakkanai, Hokkaido, Japan
---
Skype : abatajoo7
E-Mail :batajooseamu...@gmail.com,batajooa...@gmail.com,
bataj007a...@gmail.com


Re: Apache River hello world Success Run in Linux

2015-02-18 Thread Peter Firmstone

That's good news, well done!

On 18/02/2015 3:32 AM, amit batajoo wrote:

Hello Peter,

Thank you for your support and suggestion, finally I successfully run 
the apache-river and hello world program example on my linux 
environment with java version 1.8.0.

Here are the screenshot of my success run.
I am future doing research and study on apache river and distributed 
computing and hope same suggestion and support in future from you and 
your team.


Thank you
--
Er. BATAJOO, Amit
Researcher
Wakkanai Hokusei Gakuen University
Wakkanai, Hokkaido, Japan
---
Skype : abatajoo7
E-Mail :batajooseamu...@gmail.com 
mailto:batajooseamu...@gmail.com,batajooa...@gmail.com 
mailto:batajooa...@gmail.com, bataj007a...@gmail.com 
mailto:bataj007a...@gmail.com




Re: Apache River hello world Success Run in Linux

2015-02-18 Thread Greg Trasuk

Amit:

It looks like you’re corresponding directly with Peter, as only Peter’s reply 
is on the email list, and not your original email.  That’s fine if Peter is 
willing to help directly, but we all benefit from seeing the kind of challenges 
a new user goes through.

Is it possible for you to subscribe to u...@river.apache.org, and pose these 
questions on that mailing list rather than emailing Peter directly?  That way 
there’s a record of what problems people have had, and we can make better 
decisions about how to improve the user experience.  

Thanks,

Greg Trasuk

On Feb 18, 2015, at 6:11 AM, Peter Firmstone j...@zeus.net.au wrote:

 That's good news, well done!
 
 On 18/02/2015 3:32 AM, amit batajoo wrote:
 Hello Peter,
 
 Thank you for your support and suggestion, finally I successfully run the 
 apache-river and hello world program example on my linux environment with 
 java version 1.8.0.
 Here are the screenshot of my success run.
 I am future doing research and study on apache river and distributed 
 computing and hope same suggestion and support in future from you and your 
 team.
 
 Thank you
 -- 
 Er. BATAJOO, Amit
 Researcher
 Wakkanai Hokusei Gakuen University
 Wakkanai, Hokkaido, Japan
 ---
 Skype : abatajoo7
 E-Mail :batajooseamu...@gmail.com 
 mailto:batajooseamu...@gmail.com,batajooa...@gmail.com 
 mailto:batajooa...@gmail.com, bataj007a...@gmail.com 
 mailto:bataj007a...@gmail.com