Login  Register

SCouchDB install not working in Pharo: "MessageNotUnderstood: receiver of ""mantis"" is nil"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

SCouchDB install not working in Pharo: "MessageNotUnderstood: receiver of ""mantis"" is nil"

pvdh
Hello,

After loading the 'SCouchDB-Installer' package from:

MCHttpRepository
     location: 'http://www.squeaksource.com/SCouchDB'
     user: ''
     password: ''

When I do a:

SCouchDB install

install
     "install packages"
     Installer mantis ensureFix: '7446: [BUG][FIX] SocketStream>>peek'.
     (Installer repository: 'http://www.squeaksource.com/SCouchDB')
         install: 'JSON';
         install: 'SCouchDB-Core';
         install: 'SCouchDB-Tests'.

I received the following message:

"MessageNotUnderstood: receiver of ""mantis"" is nil"

Why is the Installer not initialized in Pharo ?

Thank you in advance for your help,

Philippe Vanderheyden

Ps: I have tried in Squeak and it works.


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: SCouchDB install not working in Pharo: "MessageNotUnderstood: receiver of ""mantis"" is nil"

Ben Coman
Pharo and Squeak have different mechanisms for this.  Pharo doesn't
have the Installer class.
You might try  ConfigurationOfSCouchDB  from...

MCHttpRepository
location: 'http://smalltalkhub.com/mc/PharoExtras/SCouchDBViewServer/main'
user: ''
password: ''

then 'ConfigurationOfSCouchDB load'

cheers -ben

On Tue, Oct 25, 2016 at 3:20 PM,  <[hidden email]> wrote:

> Hello,
>
> After loading the 'SCouchDB-Installer' package from:
>
> MCHttpRepository
>     location: 'http://www.squeaksource.com/SCouchDB'
>     user: ''
>     password: ''
>
> When I do a:
>
> SCouchDB install
>
> install
>     "install packages"
>     Installer mantis ensureFix: '7446: [BUG][FIX] SocketStream>>peek'.
>     (Installer repository: 'http://www.squeaksource.com/SCouchDB')
>         install: 'JSON';
>         install: 'SCouchDB-Core';
>         install: 'SCouchDB-Tests'.
>
> I received the following message:
>
> "MessageNotUnderstood: receiver of ""mantis"" is nil"
>
> Why is the Installer not initialized in Pharo ?
>
> Thank you in advance for your help,
>
> Philippe Vanderheyden
>
> Ps: I have tried in Squeak and it works.
>
>

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: SCouchDB install not working in Pharo: "MessageNotUnderstood: receiver of ""mantis"" is nil"

pvdh
In reply to this post by pvdh
Hi,

I have tried to 'ConfigurationOfSCouchDB load' in Pharo 4 and 5.

It seems to load an old configuration of Seaside and it ends up with an
error:

"No version found for #stable of ConfigurationOfOmniBrowser while
loading Seaside"

I don't understand why the ConfigurationOfSCouchDB depends on Seaside
and why it refer to an old Seaside 3.0 version.

Thank in advance for your help,
Philippe


Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: SCouchDB install not working in Pharo: "MessageNotUnderstood: receiver of ""mantis"" is nil"

stepharo


Le 25/10/16 à 17:56, [hidden email] a écrit :

> Hi,
>
> I have tried to 'ConfigurationOfSCouchDB load' in Pharo 4 and 5.
>
> It seems to load an old configuration of Seaside and it ends up with an
> error:
>
> "No version found for #stable of ConfigurationOfOmniBrowser while
> loading Seaside"
>

Indeed it looks odd and old. And this is why I would love to have a
dsitrubution
validation process. (It will come).
Philippe I cannot check it now nedd to leave now. I hope someone can help.

> I don't understand why the ConfigurationOfSCouchDB depends on Seaside
> and why it refer to an old Seaside 3.0 version.
>
> Thank in advance for your help,
> Philippe
>
>
>