_mysql.exceptions.Interface_Error

2 messages Options
Embed this post
Permalink
raven_claw39 () _mysql.exceptions.Interface_Error
Reply Threaded More More options
Print post
Permalink
Hello all,
             I was wondering if anyone can help me with this mysql exception interface error that i am getting, problem is with my application that i created because even after moving the application folder from one server to another the problem still persists. Only fix has been deleting the Z MySQL connector and recreating it again(but this is not at all feasible) or flushing ZODB cache file, which doesn't make sense but it works. Below is the traceback :-

Traceback (innermost last):
  Module ZPublisher.Publish, line 115, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 41, in call_object
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.PageTemplates.ZopePageTemplate, line 255, in _exec
  Module Products.CacheSetup.patch_cmf, line 56, in PT_pt_render
  Module Products.CacheSetup.patch_utils, line 9, in call_pattern
  Module Products.PageTemplates.PageTemplate, line 104, in pt_render
   - <ZopePageTemplate at /PMOCA/mydbpages/inter_dbpages/editInterpreterResults>
  Module TAL.TALInterpreter, line 238, in __call__
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 749, in do_useMacro
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 457, in do_optTag_tal
  Module TAL.TALInterpreter, line 442, in do_optTag
  Module TAL.TALInterpreter, line 437, in no_tag
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 749, in do_useMacro
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 457, in do_optTag_tal
  Module TAL.TALInterpreter, line 442, in do_optTag
  Module TAL.TALInterpreter, line 437, in no_tag
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 772, in do_defineSlot
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 457, in do_optTag_tal
  Module TAL.TALInterpreter, line 442, in do_optTag
  Module TAL.TALInterpreter, line 437, in no_tag
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 772, in do_defineSlot
  Module TAL.TALInterpreter, line 281, in interpret
  Module TAL.TALInterpreter, line 507, in do_setLocal_tal
  Module Products.PageTemplates.TALES, line 221, in evaluate
   - URL: /PMOCA/mydbpages/inter_dbpages/editInterpreterResults
   - Line 17, Column 0
   - Expression: <PythonExpr context.getInterQ(name=name+'%')>
   - Names:
      {'container': <ATFolder at /PMOCA/mydbpages/inter_dbpages>,
       'context': <ATFolder at /PMOCA/mydbpages/inter_dbpages>,
       'default': <Products.PageTemplates.TALES.Default instance at 0x2a9c9a86c8>,
       'here': <ATFolder at /PMOCA/mydbpages/inter_dbpages>,
       'loop': <Products.PageTemplates.TALES.SafeMapping object at 0x73c7128>,
       'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x2a9c9a8b00>,
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.TALES.SafeMapping object at 0x73c7128>,
       'request': <HTTPRequest, URL=PMOCA/mydbpages/inter_dbpages/editInterpreterResults>,
       'root': <Application at >,
       'template': <ZopePageTemplate at /PMOCA/mydbpages/inter_dbpages/editInterpreterResults>,
       'traverse_subpath': [],
       'user': <PloneUser ''>}
  Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
   - __traceback_info__: context.getInterQ(name=name+'%')
  Module Python expression "context.getInterQ(name=name+'%')", line 1, in <expression>
  Module Shared.DC.ZRDB.DA, line 454, in __call__
   - <SQL at /PMOCA/mydbpages/inter_dbpages/getInterQ>
  Module Products.ZMySQLDA.db, line 284, in query
InterfaceError: (0, '')
Tim Knapp () Re: _mysql.exceptions.Interface_Error
Reply Threaded More More options
Print post
Permalink
Hi,

This mailing list is for questions re. the Plone UI (theming, etc, etc)
so this question would best be sent to the plone-users or
product-developers list.

Thanks,
Tim

On Mon, 2009-06-01 at 04:35 -0700, raven_claw39 wrote:

