Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Search Metadata :
bibulle
Is there anyone know what could i do?
That is the message obtains when I click on "search metadata" bouton...
Error message :
"Transcoding failure using: ENGLISH_UNITEDSTATES.ISO-8859-15@BINARY at /opt/iw-home/iw-perl/lib/perl5/site_perl/5.005/TeamSite/I18N_utils.pm line 127."
It looks like an encoding error between my 'Oracle Database' and my XML encoding of the 'Meta Data' but I haven't fixed the bug...
Thanks for help...
Find more posts tagged with
Comments
Adam Stoller
Is there a LOCALE setting on your TeamSite server?
Perhaps it's a locale that isn't recognized by TeamSite or by that particular CGI?
I'm not sure what else to suggest without being able to see the problem myself.
--fish
(Interwoven Senior Technical Consultant)
Axis2DfsConsumerWithSameSession.java
Axis2DfsConsumer.java
bibulle
This is probably the good way to solve my problem but...
I can put locale by doing this :
"LANG=AMERICA" (or other value...)
But when i try to restart iw by doing :
"/IW/iw-home/bin/iwreset -a"
=> I have this result...
"couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly
Interwoven Servlet Engine stopping ...
couldn't set locale correctly
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC_COLLATE = "C",
LANG = "AMERICA"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly
couldn't set locale correctly......."
I have to put LANG value at an empty to start iw correctly...
(by typping "LANG=")
In fact, my locale configuration is :
" locale :
LANG=
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE=C
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
"
Have you an idea about my problem?
Thanks for help...
KevB
Try locale -a to get a list of locales on your Solaris system.
AMERICA does not sound like a valid locale setting.