Bindings problem after migration to 11g

I recently migrated my 10.1.3.4 adf/bc app to 11.1.1.1.0. I've managed to work out most of the migration issues/bugs, but there is one I don't understand. In one of the backing beans, I have code to check if the transaction is dirty. This code is executed when the user clicks the button on the associated page. In the 10.1.3.4 version, I was getting the right answer as far as checking to see if the transaction was dirty, now i am not. Basically, I'm evaluating the value of ("#{bindings.Commit.enabled}" to determine if trans is dirty. here is the code from the backing bean:
public String checkDirty(){
Boolean b;
if (bindings == null){
System.out.println("null bindings");
b = ((Boolean) JSFUtils.resolveExpression("#{bindings.Commit.enabled}"));
// if there is no commit binding, the form is by definition not dirty
if (b == null){
System.out.println("didn't find commit binding");
System.out.println("value is: " + b.booleanValue());
return null;
The line b = ((Boolean) JSFUtils.resolveExpression("#{bindings.Commit.enabled}")); is now returning false, when it should be returning true. Does anyone know why?

Hi,
Did you have any uncommitted changes when you invoked checkDirty method, if not what you have observed is correct and what is the status of commit button in the ui, is it enbaled or disabled?
If you feel still it is not behaving correctly, you can try calling getDBTransaction().isDirty() method which returns true if the transaction is dirty, See [this post|http://forums.oracle.com/forums/thread.jspa?messageID=3641722&#3641722] for more details.
Sireesha

Similar Messages

  • Download to Excel after migration to 11g: Table lose formats

    Hi,
    after migration to 11g we make some test.
    Download to excel is not working correct. Calculated column lose the rounding, Table with green line lose the format of the borders.
    Is this a known issue?
    Regards,
    Stefan

    Yes. Refer to ID 1380981.1 and ID 1451127.1
    It depends on which version of OBIEE you're working with though and the Locale set for Excel.
    Please assign points if helpful/correct.

  • ORA-12952 and Oracle 10g XE problem with migration to 11g XE

    Hi, all
    My DB (Oracle 10g XE) reach storage limit. I have tried to migrate to 11g XE version but unsuccessful.
    For migration I used next manual: http://download.oracle.com/docs/cd/E17781_01/install.112/e18803/toc.htm#XEINW136
    expdp returned next error:
    Processing object type DATABASE_EXPORT/SCHEMA/CLUSTER/INDEX
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    2D6F0304 14916 package body SYS.KUPW$WORKER
    2D6F0304 6300 package body SYS.KUPW$WORKER
    2D6F0304 5638 package body SYS.KUPW$WORKER
    2D6F0304 2145 package body SYS.KUPW$WORKER
    2D6F0304 6861 package body SYS.KUPW$WORKER
    2D6F0304 1262 package body SYS.KUPW$WORKER
    285BD50C 2 anonymous block
    Next I have tried to garbage some information from DB but I got some as "UNDO cannot get next block" error.
    What else can I do to migrate the data from 10g with limitation problem to 11g?
    Thank You in advance.

    There is output from SQL:
    "OWNER"; "TABLESPACE_NAME"; "COUNT(*)"; "SIZE_MB"
    "A1"; "USERS"; "899"; "3995,9375"
    "SYS"; "SYSTEM"; "980"; "323,1875"
    "FLOWS_020100";"SYSAUX"; "658"; "297,625"
    "SYS"; "SYSAUX"; "626"; "151,125"
    "XDB"; "SYSAUX"; "753"; "84,5"
    "SYSTEM";"SYSTEM"; "259"; "31,75"
    "SYS"; "UNDO"; "10"; "20,25"
    "MDSYS"; "SYSTEM"; "96"; "12,25"
    "SYSTEM";"SYSAUX"; "109"; "6,8125"
    "CTXSYS";"SYSAUX"; "74"; "4,625"
    "D1"; "USERS"; "14"; "3,5625"
    "DBSNMP";"SYSAUX"; "25"; "1,5625"
    "HR"; "USERS"; "25"; "1,5625"
    "FLOWS_FILES";"SYSAUX"; "7"; ",5"
    "OUTLN"; "SYSTEM"; "8"; ",5"
    "TSMSYS";"SYSAUX"; "4"; ",25"
    1. When I tried to delete some old data from USERS dataspase by some PROCEDURE I got the next error:
    ERROR at line 1:
    ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDO'
    This problem I solved. PROCEDURE generate huge buffer for transaction. Therefore I deleted the old data by small pieces.
    After I have deleted the old data the Application start to comunicate with database without ORA-12952 error.
    2. I've reduced the size of SYSAUX (http://remidian.com/oracle/purging-sysaux-tablespace-purging-awr-reports.html) down to 94%
    3. I has SYSTEM tablespace 100% full. When I've tried to resize the SYSTEM table up I got the ORA-12952. Then I've increased the SYSTEM table size by 1M. In such way I got additional 9Mb for the SYSTEM tablespace (from 360Mb to 369Mb 98%). Is any other way to reduce of the SYSTEM tablespace filling?
    4. Next (http://wiki.oracle.com/page/Data+Pump+Export+%28expdp%29+and+Data+Pump+Import%28impdp%29)
    on the step: $ expdp system/<password> DIRECTORY=expdp_dir DUMPFILE=expfull.dmp FULL=y LOGFILE=expfull.og
    i got the error:
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.CREATE_OBJECT_ROWS while calling FORALL [TABLE]
    ORA-12952: The request exceeds the maximum allowed database size of 4 GB
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 116
    ORA-06512: at "SYS.KUPW$WORKER", line 6248
    There is my last state of the tablespace filling:
    "Tablespace"; "Size (MB)"; "Free (MB)"; "% Free"; "% Used"
    "UNDO"; "500"; "411,6875"; "82"; "18"
    "SYSAUX"; "570"; "31,5"; "6"; "94"
    "USERS"; "4180"; "178,875"; "4"; "96"
    "SYSTEM"; "369"; "1,25"; "0"; "100"
    "TEMP"; "291"; "0"; "0"; "100"

  • Serious problem after migration assistant - any ideas?

    Hi folks-
    I bought an iMac this weekend and for various reasons did not configure with data from my MacBook Pro when I first turned it on, but waited until two nights ago to use Migration Assistant to transfer all but users.
    I updates both machines fully with Software Update first. MigAsst went fine until I hit the begin option and after a few minutes the iMac told me there was a problem with my MacBook Pro (MBP). I quit MigAsst on the iMac but even after an hour I couldn't escape it or quit the MBP, so shut down using the power button.
    When I restarted, I had a black screen with lighted keyboard and startup chime. I hard-restarted, same thing happened. Third time, I got the grey apple window with no apple for about ten minutes, then a light blue screen with the spinning spokes (not the rainbow) and a slightly darker window with no spokes. The two blue windows alternated back and forth for maybe 8-10 seconds each endlessly until I restarted.
    Since I live about 4 hours from the nearest Apple store and tech support was already closed for the evening, I restarted from the Snow Leopard disk and repaired permissions (there were many repairs) and repaired the disk (was told it was fine). I restarted and got the grey-blue-blue cycle again.
    I reinstalled the OS from the Snow Leopard disk and everything worked fine - I ran as many tests as I know how to, even perturbed the casing slightly wondering if it was a loose video card wire or something. Nothing. It all worked fine for several hours until after the second Software Update (which as I recall was only Java and iTunes), and now all I get is the black screen again. Also, now the green light on the power cable is not glowing even though the battery reads as fully charged and the keyboard and startup chime are all hunky dory.
    I'd think it was a video card issue, but there are too many incongruous symptoms. If I could at least start up from the OS disk again I could get my data off... Any ideas, diagnoses or suggestions would be much appreciated.
    With gratitude and blessings.

    The problem is described in a different post as well, and it is considered to be answered. However, the answers are not very satisfactory because they are complicated.
    The underlying problem is that MacOS is looking for a FileVault user, while after migration the user files are actually not within a FileVault bundle.
    I believe that there must be a setting to change the login properties for the user to not look for a FileVault user, but for a plain, non-encrypted user. So please, somebody from Apple answer this questions!
    Command line very welcome, because I only have a command line user right now. And oh, my MBA didn't ship with a boot DVD so I don't even have the chance to reinstall my system easily. Also, getting my data out of the FileVault on my current machine, transfering everything again (almost 250 GB) and then putting them back into FileVault seems a bit too much effort for what appears to be a simple bit set somewhere…

  • Problems after  migrating application from 10.1.2 to 10.1.3

    Hi,
    I am encountering the following error while executing the application after migrating it from Jdeveloper10.1.2 to JDeveloper10.1.3. Could you please help me in this regard..
    NOTIFICATION J2EE JSP0008 Unable to dispatch JSP Page : java.lang.NullPointerException
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    user491067

    Do you have the problem with all JSP pages, or only a few of them ?
    Does it happen in the Embedded OC4J only ?
    Could you try to deploy your application in the Standalone OC4J and test it from there ?
    I had a similar issue where the Embedded OC4J was unnable to run big JSP pages.
    There was no problem with the Standalone OC4J.
    Hope this helps,
    Didier.

  • BC4J problems after migrating JDeveloper 9.0.3 - 9.0.4

    Hi!
    We have application based on BC4J+struts framework. After migrating JDeveloper from 9.0.3 to 9.0.4 we are getting following errors:
    JBO-27021: AttributeLoadException
    JBO-27022: AttributeLoadException - it seems to be a problem between datatype mapping but on 9.0.3 application worked fine
    next we get folowing error when we are inserting a row into the ViewObject. This error does not appear by first inserting but by some of the subsequent calls of insertRow.
    java.lang.ArrayIndexOutOfBoundsException
         at oracle.jbo.server.QueryCollection.add(QueryCollection.java:1051)
         at oracle.jbo.server.ViewRowSetImpl.insertRowAtInternal(ViewRowSetImpl.java:1288)
         at oracle.jbo.server.ViewRowSetImpl.insertViewRowAt(ViewRowSetImpl.java:1255)
         at oracle.jbo.server.ViewRowSetIteratorImpl.insertRow(ViewRowSetIteratorImpl.java:1963)
         at oracle.jbo.server.ViewRowSetImpl.insertRow(ViewRowSetImpl.java:1933)
         at oracle.jbo.server.ViewObjectImpl.insertRow(ViewObjectImpl.java:5425)
         at cz.cca.akademie.action.ra9500.AssignActionPriradRole.execute(AssignActionPriradRole.java:23)
         at cz.cca.akademie.action.AssignAction.execute(AssignAction.java:55)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:536)
    Unfortunately I'm not able to say when exactly these errors happen, they appear accidentally. It seems to be a problem with inner state of the ViewObject.
    We would be glad for any suggestion
    Thanks

    CONTINUES...
    What is the problem? Something with the ClassLoader of Tomcat 4.1?
    I will try with Tomcat 4.0 and post this thread to tomcat-users mailing list!
    bye,
    Marco.

  • Major permissions problems after migrating to new iMac

    Hi, I am very new to this and need some help. Have been using a MacBook pro for the past year to synch iPods/iPads that are used within our school. Purchased an iMac and proceeded to migrate users/files etc. After migrating I have had major problems with iTunes.  My iTunes library is visible but I cannot synch any devices, have tried verifying permissions and fix permissions but to no avail. Any help would be very much appreciated.

    Did you instal the program again, or try to migrate it from the old system (not a good idea)? I would run the installer again and it should correct the problem -- the Proximity dictionary for English (and probably others) is apparently not installed correctly.

  • Problems after migration from CS5 to 5.5 with Blackmagic Card

    Hello forum,
    we have an problem after an optimal migration from cs 5 to 5.5 projects.
    different: there is an bm hd extreme 3d card in the system.
    We are aware of the issue that there has to switch to BM player an the Timleinl settings to BM
    But there is still a problem: we are not able to view the ingested material in the source viewer,
    because there is another overlay - form the background or sometheing else - see attached photo.
    We add new drivers for graphics/BM and patches for CS 5.5
    None of these problems by creating new projects.
    Also the applications also  hangs after we try to close,
    many thanks for your answers - Sven.

    No reason to ask the same question twice. Just be aware that there are German forums as well.
    Your problem is probably in the BM drivers.

  • 2 Problems after migration Project Server 2007 to 2010

    Hi Everyone!!
    I have 2 issues after migrate MS Project Server 2007 to Project Server 2010, in fact i had a lot issues, but i can solve almost all, so after solve all issues, just is pendings 2 issues very rare:
    Backgrounds:
    Migrated from: Windows Server 2008R2 - SQL Server 2008 R2 - Proejct Server 2007 with WSS 3.0 - All updates are up to date (CU is up to date) and all platform is ok
    To: Windows Server 2008R2 - SQL Server 2008 R2 - Project Server 2010 SP2 - SharePoint Server 2010 SP2 - All updates are up to date (CU is up to date) and all platform is ok
    3 Servers in the Farm, ---->  1WFE-1WAPP-1DB
    Issues:
    In the Project Center, some migrate Project don't show the icon with image about project documents, risk and issues although that project effectively have documents , risk and issues
    In "Server Settings" , in section "Operational Policies"  in "Project Sites" almost all projects don't show the URL with Project Site
    For the issues 1 and 2, i tried some things:
    Re publish all projects (approx 700 projects) with a script via PowerShell available in technet
    Run the Wizard Again
    Rebuild Solution
    Restart the all Servers in the Farm
    Restart Services ----> IIS - Project EventService - ProjectQueue - SharePoint Timer
    and  i can't solve it yet!!!
    Please Any Ideas?
    Erick Gutiérrez PMI Membership #ID 2089740 MTCS - Microsoft Project Server Managing Projects

    Have you restored content DB successfully?
    for point 2 have you performed:
    have you synchronized project site under server setting -->  operational policies --> Bulk Update Project
    Sites 
    http://pwmather.wordpress.com/2012/10/08/projectserver-2010-bulk-update-project-site-issue-ps2010-msproject-sp2010-sharepoint/
    after doing this publish all the project which are having issue it may solve your 1st issue.
    You can check if below condition is applies to you (PWA 2007)
    You may need to use the WSS site re-linker tool –
    now built in to Server Settings in PWA as “Bulk Update Project Sites”.  If you have changed URL die to a different port then re-linking should get your sites in order. In upgrade scenarios the “Previous Site Path” Web application might show as a GUID
    in the drop down – however it still works and will re-link the sites.
    http://technet.microsoft.com/en-us/library/cc197498(v=office.12).aspx
    kirtesh

  • Ofgtel65.pll , CGDV$REF_CODES.SOFT_VAL problem after migrating to 10g

    Hi,
    We have migrated from Oracle 9i to 10g and
    In 'OAS904' , i have used CGDV$REF_CODES.SOFT_VAL to populate a field with a meaning via a dynamic list in one of the FORM and if I query the form by giving a value and press F12,all fields are populating , its working fine but the same thing is not working after migrating the FORMS application to 'OAS10.1.2'. If I query the form by giving a value and press F12,its showing error like "FRM:40201 Field must be entered" for that particular field because that field is not populated and also a required field in the form.
    Actually , this form is generated by designer.If i open the form using forms builder, i can see the auto generated code like 'POST-QUERY', in that CGDV$REF_CODES.SOFT_VAL is used to retrieve the meaning.
    Note : ofgtel65.pll points to QMS_REF_CODES instead of CG_REF_CODES.
    Am using headstart6.5.4.0 .
    The generated form having post_query with the following code
    CGDV$REF_CODES.SOFT_VAL(P_VALUE=>curr_value, P_MEANING=>l_meaning, P_DOMAIN=>l_domain, P_VAL_CODE=>TRUE);
    But in the ofgtel65.pll ,
    the soft_val method will have a query that refers to QMS_REF_CODES .But my meanings are present in CG_REF_CODES.
    Any help would be of great help. Thanks in advance.
    Regards,
    Tharini.
    Edited by: tharini on Aug 4, 2010 10:30 PM

    Is this a Designer generated Form ? You may want to ask the question on that Forum too.

  • Strange Calendar sync problem after migrating to iOS5

    Hello all,
    I posted my problem as an "me too" reply to somebody else's thread but think it got a bit lost there.
    Since I can't solve this problem I decided to make a new thread.
    The problem:
    After upgrading my iPhone4 to iOS5 I have a strange calendar syncing issue such that existing entries from one calendar (I've got two, see below) are duplicated on the other .... but only on the iPhone, not on the calendar server (Lotus Notes) itself!
    As I couldn't find a normal solution to this problem (already removed the complete Lotus Notes traveler account from my iPhone and reinstalled it again, to no use: the duplicates pop up again) I finally decided to start removing the duplicate entries on my phone. To my surprise however they popup again!!!!!
    I added a new entry to the original calender to see whether that one would popup in the other as well but this didn't happen.
    It looks to me it must be something wrong on my iPhone as the "duplicates" do not show up in the calender database on the server (using Lotus Notes PC client) nor its replicas.
    The configuration:
    I sync with two calendars on my iPhone:
    - gmail calendar for my private
    - lotus notes server (traveler exchange) for my work.
    The gmail calender also syncs with my desktop client (outlook 2010) via a small application "gSyncit".
    This all worked like a charm on iOS4.
    No matter where I modified, deleted or added entries (not only calendar, also contacts and mail) it all stayed perfectly in sync!
    Does anybody out here noticed the same and/or has a solution to this?
    BTW: I haven't activated iCloud for the calendar/mail/contacts (yet) ...

    OK,
    I found out what was wrong myself.
    In the end it turned out that it had nothing to do with the iOS5 upgrade itself.
    In case somebody else stumbles accross this very same problem, here's what was going on:
    - Within the latest lotus notes client (on PC) the user has the possibility to display (read-only) external calendar contents (e.g. google's calendar).
    - When setting this up you need to supply your external calendar's login/password information and next to that
    - also have the possibility to select "View this calendar when offline or on a mobile device"
    It was this setting (which I probably accidentally enabled) causing the "issue". Deselecting this option made my duplicate entries disappear on my phone.

  • Problem after migrate 6506 to N7K

    we just replace 6500 with N7K, after migration there&#39;re some device (server,pc,printer) change its ip address configuration (subnet and gateway) by it self. can N7K did it?
    Posted by WebUser Hafif Hery Husen from Cisco Support Community App

    hi Darren im the "Web User" above           
    yes i believed the L3 config on N7K was correct but i need to make sure it .. that's why i posted this question
    version 6.0(1)
    interface Vlan83
      description ** Link to Server Room 3 **
      no shutdown
      ip flow monitor Netflow-Monitor-AABHO-CS input 
      ip flow monitor Netflow-Monitor-AABHO-CS output 
      no ip redirects
      ip address 172.16.83.248/24
      ip router eigrp 8888
      ip arp 172.16.83.25 03BF.AC10.5319 
    version 6.0(1)
    interface Vlan88
      ip flow monitor Netflow-Monitor-AABHO-CS input 
      ip flow monitor Netflow-Monitor-AABHO-CS output 
      ip address 172.16.88.201/24
      ip router eigrp 8888
      ip dhcp relay address 172.16.83.30
      description ** Link to 8fl **
      no shutdown
    version 6.0(1)
    interface Vlan81
      ip flow monitor Netflow-Monitor-AABHO-CS input 
      ip flow monitor Netflow-Monitor-AABHO-CS output 
      ip address 172.16.81.201/24
      ip router eigrp 8888
      ip dhcp relay address 172.16.83.30
      description ** Link to 1fl **
      no shutdown
    any other config that i should post ?

  • Assertion failure error after migration to 11g (11.1.1.5)

    Hi All,
    I am facing an issue here after we migrated from 10g to 11g (11.1.1.5). Few reports shows following error.
    Error Codes: OAMP2OPY:ACIOA5LN
    Assertion failure: isXsiTypeSqlExpression(rExpr) at line 67 of /scratch/aime1/adestore/views/aime1_dadvfa0112/bifndn/analytics_web/main/project/webreport/exprformulautils.cpp
    Any workaround/fix for this error?
    Regards,
    Rajesh

    Hi Rajesh,
    We had the exact same issue occur in 11.1.1.5 as well. Our problem was due to the fact that our report was referencing a saved filter, and in that saved filter, we had a line that was a SQL based filter just like Haris mentions in this thread. We could not get a saved filter with an SQL filter line to work (even creating it from scratch), so I believe this is an 11.1.1.5 bug.
    We got around the problem by applying the contents of the saved filter, instead of the filter reference itself. Once we did that, the SQL filter line worked just fine.
    Please let me know if this works for you.
    Thanks,
    Jeremy
    Here's the first thread I posted this to:
    Re: Drill not working after miagrating (from 10g to 11.1.1.5 )

  • Eror while running adconfig.sh after migrating to 11g

    Hi,
    I have migrated my EBS db from 10g to 11g.
    After that to enable autoconfig, created context file using adbldxml.pl script.
    Now while executing adconfig.sh, it is failing.
    The log file showing
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    Thanks,

    Hi,
    What is the outout of , After sourcing env file
    $ldd sqlplus
    Also please make sure you have followed all the pre-requisites for Installing 11g on OEL 5.
    11.1.0 - Document 438765.1 Requirements for Installing Oracle 11gR1 32bit RDBMS on RHEL 5
    11.2.0 - Document 880936.1 Requirements for Installing Oracle 11gR2 RDBMS on RHEL (and OEL) 5 on 32-bit x86
    11.1.0 - Document 438766.1 Requirements for Installing Oracle 11gR1 RDBMS on RHEL 5 on AMD64/EM64T
    11.2.0 - Document 880989.1 Requirements for Installing Oracle 11gR2 RDBMS on RHEL (and OEL) 5 on AMD64/EM64T>
    Thanks

  • CORBA problem after migration to JDK 1.5.0_05

    Hi,
    I faced some errors with CORBA, after performing migration from JDK 1.4.1 to JDK 1.5.0_02
    on Solaris 8 2/02 (SPARC version).
    I've spend few days on digging in java.sun.com bug database and google archive,
    but haven't found similar case.
    The problem occurs in a web application launched on Tomcat 5.5.7, if JDK 1.5.0_02 is used and trying to connect with CORBA server.
    If using JDK 1.4.1 the CORBA stuff works fine.
    I isolated the problem code and found out, that Tomcat
    can not cause the error, because i receive the same error while invoking test class from command line.
    I use IOR file for obtaining the object reference and default JDK Orb.
    The stacktrace(see below) goes through new package in JDK 1.5 com.sun.corba.se.impl.* and java.lang.Class which was
    rewriten in JDK 1.5 in order to use generics. Is it possible that the bug lies somewhere in this classes?
    I've already spent few days on searching cause of the bug, and found no clues.
    Is this a known issue? Does anyone have a workaround?
    Have you seen some similiar behavior associated with migration to JDK 1.5.0 ?
    I'm running out of ideas, on debugging this stuff, any help or suggestion could be helpful.
    Thanks In Advance, Kuba
    PS. I attach the received stack trace below:
    org.omg.CORBA.BAD_OPERATION:   vmcid: 0x0  minor code: 0 completed: Maybe
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(MessageBase.java:897)
            at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:99)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(CorbaMessageMediatorImpl.java:572)
            at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(CorbaClientRequestDispatcherImpl.java:430)
            at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:326)
            at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
            at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
            at generated.from.idl.package._ServerFactoryStub.FindServer(_ServerFactoryStub.java:25)

    Hi,
    I replying to my own post for persons who, have a similar problem.
    I've used external ORB implementation, and the stuff started working properly.
    www.jacorb.org.

Maybe you are looking for

  • How to reinstall my OS on macbook pro?

    how to reinstall my OS on macbook pro? there is no DVD attached with my purchase, and if I just download one from APP store, I have to pay and the ilife 11 suite will not be incleded, what should i do?

  • Installing a new OSX version, effects on bootcamp (W8.1)

         Dear all, Soon OSX Yosemite will arrive and I just installed Windows 8.1 via Bootcamp on my Mac Book Air running the latest version of Mavericks. My question is, will this upgrade remove my bootcamp setup or effect it in any way? Also is it poss

  • How to retrieve one level of xml only in a loop?

    I am processing this xml list: <item>      <sponsor></sponsor>      <itemName></itemName>      <img></img>      <description></description> </item> <item>      <sponsor></sponsor>      <itemName></itemName>      <img></img>      <description></descri

  • Latest XI Interview questions ?

    Hi XI Experts    I am going  to give interview this week end and i looking forward help from    XI family on SDN for Latest Interview questions?    As the source(Friends) these days XI interviews are little tough ..!!! Awaiting for valuable responses

  • Playlist Created by User Auto Sync Fear

    160g classic. i set up the computer and did auto-sync. afterward, i wanted to clean up the library, so i disabled auto-sync. i have since created a playlist on the ipod and put music to it. now i want to auto-sync the ipod, but am afraid that if i do