> Hello all,
>              I was wondering if anyone can help me with this mysql exception
> interface error that i am getting, problem is with my application that i
> created because even after moving the application folder from one server to
> another the problem still persists. Only fix has been deleting the Z MySQL
> connector and recreating it again(but this is not at all feasible) or
> flushing ZODB cache file, which doesn't make sense but it works. Below is
> the traceback :-
>
> Traceback (innermost last):
>   Module ZPublisher.Publish, line 115, in publish
>   Module ZPublisher.mapply, line 88, in mapply
>   Module ZPublisher.Publish, line 41, in call_object
>   Module Shared.DC.Scripts.Bindings, line 311, in __call__
>   Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
>   Module Products.PageTemplates.ZopePageTemplate, line 255, in _exec
>   Module Products.CacheSetup.patch_cmf, line 56, in PT_pt_render
>   Module Products.CacheSetup.patch_utils, line 9, in call_pattern
>   Module Products.PageTemplates.PageTemplate, line 104, in pt_render
>    - <ZopePageTemplate at
> /PMOCA/mydbpages/inter_dbpages/editInterpreterResults>
>   Module TAL.TALInterpreter, line 238, in __call__
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 749, in do_useMacro
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 457, in do_optTag_tal
>   Module TAL.TALInterpreter, line 442, in do_optTag
>   Module TAL.TALInterpreter, line 437, in no_tag
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 749, in do_useMacro
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 457, in do_optTag_tal
>   Module TAL.TALInterpreter, line 442, in do_optTag
>   Module TAL.TALInterpreter, line 437, in no_tag
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 772, in do_defineSlot
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 457, in do_optTag_tal
>   Module TAL.TALInterpreter, line 442, in do_optTag
>   Module TAL.TALInterpreter, line 437, in no_tag
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 772, in do_defineSlot
>   Module TAL.TALInterpreter, line 281, in interpret
>   Module TAL.TALInterpreter, line 507, in do_setLocal_tal
>   Module Products.PageTemplates.TALES, line 221, in evaluate
>    - URL: /PMOCA/mydbpages/inter_dbpages/editInterpreterResults
>    - Line 17, Column 0
>    - Expression: <PythonExpr context.getInterQ(name=name+'%')>
>    - Names:
>       {'container': <ATFolder at /PMOCA/mydbpages/inter_dbpages>,
>        'context': <ATFolder at /PMOCA/mydbpages/inter_dbpages>,
>        'default': <Products.PageTemplates.TALES.Default instance at
> 0x2a9c9a86c8>,
>        'here': <ATFolder at /PMOCA/mydbpages/inter_dbpages>,
>        'loop': <Products.PageTemplates.TALES.SafeMapping object at
> 0x73c7128>,
>        'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter
> instance at 0x2a9c9a8b00>,
>        'nothing': None,
>        'options': {'args': ()},
>        'repeat': <Products.PageTemplates.TALES.SafeMapping object at
> 0x73c7128>,
>        'request': <HTTPRequest,
> URL=PMOCA/mydbpages/inter_dbpages/editInterpreterResults>,
>        'root': <Application at >,
>        'template': <ZopePageTemplate at
> /PMOCA/mydbpages/inter_dbpages/editInterpreterResults>,
>        'traverse_subpath': [],
>        'user': <PloneUser ''>}
>   Module Products.PageTemplates.ZRPythonExpr, line 47, in __call__
>    - __traceback_info__: context.getInterQ(name=name+'%')
>   Module Python expression "context.getInterQ(name=name+'%')", line 1, in
> <expression>
>   Module Shared.DC.ZRDB.DA, line 454, in __call__
>    - <SQL at /PMOCA/mydbpages/inter_dbpages/getInterQ>
>   Module Products.ZMySQLDA.db, line 284, in query
> InterfaceError: (0, '')
> --
> View this message in context: http://n2.nabble.com/_mysql.exceptions.Interface_Error-tp3005734p3005734.html
> Sent from the User Interface & Design mailing list archive at Nabble.com.
>
>
> _______________________________________________
> UI mailing list
> [hidden email]
> http://lists.plone.org/mailman/listinfo/ui


_______________________________________________
UI mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/ui