Re: River in Linux Help Required

2014-11-03 Thread amit batajoo
Hi Peter, Actually, previously I was using jini2_1 with Java1.6 and now I am testing same project using jini2_1 with java 1.7 and I found the error that I told you in my last email "java.lang.ClassNotFoundException: com.sun.jini.reggie.ConstrainableRegistrarProxy", now I am going to test following

Re: River in Linux Help Required

2014-10-28 Thread Peter
Hi Amit, Are you using a recent version of River? While it should work, I haven't tried using Jini 2.1 with Java 1.7. Have you checked if you can download reggie-dl.jar from your webserver, eg using a web browser? Regards, Peter. - Original message - > Dear Peter. > > Thank you ve

Re: River in Linux Help Required

2014-10-27 Thread amit batajoo
Dear Peter. Thank you very much for your previous instruction. Recently I am facing a problem in jini2_1, I am java version jdk1.7.0_60, when I run my jini services, I face the error msg "java.lang.ClassNotFoundException: com.sun.jini.reggie.ConstrainableRegistrarProxy" and could not run the servi

Re: River in Linux Help Required

2014-10-27 Thread amit batajoo
Dear Peter, Thank you for your instruction and suggestion, these are really helpful for my project and hoping for same suggestion and instruction in future. Thank you On Mon, Oct 27, 2014 at 9:31 PM, Peter Firmstone wrote: > Hi Amit, > > The class not found belongs is Reggie's proxy. Basicall

Re: River in Linux Help Required

2014-10-27 Thread Peter Firmstone
Hi Amit, The class not found belongs is Reggie's proxy. Basically the proxy codebase is either not being downloaded from your http codebase server, or your local client isn't allowing it to be downloaded. One recent change to Java was to change a property to prevent codebase downloads. ht

Re: River in Linux Help Required

2014-10-20 Thread amit batajoo
Dear Peter, Thank you very much for links. I hope this will work me a lots on my Research study. Thank you. On Tue, Oct 21, 2014 at 4:25 AM, Peter wrote: > There isn't a jini2.1.jar. jsk-platform.jar, jsk-lib.jar provide the > Jini programming api. jsk-policy.jar is necessary for security. >

Re: River in Linux Help Required

2014-10-20 Thread Peter
There isn't a jini2.1.jar. jsk-platform.jar, jsk-lib.jar provide the Jini programming api. jsk-policy.jar is necessary for security. http://jan.newmarch.name/java/jini/tutorial/Jini.html Will dig up some more links for you later. Regards, Peter. - Original message - > Dear Peter, >

Re: River in Linux Help Required

2014-10-20 Thread Peter
Hi Amit, River is a Java application, install jsk-platform.jar and jsk-lib.jar in a directory that's visible to your applications classpath. Service implementations are like server applications, for each service you'll also need to install the service jar (eg reggie.jar) and start.jar on your

River in Linux Help Required

2014-10-19 Thread amit batajoo
Dear Apache Developers My name is Amit Batajoo, Research student at Wakkanai University, Wakkanai Hokdaido Japan. My study project is related with jini technology distributed system. I am trying to install Apache River in Linux. However, I could not find proper documentation about how to install R