[Glass] SIXX error

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

[Glass] SIXX error

GLASS mailing list
Ciao,
       
i load a SIXX support into GLASS 3.1.0.6  with the command:


        Metacello new
  configuration: 'GsSIXX';
        version:  '0.3-c.1';
        repository: 'http://seaside.gemstone.com/ss/SIXX';
        load
       
Now when i test with: SixxExamples example2

        the system erase the error:

        a Halt occurred (error 2709), Debug Warning: a SixxFormatterNotFound occurred (notification 2731):  -  G/S[MonvisoSeaside3106:2]

AbstractException >> _signalWith: (envId 0)
AbstractException >> signal: (envId 0)
AbstractException class >> signal: (envId 0)
Object >> halt: (envId 0)
Warning >> defaultAction (envId 0)
SixxWarning >> defaultAction (envId 0)
AbstractException >> _signalWith: (envId 0)
AbstractException >> signal (envId 0)
SixxWarning class >> signal:element:context: (envId 0)
Behavior >> formatterFromSixxElement:for:context: (envId 0)
Behavior >> newInstanceFromSixxElement:context: (envId 0)
Behavior >> fromSixxElement:context: (envId 0)
Behavior >> readSixxFromSixxElement:context: (envId 0)
Behavior >> readSixxFrom:context:persistentRoot: (envId 0)
Behavior >> readSixxFrom: (envId 0)
SixxExamples class >> example2 (envId 0)
Executed Code          
String >> evaluateInContext:symbolList: (envId 0)
JadeServer >> evaluate:inContext: (envId 0)
JadeServer >> printIt:in: (envId 0)
GsNMethod class >> _gsReturnToC (envId 0)


Thanks for any help.

        Dario
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] SIXX error

GLASS mailing list


On Thu, Nov 20, 2014 at 7:41 AM, Dario Trussardi via Glass <[hidden email]> wrote:
Ciao,

i load a SIXX support into GLASS 3.1.0.6  with the command:


        Metacello new
         configuration: 'GsSIXX';
        version:  '0.3-c.1';
        repository: 'http://seaside.gemstone.com/ss/SIXX';
        load


I am loading SIXX in GemStone from ConfigurationOfMyApp, this way:

spec
baseline: 'SIXX' with: [
spec
className: 'BaselineOfSIXX';
file: 'BaselineOfSIXX';
repository: 'github://glassdb/SIXX:master/repository' ].

you may want to try a Metacello script like yours above but with this conf + repo.

I have just tried the #example2 in my GemStone and it works correctly. 


 
Now when i test with:                   SixxExamples example2

        the system erase the error:

        a Halt occurred (error 2709), Debug Warning: a SixxFormatterNotFound occurred (notification 2731):  -  G/S[MonvisoSeaside3106:2]

AbstractException >> _signalWith: (envId 0)
AbstractException >> signal: (envId 0)
AbstractException class >> signal: (envId 0)
Object >> halt: (envId 0)
Warning >> defaultAction (envId 0)
SixxWarning >> defaultAction (envId 0)
AbstractException >> _signalWith: (envId 0)
AbstractException >> signal (envId 0)
SixxWarning class >> signal:element:context: (envId 0)
Behavior >> formatterFromSixxElement:for:context: (envId 0)
Behavior >> newInstanceFromSixxElement:context: (envId 0)
Behavior >> fromSixxElement:context: (envId 0)
Behavior >> readSixxFromSixxElement:context: (envId 0)
Behavior >> readSixxFrom:context:persistentRoot: (envId 0)
Behavior >> readSixxFrom: (envId 0)
SixxExamples class >> example2 (envId 0)
Executed Code
String >> evaluateInContext:symbolList: (envId 0)
JadeServer >> evaluate:inContext: (envId 0)
JadeServer >> printIt:in: (envId 0)
GsNMethod class >> _gsReturnToC (envId 0)


Thanks for any help.

        Dario
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass



--

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] SIXX error

GLASS mailing list
Ciao,


On Thu, Nov 20, 2014 at 7:41 AM, Dario Trussardi via Glass <[hidden email]> wrote:
Ciao,

i load a SIXX support into GLASS 3.1.0.6  with the command:


        Metacello new
         configuration: 'GsSIXX';
        version:  '0.3-c.1';
        repository: 'http://seaside.gemstone.com/ss/SIXX';
        load


I am loading SIXX in GemStone from ConfigurationOfMyApp, this way:

spec
baseline: 'SIXX' with: [
spec
className: 'BaselineOfSIXX';
file: 'BaselineOfSIXX';
repository: '<a href="github://glassdb/SIXX:master/repository'">github://glassdb/SIXX:master/repository' ].

you may want to try a Metacello script like yours above but with this conf + repo.

I do a test with:

Metacello new
baseline: 'SIXX';
repository: '<a href="github://glassdb/SIXX:master/repository'">github://glassdb/SIXX:master/repository';
load.


I have just tried the #example2 in my GemStone and it works correctly. 

All works  fine.

Ciao thanks,

Dario


 
Now when i test with:                   SixxExamples example2

        the system erase the error:

        a Halt occurred (error 2709), Debug Warning: a SixxFormatterNotFound occurred (notification 2731):  -  G/S[MonvisoSeaside3106:2]

AbstractException >> _signalWith: (envId 0)
AbstractException >> signal: (envId 0)
AbstractException class >> signal: (envId 0)
Object >> halt: (envId 0)
Warning >> defaultAction (envId 0)
SixxWarning >> defaultAction (envId 0)
AbstractException >> _signalWith: (envId 0)
AbstractException >> signal (envId 0)
SixxWarning class >> signal:element:context: (envId 0)
Behavior >> formatterFromSixxElement:for:context: (envId 0)
Behavior >> newInstanceFromSixxElement:context: (envId 0)
Behavior >> fromSixxElement:context: (envId 0)
Behavior >> readSixxFromSixxElement:context: (envId 0)
Behavior >> readSixxFrom:context:persistentRoot: (envId 0)
Behavior >> readSixxFrom: (envId 0)
SixxExamples class >> example2 (envId 0)
Executed Code
String >> evaluateInContext:symbolList: (envId 0)
JadeServer >> evaluate:inContext: (envId 0)
JadeServer >> printIt:in: (envId 0)
GsNMethod class >> _gsReturnToC (envId 0)


Thanks for any help.

        Dario
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass



--


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass