Tab Page Errors out after migration to new instance

Hi All,
Tab Pages are running well in test instance but when I migrate it to dev instance then
On click of a particular tab that page errors out.
ERROR STACK
## Detail 0 ##
java.lang.NullPointerException
     at exl.oracle.apps.per.eexit.webui.EmployeeUpdateCO.processRequest(EmployeeUpdateCO.java:228)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanConta
[2096]:UNEXPECTED:[fnd.framework.webui.OAPageErrorHandler]:inerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2336)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
java.lang.NullPointerException
     at exl.oracle.apps.per.eexit.webui.EmployeeUpdateCO.processRequest(EmployeeUpdateCO.java:228)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2336)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
     at oa_html._OA._jspService(_OA.java:84)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
In PR in EmployeeUpdateCO
public void processRequest(OAPageContext pageContext, OAWebBean webBean)
super.processRequest(pageContext, webBean);
OAApplicationModule am = pageContext.getApplicationModule(webBean);
String requestParams = pageContext.getParameter("partyNumber");
if ("AlreadyDeleted".equals(requestParams))
System.out.println("Above through already deleted Employee Exception");
OAViewObject disVO = (OAViewObject)am.findViewObject("DisabledPVO1");
if(disVO !=null)
disVO.first();
disVO.getCurrentRow().setAttribute("XXDisabled", Boolean.TRUE);
//throw new OAException("This Employee has already been deleted. Please click on Home Link to come out from this page.", OAException.ERROR) ;
//EXL_EEXIT_ALREADY_DEL//on 20.10.09
throw new OAException("EXL","EXL_EEXIT_ALREADY_DEL");
String employeeNumber = pageContext.getParameter("partyNumber");
if (employeeNumber !=null)
OAViewObject disVO = (OAViewObject)am.findViewObject("DisabledPVO1");
if(disVO !=null)
disVO.first();
disVO.getCurrentRow().setAttribute("XXDisabled", Boolean.TRUE);
//throw new OAException("Employee Resignation has been reversed sucessfully", OAException.CONFIRMATION);
throw new OAException("EXL","EXL_EEXIT_RESIGN_REV");
else
System.out.println("In the else condition of EmployeeCO");
System.out.println("Before disabling Reinitiate Button");
OAViewObject disvotest = (OAViewObject)am.findViewObject("testVO1");//(XXJADisabledPVO1);
System.out.println("Value of testVO1"+disvotest);
if(disvotest != null)
disvotest.first();
//System.out.println("before falsing");
disvotest.getCurrentRow().setAttribute("testnew", Boolean.TRUE);//erroring out here....
//System.out.println("after falsing");
System.out.println("After disabling Reinitiate Button");
if (!pageContext.isFormSubmission())
am.invokeMethod("initQuery", null);
am.invokeMethod("InitUpdateLov", null);
am.invokeMethod("renderJAPage");
am.invokeMethod("renderSupPage");
System.out.println("Calling New Method");
am.invokeMethod("XXrenderSupPage");
am.invokeMethod("disabledRadioButton");
am.invokeMethod("disabledNoticeRadioButton");
String UserId = pageContext.getEmployeeId()+"";
String AUserId = pageContext.getUserId()+"";
System.out.println("Anil EmployeeID is "+UserId);
System.out.println("Anil EmployeeID1 is "+AUserId);
Serializable[] personid = {UserId};
// Commented on 27 May
String userId = (String)am.invokeMethod("getEmployeeNumber", personid);
String userName= pageContext.getUserName();
System.out.println("USER NAMe is "+userName);
System.out.println("userId in CO is "+userId);
Serializable[] params = {userId};
System.out.println("calling LOV in UpdateCO");
am.invokeMethod("XXhandleMyLovUpdateEvent", params);
System.out.println("Method Called in UpdateCO");
// end here 09 june
//end here code of Radio Button
//==> //OAViewObject vo = (OAViewObject)am.findViewObject("EmployeeEOVO1");
//am.invokeMethod("test");
OAViewObject vo = (OAViewObject)am.findViewObject("EmpUpdateEOVO1");
System.out.println("ROw COUNT IN EMPLOYEEUPDATE CO IS "+vo.getFetchedRowCount());
if (vo != null && vo.getFetchedRowCount()>0)
System.out.println("InsidePR of RADIO BUTTON");
// vo.reset(); //New line added
// vo.next(); //new line added
OARow row = (OARow)vo.getCurrentRow();
String email = row.getAttribute("NoticePayBuyoutFlag")+"";
String email1 = row.getAttribute("JoiningBonusFlag")+"";
String email2 = row.getAttribute("RelocationBonusFlag")+"";
String email3 = row.getAttribute("ServiceAgreementFlag")+"";
String email4 = row.getAttribute("NoticePayAdjustedPl")+"";
String email5 = row.getAttribute("NoticePayWithoutAdjustedPl")+"";
System.out.println("RADIO BUTTON VALUE IS "+email);
System.out.println("RADIO BUTTON VALUE IS "+email1);
System.out.println("RADIO BUTTON VALUE IS "+email2);
System.out.println("RADIO BUTTON VALUE IS "+email3);
System.out.println("RADIO BUTTON VALUE IS "+email4);
System.out.println("RADIO BUTTON VALUE IS "+email5);
row.setAttribute("NoticePayBuyoutFlag","NW");
row.setAttribute("JoiningBonusFlag","NW");
row.setAttribute("RelocationBonusFlag","NW");
row.setAttribute("ServiceAgreementFlag","NW");
row.setAttribute("NoticePayAdjustedPl","NW");
row.setAttribute("NoticePayWithoutAdjustedPl","NW");
Thanks,
Sombit...

OAViewObject disvotest = (OAViewObject)am.findViewObject("testVO1");
System.out.println("Value of testVO1"+disvotest);
if(disvotest != null)
if(disvotest.getFetchedRowCount()>0)
disvotest.first();
disvotest.getCurrentRow().setAttribute("testnew", Boolean.TRUE);
Also double check VO should have this VO Attribute.
Thanks
--Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Unable to open indesign after migration to new mac all other programs open and work.

    Unable to open indesign after migration to new mac all other programs open and work. Why? Running Yosemite 10.10.1 Indesign CS5

    The keyword is "migration." Migrating or copying files for Adobe applications usually does not work. Not all of the necessary subsidiary files are copied to the right location.
    You'll need to first clean up the mess with this tool:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Then download an installer from here:
    Other downloads

  • After migrating to new Mac iCal pop-up screen is mostly off screen ...

    After migrating to new Mac iCal pop-up screen is mostly off screen and I can't seem to find a way to get it so that it pops up in the middle of the screen or anywhere else where I can see the whole thing.

    This is a known bug which began to occur with the 10.4.8 update. I suggest you file a bug report with Apple. Its quite annoying and hopefully, the more people who contact Apple about it, the more importance they will give to fixing the problem.

  • After migrating a new Mac Book Pro from Time Capsule, I noticed that I lost a group of Favorites on the older iMac. The puzzling thing is that the Favorites are on my iPhone--not the old iMac or the new Mac Book Pro. How do I get the Favorites back?

    After migrating a new Mac Book Pro from Time Capsule, I noticed that I lost a group of Favorites on the older iMac. The puzzling thing is that the Favorites are on my iPhone--not the old iMac or the new Mac Book Pro. How do I get the Favorites back?

    If you are syncing using iCloud, try going to System Preferences/iCloud (computers) and checking Safari. If it is checked, try deselecting it, wait 10-15 seconds, and then check it again.

  • Question: How do I open CS5.5 after migrating to new laptop w/ Mac OS 10.8.4?

    question: How do I open CS5.5 after migrating to new laptop w/ Mac OS 10.8.4? I received a dialogue box stating I needed to run Java SE runtime (or something to that effect), when I ok'd it, and try to open cs5.5 Indesign, the program quits on startup. If I uninstall program & reinstall, will my documents be unscathed, or are they toast? Help!

    Hi Art Bunny Rabbit,
    Migration from one machine to other causes problem most of the time. So I recommend you to reinstall the software. Done worry none of your documents will be effected.
    Regards,
    Romit Sinha

  • ActiveSync is not working properly after migrating to new Exchange 2013 SP1 server?!

    Few weeks ago we have added new Exchange 2013 SP1 onto our existing Exchange 2007 environment. I have migrated my mailbox to the new Ex2013 server. Everything (send/receive - internally/externally, OWA, OutlookAnywhere) for me and the existing Ex2007
    users works fine. The only thing I have trouble with is the ActiveSync! After migrating to the new Ex2013 server my phone stops getting new emails…, existing Ex2007 users don’t have any problems with their mobile phones.
    I did ActiveSync test for my user account with ActiveSync Tester and here is what I have:
    As you can see from the error above  ActiveSync Tester detects ActiveSync on Ex2013 server however something wrong there with form-based auth?! I can’t see any differences in settings for ActiveSync virtual folders in Ex2007 and Ex2013
    virtual folders?!
    What I’m missing here?! Please help.

    Check if the Exchange Servers group does not have the appropriate permission to the mailbox object in Active Directory.
    To check whether inheritance is disabled on the user:
    1.Open Active Directory Users and Computers.
    2.On the menu at the top of the console, click View > Advanced Features.
    3.Locate and right-click the mailbox account in the console, and then click Properties.
    4.Click the Security tab.
    5.Click Advanced.
    6.Make sure that the check box for "Include inheritable permissions from this object's parent" is selected.
    Ref:
    http://technet.microsoft.com/en-us/library/dd439375(v=exchg.80).aspx
    Also check the Virtual directory authentication
    Microsoft-Server-ActiveSync
     •Basic authentication
     •SSL required
     •Requires 128-bit encryption
    Ref:
    http://technet.microsoft.com/en-us/library/gg247612(v=exchg.150).aspx
    Check the IIS log if you are able to find any error message on it
    Exchange Queries

  • Time machine after migration to new mac - problem

    After migrating all of the data from a MacBook Pro to a new iMac 27, I discovered a glitch in the Time Machine backup. I kept getting error messages that Time Machine could not back up 560 gigs but my new machine had only 160 gigs on the hard drive for backup. After discussions with the hard drive manufacturer, and an Apple representative, I read on the forum about backing up multiple hard drives. This gave me an idea, and sure enough, I have two additional hard drives daisy chained to the backup hard drive. Apparently Time Machine was also trying to back up the two additional hard drives (which I use for additional backups). After excluding those two extra hard drives in system prefs under Time Machine options, the problem went away. Now for the first time in a few years, Time Machine is backing up only my primary computer.

    Sorry, I was posting this for anyone who had a similar problem. I solved my own question - dufus as I was - and posted this for the edification of others.

  • When I open a tab it errors out and I can click on home and all is well

    After starting Firefox all is well. When I open a new tab I get "Server not found" It only a minor problem as if I click on the home icon my home page is displayed and all is well. I believe that the tab has no instruction to go to my home page, but I do not know how to set it. thanks

    You can check the browser.newtab.url pref on the <b>about:config</b> page to see the current new tab page setting.
    *http://kb.mozillazine.org/about:config
    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    See also this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • Classic App wizard page errors out from workspace

    I am trying to launch the classsic application wizard page(under Navigate->Administer) from Worspace and it keeps erroring out. I dont get any detailed message , but it says" An error occurred while processing the page.Check the log for details". And the workspace tab also gets hung up with this message.
    Any ideas?

    I too am getting the same error. When i click the validate 'Validate essbase connection' on the application wizard page, I get a blank page saying 'An errror occured'. I stop the planning service and restarted it from Start button. This time I got the error message
    [ERROR] [HspCreateDatasource] - Servlet.service() for servlet HspCreateDatasourc
    e threw exception <java.lang.UnsatisfiedLinkError: no HspEssbaseEnv in java.libr
    ary.path>java.lang.UnsatisfiedLinkError: no HspEssbaseEnv in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseEnv.<clinit>(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.<clinit>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.TestEssConnection(Unknown Source)
    at HspCreateDatasource.doCheckEssbaseConnection(Unknown Source)
    at HspCreateDatasource.doHandle(Unknown Source)
    at HspCreateDatasource.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF

  • The appraisal pages error out when I apply my VO substitution

    Hi All
    We are in the process of performing an upgrade from 11i to R12.1.3.
    In the 11i instance, Appraisal VO (/oracle/apps/per/selfservice/appraisals/server/AppraisalVO) was substituted to add one more entry in the select clause.
    As part of R12, this underlying standard VO has undergone some changes in the select clause. So I have re-done the substitution.
    But when I try to apply this substitution, the pages accessing AppraisalVO error out with null pointer exceptions.
    The VO is being used in multiple flows. All the flows are throwing NPEs from standard code.
    An example of the error from one such flow is as below :
    java.lang.Thread.run(Thread.java:619) ## Detail 0 ## java.lang.NullPointerException at oracle.apps.per.selfservice.appraisals.server.AppraisalsAMImpl.isParticipantsReviewDisplayed(AppraisalsAMImpl.java:1642)
    The line of code at 1642 is as below:
    return new Boolean(!appraisalvorowimpl.getSelfAppraisal().booleanValue());
    Any pointers?
    - Thanks
    Deepika

    Hi Gyan
    Yes, as you rightly said, even I could make out that the issue is because getSelfAppraisal() is getting returned as null
    But the issue is that when I run the query standalone on Toad, with appraisal ID as parameter, it returns me the row.
    However, SelfAppraisal is a transient attribute in the VO and hence am unable to ascertain if the value is getting returned as null or not.
    Also, I observed that all the others flows where we are facing NPEs are also originating from the line of code in standard files, where they are trying to access the getters of the RowImpl.
    The system is able to get the handle to the RowImpl, however when trying to access the getters in the RowImpl, it errors out.
    Any pointers?
    - Thanks
    Deepika

  • Duplicates after migrating to new imac

    I recently bought a new imac. Migrating from my old Power PC G5 to new imac went smoothly apart from itunes.
    On my old imac i stored all my music on an external hard drive. I thought that after migrating all I would need to do would be to plug this external hard drive into my new imac and all would be fine. Sadly not - every track had the small exclamation mark on it. Believing this was because it could not find any of the music I went File>Open Library and selected everything in my external drives music folder. Now instead of replacing all those files with exclamation marks next to them I have duplicates of everything - and annoyingly the music files I want to keep, the ones with the ratings and play counts, are the ones with the exclamation marks (ie the ones that cannot be found).
    Is there a solution to this or do I have to manually go through my entire library deleting the duplicate and then finding each individual track. I have 95GB of music so that may take a while!
    Any help would be wonderful.

    Johnny Dee wrote:
    Thanks Jolly
    glad i could give some pointers
    itunes won't let me download CDs
    when you say download, i assume you mean import CDs ?
    went through to Get Info on itunes app and applied "read and write" but still won't allow
    try this tip by *Chris CA*
    +Quit iTunes.+
    +Open a Finder window.+
    +Go to \Music\ folder.+
    +Right click the \iTunes\ folder and Get info.+
    +Go to the Sharing & Permissions tab.+
    +Make sure your username has Read & Write privileges.+
    +Directly below are + and - signs next to a little gear with a down arrow.+
    +Click the gear and select Apply to enclosed items.+
    +Open iTunes then try again.+

  • Getting error message after formatting a new media on my Blackberry 9320

    This happens everytime to me when I insert a new media card. I tried 5 brand new SanDisk SD cards. My BlackBerry tells me to format the media card and then a message pops up saying; "The media card you inserted contains errors".
    After that, I repair it and format the media cards on my PC (Windows). The error message still pops up! It doesn't matter where I repair or format it, the problem just persists.

    I've just done almost exactly this. Moved to a brand new imac runnning Leopard, (but I've got the newer model imac - 4Gb, 2.93 Ghz 10.5.6) and not yet bought CS4.
    I installed both Illustrator and Photoshop CS2 from the disc (migrating didn't work, suprise suprise so I just wiped everything off and started with a clean install) but both still refused to start until I'd repaired permissions. After I did that it worked fine.
    Even using Rosetta, Photoshop CS2 seems to be faster than on the G5 imac I've just replaced (especially using an external firewire 800 drive as a scratch disc). And no apparent bugs so far.

  • DRM Error (Netflix) after Migrating from 24" to 27" iMac

    So, I got my new 27" iMac this week and I'm happy with it. I tried streaming a movie via Netflix with the new machine and I'm getting a Digital Rights Management (DRM) Error.
    This is what it says:
    "We're sorry, but there is a problem playing protected (DRM) content. This error usually occurs after migrating your settings to a new computer. Please call Netflix . . ."
    So, I called Netflix and they instructed me to delete the Silverlight plug-in then reinstall. I tried that and I'm still getting the error message. I'd call Netflix again, but I don't think that will help.
    Anyone have a solution to this?
    Thanks.

    Other than the fact that the directory is /Library/Application Support/Microsoft/PlayReady not /Library/Application/Microsoft/Playready and that you need to restart safari afterwards, this solution worked for me.
    docxray wrote:
    I encountered the same problem today (May 25, 2011), called Netflix and was told to update Silverlight. That didn't work, so I looked for info in this forum. The quick and easy fix was the suggestion to delete the mspr.hds file from the hardisk/Library/Application/Microsoft/Playready folder. No need to create a new user account.

  • BPEL Console errors out after 10.1.3.4 MLR#9 8589928 upgrade

    BPEL Console is completely down after upgrading from 10.1.3.3 to 10.1.3.4 using patchset# 7272722 and on top of it applying the MLR#9 8589928 patch. It errors out as follows:-
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Sat Aug 29 23:33:27 PDT 2009
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0MLR9_GENERIC_RELEASE
    Exception Message:
    javax.servlet.ServletException - com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
    Any expedited response/answers to resolve this issue is very much appreciated as it is mission critical for us to bring up the environment for significant development tasks immediately. Thx!
    Edited by: user11995464 on Oct 11, 2009 1:58 AM

    This kind of problems have been observed earlier. May be some of the previous posts in this forum can help you
    SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch
    http://blogaodosoa.blogspot.com/2009_04_01_archive.html

  • After migrating to new Mac Pro Dreamweaver won't launch, says missing menus.xml file. How do I resolve this?

    After migration to a new Mac Pro Dreamweaver CS6 won't launch. It says it is missing menus.xml file. How do I resolve this?

    Hi rustyg12,
    Go to Applications/Adobe Dreamweaver CS6/Configuration/Menus/menus.bak
    You'll see a menus.xml there - it is a backup copy of the actual menus.xml file that DW uses.
    Copy it from that folder, paste it 1 level above (in Menus folder).
    Fire up DW. See if it works.

Maybe you are looking for

  • How to Check whether a table is indexed or not?

    Hi all, I am writing a c++ program where i have to create an Index if Index not exists. Oracle 10.2 is the oracle version and i am using oracle text for indexing. table -- create table xmltable (versionnumber number,instance xmltype); index -- create

  • Standard report for SAP HR Infotype 8 India

    Hi, I would like to know if SAP has provided standard report for infotype 8. 1) I would like to download personal no wise wage type data from infotype 8 for a period. 2) And I would like to compare the basic rate data prior to increment or promotion

  • Is the data plan required?

    I'm currently planning on purchasing an iPhone, but am just wondering whether the extra data plan charge(I'm currently an AT&T customer) is required to use the phone. I don't plan on using it for the internet or email, since I can just do that at hom

  • Ws-security in JWSDP 1.5 - expired truststore

    Greetings, I am trying to run the "simple" Ping example. However, the certificates in the truststore supplied with JWSDP 1.5 have expired. Where can I get a current truststore? Or better yet, how can I generate my own? A DOS batch file with my feeble

  • NOMARKER  UPDATE

    BY USING no marker update can we compress the basic cube waht is the use of no marker update and marker update can u explain me with scenario