Hello,
*>> If the test succeeded (without asking for a password)*
It does ask for a password that I have to enter but I can also use few
commands that make me connect without entering the password myself. If this
is why it fails can you tell me how to get rid of having to enter the
password?

*>> Can you show the code at line 123 in MyClassesss.oz, i.e. where the
>> RemoteManager is created?*
RM={New Remote.manager init(host:'u...@mypc' fork:ssh)}

>> How are the two computers connected? Is there a firewall in between?
>> Or is there  a software firewall active on one of the machines? If
>> yes, try to disable the firewall(s) for testing purposes.
I have disabled the firewalls on both computers otherwise nothing works.

>> Are there maybe multiple "ssh" exes in the path and Oz is accidentally
>> using the wrong one?
Maybe this is what's wrong. In the path there is no "ssh" exe, does it have
to be in path?
If yes where can I find this "ssh" exe so that I can add it?

Thanks

2010/9/25 Wolfgang Meyer <[email protected]>

> Hi,
> when I tried remote on Windows, I also used ssh. So that should not be
> the  problem.
> If the test succeeded (without asking for a password), it SHOULD work.
> So I'm not sure what could go wrong here.
>
> Can you show the code at line 123 in MyClassesss.oz, i.e. where the
> RemoteManager is created?
>
> Some other ideas:
>
> How are the two computers connected? Is there a firewall in between?
> Or is there  a software firewall active on one of the machines? If
> yes, try to disable the firewall(s) for testing purposes.
> Are there maybe multiple "ssh" exes in the path and Oz is accidentally
> using the wrong one?
>
> Cheers,
>  Wolfgang
>
> On Fri, Sep 24, 2010 at 2:36 AM, Khadija EL MAHRSI
> <[email protected]> wrote:
> > Hello,
> > maybe I forgot to mention that I used ssh to create the process. Does
> this
> > cause a problem?
> > do I have to use rsh? Because when I use ssh it does say "test succeded".
> I
> > wanted to use rsh but I couldn't find it anywhere because I only have ssh
> > installed by default.
> >
> > Thanks
> >
> > 2010/9/23 Wolfgang Meyer <[email protected]>
> >>
> >> Hi,
> >>
> >> it looks like the Mozart process on the remote site could not be
> started.
> >> Maybe these two old messages can help:
> >>
> >>
> http://lists.gforge.info.ucl.ac.be/pipermail/mozart-users/2009/010952.html
> >>
> http://lists.gforge.info.ucl.ac.be/pipermail/mozart-users/2009/010952.html
> >>
> >> Cheers,
> >>  Wolfgang
> >>
> >> On Thu, Sep 23, 2010 at 3:44 AM, Khadija EL MAHRSI
> >> <[email protected]> wrote:
> >> > Hello,
> >> > I managed to get a complete report on this error:
> >> >
> >> > error(
> >> >
> >> > 1 :remote(cannotCreate <O : ManagerProxy>( ?) ‘u...@mypc’)
> >> >
> >> > Debug:d(info:unit
> >> >
> >> > stack:[entry(
> >> >
> >> > ‘PC’:19997392
> >> >
> >> > column:6
> >> > data:<P/1 ManagerProxy,init>
> >> >
> >> >
> file:'f:/cygwin/home/Administrator/Mozart-1-3-2/mozart/share/lib/dp/Remote.oz'
> >> > kind: call
> >> > line: 138
> >> > origin: procedureFrame
> >> > vars:v('G':nil 'Y':nil))
> >> > entry(
> >> > 'PC': 20309468
> >> > column: 6
> >> > data:<P/10 MyClass,init/fast>
> >> > file:'./MyClassesss.oz'
> >> > frameID:33
> >> > kind: call
> >> > line:123
> >> > origin:procedureFrame)]))
> >> >
> >> > What does this mean?
> >> >
> >> > Thanks.
> >> >
> >> > 2010/9/13 Khadija EL MAHRSI <[email protected]>
> >> >>
> >> >> Hello,
> >> >> the warning (*** Warning: marshaling a variable as a resource!) is
> >> >> finally
> >> >> ancient history but the error occurs every now and then (when running
> >> >> main
> >> >> this error sometimes occurs thus preventing the application from
> >> >> continuing
> >> >> and sometimes the error doesn't appear and the application works).
> What
> >> >> does
> >> >> this error mean?
> >> >>
> >> >> Thanks
> >> >>
> >> >> 2010/9/13 Khadija EL MAHRSI <[email protected]>
> >> >>>
> >> >>> Hello,
> >> >>> this is the complete message I get:
> >> >>>
> >> >>> *** Warning: marshaling a variable as a resource!
> >> >>>
> >> >>> *** Internal Error: Please send a bug report to [email protected]***
> >> >>> *** with the following information:
> >> >>> *** version:  1.3.2
> >> >>> *** platform: win32-i486
> >> >>> *** date:     20080123
> >> >>>
> >> >>> requesting the class of a ClassVar?!?
> >> >>>
> >> >>> Thanks
> >> >>>
> >> >>> 2010/9/13 Khadija EL MAHRSI <[email protected]>
> >> >>>>
> >> >>>> Hello,
> >> >>>> I was wondering if anyone can tell me what the following execution
> >> >>>> error
> >> >>>> means:
> >> >>>> "requesting the class of a ClassVar?!?"
> >> >>>>
> >> >>>> Thanks.
> >> >>>
> >> >>
> >> >
> >> >
> >> >
> >> >
> _________________________________________________________________________________
> >> > mozart-users mailing list
> >> > [email protected]
> >> > http://www.mozart-oz.org/mailman/listinfo/mozart-users
> >> >
> >>
> >>
> _________________________________________________________________________________
> >> mozart-users mailing list
> >> [email protected]
> >> http://www.mozart-oz.org/mailman/listinfo/mozart-users
> >
> >
> >
> _________________________________________________________________________________
> > mozart-users mailing list
> > [email protected]
> > http://www.mozart-oz.org/mailman/listinfo/mozart-users
> >
>
> _________________________________________________________________________________
> mozart-users mailing list
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to