Zinc HTTP on gemstone 3.1.0

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

Zinc HTTP on gemstone 3.1.0

dario trussardi
Hi,

        i can load the Zinc HTTTP in the last version of Gemstone 3.1.0 ?

        How i can found some indication about it ?

        Where i found the relative Configurations file ?

        I do some test from :

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

        but when i do:

                ConfigurationOfZincHTTPComponents  project latestVersion  project latestVersion load: 'ALL'.

        the system erase the error :

                a Halt occurred (error 2709), Debug Warning: Warning: The following definitions had errors while loading.  Press Proceed to try to load them again (they may work on a second pass):
  ZdcPluginSSLSession>>primitiveSSL:accept:startingAt:count:into:
  ZdcPluginSSLSession>>primitiveSSL:connect:startingAt:count:into:
  ZdcPluginSSLSession>>primitiveSSL:decrypt:startingAt:count:into:
  ZdcPluginSSLSession>>primitiveSSL:encrypt:startingAt:count:into:
  ZdcPluginSSLSession>>primitiveSSL:getIntProperty:
  ZdcPluginSSLSession>>primitiveSSL:getStringProperty:
  ZdcPluginSSLSession>>primitiveSSL:setIntProperty:toValue:
  ZdcPluginSSLSession>>primitiveSSL:setStringProperty:toValue:
  ZdcPluginSSLSession>>primitiveSSLCreate
  ZdcPluginSSLSession>>primitiveSSLDestroy:
 -  G/S[Development:1]

                a SecurityError occurred (error 2735), compiling a primitive method requires CompilePrimitives privilege -  G/S[Development:1]


        Thanks for any considerations.


                Dario
Reply | Threaded
Open this post in threaded view
|

Re: Zinc HTTP on gemstone 3.1.0

Paul DeBruicker
See http://www.github.com/glassdb/zinc


It mostly works and should be fine to use in most cases.  I was going to
work on updating the port this weekend but went backpacking instead.
I'll try to get to it this evening.


Note that Zodiac will not work with Gemstone so for HTTPS communications
you should proxy through a webserver




On 07/23/2012 03:56 AM, Dario Trussardi wrote:

> Hi,
>
> i can load the Zinc HTTTP in the last version of Gemstone 3.1.0 ?
>
> How i can found some indication about it ?
>
> Where i found the relative Configurations file ?
>
> I do some test from :
>
> MCHttpRepository
> location: 'http://www.squeaksource.com/ZincHTTPComponents'
> user: ''
> password: ''
>
> but when i do:
>
> ConfigurationOfZincHTTPComponents  project latestVersion  project latestVersion load: 'ALL'.
>
> the system erase the error :
>
> a Halt occurred (error 2709), Debug Warning: Warning: The following definitions had errors while loading.  Press Proceed to try to load them again (they may work on a second pass):
>    ZdcPluginSSLSession>>primitiveSSL:accept:startingAt:count:into:
>    ZdcPluginSSLSession>>primitiveSSL:connect:startingAt:count:into:
>    ZdcPluginSSLSession>>primitiveSSL:decrypt:startingAt:count:into:
>    ZdcPluginSSLSession>>primitiveSSL:encrypt:startingAt:count:into:
>    ZdcPluginSSLSession>>primitiveSSL:getIntProperty:
>    ZdcPluginSSLSession>>primitiveSSL:getStringProperty:
>    ZdcPluginSSLSession>>primitiveSSL:setIntProperty:toValue:
>    ZdcPluginSSLSession>>primitiveSSL:setStringProperty:toValue:
>    ZdcPluginSSLSession>>primitiveSSLCreate
>    ZdcPluginSSLSession>>primitiveSSLDestroy:
>   -  G/S[Development:1]
>
> a SecurityError occurred (error 2735), compiling a primitive method requires CompilePrimitives privilege -  G/S[Development:1]
>
>
> Thanks for any considerations.
>
>
> Dario
>