JDeveloper 10.1.2+Oracle 9.2 Russian language problems

When I used previous version of JDeveloper it was ok. Now I have 10.1.2 and it looks like "build yourself" version.
I have couple of terrible problems. I don't have an idea how to fix them. I am very nervous after trying to fix them during a day.
1) At first I had connection problem. When I was trying to connect to database I had
ORA-00604: error occurred at recursive SQL level 1
ORA-12705: invalid or unknown NLS parameter value specified
messages.
I decided it, when replaced jdbc drivers in JDeveloper by Oracle 9.2 jdbc drivers, as it is written here
ORA-12705:  invalid or unknown NLS parameter value specified
2) It was impossible to "drag&drop" objects from database to any diagram (Database Diagram, Business Components Diagram). I was only possible to create Buisiness Components only from "create Business Components from tables" wizard. But it wasn't work properly. When I was trying to test B.C. with built-in tester I had an error.
I fixed this problem, when deleted JRE and JDeveloper from my computer, then install JDeveloper again.
3)Now, I have a problem! I can connect to database, I can also create BC Diagram, and test Business Services with tester. But I can't run the application! When I try to run jsp with embedded server I have 500: internal server error or just empty table.
I try execute SQL from the same table, and it was ok.
In LOG window I have
messages: Successful compilation: 0 errors, 0 warnings.
OC4J Server:
=============
X:\JDeveloper1012\jdk\bin\javaw.exe -jar X:\JDeveloper1012\j2ee\home\admin.jar ormi://62.76.220.219:23891 admin **** -updateConfig
05/04/29 09:19:30 ApplicationServer: appName = bc4j
05/04/29 09:19:30 ApplicationServer: appName = current-workspace-app
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 78650 ms.
Target URL -- http://localhost:8988/Application2-ViewController-context-root/myPage.jsp
05/04/29 09:19:30 Auto-deploying file:/Z:/jd/Application2/ViewController/public_html/ (New server version detected)...
29.04.2005 9:19:34 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
29.04.2005 9:19:34 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
29.04.2005 9:19:35 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='view.ApplicationResources', returnNull=true
29.04.2005 9:19:36 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
===========
Does anybody faced with this problem?
What can I do?

Please refer to a previous post.
ORA-12705:  invalid or unknown NLS parameter value specified

