Hi
Ok, Got Seaside3.1 and Pier3 loaded into Moose 4.8.
I can create an adaptor but when I try start it I get:
'Cannot create socket on port ''8080'''
Upon further investigation:
socket isValid
ifFalse: [ self error: 'Cannot create socket on port ', port printString ].
and:
isValid
"Return true if this socket contains a valid, non-nil socket handle."
| status |
socketHandle == nil ifTrue: [^ false].
status := self primSocketConnectionStatus: socketHandle.
^ status ~= InvalidSocket
socketHandle is indeed nil.
KR
Hi,
There is a wrong version in Moose 4.8 of Grease, that contains the trimBoth message. As
you look in the package list, there is a dirty package, containing the messages trimBoth
(among others). Please load this package (before or after loading Pier3), and you should
be fine.
On Sep 27, 2013, at 11:45 AM, Gareth Cox wrote:
> Hi
>
> I've got Moose 4.8 Release.
> Open Moose,
> Open workspace,
> and run:
>
> Gofer new
> smalltalkhubUser: 'Pier' project: 'Pier3';
> package: 'ConfigurationOfPier3';
> load.
> (Smalltalk at: #ConfigurationOfPier3) load.
>
> Although it appears to install mostly ok, I get several debug windows labelled:
>
> MNU: GRPackage>>includesSelector:ofClassName:
>
> From then on the image is unusable, with many errors (opening workspace, system
browser, etc):
>
> MNU: ByteString>>trimBoth
>
> KR
> Gareth Cox
> IT Manager/Developer
> inspired!
> email: gareth(a)inspired.org
> cell: +27 (0)78 374 9035
>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
>
https://www.iam.unibe.ch/mailman/listinfo/smallwiki