BUG #3803: Error while sending request to database

Lists: pgsql-bugs
From: "srinath" <srinath(dot)narra(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3803: Error while sending request to database
Date: 2007-12-06 12:34:55
Message-ID: 200712061234.lB6CYt1A066140@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3803
Logged by: srinath
Email address: srinath(dot)narra(at)gmail(dot)com
PostgreSQL version: PostgreSQL 8.1
Operating system: Linux
Description: Error while sending request to database
Details:

hi,

when i connecting my postgresql which giving
org.postgresql.util.PSQLException: ERROR: conversion between UNICODE and
MULE_INTERNAL is not supported.please send solution about this problem.

Thanks in Advance

Srinath


From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3803: Error while sending request to database
Date: 2007-12-06 21:27:44
Message-ID: 20071206212744.GC5623@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

On Thu, Dec 06, 2007 at 12:34:55PM +0000, srinath wrote:
> when i connecting my postgresql which giving
> org.postgresql.util.PSQLException: ERROR: conversion between UNICODE and
> MULE_INTERNAL is not supported.please send solution about this problem.

Sounds like you have your application using MULE_INTERNAL encoding. Don't
do that.

A