Similar Messages

  • Interactive Report Russian Language Problem

    Hello,
    Entering Russian characters to search field of Interactive Report APEX transform it to another charset and I receive wrong result. For example entering КС I get РљРЎ, any ideas?
    Best Regards, Kostya Proskudin

    Answer for my question:
    Changing character set in DAD file. From CL8MSWIN1251 to AL32UTF8.
    But I still can't understand why it happen only in Interactive Report!!!

  • JDeveloper 3.1 + Personal Oracle 8i for Win98

    Dear all,
    I want to use the JDeveloper 3.1 + Personal Oracle 8i + Window 98 for local testing before uploading the whole site.
    Which extra products should I use to connecting them within my PC. Should I install a web server program or/and Oracle application server? If so, are there any precautions for me?
    Thanks a lot.
    Wallace.

    Wallace,
    In order to save you some time, I will
    clarify some issues.
    JDeveloper 3.1 includes a web server (webtogo) which can be used for local testing - no additional installation necessary.
    JDeveloper 3.1 is not certified against
    windows 98 - only on Windows NT / 2000.
    [Optional] Personal Oracle 8i will give you
    a good local test environment, but ultimately you will need to migrate to your deployment
    platform and with JDeveloper's automated
    deployment support, you may want to go
    directly to the Oracle 8i on your server as
    it is just as easy.
    I hope this can help you save some time.
    Sincerely,
    John - JDeveloper Team
    null

  • Create an EAR in JDeveloper to deploy on Oracle AS 10g

    I have a J2EE project with EJBs and JSPs. I am using JDEVELOPER as my IDE. I need to deploy my application on ORACLE 10G APP SERVER.
    I need to create an EAR file consisting of my EJBs and JSPs to deploy the appln.
    When i go into Deployment Profiles in JDeveloper and try to create an EAR file, it does create the EAR file but the contents of the file are only 2-3 xml files, there is nothing else in it.
    I am wondering how on earth do i need to create my EAR package so that i can deploy on Oracle APP Server.
    This is actually very urgent... so i would really really appreciate and thank you if someone could help me out....
    Thank you very much in advance

    See thread Re: Create EAR in JDeveloper to deploy on Oracle AS 10g

  • ADF UIX 2.2.20 + ADF BC: russian locales problem

    Hi all,
    We are using Oracle 9.2, ADF UIX 2.2.20, ADF BC on JDeveloper 10.1.2.1.0
    Tables of business entities have secondary field "Author". This field contains the name of a user, who has changed data in the table. After authorisation the name of user is stored in httpSession, and put into table using uix code:
    <set target="${bindings.Author}" property="attributeValue"
    value="${sessionScope.loginName}"/>
    Some of users have russian letters in their names. Sometimes (about 1200 of 70000 rows) during commit russian letters are "lost" and replaced by "?" sign in Oracle table.
    This problem happens on Oracle iAS 10g and TomCat 5.5.12 application servers, and on HP-UX and Linux RH.
    I found topic
    Re: Form Auth and Russian Language
    and message from Jonas there, but link doesn't work//
    Could anyone give an idea of how to solve this problem?
    thanks,
    Renat

    Dear Sir...
    i faced a similar problem with the arabic charactors. What you should check is two things:
    1- The database charactor set should support russian.
    2- The encoding of the pages in JDeveloper should support russian.
    if you open any uix page and look at the source you probably will find the encoding equal to windows-1252. you should change it to russian encoding (which i do not know what it is).
    you should install the russian language in windows, reinstall jdeveloper, then change the encoding of jdeveloper to support russian.
    i hope this helps.
    best regards

  • Issues with russian language translation in ADF application

    While testing the Russian translations, we are running into an issue . Basically the contents for the Russian translation when accessed from application, look all malformed. Not sure if it is related to character set encoding/decoding issues. We have no issues with German and French language, so the question is, is there anything specific that needs to be taken care for Russian language ?
    Below is the source .properties file, which looks all Russian.
    OK=ОК
    CANCEL=Отмена
    NOTIFICATIONS=Уведомления
    INSTRUMENT_ALERTS=Предупреждающие знаки инструмента
    CONTRACTS_EXPIRING=Контракты с истекающим сроком
    OPEN_REPAIR_SERVICE_ORDERS=Открыть вызов инженера
    NEW_PROMOTIONS=Обновления
    MESSAGES=Сообщения
    NEW_CONNECTIONS=Новые подключения
    SERIAL_NUMBER=Серийный номер
    ORDER_NUMBER=Номер задачи
    MODEL_NUMBER=Номер модели
    DESCRIPTION=Описание
    CONTRACT_NAME=Название контракта
    GINGER_ID_=идентификационный номер \:
    Below is what perforce (versioning system) merges for the above file. If we open this in notepad++ or microsoft word , set the encoding to Cyrillic (KOI8-R), it will show the Russian format as above.
    OK=ïë
    CANCEL=ïÔÍÅÎÁ
    NOTIFICATIONS=õ×ÅÄÏÍÌÅÎÉÑ
    INSTRUMENT_ALERTS=ðÒÅÄÕÐÒÅÖÄÁÀÝÉÅ ÚÎÁËÉ ÉÎÓÔÒÕÍÅÎÔÁ
    CONTRACTS_EXPIRING=ëÏÎÔÒÁËÔÙ Ó ÉÓÔÅËÁÀÝÉÍ ÓÒÏËÏÍ
    OPEN_REPAIR_SERVICE_ORDERS=ïÔËÒÙÔØ ×ÙÚÏ× ÉÎÖÅÎÅÒÁ
    NEW_PROMOTIONS=ïÂÎÏ×ÌÅÎÉÑ
    MESSAGES=óÏÏÂÝÅÎÉÑ
    NEW_CONNECTIONS=îÏ×ÙÅ ÐÏÄËÌÀÞÅÎÉÑ
    SERIAL_NUMBER=óÅÒÉÊÎÙÊ ÎÏÍÅÒ
    ORDER_NUMBER=îÏÍÅÒ ÚÁÄÁÞÉ
    MODEL_NUMBER=îÏÍÅÒ ÍÏÄÅÌÉ
    DESCRIPTION=ïÐÉÓÁÎÉÅ
    CONTRACT_NAME=îÁÚ×ÁÎÉÅ ËÏÎÔÒÁËÔÁ
    GINGER_ID_=ÉÄÅÎÔÉÆÉËÁÃÉÏÎÎÙÊ ÎÏÍÅÒ \:
    And,our portal application ends up showing what is merged in(that is malformed text as opposed to properly decoded russian text) . Looks like while creating the ear file jdeveloper just picks up the encoded characters and does not actually convert it into russian text. We have set our environment to UTF8, and the browser encoding includes the Cyrillic (KOI8-R).
    Any pointers will greatly help.

    Hi,
    It seems the property files are stored somehow with wrong characterset (not UTF-8)
    Have you checked for german umlaut (like ä,ü,ö,...) in your german property files too? Are they ok?
    We had similar issues with the german language a long time ago and as far I can remember it was the encoding setting in jdev preferences:
    Tools --> preferences --> environment --> Encoding should be "UTF-8"
    Project properties --> compiler--> Character Encoding should be "UTF-8"
    If you have to change this setting then you have to edit and save the russian property file again.
    As mentioned in the other post you can use native2ascii (http://docs.oracle.com/javase/1.4.2/docs/tooldocs/windows/native2ascii.html)
    at the command line to verify the encoding faster than deploying and run the application.
    native2ascii is used also when you build your project in Jdeveloper to convert all the property files.
    regards
    Peter

  • JDeveloper 10.1.3.2.0 and database 11g, problem in JDBC ?

    We developed our j2ee application (using hibernate) for some time. Now we came to newer Oracle database 11g and have problem - endless waiting for fetched data. I think, that problem is in JDBC version.
    Adding new JDBC into project as new library and placing it 'before' the old one doesn't help. Btw. hibernate gets connection from applicationContext_dataSource.xml file and is defined for example like this
    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    <property name="driverClassName" value="oracle.jdbc.driver.OracleDriver"/>
    <property name="url" value="jdbc:oracle:thin:@host:port:SID"/>
    <property name="username" value="name"/>
    <property name="password" value="password"/>
    </bean>
    It has nothing to do with defined conections.
    My question is this:
    - Can I upgrade JDBC in our 10.1.3.2.0 JDeveloper to new version or latest version of JDeveloper is needed ?
    Thanks.
    Message was edited by:
    jnejedly

    The OC4J server embedded in JDeveloper 11g does not support JDBC 4.0.
    Java applications using the JDBC 4.0 driver may be developed in JDeveloper 11g.

  • Planning problems with russian language during refresh application

    Hello all ))
    I have problems with Planning during refresh my Application with Essbase.
    I intsalled Essbase on RHEL4 and set ESSLANG=Russian_Russia.ISO-8859-5@Default also I set locale on ru_RU.iso88595
    Ater that I installed Planning on Solaris 9 which uses Oracle RDBMS with NLS_CHARACTERSET=AL32UTF8 and set locale on server to ru_RU.iso88595
    Now I can create dementions, members on russion language in Essbase without problems also I can create dementions,members,etc on russian language in Planning. But if I create demention or member in Planning on Russian languge and ) try refresh my Application with Essbase I give follow error
    "=====(HspCubeCreation.java)sQueryString:?Application=Test1
    com.hyperion.planning.olap.EssbaseException: (1060010)
    at com.hyperion.planning.olap.HspEssbaseOutlineAPI.EssAddMemberEx(Native Method)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addChildren(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addMembers(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.addDimensionsAndMembers(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines(Unknown Source)
    at com.hyperion.planning.olap.HspCubeRefreshTask.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)"
    Why it's happened?
    Please anybody help me

    since march 5 we are on planning 9.3.1.1 and also having problems with refreshing:
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
         at com.hyperion.planning.HspJSImpl.lockApp(I)V(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.lockApp()V(Unknown Source)
         at HspSecurityFilter.Handle(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
         at HspSecurityFilter.doPost(Ljavax.servlet.http.HttpServletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3150)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
         at com.hyperion.planning.olap.HspCubeRefreshTask.run()V(Unknown Source)
         at java.lang.Thread.run()V(Unknown Source)
    anyone a idea?

  • Russian Language Installtion

    Hi
    I want to Install Russian Language on ECC 6.0
    DB : oracle 10g
    OS: Red hat Linux
    Can you please guide me How to Download >PAT file for Russian Language

    > I want to Install Russian Language on ECC 6.0
    > DB : oracle 10g
    Just to let you know: Oracle 10g ist out of general maintenance, you should consider ugprading to 11g.
    > Can you please guide me How to Download >PAT file for Russian Language
    The files are part of the normal DVD delivery.
    You will need to
    - create the language key RU using RSCPINST
    - create the language including the substitution language in SMLT
    - import the package from the DVD
    - import the support package dependent parts from your installed support packages
    - substitute the language
    - fill your production clients
    Markus

  • Please, I have a PDF attachment in an email on Russian language, how can I open it and convert to WO

    Please, I have a PDF attachment in an email on Russian language, how can I open it and convert to WORD (doc.) on Russian?

    Hi Senior gal,
    If you have purchased the ExportPDF subscription, then just save the PDF to your desktop and follow any of the two mathod mentioned in the article below to convert the PDF to word
    http://forums.adobe.com/docs/DOC-2412
    ~Pranav

  • Bought a package photographer, installed photoshop and Lightroom 5.6 64-bit, Adobe Photoshop CC 2014 was Russian, and Lightroom 5.6 64-bit is not and was not in a sample of Russian language. Tell me what to do?

    Bought a package photographer, installed photoshop and Lightroom 5.6 64-bit, Adobe Photoshop CC 2014 was Russian, and Lightroom 5.6 64-bit is not and was not in a sample of Russian language. Tell me what to do?

    Well, the quick summary that you are not going to like: This system is pretty short on RAM and processor power, your graphics driver is outdated and you are using two screens with different resolutions, which eats up all graphics acceleration plus your card has only 256 MB of VRAM in the first place, which doesn't meet the requirements. You will never be able to use 3D under those conditions.
    Mylenium

  • I am from Russia,so can i buy a Macbook pro with retina in Usa or in another country and use it in russia,with Russian language???

    I am from Russia,so can i buy a Macbook pro with retina in Usa or in another country and use it in Russia,with Russian language???
    Like iphone you can buy it in Usa without contract and use in other countries,you can select language in iphone,can i select language in macbook pro???
    Thanks

    Sure, you can choose and use MBP with Russian language.

  • Problem in the header in the main window in russian language in script

    Hello,
    We are using one custom script in Russian language for Contract form and print program is copy program of SAPFY06P.
    The issue is, when the contract form is having more number of pages in its output, then some times Russian header text is not printing properly in the output, it prints as junk text instead of Russian language, and surprisingly it is happening only for some pages randomly.
    I implemented protect and endprotect statements for the item text in the form, then also Russian text is not printing properly, rather the random printing is changing from one page to the other
    In the custom program u2018ZCONPF02u2019 (copy program of u2018FY06PF02u2019), there is one perform u2018ausgabe_pos_uebu2019.  In this perform, there is u2018WRITE_FORMu2019 function module with element u2018PROTECTu2019. There is no function module with element u2018ENDPROTECTu2019 in this
    Perform. Even after I applied this change there is no successful result to the output.
    could you please give me the solution for this.
    Thanks and Regards
    Srinivas.N

    Hello Varma,
    All  formats are declared properly. Is it any logic probelm ?
    Thanks and Regards
    Srinivas

  • Invoice PDF outputs Displaying # instead of Russian Language in ECC system

    Hi Folks,
    In our ECC System ( EHP6 SP08) , Invoice output is being displayed in  as # characters instead of Russian Language. Could  any of  suggest  how we can proceed further
    Regards,
    Sharma

    Hi
    Did you checked for imported languages? SMLT transaction?
    Also, please check if you have fixed the language at ADS configurations (RFC, JCO, etc...)

  • A bug in Nokia PC Suite with Russian language

    I've just updated to Nokia PC Suite 6.85.12.0, and I had a problem: in the settings dialog I couldn't choose where to save files, video, etc. There were default paths, like "C:\Галерея\Музыка" ("C:\Gallery\Music files", I had Russian language switched on on my Nokia 3109c, firmware v5.50), and when I clicked the buttons on the right, just a blank dialog opened, where it wasn't possible to choose anything. I tried switching the language of my phone to English, and that helped: the dialogs began to work as they should.

    Yes, the Phone Browser works as it should, the only problem is with the settings of the main PC Suite window; even completely similar settings of Nokia Music Manager works correctly.

Maybe you are looking for

  • Can I use 3 inch diameter CD disks in my HP Touchsmart 600 PC

    Can I use 3 inch diameter CD disks in my HP Touchsmart 600 PC This question was solved. View Solution.

  • Trouble with help button

    I cannot access help.  I have Adobe Elements 7 and each time I try to use help I get the message "The requested help topic could not be found, Reinstall to fix the problem.  I have reinstalled and still get the same message. How do I resolve this?

  • B&W image with color profile true B&W?

    I have a 10mb B&W visual saved as RGB. It's 10mb which is too large. I changed it to grayscale and it goes down to 3mb. Still too large. How else do I change a B&W image with RGB color profile to plain B&W? Or is 3 mb the lowest I'm going to get? OR

  • How to avoid invoicing more quantity than the PO's in non stock PO?

    Hello SAPients! Scenario: We create a non stock PO with a material that has no number and no material group, when we use MIRO TCode to invoice it we can create the invoice with more quantity than the PO, we can even keep adding quantity to the invoic

  • Format axes in chart components

    I want my y-axis to start from some arbitrary -ve number i.e shift the origin to an arbitrary number so that the charts start from there. Is it possible to do that?