Migrating welogic 6.1 to 8.1 international character display problem

Hi,
          I am migrating application from weblogic 6.1 to weblogic 8.1 sp1 , my problem is character like french, spanish and german are not displaying properly. i have tried following:
          1.<%@ page contentType="text/html; charset=UTF8" pageEncoding="UTF8"%> in all the pages.(not working)
          2. i have removed above setting from all pages which are included as static (still not working)
          3. in weblogic.xml I defined<jsp-param>
                    <param-name>encoding</param-name>
                    <param-value>UTF-8</param-value>
                    </jsp-param>
                    <jsp-param>
                    <param-name>compilerSupportsEncoding</param-name>
                         <param-value>false</param-value>
                    </jsp-param>
          with all permutation and combination.(not working)
          I am getting some of characters garbled.
          any solutions
          

In 6.1 how did the page look? i.e what encoding did it have? ISO-8859-1 should've fit all the langs you've mentioned unless I've missed something.
          -- Nagesh

Similar Messages

  • Internal/External displays blank when external connected while sleeping

    When I connect my external display to my MBP (late 2011) while it's sleeping, the MBP awakens but both the internal & external display are blank.
    The MBP is running ML and is connected to external display via DVI. No response to external Logitech keyboard or internal keyboard. Currently my only recourse is to ssh in from a co-located Vista machine & 'sudo reboot'.
    If MBP has recently been used  (say < 5 min or so), everything's fine -- external display fires up & external KBD/Mouse work.
    I'd be interested in any way to prevent this problem if I forget to open MBP for a moment before connecting Power/DVI/USB. Alternately, a command
    I could issue via SSH to reinitialize display would be great.
    Thanks. Kent

    Pleased ignore this thread - managed to double post somehow ....? Sorry
    Chris

  • Special Characters international character set viewing

    Hi, I'm using iWeb under german language conditions and like to use the special characters of the international character set.If I enter these in iWeb it looks fine. When i publish it the viewing is not done correctly (using a third party web-server, not iCloud). Any suggestions to solve this issue?

    You don't have to mention you use a 3 rd party webserver, since you cannot publish to iCloud in the  first place.
    Anyway, read this :
    http://iweb.dailynews.webege.com/PHP_parse_error.html

  • I can't open my gallery after i migrate the iphoto! How can i fix this bad problem?

    HI,
    I can't open my gallery after i migrate the iphoto! How can i fix this bad problem? Flz help me!!

    Try repair permissions with Disk Utility
    Regards
    TD

  • "Internal module error" PROBLEM SOLVED ! ! !

    At least in my case.
    I tried to update my phone (Nokia E50, prod. code: 0536382) with NSU, but I always got the frustrating "Internal module error" message. I spent a whole afternoon trying. After several attempts without any success I accidentally discovered the solution. When the error message appeared again, I noticed, that the small USB icon right below the battery level indicator is gone - so is the connection. How to restore the connection? The NSU says, you should not disconnect the phone, so why the connection interrupts during the update? (I suppose that NSU does the download first and in the meantime nothing happens to your phone. During the download your PC may shut down the USB port to save power. When the download from the internet is done, NSU tries to upload the software to the phone, but there is no connection anymore.) After digging deeply through the Device Manager of my PC, I found an option that turns the USB port off after a while, to save power. That is where the connection goes away.
    So, do the following:
    1. Go to Device Manager;
    2. Under Universal Serial Bus controllers find the USB Root Hub your phone is connected to (assuming you use a USB cable to connect);
    3. Double click it and then go to the Power Management tab;
    4. Uncheck the option "Allow the computer to turn off this device to save power."
    5. Disconnect the phone, reconnect and proceed with NSU.
    You should be able to update the phone successfully.
    Good luck!

    So far the "Internal module error" problem seems to be connection related.
    Make sure, you have the Nokia Cable Connectivity Cable driver installed (the later the version the better), if you are using a cable. You may check it out in the Control Panel->Add or Remove Programs.
    You also make sure you enter the right Product Code when asked. The following link may help you clarify the fog around the firmware version number:
    http://www.noeman.org/gsm/showthread.php?p=104254
    It seems there are several versions. Check out the differences and upgrade only if you need it.
    As for the USB, in Device Manager got to Universal Serial Bus controllers, and double click every USB Root Hub. On the Power tab you may see the all the devices connected to the specific USB port. Let me know, if you find something out. Cheers.

  • ChaRM: Internal Phase Controller Problem

    Hi Team,
    I am working in Sol Man ChaRM. My scenario is as below:
    We would like to create two maintenance projects one for nomal corrections (SDMJ) & another for SDHF corrections.
    I have successfully created one mainteance project for SDHF corrections (Activated ChaRM check box) in SOLAR_PROJECT_ADMIN.
    I am trying to create one more maintenace project to handle normal corrections (SDMJ) in SOLAR_PROJECT_ADMIN. Both two projects uses same logical components. When i try to activate the check box "Activate ChaRM" in the second project, i am getting below error.
    Internal Phase Controller Problem
    Message no. /TMWFLOW/TASKLIST176
    Diagnosis
    The system was unable to generte the task list due to an internal error in the phase controller.
    For more information, see the application log (choose Messages on Generation).
    Need your valubale input to solve the error.
    Thanks
    Kumar

    Hello Kumar,
    If applicble for your release and SP level you may want to review and implement the following notes:
    #927124, #1011376 and #987927
    They should help you in solving your problem.
    Also please refer to the following link, where you find a summary of
    the steps that should be done to prepare the CHARM scenario:
    "First steps to work with Change Request Management scenario"
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    Further details can be found in the following SDN blogs:
    "Change Request Management scenario: Usual questions"
    http://www.sdn.sap.com/irj/scn/weblogs;?blog=/pub/wlg/15116
    "Change Request Management scenario: Working examples"
    http://www.sdn.sap.com/irj/scn/weblogs;?blog=/pub/wlg/15117
    Regards,
    Paul

  • International Character Support?

    Hi
    The message I sent out for a share invitation included
    umlauts (Für das Meeting heute); it arrived as "F�r das
    Meeting heute" in Entourage on a Mac.

    The current version of the Share service does not yet support
    international character sets. We are adding support for this in
    Share currently and will provide more information about supported
    languages and locales as we come closer to releasing a new
    version.

  • International Character Set Variable Assignment

    I am fairly new to AppleScript, and would appreciate your help. I have an AppleScript that accepts numeric input from a user, e.g.:
    display dialog "Please enter a number" default answer foo
    if button returned of result is "OK" then
    try
    set interval to (text returned of result as string) as number
    on error
    display dialog "Whoops"
    end try
    This code works fine for EN-US users. However, for users with keyboards set to international character sets, the variable "interval" will not be defined.  The problem is that these users are inputting in a character set that AppleScript is not recognizing as numeric, as far as I can tell.
    I have been unable to find a solution for these international users, after much searching and trial.
    I have tried the following:
    - Casting as UTF8, e.g. "as «class utf8»"
    - Casting as string, numeric, etc.
    I would like to do this within AppleScript if possible (i.e. not use shell script). However, if shell script is necessary (e.g. iconv) that will be OK.  Can anyone point me at a solution?  Thank you in advance.

    Two things...  It sometimes helps to decompose complex statements into separate lines; break up the set interval ... line into one step that gets the text and and another that converts it to a number. Also, try using real rather than number. Number is intended as an abstract class, and applescript may be having a problem deciding whether to cast odd unicode to real or integer. A script with both changes looks like so:
    set theResult to display dialog "Please enter a number" default answer foo
    set interval to (text returned of theResult)
    if button returned of theResult is "OK" then
              try
                        set interval to interval as real
              on error
                        display dialog "Whoops"
              end try
    end if
    Also (just to be sure) in your original script if you press a button other than "Ok" interval is never defined at all, so in your error block you either need to set interval to a default value or add a return command to exit the script.

  • E52 internal GPS fix problem only with OVI Maps

    Hi all,
    I read many many E52 phones suffer Internal GPS fix problems.
    I don't beleve this is an hardware problem, but only a software bug.
    My experiments say this:
    1) Start phone, start Ovi Maps -> No lock at all. (only 1 blinking line in bottom left corner)
    2) Start phone, start McGuider (Sygic) navigator -> E52 locks quite immedeately. (in the same place!!)
    3) After GPS is locked, start Ovi Maps again. Now also Maps works great!
    4) Also the gps built-in application under Menu->Applications->GPS->GPS Data has the same behaviour as Ovi Maps.
    Anyone can try and report this or similar experience?
    Thank you!

    uallaualla wrote:
    Thank you for the response.
    I'm sure the fix is faster if i use A-GPS, but i i have to pay for data connection.
    And, above all, Sygic works perfectly WITHOUT A-GPS, so why Ovi Maps does not?
    Yes, you have to pay, but the connection takes about 20sec. About Sygic you're right I noticed that too. It locks pretty fast.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • RIM Twitter for BlackBerry Internal Twitter server problem error message

    I have had this issue previously, it went away and now it's back; and can I remember how I fixed it... no.
    I have a Bold 9700 running 5.0.0.680 and Twitter for Blackberry 1.0.1.7
    Since updating to 5.0.0.680 I have been unable to login to Twitter via RIM's Twitter application. I receive the error message "Internal Twitter server problem."
    I have tried the following to resolve;
    Multiple battery pulls - no change
    Flash back to 5.0.0.586 - no change
    Flash back to 5.0.0.442 - no change
    After flashing I have performed a full security wipe of the device to be sure its clean.
    I am able to use UberTwitter and other social networking applications without any issues.
    My BlackBerry is controlled via my companies BES. The Server version is 5.0.1 and I can confirm that the Value-added application policy is installed and has 'Disable organizer data access for social networking applications' set to No and 'Disable RIM Value-Added Applications' set to No for the policy applied to my device.
    I am also one of the Administrators of this server.
    What I would like to know is how to solve this issue. A search of the internet revels a number of similar issues, but these where apparently down to an issue with Twitter not the software. As I am able to access Twitter with no issues via other clients and see no issues reported on the status feed from Twitter I have run out of ideas.
    I have also fired up a number of the BB simulators on a development machine and have been able to access Twitter via a simulated BlackBerry without an issues; making me think this is either a BES, device, or carrier issue.
    Any help would be appreciated.
    Thanks
    Mark

    Hey Mark,
    Welcome to the BlackBerry Support Community Forums.
    Are you still having trouble connecting to Twitter for BlackBerry?
    Since you're on a BES just to do process of elimination, I would suggest performing a reset to factory so that will remove the IT policy.  Follow the instructions in this KB article: www.blackberry.com/btsc/KB18998
    Then test out logging into Twitter, if successful then we know it is it policy related.  If you still receive the same error, let me know.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Will Apple stores in Germany replace your iPhone if there is internal hard drive problems from a phone from the US. I am studying abroad and won't be home until December

    Will Apple stores in Germany replace your iPhone if there is internal hard drive problems from a phone from the US. I am studying abroad and won't be home until December

    You can try, but the iPhone warranty terms state that Apple "may" restrict warranty/service to country of original purchase...key word here is "may".
    Good luck.

  • Migration assistant to copy from mac mini internal drive to second internal drive fails, 'not enough space'

    I have a 2011 mac mini and I just installed a second internal HDD using an OWC data doubler kit. So now I have two internal HDD.
    The original HDD is 750 GB and the new one is 1 TB. After the installation I manually formatted the 1 TB drive with one Mac OS Extended  (Journaled) partition.
    I then installed a fresh copy of Mavericks on the new 1 TB and during the installation tried to use Migration Assistant to move my user account over (mainly to get all the iTunes and iPhoto stuff).
    The original HDD 610 GB used, so 140 GB free.
    Migration Assistant correctly detects the original HDD but when I try to copy things over it says there is not enough space.
    Can anyone help me figure out what I need to do to get Migration Assistant to move my stuff from the original HDD over to the new one?

    I feel like such an idiot. I had manually tried to copy files over using the command line before I found out about the Migration Assistant tool. My manual copy had used up 500 GB.
    I deleted all of that and now I have no issues with the Migration Assistant.
    Sorry for taking your time!

  • Need help with internal HD memory problems when using Premiere Pro?

    When using PP I keep loosing memory on my HD.
    Now this seems strange to me since I have every thing, all my video and audio files on external HDs.
    Each time I time I make a new project I end up with less space on my internal HD.
    Information related to these projects is somehow remaining on my internal HD.
    Anyone got any ideas about what I might be doing wrong?
    Dimitrije

    Premiere will slowly compile various files to help the project along, and the default place is usually your internal hard drive. Make sure your scratch disks are pointed to an external hard drive if that is what you want, also, make sure the Media Cache Files are being created on your external as well (and not the default location which is on your local drive).
    Premiere Preferences > Media
    Media Cache Files & Media Cache Database should be changed to an external disk if you don't want them created on your local disk. There are many tutorials and explanations about all of these aspects of Premiere on these forums and from other sources. Hope that helps!

  • Migration to new G/L , balance and line item display after migration

    Hi,
    After migration in the development
    system, the balance of a G/L account
    in a year before the migration date
    cannot be displayed unless the G/L
    account is managed on open item basis
    or is a reconciliation account. The
    message "No data found in 2007" is
    issued.
    Additionally, the correct balance of
    G/L accounts if it is managed on open
    item basis or is a reconciliation
    account cannot be displayed by
    FAGLB03.Only the balance of open items
    can be displayed.
    How can we display all line items of a
    G/L account in year 2007?
    Thanks in advance and kind regards,
    Gökçen.

    Hi Elena,
    This is a very complex area. You need to check the following notes:
    1070629 - FAQs: Migration to General Ledger Accounting (new)
    1014364 - New G/L migration: Information, prerequisites, performance
    You may also have to contact SAP Migration Services
    [email protected]
    Regards,
    Ravi

  • Internal Hard Drive Problems

    Ok, here's the deal.
    I have a macbook pro. Its a 2.16 that I bought back in the beginning of 2006. I am currently running Snow Leopard on it. I have used up pretty much all the space on my 120 gig hard drive. I decided it was time to get a new hard drive. I got the 640GB Western Digital "Scorpio Blue" one off of newegg. The model number is WD6400BEVT. First, I transferred my entire hard drive onto an external hd (My Book) using a program called Carbon Copy Cloner. It took a couple of hours to transfer everything, but no big deal, it got done.
    Next, I took my laptop apart and installed the new hard drive. I re-hooked up everything and I also plugged in the external hard drive so I could boot directly from it. I turned on my laptop and booted from the external drive. Everything worked fine and the computer recognized the new 640GB hd. I then used Carbon Copy Cloner to get everything from the external onto the new hard drive I had just installed. I shut down my laptop.
    I then unhooked my external hd and tried to boot like normal using the internal hd. While holding the "option" button, I wasn't able to boot from, or even see my internal hd. I tried turning the laptop on and off a couple times hoping that it would give me options and it didn't. I then tried plugging in my external so I could boot from that hd, but when I turned on my computer, it didn't give me any boot options. Didn't recognize my internal or external hd.
    I was confused and thought that maybe a connection was loose or something, so I took the whole thing apart again and put it back together. Same result. My buddy was over helping me with everything, and he has a newer macbook pro (not sure on the year, but it had the black keypad and the hatch on the bottom that reveals the battery and the hd so you don't have to tear apart the entire computer to get to the hd). We decided to install the new 640gb internal hd into his computer to try it. After it was installed, we turned on the laptop (his) and booted from the internal hd we had just installed in it. It worked just fine and my desktop and all my files and such showed up on his screen. This was bittersweet, because (in our minds) that meant that the hard drive was working just fine and the copying program had worked how it was supposed to, but it also angered us because we couldn't get it to work in my macbook pro.
    We attempted again to install the new hd into my laptop and got the same result that was making us mad earlier, no boot options, just a light white screen. I thought maybe it was the screen connection the entire time, but you could see and use the mouse, there was just nothing to click on.
    I told my roommate of this problem and he thought that maybe this laptop just can't handle a SATA 3.0, and my laptop originally came with a 1.5 SATA hd (I believe?) This might explain why it worked on my buddy's newer macbook pro and not on mine, but I'm not sure. Any help or ideas would be greatly appreciated!

    Thanks for the update with extra information, It_crabby,
    (My suggestion wasn't that your problem wasn't the same, but rather that without additional information it was impossible to know - we see many, many people who think they have the same issue as someone else, only to find out later that their circumstances are substantially different. Without the excellent additional material you subsequently provided it was impossible to know if this was the case with you. There are lots of reasons why one or another HD may not work.)
    The HP Launcher "ghost" is interesting. This usually appears with disks that have previously been fitted in an Hewlett Packard external drive enclosure and relates to HP's "Simple Save" processes. Perhaps yours is one that was originally intended for this purpose that got diverted because of the arrival of a new model or somesuch. The vendor may be able to tell you.
    I wouldn't be at all surprised if it is the cause of your particular problem and I'm afraid it may not be possible to actually overcome it.
    It is easy enough to "hide" it when the disk is used as an external, non-boot, drive on a Mac - from a web post that is now no longer there:
    +1) Go to Applications+
    +2) Click on Utilities+
    +3) Open AppleScript Editor+
    +4) Copy and past this coding+
    +tell application "Finder"+
    +if exists "HP Launcher" then+
    +do shell script "diskutil unmount /Volumes/HP\\ Launcher/"+
    +end if+
    +end tell+
    +5) Save as an application. -use whatever name you wish, such as "HPUnmount"+
    +6) Go to System Preferences...+
    +7) Click on accounts+
    +8) Click Login Items+
    +9) Click the Plus sign to add an application, then select the file you created.+
    The trouble is this that this approach will only work once you have got the normal boot process well and truly underway and the "Finder" is in control. It won't disable it during the boot process itself and unfortunately it seems to be "taking over" at this stage, preventing use of the drive as a boot drive.
    The second problem is that, according to many posts I've seen, it can't actually be removed through partitioning / reformatting etc by normal mortals. THis is because it is apparently incorporated in the drive's firmware , rather than a "normal" disk partition. (see http://h30434.www3.hp.com/t5/Other-Desktop-PC-questions/HP-Simplesave-500gb-USB- 2-0/td-p/163205 and "Max from Toronto"'s comment at http://www.chipchick.com/2009/09/hp_simplesave.html )
    There may just possibly be some way of overcoming the problem by hacking the Mac's own Boot EFI file, but you'd need a much gamer, and more knowledgeable, person than me to play around with that, and the consequences of getting it wrong could be very nasty! Even this may not be possible if the code is actually embed in a ROM on the drive that is automatically accessed first when it starts up. Perhaps HP or WD's technical staff could deal with the problem, but I suspect they would charge you for the privilege.
    My suggestion would be that you take the drive back to the vendor and either ask for a replacement that hasn't been set up for use in an HP external drive or ask for your money back.
    Cheers
    Rod

Maybe you are looking for