ConfigurationOfPier3AddOns load error

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

ConfigurationOfPier3AddOns load error

dtrussardi@tiscali.it
Ciao,

for testing the Pier admin image widget  functionality ( see relative entry )

i load into Pharo 2.0 image  the packages: 

 Seaside3 3.1.3.1
Magritte3 3.1.5
Magritte3Addons 3.1.3 

Pier3 3.1.1


When i do the coomand to load:

Pier3Addons  3.1.1

the system erase the eror: MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload


the relative stack is:


MetacelloMCProjectSpec>>loadVersion:

MetacelloMCProjectSpec>>load

MetacelloProjectReferenceSpec>>loadUsing:gofer:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]

OrderedCollection>>do:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories: in Block: [super linearLoadPackageSpecs: packageSpecs reposi...etc...

BlockClosure>>ensure:

MetacelloLoaderPolicy>>pushLoadDirective:during:

MetacelloLoaderPolicy>>pushLinearLoadDirectivesDuring:for:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>load

MetacelloMCVersionSpecLoader>>load

MetacelloMCVersion>>executeLoadFromArray:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [:dict | ^ self executeLoadFromArray: anArray]

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary: in Block: [^ aBlock value: dict]

BlockClosure>>on:do:

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [self versionSpec loader: newLoader....

BlockClosure>>ensure:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [[self versionSpec loader: newLoader....

MetacelloPharoPlatform>>do:displaying: in Block: [aBlock value]

BlockClosure>>ensure:

RPackageSet class>>withCacheDo:

MetacelloPharoPlatform>>do:displaying: in Block: [:bar | ...

BlockClosure>>cull:

Job>>run in Block: [result := block cull: self]

BlockClosure>>on:do:

Job>>run in Block: [self prepareForRunning....

BlockClosure>>ensure:


----------------------------------------------------

The ConfigurationOfNAFileUpload loaded by the system include:

version101: spec <version: '1.0.1' imports: #('1.0-baseline')> spec for: #common do: [ spec blessing: #release. spec project: 'Seaside' with: #'release3.1'. spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'. spec package: 'NAFileUpload-Component' with: 'NAFileUpload-Component-NickAger.49'. spec package: 'NAFileUpload-Example' with: 'NAFileUpload-Example-NickAger.3'. spec package: 'NAFileUpload-Nginx-Component' with: 'NAFileUpload-Nginx-Component-NickAger.1'. spec package: 'NAFileUpload-Nginx-Example' with: 'NAFileUpload-Nginx-Example-NickAger.1' ]

Everything seems ok, but don't work.

Thanks for any considerations,

Dario


 


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

dtrussardi@tiscali.it
Ciao,

Ciao,

for testing the Pier admin image widget  functionality ( see relative entry )

i load into Pharo 2.0 image  the packages: 

 Seaside3 3.1.3.1
Magritte3 3.1.5
Magritte3Addons 3.1.3 

Pier3 3.1.1


When i do the coomand to load:

Pier3Addons  3.1.1

the system erase the eror: MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload


I attempting to load directly: ( ConfigurationOfNAFileUpload project version:'1.0.1' ) load

the system answer : 

Error: Could not resolve: NAFileUpload-Base [NAFileUpload-Base-NPaulDeBruicker.13] in /Users/dtr/Desktop/Pharo 2.0 SEA31.app/Contents/Resources/package-cache http://www.squeaksource.com/fileupload

I don't understund because the system don't find the:  NAFileUpload-Base-NPaulDeBruicker.13     into  http://www.squeaksource.com/fileupload

Any idea ?

Because with the direct:  ( ConfigurationOfNAFileUpload project version:'1.0.1' ) load

  the system found the specific version  while before the system  erase the error: 
MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload


Thanks for any considerations,
 
Dario

the relative stack is:


MetacelloMCProjectSpec>>loadVersion:

MetacelloMCProjectSpec>>load

MetacelloProjectReferenceSpec>>loadUsing:gofer:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]

OrderedCollection>>do:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories: in Block: [super linearLoadPackageSpecs: packageSpecs reposi...etc...

BlockClosure>>ensure:

MetacelloLoaderPolicy>>pushLoadDirective:during:

MetacelloLoaderPolicy>>pushLinearLoadDirectivesDuring:for:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>load

MetacelloMCVersionSpecLoader>>load

MetacelloMCVersion>>executeLoadFromArray:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [:dict | ^ self executeLoadFromArray: anArray]

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary: in Block: [^ aBlock value: dict]

BlockClosure>>on:do:

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [self versionSpec loader: newLoader....

BlockClosure>>ensure:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [[self versionSpec loader: newLoader....

MetacelloPharoPlatform>>do:displaying: in Block: [aBlock value]

BlockClosure>>ensure:

RPackageSet class>>withCacheDo:

MetacelloPharoPlatform>>do:displaying: in Block: [:bar | ...

BlockClosure>>cull:

Job>>run in Block: [result := block cull: self]

BlockClosure>>on:do:

Job>>run in Block: [self prepareForRunning....

BlockClosure>>ensure:


----------------------------------------------------

The ConfigurationOfNAFileUpload loaded by the system include:

version101: spec <version: '1.0.1' imports: #('1.0-baseline')> spec for: #common do: [ spec blessing: #release. spec project: 'Seaside' with: #'release3.1'. spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'. spec package: 'NAFileUpload-Component' with: 'NAFileUpload-Component-NickAger.49'. spec package: 'NAFileUpload-Example' with: 'NAFileUpload-Example-NickAger.3'. spec package: 'NAFileUpload-Nginx-Component' with: 'NAFileUpload-Nginx-Component-NickAger.1'. spec package: 'NAFileUpload-Nginx-Example' with: 'NAFileUpload-Nginx-Example-NickAger.1' ]

Everything seems ok, but don't work.

Thanks for any considerations,

Dario


 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

Dale Henrichs-3
Dario,

I don't know if there is a typo somewhere or not, but there is a difference between version #'1.0.1' (in the error message) and '1.0.1' which you used in your explicit download.

#'1.0.1' is a symbolic version ... so presumably there is a typo somewhere in a configuration where  #'1.0.1' is used instead of '1.0.1'?

Dale

On Mon, Oct 20, 2014 at 11:49 AM, [hidden email] <[hidden email]> wrote:
Ciao,

Ciao,

for testing the Pier admin image widget  functionality ( see relative entry )

i load into Pharo 2.0 image  the packages: 

 Seaside3 3.1.3.1
Magritte3 3.1.5
Magritte3Addons 3.1.3 

Pier3 3.1.1


When i do the coomand to load:

Pier3Addons  3.1.1

the system erase the eror: MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload


I attempting to load directly: ( ConfigurationOfNAFileUpload project version:'1.0.1' ) load

the system answer : 

Error: Could not resolve: NAFileUpload-Base [NAFileUpload-Base-NPaulDeBruicker.13] in /Users/dtr/Desktop/Pharo 2.0 SEA31.app/Contents/Resources/package-cache http://www.squeaksource.com/fileupload

I don't understund because the system don't find the:  NAFileUpload-Base-NPaulDeBruicker.13     into  http://www.squeaksource.com/fileupload

Any idea ?

Because with the direct:  ( ConfigurationOfNAFileUpload project version:'1.0.1' ) load

  the system found the specific version  while before the system  erase the error: 
MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload


Thanks for any considerations,
 
Dario

the relative stack is:


MetacelloMCProjectSpec>>loadVersion:

MetacelloMCProjectSpec>>load

MetacelloProjectReferenceSpec>>loadUsing:gofer:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]

OrderedCollection>>do:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories: in Block: [super linearLoadPackageSpecs: packageSpecs reposi...etc...

BlockClosure>>ensure:

MetacelloLoaderPolicy>>pushLoadDirective:during:

MetacelloLoaderPolicy>>pushLinearLoadDirectivesDuring:for:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>load

MetacelloMCVersionSpecLoader>>load

MetacelloMCVersion>>executeLoadFromArray:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [:dict | ^ self executeLoadFromArray: anArray]

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary: in Block: [^ aBlock value: dict]

BlockClosure>>on:do:

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [self versionSpec loader: newLoader....

BlockClosure>>ensure:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [[self versionSpec loader: newLoader....

MetacelloPharoPlatform>>do:displaying: in Block: [aBlock value]

BlockClosure>>ensure:

RPackageSet class>>withCacheDo:

MetacelloPharoPlatform>>do:displaying: in Block: [:bar | ...

BlockClosure>>cull:

Job>>run in Block: [result := block cull: self]

BlockClosure>>on:do:

Job>>run in Block: [self prepareForRunning....

BlockClosure>>ensure:


----------------------------------------------------

The ConfigurationOfNAFileUpload loaded by the system include:

version101: spec <version: '1.0.1' imports: #('1.0-baseline')> spec for: #common do: [ spec blessing: #release. spec project: 'Seaside' with: #'release3.1'. spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'. spec package: 'NAFileUpload-Component' with: 'NAFileUpload-Component-NickAger.49'. spec package: 'NAFileUpload-Example' with: 'NAFileUpload-Example-NickAger.3'. spec package: 'NAFileUpload-Nginx-Component' with: 'NAFileUpload-Nginx-Component-NickAger.1'. spec package: 'NAFileUpload-Nginx-Example' with: 'NAFileUpload-Nginx-Example-NickAger.1' ]

Everything seems ok, but don't work.

Thanks for any considerations,

Dario


 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

dtrussardi@tiscali.it
Dale,

Dario,

I don't know if there is a typo somewhere or not, but there is a difference between version #'1.0.1' (in the error message) and '1.0.1' which you used in your explicit download.


OK,  thanks.

#'1.0.1' is a symbolic version ... so presumably there is a typo somewhere in a configuration where  #'1.0.1' is used instead of '1.0.1'?

Point A)
I do some research but i don't found where #'1.0.1'  is generated.

The  ConfigurationOfPier3AddOns  baseline310: spec      define:

baseline310: spec 
<version: '3.1.0-baseline'>
....................
.......................
project: 'NAFileUpload-Nginx-Component' with: [ spec className: 'ConfigurationOfNAFileUpload'; versionString: #'bleedingEdge'; loads: #('NAFileUpload-Nginx-Component' ); repository: 'http://www.squeaksource.com/fileupload' ]; project: 'NAFileUpload-Component' copyFrom: 'NAFileUpload-Nginx-Component' with: [ spec loads: #('NAFileUpload-Component')]; yourself.

.......................
......................

and i have change the version string from:  #'bleedingEdge  to:  #'stable'   or :   '1.0.1'

but the relative packageSpecs N. element  report in all case the same declaration:

spec name: 'NAFileUpload-Component'; projectReference: [ spec className: 'ConfigurationOfNAFileUpload'; versionString: #'1.0.1'; loads: #('NAFileUpload-Component' ); repository: 'http://www.squeaksource.com/fileupload' ].

It's significative?



Dale

On Mon, Oct 20, 2014 at 11:49 AM, [hidden email] <[hidden email]> wrote:
Ciao,

Ciao,

for testing the Pier admin image widget  functionality ( see relative entry )

i load into Pharo 2.0 image  the packages: 

 Seaside3 3.1.3.1
Magritte3 3.1.5
Magritte3Addons 3.1.3 

Pier3 3.1.1


When i do the coomand to load:

Pier3Addons  3.1.1

the system erase the eror: MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload



Point B)

Because when i load directly the system don't found the relative package into:  http://www.squeaksource.com/fileupload ?

Thanks,

Dario

I attempting to load directly: ( ConfigurationOfNAFileUpload project version:'1.0.1' ) load

the system answer : 

Error: Could not resolve: NAFileUpload-Base [NAFileUpload-Base-NPaulDeBruicker.13] in /Users/dtr/Desktop/Pharo 2.0 SEA31.app/Contents/Resources/package-cache http://www.squeaksource.com/fileupload

I don't understund because the system don't find the:  NAFileUpload-Base-NPaulDeBruicker.13     into  http://www.squeaksource.com/fileupload

Any idea ?

Because with the direct:  ( ConfigurationOfNAFileUpload project version:'1.0.1' ) load

  the system found the specific version  while before the system  erase the error: 
MetacelloProjectSpecLoadError: No version found for #'1.0.1' of ConfigurationOfNAFileUpload


Thanks for any considerations,
 
Dario

the relative stack is:


MetacelloMCProjectSpec>>loadVersion:

MetacelloMCProjectSpec>>load

MetacelloProjectReferenceSpec>>loadUsing:gofer:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories: in Block: [:pkg | pkg loadUsing: self gofer: gofer]

OrderedCollection>>do:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories: in Block: [super linearLoadPackageSpecs: packageSpecs reposi...etc...

BlockClosure>>ensure:

MetacelloLoaderPolicy>>pushLoadDirective:during:

MetacelloLoaderPolicy>>pushLinearLoadDirectivesDuring:for:

MetacelloFetchingMCSpecLoader>>linearLoadPackageSpecs:repositories:

MetacelloFetchingMCSpecLoader(MetacelloCommonMCSpecLoader)>>load

MetacelloMCVersionSpecLoader>>load

MetacelloMCVersion>>executeLoadFromArray:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [:dict | ^ self executeLoadFromArray: anArray]

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary: in Block: [^ aBlock value: dict]

BlockClosure>>on:do:

MetacelloPharoPlatform(MetacelloPlatform)>>useStackCacheDuring:defaultDictionary:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [self versionSpec loader: newLoader....

BlockClosure>>ensure:

MetacelloMCVersion>>fetchRequiredFromArray: in Block: [[self versionSpec loader: newLoader....

MetacelloPharoPlatform>>do:displaying: in Block: [aBlock value]

BlockClosure>>ensure:

RPackageSet class>>withCacheDo:

MetacelloPharoPlatform>>do:displaying: in Block: [:bar | ...

BlockClosure>>cull:

Job>>run in Block: [result := block cull: self]

BlockClosure>>on:do:

Job>>run in Block: [self prepareForRunning....

BlockClosure>>ensure:


----------------------------------------------------

The ConfigurationOfNAFileUpload loaded by the system include:

version101: spec <version: '1.0.1' imports: #('1.0-baseline')> spec for: #common do: [ spec blessing: #release. spec project: 'Seaside' with: #'release3.1'. spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'. spec package: 'NAFileUpload-Component' with: 'NAFileUpload-Component-NickAger.49'. spec package: 'NAFileUpload-Example' with: 'NAFileUpload-Example-NickAger.3'. spec package: 'NAFileUpload-Nginx-Component' with: 'NAFileUpload-Nginx-Component-NickAger.1'. spec package: 'NAFileUpload-Nginx-Example' with: 'NAFileUpload-Nginx-Example-NickAger.1' ]

Everything seems ok, but don't work.

Thanks for any considerations,

Dario


 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

Dale Henrichs-3


On Mon, Oct 20, 2014 at 1:42 PM, [hidden email] <[hidden email]> wrote:



spec name: 'NAFileUpload-Component'; projectReference: [ spec className: 'ConfigurationOfNAFileUpload'; versionString: #'1.0.1'; loads: #('NAFileUpload-Component' ); repository: 'http://www.squeaksource.com/fileupload' ].

It's significative?


Yes, that is the error ... it should probably be just '1.0.1' instead of #'1.0.1' ...

Dale

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

Stephan Eggermont-3
In reply to this post by Dale Henrichs-3
I've updated the configurations. In addition there was a typo in a package name.
It loads in the Pier3Addons 3.0 image with release3.1 from ci

Stephan_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

dtrussardi@tiscali.it
In reply to this post by Dale Henrichs-3
Ciao,


On Mon, Oct 20, 2014 at 1:42 PM, [hidden email] <[hidden email]> wrote:



spec name: 'NAFileUpload-Component'; projectReference: [ spec className: 'ConfigurationOfNAFileUpload'; versionString: #'1.0.1'; loads: #('NAFileUpload-Component' ); repository: 'http://www.squeaksource.com/fileupload' ].

It's significative?


Yes, that is the error ... it should probably be just '1.0.1' instead of #'1.0.1' ...
FIRST:  The ConfigurationOfPier3AddOns  version311  method   define the error  version

version311: spec
<version: '3.1.1' imports: #('3.1.0-baseline' )>

spec for: #'common' do: [
spec blessing: #'development'.
spec description: 'Development version, based on Pier 3.1.0'.
spec author: 'DiegoLont'.
spec timestamp: '2014 March 4'.
spec 
project: 'Pillar Book' with: #development;
project:  'Pillar Exporter' with: #development;
project: 'Pier Core' with: #'release3.1';
project: 'Pier Tests' with:  #'release3.1';
project: 'XML Parser' with: #'stable';
project: 'Seaside RSS' with:  #'release3.1';
project: 'Twitter Bootstrap' with: #'stable';
project: 'Magritte-Json' with:  #'release3.1';

**** project: 'NAFileUpload-Component' with:  #'1.0.1';   
*****  change to:  project: 'NAFileUpload-Component' with:  '1.0.1';  

........................
................


SECOND:  The  ConfigurationOfNAFileUpload version101 method define a wrong name

version101: spec <version: '1.0.1' imports: #('1.0-baseline')> spec for: #common do: [ spec blessing: #release. spec project: 'Seaside' with: #'release3.1'. spec repository: 'http://www.squeaksource.com/fileupload'. ***** spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'.
***** change to:   spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-PaulDeBruicker.13'.

........................
........................


CONCLUSIONS:

A) ith this changes the: ( ConfigurationOfPier3AddOns  project version:'3.1.1' )

is 'right'  loaded in the system.

It erase only a error at :   PRAdminSetup   initialize

when declare:  preferenceAt: #useCookies put: false;

because #useCookies is not configured.

B) Now the  application  piersetup       is calling from the browser,  although displays some  incorrect data.


C) The    pier-admin is calling from the  browser but erase the error:

Seaside Walkback

MessageNotUnderstood: JQAccordion>>resize

Debug Proceed Full Stack

Possible Causes

  • you sent a message this type of object doesn't understand

Stack Trace

  1. thisContext
    JQAccordion(Object)>>doesNotUnderstand: #resize
    self
    a JQAccordion ($("#sidebars").accordion())
  2. thisContext
    PRAdminUI>>renderLayoutOn:
    self
    a PRAdminUI
  3. thisContext
    PRAdminUI>>renderAdminInterfaceOn:
    self
    a PRAdminUI
  4. thisContext
    PRAdminUI>>renderContentOn:
    self
    a PRAdminUI
  5. thisContext
    WARenderVisitor>>visitPainter:
    self
    a WARenderVisitor

Your considerations are welcome.

Dario




_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: ConfigurationOfPier3AddOns load error

Johan Brichau-2
Dario,

The stack trace you provide at the bottom of your email shows that the version of Pier you are loading was not adapted to use Seaside 3.1.x

Seaside 3.1.x comes with jQuery 1.11.x (or 2.1.x) and jQuery-UI 1.11 and there have been significant API changes in the jQuery and jQueryUI plugins which are included in the Seaside wrappers.

In this particular case, the error is that the #resize method is no longer present on JQAccordion. 

See the jQuery and jQueryUI documentation for all details:

Johan

On 21 Oct 2014, at 12:06, [hidden email] wrote:

Ciao,


On Mon, Oct 20, 2014 at 1:42 PM, [hidden email] <[hidden email]> wrote:



spec name: 'NAFileUpload-Component'; projectReference: [ spec className: 'ConfigurationOfNAFileUpload'; versionString: #'1.0.1'; loads: #('NAFileUpload-Component' ); repository: 'http://www.squeaksource.com/fileupload' ].

It's significative?


Yes, that is the error ... it should probably be just '1.0.1' instead of #'1.0.1' ...
FIRST:  The ConfigurationOfPier3AddOns  version311  method   define the error  version

version311: spec
<version: '3.1.1' imports: #('3.1.0-baseline' )>

spec for: #'common' do: [
spec blessing: #'development'.
spec description: 'Development version, based on Pier 3.1.0'.
spec author: 'DiegoLont'.
spec timestamp: '2014 March 4'.
spec 
project: 'Pillar Book' with: #development;
project:  'Pillar Exporter' with: #development;
project: 'Pier Core' with: #'release3.1';
project: 'Pier Tests' with:  #'release3.1';
project: 'XML Parser' with: #'stable';
project: 'Seaside RSS' with:  #'release3.1';
project: 'Twitter Bootstrap' with: #'stable';
project: 'Magritte-Json' with:  #'release3.1';

**** project: 'NAFileUpload-Component' with:  #'1.0.1';   
*****  change to:  project: 'NAFileUpload-Component' with:  '1.0.1';  

........................
................


SECOND:  The  ConfigurationOfNAFileUpload version101  method define a wrong name

version101: spec <version: '1.0.1' imports: #('1.0-baseline')> spec for: #common do: [ spec blessing: #release. spec project: 'Seaside' with: #'release3.1'. spec repository: 'http://www.squeaksource.com/fileupload'. ***** spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-NPaulDeBruicker.13'.
***** change to:   spec package: 'NAFileUpload-Base' with: 'NAFileUpload-Base-PaulDeBruicker.13'.

........................
........................


CONCLUSIONS:

A) ith this changes the: ( ConfigurationOfPier3AddOns  project version:'3.1.1' )

is 'right'  loaded in the system.

It erase only a error at :   PRAdminSetup   initialize

when declare:  preferenceAt: #useCookies put: false;

because #useCookies is not configured.

B) Now the  application  piersetup       is calling from the browser,  although displays some  incorrect data.


C) The    pier-admin is calling from the  browser but erase the error:

Seaside Walkback

MessageNotUnderstood: JQAccordion>>resize

Debug Proceed Full Stack

Possible Causes

  • you sent a message this type of object doesn't understand

Stack Trace

  1. thisContext
    JQAccordion(Object)>>doesNotUnderstand: #resize
    self
    a JQAccordion ($("#sidebars").accordion())
  2. thisContext
    PRAdminUI>>renderLayoutOn:
    self
    a PRAdminUI
  3. thisContext
    PRAdminUI>>renderAdminInterfaceOn:
    self
    a PRAdminUI
  4. thisContext
    PRAdminUI>>renderContentOn:
    self
    a PRAdminUI
  5. thisContext
    WARenderVisitor>>visitPainter:
    self
    a WARenderVisitor

Your considerations are welcome.

Dario



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside