Problem in App Migration

I am migrating an Application from an Oracle 9iAS – Enterprise Edition release 1.0.2.2.2 , with container for J2EE OC4J 9.0.2.0.0, Oracle Reports 6i, Workflow release 9.6 and Oracle database 9.2.0.4.
The new server must use Oracle Application Server 10.1.2.0.2 with Container for J2EE (OC4J) 10.1.2, Oracle Web Cache, Container for J2EE (OC4J) Business Intelligence Application which contains OracleAS Reports Services, OracleBI Discoverer.
The connection pool was created using an instance of the PoolMgr class. After deploying the application on the new server I had to change some code to use the SessionCookie class, because PoolMgr is deprecated.
But even after this change there is a batch process with the following error:
INFO: C8K-MBL-Z4
Usuário: System
Data (dd/MM/yyyy às hh:min:seg AM/PM): 13/08/2008 às 09:55:22 AM
Texto: Resultado: MainApplicationModule: GprevModuleLocalMainPackage: gprevProperties: /s/oracleas/Aplicacao/j2ee/home/applications/gprev/gprev/WEB-INF/batch_log.propertiesHr início execução: 09Smtp: 200.186.184.4Exception in thread "main" java.lang.NoClassDefFoundError: oracle/adf/share/ADFContext at oracle.jbo.mom.DefinitionManager.getCurrentDefinitionContext(DefinitionManager.java:1592) at oracle.jbo.mom.DefinitionManager.findLoadedObject(DefinitionManager.java:1421) at oracle.jbo.server.MetaObjectManager.getCustomMessageBundlesList(MetaObjectManager.java:984) at oracle.jbo.server.StringManagerImpl.getCustomMessageBundlesIter(StringManagerImpl.java:146) at oracle.jbo.common.StringManager.getStringInternal(StringManager.java:459) at oracle.jbo.common.StringManager.getString(StringManager.java:448) at oracle.jbo.common.StringManager.getLocalizedString(StringManager.java:313) at oracle.jbo.common.StringManager.getLocalizedString(StringManager.java:286) at oracle.jbo.common.JboExHelperLocalized.getErrorMsg(JboExHelperLocalized.java:178) at oracle.jbo.common.JboExceptionHelper.getLocalizedMessage(JboExceptionHelper.java:166) at oracle.jbo.common.JboExHelperLocalized.getLocalizedMessage(JboExHelperLocalized.java:119) at oracle.jbo.common.JboExceptionHelper.getMessage(JboExceptionHelper.java:127) at oracle.jbo.JboException.getMessage(JboException.java:450) at oracle.jbo.JboException.<init>(JboException.java:346) at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1954) at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2756) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:397) at br.cits.jcits.persistence.BatchDBConnection.<init>(BatchDBConnection.java:77) at gprev.batch.Batch.<init>(Batch.java:88) at gprev.financeiro.arrecadacao.batch.BaixarCobranca.<init>(BaixarCobranca.java:57) at gprev.batch.Controller.execute(Controller.java:68) at gprev.batch.Controller.main(Controller.java:59)
13/08/2008 09:55:22 br.cits.jcits.log.JCitsLog info
INFO: C8K-MBL-1B
Usuário: System
Data (dd/MM/yyyy às hh:min:seg AM/PM): 13/08/2008 às 09:55:22 AM
Texto: Batch Controller executed...
Any ideas on how to fix this?
Thanks in advance!
This is the code of the batch process:
package br.cits.jcits.persistence;
import br.cits.jcits.log.JCitsLog;
import br.cits.jcits.log.Log;
import java.io.PrintStream;
import java.util.Properties;
import oracle.jbo.ApplicationModule;
import oracle.jbo.Transaction;
import oracle.jbo.common.ampool.*;
import oracle.jbo.server.ViewObjectImpl;
public final class BatchDBConnection
public static void initialize(String configName, String packageName)
throws Exception
try
if(!ContextPoolManager.getInstance().isPoolCreated("BatchPool"))
Properties prop = new Properties();
ContextPoolManager.getInstance().createPool("BatchPool", packageName, configName, prop);
if(pool == null)
pool = (ApplicationPool)ContextPoolManager.getInstance().getResourcePool("BatchPool");
batchCookie = pool.createSessionCookie(Integer.toString(0), Integer.toString(0), null);
catch(Exception e)
System.out.println("Error in BatchDBConnection.initialize()\nConfigName: " + configName + "\n" + "PackageName: " + packageName);
throw e;
public BatchDBConnection()
throws Exception
appModule = null;
try
if(pool != null)
appModule = batchCookie.useApplicationModule(false);
catch(Exception e)
log.error("Error in BatchDBConnection. Exception: " + e);
throw e;
public void commit()
throws Exception
try
appModule.getTransaction().commit();
catch(Exception e)
System.out.println("Error in BatchDBConnection.commit()\n Exception: " + e);
throw e;
public void rollback()
throws Exception
try
appModule.getTransaction().rollback();
catch(Exception e)
System.out.println("Error in BatchDBConnection.rollback()\n Exception: " + e);
throw e;
public ViewObjectImpl getView(String view)
throws Exception
ViewObjectImpl result = null;
try
ViewObjectImpl viewObject = (ViewObjectImpl)appModule.findViewObject(view);
if(viewObject == null)
throw new Exception("A view " + view + " n\343o existe neste application module.");
result = viewObject;
catch(Exception e)
System.out.println("Error in BatchDBConnection.getView(String view)\n Exception: " + e + "\n" + " View: " + view);
throw e;
return result;
public synchronized void close()
throws Exception
try
if(appModule != null)
pool.checkin(appModule);
appModule = null;
catch(Exception e)
System.out.println("Error in BatchDBConnection.close()\n Exception: " + e);
throw e;
public ApplicationModule getApplicationModule()
return appModule;
private static ApplicationPool pool;
private ApplicationModule appModule;
private static final Log log = JCitsLog.getInstance();
private static SessionCookie batchCookie = null;
}

It is possible that this is mainly due to differences when sideloading applications. My suggestion to clarify this matter would be the following:
Add your Silverlight 8.0 App as a Beta to the Store
Install the Beta from the Store
Add your Windows Store 8.1 App as a new Package to the Beta App
Install the Update from the Store once that is available
Basically that would simulate the actual update procedure - also the product IDs get overriden by the Store upon submission anyway.
If the database file has the same name and is expected to sit in the same path it should work. I have however not tested it but I'm really curious to find out if this is working.
While the SQLite packages are different between WP8.0 and Windows 8.1 the data format of the database hopefully is the same.

Similar Messages

  • Problem with app migration from JDeveloper 11.1.1.0 to JDeveloper 11.1.1.2

    Hi Fusion developers,
    I'm migrating an application to JDeveloper 11.1.1.2 from JDeveloper 11.1.1.0 environment.
    I've installed the JDeveloper 11.1.1.2 Studio package on a new laptop with Windows XP Pro service pack 3
    and copied the application from a JDeveloper 11.1.1.0 environment. I opened the application with JDev 11.1.1.2
    and JDev converted the application.
    When I run the application, I received a ClassCastException from MyFaces Trinidad. I've pasted the stacktrace
    below.
    I checked the 11.1.1.2 release notes and didn't find any Trinidad issues. Does 11.1.1.2 use a different Trinidad
    release? If so, are there Trinidad config settings that I should modify?
    Thanks,
    Bob
    java.lang.ClassCastException: org.apache.myfaces.trinidadinternal.config.xmlHttp.XmlHttpConfigurator cannot be cast to org.apache.myfaces.trinidad.config.Configurator
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:366)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:199)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:304)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.(FacesContextFactoryImpl.java:86)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64)
         at oracle.adfinternal.controller.application.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:56)
         at oracle.adfinternal.controller.application.model.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:70)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         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:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Please refer
    http://docs.oracle.com/cd/E26098_01/install.1112/e17074/ojdig.htm#BDCIHDBA

  • TS1702 Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Does anyone know how to resolve the problem of apps not being able to download in the App Store? After the IOS 6 update I haven't been able to download any apps.

    Maybe here:
    IOS 6 App store crash: Apple Support Communities

  • Problem with apps and logging in to app store

    On my iphone, I am having a weird problem. Apps that were downloaded were working until last night. Now, when I click on them, it starts up, but then the app dies. I thought I could remove them and reinstall them. But now, when I log onto the app store, it tells me that the authorization failed, to connect to iTunes. I went to iTunes and changed my password. I logged onto iTunes successfully, but still no dice at the app store on the phone.
    Any ideas would be greatly appreciated.

    I'm having a simalar problem.
    When I sync my iphone and apps dowloaded on my pc won't sync to my iphone, and any apps downloaded straight to my iphone won't sync to my pc.
    It says that my PC is not authorized but when I authorize it it says that it already is.
    I tried de-autharizing.
    And now the apps on my phone do the same as above, you get the start screen for a split second when I open them then it just goes off.
    This only hapens on downloaded apps, the built in ones (compass, etc) open fine and everything else seeems ok
    Any help would be greatly appreciated

  • Problems syncing apps with 10.3.1

    recently i have had problems syncing app updates on my ipad since i updated to 10.3.1. i did a restore on the ipad thinking that there was a problem with the operating system. it froze during the restore and every time i tried after that. i was able to restore on a different computer with an older version of itunes and was able to sync apps from that computer. i tried to sync apps again on the origional computer and when i do it takes an hour for them to all load on but at the end i get an error that says some of the apps in your library were not installed on the ipad because one or more errors occured.  i have reinstalled itunes several times and also reinstalled the apple moble device drivers. every time i trie to sync apps i use a new back up file so there would be no corrupted files. i have also gone to apple and they gave me a new ipad. please help i dont know what to do.

    i have downgraded to versio 10.2.2 and i still have the same issues. I have also tried deleting then redownloading the apps to see if a new version will correct the problem however i have had no success. please tell me every idea that you might have to fix the problems i am having.

  • Problem with app The App Store is temporarily unavailable. Please try again later.

    I have Problem with app Store did conect say is temporarily unavailable.

    I'm having the same problem here for the past day or so. I even checked my firewall settings and everything seems to be fine. Can anyone help us?
    Message was edited by: BevGB

  • HT3702 I have problem in-app purchase. I not receive order item, should i can do ?

    I have problem in-app purchase. I not receive order item, should i can do ?
    deteil : I purchase  in-app item in the app heroes of destiny but not receive order item, have a message purchase fail,I try  to purchase often but have a message purchase fail again and iTunes Store send a billing to me.
    I want  refund,please help refund to me
    Order number: 120050201007
    Item title: MH0VV2M2TQ
    number 139050286821
    Item title: MH0VVDJ5BH
    number 18205073147511
    tem title: MH0VVF45V8

    You can contact iTunes support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Problem in app store account

    hi ....
    i have problem in app store account
    i lost my credit by thief
    the thief open to my account and buy two apps ..
    what is the solution ?
    thanks

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Problem Installing Apps Windows 8 Store

    I have tried to update certain apps I have and also install new ones and it gives me error code 0x80240437, I havent had problems installing apps up until now I dont know what to do?

    Hi MattsGrl,
    It seems to be an issue with the Windows Store Service or Windows Update user configuration. Please try the following methods to solve this issue:
    Method 1: Run
    Modern UI App Troubleshooter
    Download and run the Modern UI App troubleshooter and check, please refer to the following link:
    http://download.microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab
    Method 2: Reset the Windows Store cache.
    Press
    Windows + R on the keyboard.
    Type
    wsreset.exe in the open box.
    Press
    Enter.
    Method 3:
    Perform Windows Update troubleshooter
    Press
    Windows + R on the keyboard.
    Type
    control panel in the search box and press Enter.
    Type troubleshooter in the search box, and press
    Enter.
    Click
    Troubleshooting, and click view all in the left pane.
    Click
    Windows Update and follow the steps in the wizard.
    For your information, please refer to the following articles to get more help:
    http://windows.microsoft.com/en-US/windows-8/troubleshoot-problems-installing-updates
    http://windows.microsoft.com/en-us/windows-8/what-troubleshoot-problems-app
    Regards,
    Lany Zhang

  • Problem with App Upload

    Hi Friends
    I have a problem in APP World Vendor, I want to upload release but i receive a message:
    INVALID BINARY FILE
    (SLNBOLIVARIANOBLACKBERRY.ALX5311456939419573119.ALX)}
    It is a new release. I loaded the first version in october 2011.
    How can i do fix the problem?
    Regards

    I have the same problem: The Title/Description is not uploaded/exported with my photos to the Caption field in Flickr or Facebook. I'm afraid this is a bug right now...

  • After upgrade itune 10.5 can not report problem in app purchase in app purchase

    after upgrade itune 10.5 can not report problem in app purchase in app purchase

    I as well have this issue, on some past purchases it does allow me but others it links to apple support??***

  • Problem deleting .app

    I am having a problem deleting .app files from my macbook. I can delete other files such as .mp3 or any other but for some reason when i delete a .app it reappears on my HD. there will be a white circle with a line through it as if its stopping me from being able to delete.
    What can be wrong?

    I just figured it out and fixed it. There was a CleanApp Launch Daemon in my Library.deleted it, restarted my macbook and now joy =]

  • Problems with Oracle Migration Work Bench (OMWB)

    Hi
    I am asking all "migration experts" here to give me a hand.
    I'm trying to convert an Access DB with loads of tables to Oracle 10g (Expresss Edition, actually) with OMWB version 10.1.0.4.0 (newest available version) and have some serious problems:
    1) The migration creates the complete Oracle data model and database, but does NOT migrate the data to the new DB. This is a pain somewhere, as I have about 80 tables, and the only way which would be working in most cases, but far from all, is to export the data to .csv files and load it on the other side with the "load text data" function of the XE DB.
    The first "bad sign" is that the Access application which comes with the work bench and which is supposed to export the data model AND the data (2 separate functions), does the export of the model OK, but the data export only lasts a second, and does not append anything to the xml file created by the data model export
    The message I invariably get at the point where the data should be migrated is "Unable to migrate data from source <Access DB table name> to destination table <Oracle table name>;[Microsoft][ODBC Microsoft Access Driver] File "unknown" not found ! Very helpful... What is that ?
    2) The "Modify the Access application" phase that comes after the migration only worked once, and now comes up also with an error: java.sql..SQLException: [Microsoft][ODBC Driver Manager] The data source name was not found, and no standard driver was indicated
    So, with these 2 things, but especially point 1), most of the use of the tool is gone.
    Can someone tell me what I do wrong, or where the problems are ?
    Thanks
    BAlex

    Please contact [email protected] with the following information.
    1. Workbench version
    2. ODBC driver information
    3. Problems encountered
    If possible, could you attach the error.log file produced by the Migration Workbench (located within %ORACLE_HOME%/Omwb/Log).
    Thanks in advance.

  • I have a problem with app store , they say my credict card security code is incorrect but it's correct

    I have a problem with app store , they say my credict card security code is incorrect but it's correct

    Did you check to see if your credit card has expired or has been frozen? My dad bought some hardware from Canada and it froze his card because it was an out of the country purchase. He called the bank and they turned it back on.

  • Problems with APP World

    Just got back into the Curve from a WM phone and I forgot how easy this phone is to use!!! Having a problem with App world though. I;m receiving an error message stating I'm unable to connect to the server. Anyone have any suggestions on how to rectify the problem? I'm sure it's a super easy fix and I'm just missing it online somewhere. Thanks!

    Here's a few steps I've recommended that have worked for some...
    There have been some issues with the AppWorld services lately...most are reported to be cleared up. Please try again. Also, please try removing and re-installing AppWorld...some have reported that to be helpful. In addition...RIM has released AppWorld version 1.1.0.15...it is highly recommended to be on that version.
    Also please try a hard reset: With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    In addition, you can try this sequence:
    1) Remove AppWorld from your BB (Homescreen > Options > Advanced Options > Applications) -- if it requests that you reboot the BB, do so.
    2) Do a Batt-Pull reboot as described above.
    3) Get a new link and install a fresh copy of AppWorld
    http://na.blackberry.com/eng/services/appworld/download.jsp#tab_tab_download
    Again, if it requests to reboot, do so.
    4) Do another Batt-Pull reboot
    5) See if it now works.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • How do i get win 8.1. *pro* for mac parallels, deauthorizing win 8.1 pro and license rules for windows vms

    ok, i've seen this question asked a number of times.  i know the general procedure: - first download some installer things to a window box so i can make a bootable DVD / flash drive - go the mac and use the DVD / usb stick to install the virtual mach

  • Listing of Users with associated Groups

    Is there an easy way to generate a listing of APEX users and their associated groups? I know how to get the current user and how to determine what groups they are part of, but am looking for a simple query I can run to generate a complete list of Use

  • Misalignment problem while printing in MP237

    I've Pixma MP237 which prints misalignment , while some straight line is there it prints like cut and also prints spelling and alphabet like they are broke form half. So I need help to resolev this problem, so what should I do to make it smooth going

  • Importing Opportunities and Sales Stage

    Hi, As part of our rolling out CRM to a new department we want to import some data from the current system that they use. The problem is that in our current model we use the "# Days in Stage" analytic value for some of our reports and calculations. I

  • How to handle Frames

    Hai all,    Once agian i am here to share my doubts with u ppl,I am currently working on BSP application using frames. i have a parent document which contains top frame and bottom frame.my top frame contains menubar wher i can select my choice.based