ConfigurationOfIliad don't load

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

ConfigurationOfIliad don't load

Janko Mivšek
Hi guys!

I'm just loading Iliad in Pharo 1.1 according to instructions from Iliad
site, but it fails loading Iliad-Swazoo0.8.1-np.1.mcz

I started a bit differently as on instructions (you should update them):

  Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfIliad';
  load.

Then I did by instructions:

  ConfigurationOfIliad load

Should I rather load something like that?:

 ((Smalltalk at: #ConfigurationOfIliad) project version: '0.8.1') load.

Best regards
Janko

       
Janko Mivšek
Svetovalec za informatiko
Eranova d.o.o.
Ljubljana, Slovenija
www.eranova.si
tel:  01 514 22 55
faks: 01 514 22 56
gsm: 031 674 565
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

Steven Costiou
I used ConfigurationOfIliad on Pharo1.1 last week, and it did work for me with Iliad 0.8.1.

I followed the instructions from the Iliad web site and used : ConfigurationOfIliad load.

Maybe there has been modifications on the 0.8.1 since then ?

-Steven Costiou-



2010/8/4 Janko Mivšek <[hidden email]>
Hi guys!

I'm just loading Iliad in Pharo 1.1 according to instructions from Iliad
site, but it fails loading Iliad-Swazoo0.8.1-np.1.mcz

I started a bit differently as on instructions (you should update them):

 Gofer new
   squeaksource: 'MetacelloRepository';
   package: 'ConfigurationOfIliad';
 load.

Then I did by instructions:

 ConfigurationOfIliad load

Should I rather load something like that?:

 ((Smalltalk at: #ConfigurationOfIliad) project version: '0.8.1') load.

Best regards
Janko


Janko Mivšek
Svetovalec za informatiko
Eranova d.o.o.
Ljubljana, Slovenija
www.eranova.si
tel:  01 514 22 55
faks: 01 514 22 56
gsm: 031 674 565

Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

Nicolas Petton
Le mercredi 04 août 2010 à 12:34 +0200, Steven Costiou a écrit :
> I used ConfigurationOfIliad on Pharo1.1 last week, and it did work for
> me with Iliad 0.8.1.
>
> I followed the instructions from the Iliad web site and used :
> ConfigurationOfIliad load.
>
> Maybe there has been modifications on the 0.8.1 since then ?

No :/

I'll try it this afternoon.
Janko, what error did you get?

Cheers,
Nico
--
Nicolas Petton

ObjectFusion S.A.R.L.
Applications web, consulting, design
http://www.objectfusion.fr

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

Janko Mivšek
Hi guys,

All difference is that on Pharo 1.1.one-click I loaded configuration
with Gofer and not with MC as instructed on website:

        Gofer new
                squeaksource: 'MetacelloRepository';
                package: 'ConfigurationOfIliad';
        load.
        ConfigurationOfIliad load

And got 'receiver of "readStream is nil' when *fetching*
Iliad-Swazoo0.8.1-np.1.mcz

VM: unix - i686 - linux - Squeak3.10.2 of '5 June 2008' [latest update:
#7179]
Image: Pharo-1.1-11411 [Latest update: #11411]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir
/home/mivsek/Smalltalk/pharo/Pharo-1.1-OneClick.app/Contents/Resources
Trusted Dir
/home/mivsek/Smalltalk/pharo/Pharo-1.1-OneClick.app/Contents/Resources/secure
Untrusted Dir
/home/mivsek/Smalltalk/pharo/Pharo-1.1-OneClick.app/Contents/Resources/My Squeak

UndefinedObject(Object)>>doesNotUnderstand: #readStream
        Receiver: nil
        Arguments and temporary variables:
                aMessage: readStream
                exception: MessageNotUnderstood: receiver of "readStream" is nil
                resumeValue: nil
        Receiver's instance variables:
nil

MCScanner class>>scanTokens:
        Receiver: MCScanner
        Arguments and temporary variables:
                aString: nil
        Receiver's instance variables:
                superclass: Object
                methodDict: a MethodDictionary(#next->(MCScanner>>#next "a
CompiledMethod(91514...etc...
                format: 132
                instanceVariables: #('stream')
                organization: ('as yet unclassified' next nextArray nextString
nextSymbol strea...etc...
                subclasses: nil
                name: #MCScanner
                classPool: nil
                sharedPools: nil
                environment: a SystemDictionary(lots of globals)
                category: #'Monticello-Chunk Format'
                traitComposition: nil
                localSelectors: nil

MCMczReader>>parseMember:
        Receiver: a MCMczReader
        Arguments and temporary variables:
                fileName: 'package'
                tokens: nil
        Receiver's instance variables:
                stream: a RWBinaryOrTextStream #[60 33 68 79 67 84 89 80 69 32 104
116 109 108 ...etc...
                package: nil
                info: nil
                definitions: nil
                dependencies: nil
                stepChildren: nil
                zip: a ZipArchive
                infoCache: nil

MCMczReader>>loadPackage
        Receiver: a MCMczReader
        Arguments and temporary variables:
                dict: nil
        Receiver's instance variables:
                stream: a RWBinaryOrTextStream #[60 33 68 79 67 84 89 80 69 32 104
116 109 108 ...etc...
                package: nil
                info: nil
                definitions: nil
                dependencies: nil
                stepChildren: nil
                zip: a ZipArchive
                infoCache: nil

MCMczReader(MCVersionReader)>>package
        Receiver: a MCMczReader
        Arguments and temporary variables:

        Receiver's instance variables:
                stream: a RWBinaryOrTextStream #[60 33 68 79 67 84 89 80 69 32 104
116 109 108 ...etc...
                package: nil
                info: nil
                definitions: nil
                dependencies: nil
                stepChildren: nil
                zip: a ZipArchive
                infoCache: nil

MCMczReader(MCVersionReader)>>basicVersion
        Receiver: a MCMczReader
        Arguments and temporary variables:

        Receiver's instance variables:
                stream: a RWBinaryOrTextStream #[60 33 68 79 67 84 89 80 69 32 104
116 109 108 ...etc...
                package: nil
                info: nil
                definitions: nil
                dependencies: nil
                stepChildren: nil
                zip: a ZipArchive
                infoCache: nil

MCMczReader(MCVersionReader)>>version
        Receiver: a MCMczReader
        Arguments and temporary variables:

        Receiver's instance variables:
                stream: a RWBinaryOrTextStream #[60 33 68 79 67 84 89 80 69 32 104
116 109 108 ...etc...
                package: nil
                info: nil
                definitions: nil
                dependencies: nil
                stepChildren: nil
                zip: a ZipArchive
                infoCache: nil

[] in MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:
        Receiver: a MCHttpRepository(http://www.squeaksource.com/Iliad)
        Arguments and temporary variables:
                r: a MCMczReader
        Receiver's instance variables:
                creationTemplate: nil
                storeDiffs: nil
                cache: nil
                allFileNames: nil
                location: 'http://www.squeaksource.com/Iliad'
                user: ''
                password: ''
                readerCache: a Dictionary('Iliad-Core0.8.1-np.2.mcz'->a MCMczReader
'Iliad-Swaz...etc...

BlockClosure>>cull:
        Receiver: [:r | r version]
        Arguments and temporary variables:
                anArg: a MCMczReader
        Receiver's instance variables:
                outerContext:
MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed...etc...
                startpc: 27
                numArgs: 1

MCMczReader(ProtoObject)>>ifNotNil:
        Receiver: a MCMczReader
        Arguments and temporary variables:
                ifNotNilBlock: [:r | r version]
        Receiver's instance variables:
                stream: a RWBinaryOrTextStream #[60 33 68 79 67 84 89 80 69 32 104
116 109 108 ...etc...
                package: nil
                info: nil
                definitions: nil
                dependencies: nil
                stepChildren: nil
                zip: a ZipArchive
                infoCache: nil

MCHttpRepository>>versionReaderForFileNamed:do:
        Receiver: a MCHttpRepository(http://www.squeaksource.com/Iliad)
        Arguments and temporary variables:
                aString: 'Iliad-Swazoo0.8.1-np.1.mcz'
                aBlock: [:r | r version]
        Receiver's instance variables:
                creationTemplate: nil
                storeDiffs: nil
                cache: nil
                allFileNames: nil
                location: 'http://www.squeaksource.com/Iliad'
                user: ''
                password: ''
                readerCache: a Dictionary('Iliad-Core0.8.1-np.2.mcz'->a MCMczReader
'Iliad-Swaz...etc...

MCHttpRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:
        Receiver: a MCHttpRepository(http://www.squeaksource.com/Iliad)
        Arguments and temporary variables:
                aString: 'Iliad-Swazoo0.8.1-np.1.mcz'
        Receiver's instance variables:
                creationTemplate: nil
                storeDiffs: nil
                cache: nil
                allFileNames: nil
                location: 'http://www.squeaksource.com/Iliad'
                user: ''
                password: ''
                readerCache: a Dictionary('Iliad-Core0.8.1-np.2.mcz'->a MCMczReader
'Iliad-Swaz...etc...

MCHttpRepository(MCFileBasedRepository)>>goferVersionFrom:
        Receiver: a MCHttpRepository(http://www.squeaksource.com/Iliad)
        Arguments and temporary variables:
                aVersionReference: a MetacelloCachingGoferResolvedReference name:
'Iliad-Swazoo...etc...
        Receiver's instance variables:
                creationTemplate: nil
                storeDiffs: nil
                cache: nil
                allFileNames: nil
                location: 'http://www.squeaksource.com/Iliad'
                user: ''
                password: ''
                readerCache: a Dictionary('Iliad-Core0.8.1-np.2.mcz'->a MCMczReader
'Iliad-Swaz...etc...
...




On 04. 08. 2010 13:30, Nicolas Petton wrote:

> Le mercredi 04 août 2010 à 12:34 +0200, Steven Costiou a écrit :
>> I used ConfigurationOfIliad on Pharo1.1 last week, and it did work for
>> me with Iliad 0.8.1.
>>
>> I followed the instructions from the Iliad web site and used :
>> ConfigurationOfIliad load.
>>
>> Maybe there has been modifications on the 0.8.1 since then ?
>
> No :/
>
> I'll try it this afternoon.
> Janko, what error did you get?
>
> Cheers,
> Nico

--
Janko Mivšek
Svetovalec za informatiko
Eranova d.o.o.
Ljubljana, Slovenija
www.eranova.si
tel:  01 514 22 55
faks: 01 514 22 56
gsm: 031 674 565
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

Nicolas Petton
Hi,

I just tried it with Pharo1.1-OneClick and it loads without any error
using Gofer.

Janko, maybe there was a download issue of the Swazoo package?

Cheers,
Nico
--
Nicolas Petton

ObjectFusion S.A.R.L.
Applications web, consulting, design
http://www.objectfusion.fr

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

Janko Mivšek
Hah, after insisting and restarting the load few more times I managed to
install Iliad!

It seems that SqeakSource fails to respond from time to time and
Monticello is not able to nicely respond on such occasion but throws
such strange exception.

Thanks guys for help and sorry for spending so much time. Well, one
experience more .. :)

Best regards
Janko

On 05. 08. 2010 13:29, Nicolas Petton wrote:
> Hi,
>
> I just tried it with Pharo1.1-OneClick and it loads without any error
> using Gofer.
>
> Janko, maybe there was a download issue of the Swazoo package?
>
> Cheers,
> Nico

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

Nicolas Petton
Le jeudi 05 août 2010 à 13:52 +0200, Janko Mivšek a écrit :
> Hah, after insisting and restarting the load few more times I managed
> to
> install Iliad!

Cool :)
>
> It seems that SqeakSource fails to respond from time to time and
> Monticello is not able to nicely respond on such occasion but throws
> such strange exception.
>
> Thanks guys for help and sorry for spending so much time.

Thanks to *you* for reporting the problem and investigating time :)

Nico

--
Nicolas Petton

ObjectFusion S.A.R.L.
Applications web, consulting, design
http://www.objectfusion.fr

signature.asc (205 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfIliad don't load

sebastien audier


> Thanks guys for help and sorry for spending so much time.

You are welcome janko
 
Seb

--
Sébastien AUDIER

ObjectFusion S.A.R.L.
Applications web, consulting, design
http://www.objectfusion.fr