Issue migrating from Jdev eloper 11.1.1.0.2 to 11.1.1.2.0

Hi,
I ha migrated my application and I did the following:
1. Open app in 11.1.1.2.0, I accepted all wizard default options
2. Build->clean all
3. Right clic rebuild model and view contoller projects
4. I got errors as "class not found" in my view controller, but the class are in the path. I think that is because the dependences not were correctly mapped.
5. I solved compiling each class that is not referenced and I make rebuild and 0 errores, but if I make clean again and rebuild, the errors appears again about references to class.
thanks for yours suggestions.

I have already checked the path of both projects in my applictaion, and is fine. However, checking dependencies, i found that in the Model project, was a call to a class in the ViewController project, which get some parameter needed for the EO to work. I removed that call to the ViewController class from the EO, and removed the associated import. After that, my entire application compiled.
Now I need to know hot to get a session variable from an EO class, to supply that parameter that was getting from my ViewController class before.
Thanks

Similar Messages

  • Issue in Migration from JDev 10.1.2  to JDev 10.1.3

    A web app developed under JDev 10.1.2. Now try to migrate it to JDev 10.1.3. During the migration process, encountered a message:
    Migrating /D:/Oracle/App/webroot/WEB-INF/struts-config.xml from JDev 10.1.2 to JDev 10.1.3
    Detected custom lifecycle in the ADF application - struts-config.xml is not migrated. Please refer to documentation section on migration.
    Migration failed for /D:/Oracle/App/webroot/WEB-INF/struts-config.xml
    What should I do?
    Thanks

    i got same problem too.
    run project,display as follow:
    java.lang.RuntimeException: Model binding context not initialized     at oracle.adf.controller.lifecycle.LifecycleContext.initialize(LifecycleContext.java:113)     at oracle.adf.controller.lifecycle.LifecycleContext.initialize(LifecycleContext.java:77)     at oracle.adf.controller.struts.actions.DataActionContext.initialize(DataActionContext.java:51)     at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:150)     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.doGet(ActionServlet.java:507)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)

  • Creation of domain issues - migration from weblogic 10.3.0 to 10.3.5 versio

    Hello,
    i would like to kindly ask for a help with following issue:
    Basically we are migrating from the 10.3.0 to the 10.3.5 version. We are building the domain using the template in "silent mode". And when i try to create the domain with new weblogic 10.3.5 im getting some errors.
    The command to run the creation of the domain is following:
    ${WL_HOME}/common/bin/config.sh -mode=silent -silent_script=${SILENT_SCRIPT} -log=${WLLOGFILE} >> ${LOGFILE} 2>&1
    returnCode=$?
    SILENT_SCRIPT contains following commands:
    read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar";
    write domain to "/local/wg372/BM/appl/BmDomain";
    set OverwriteDomain "true";
    close template;
    When i setup new env(solaris) with weblogic 10.3.5 im getting following error when the silent_script command (*write domain to "/local/wg372/BM/appl/BmDomain";*) is executed:
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "/local/wg372/BM/appl/config/NEW_DOMAIN_CONFIGURED.jar"
    2011-07-18 16:53:00,427 INFO [runScript] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "/local/wg372/BM/appl/BmDomain"
    2011-07-18 16:53:00,505 ERROR [runScript] com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask - There was an error executing the script: /local/wg372/BM/appl/installer/silent_script
    java.lang.NullPointerException
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.buildSecurityInfo(SecurityGenerateLDIFT.java:460)
         at com.oracle.cie.domain.security.SecurityGenerateLDIFT.<init>(SecurityGenerateLDIFT.java:119)
         at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:718)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
         at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
         at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
         at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
         at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:35)
         at com.oracle.cie.wizard.domain.helpers.Executor.runSilentScript(Executor.java:68)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.runScriptWithExecutor(RunScriptTask.java:551)
         at com.oracle.cie.wizard.domain.silent.tasks.RunScriptTask.execute(RunScriptTask.java:335)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    In Windows env im getting following error:
    create.domain:
    [exec] -mode="silent" -silent_script=J:/_dev/build/installer/silent_script
    [exec] << read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] >> succeed: read template from "J:/_dev/build/config/NEW_DOMAIN_CONFIGURED.jar"
    [exec] << write Domain to "J:/_dev/build/BmDomain"
    [exec] CFGFWK-60550: Script execution aborted. The script may contain an error.
    [exec] null
    CFGFWK-60550: - doc says
    CFGFWK-60550: Script execution aborted. The script may contain an error.
    Cause:
    Action:
    Level: 1
    Type: ERROR
    Impact: Configuration
    I tried to google for this issue, look into the weblogic documentation but with no luck.
    So i would like to kindly ask, if anyone of you perhaps could give me a hint/advise with this problem.
    Thanks in advance.

    Hi,
    thanks for the reply but im not sure if we are talking about the same thing. What i need is to upgrade the weblogic "DOMAIN" not the weblogic installation itself.
    Anyway,
    after some googling and testing im again stucked with another issue:
    1. First i have created the old doman (10.3.0)
    2. Then i have tested the domain with the new weblogic version 10.3.5 - as it should be (and is) compatible within those 2 versions
    ---> worked fine
    3. Then via offline WLST(of weblogic 10.3.5) i have managed to create new template with command writeTemplate(nameOfTemplate.jar)
    4. But when i try to create the new domain with the new template via WLST(of weblogic 10.3.5) im again stucked (im able to read the template in wlst but not able to writeDomain ) - error:
    wls:/offline> readTemplate('/home/wg372/tmp/new_template.jar')
    wls:/offline/BmDomain>writeDomain('/home/wg372/tmp/new_domain')
    Error: writeDomain() failed. Do dumpStack() to see details.
    wls:/offline/BmDomain>dumpStack()
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:803)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.writeDomain$15(/var/tmp/WLSTOfflineIni6651397525640719781.py:71)
    at org.python.pycode._pyx3.call_function(/var/tmp/WLSTOfflineIni6651397525640719781.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx24.f$0(<console>:1)
    at org.python.pycode._pyx24.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: The application location must have write permission.
    at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
    at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:795)
    ... 29 more
    I tried to have a look around for the "The application location must have write permission." problem but again with no luck.
    Furthemore when i try to do the same with old domain template, with old version of WLST (of weblogic 10.3.0), i have no problems with creating of the domain.
    Any ideas?
    Ill keep you updated :-)

  • Error in deploy, after migration from jdev 11.1.1.3 to jdev 11.1.2.0

    Hi,
    I am using Jdev 11.1.2.0.
    migration successfully at 11.1.1.3 to jdeveloper 11.1.2.0.
    when I deploy the new version Viewcontroller project I got the error like "An unreported error occurred in Appc. No errors were reported, but the tool returned a failure result code: 1." .
    Regards,
    Ragu.

    same discussed here as well.. have you tried the suggestions provided here
    Re: Migrate from JDeveloper 11.1.1.3 to 11.1.2

  • Issues migrating from Flex Builder 3 to Flash Builder 4.5

    Migrating from Flex Builder 3 (SDK 3.5) to Flash Builder 4.5 (SDK 4.5). Using Flex 3 compatibility mode. Flash Player 10.2. MX only components set.
    Issue 1. A DataGridColumn error per:  Description Resource Path Location Type
    Declaration of style 'direction' conflicts with previous declaration in C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\frameworks\libs\mx\mx.swc(mx.controls.dataGridClasses:DataGridColumn). SPT_GUI  Unknown Flex Problem
    Issue 2. Using Cairngorm 2. Have a class 'Bindable] public class GuiModel implements ModelLocator'. Now getInstance() is not defined per: private var model : GuiModel = GuiModel .getInstance(). Does Cairngorm 3 have to be used with Flash Builder 4.5?
    What has to be done to resolve these issues?

    Issue 2: Have you defined the static variable to hold the instance of the model locator? Also, have you defined a static method to return the model locator's instance?

  • R12 Feature & Issue migration from R11i

    Hi,
    I've 3 applications running, GL,HRMS,PAYROLL.
    What are challenges during migration from R11i to R12?
    Please advice.
    thanks,

    Check Note: 404152.1 - E-Business Suite Release 12: Release Content Documents
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=404152.1

  • Error while migrating from JDev 11.1.1.3 environment to 11.1.1.6

    Hi,
    I have developed a BPEL process including Human task and Business rules on JDeveloper 11.1.1.3. The human task worklist page and its project were autogenerated and then I was deploying both the projects from Jdeveloper to weblogic 10.3.3 server and it was working fine.
    We needed to migrate the same project to JDev version 11.1.1.6 and for this I have imported the two projects into the new workspace and JDeveloper itself migrated the project to thie higher version.
    However, while using the same deployment process and deploying on compatible weblogic server, I am facing issue while deploying worklist application and following appears on the domain log:-
    There was a failure when processing annotations for application /u01/oracle/SOA/SOA_INST/user_projects/domains/base_domain/servers/AdminServer/upload/ApprovalPage/app/WorklistADFPage.war. Please make sure that the annotations are valid. The error is oracle.adf.library.webapp.ResourceServlet
    Failure occurred in the execution of deployment request with ID '1352977219006' for task '29'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'WorklistADFPage.war'' weblogic.application.ModuleException: Failed to load webapp: 'WorklistADFPage.war' at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:44) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:209) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused By: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297) at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270) at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64) at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processServlets(WebAnnotationProcessorImpl.java:225) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:209) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:108) at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1370) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:452) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:497) at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:418) at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:384) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:44) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:209) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:47) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    In JDeveloper it says:-
    Weblogic Server exception: weblogic.application.ModuleException: Failed to load webapp: "WorklistADFPage.war"
    Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    Also when I see the libraries and classpath of my project I see ALE components jar marked in red.
    My Composite gets deployed, and the issue comes only with worklist project.
    Please suggest how to approach to resolve this issue.
    Thanks in advance.

    Hi,
    actually there is no backward migration path if you used Facelets for building your pages. For page fragments you will need to manually change ui:composite to jsp:root tags. To ensure web.xml is setup correctly you should create a new project in 11.1.1.6 and copy the web.xml over (ensuring the web.xml is configured for ADF use). Probably copying the content of the JDeveloper 11g R2 project into the 11g R1 project and then fixing problems is the way to go. As said, there is no automated backward migration path
    Frank

  • Issues: Migration from 3.0.6.6.5 to 3.0.9.8.3A

    G'day All,
    Over the last week or so I have performed some test migrations using copies
    of our production Portal environment and here are some of the issues that I have encountered.
    ISSUE 1 - Performance
    Using a stopwatch (primitive, I know) I visited a few parts of our Portal and recorded timings
    Performance did not improve dramatically. In fact, after the 3.0.9.8.3A patch, some things slowed right down.
    I tested using a Sun Ultra 80 (2 x 450MHz CPUs) our Development host.
    (I also tested using a spare Ultra 10 (1 x 333MHz) This was MUCH slower than the numbers seen below)
    In all the timings below, I did the following:
    1.Logged on as PORTAL30 this takes me to the Portal Home page showing the Build tab
    2. Clicked on the Navigator icon
    3. From the Navigator Pages section, I clicked on our company homepage
    4. From the Main tab on the company homepage, I clicked on our Customer Service tab (one of many that we have)
    5. Click on the Ops & Security tab (another one of ours)
    6. Click on Logout
    Timings are in SECONDS
    Pre migration - Portal 3.0.6.6.5 iAS 1.0.2.0.1
    Log in          4     3
    Navigator     3     3
    Homepage     3     3
    First tab     4     3
    Second tab     3     3
    Logout          1     1
    Post iAS migration - Portal 3.0.6.6.5 iAS 1.0.2.2.0
    Log in          4     3
    Navigator     3     3
    Homepage     3     3
    First tab     4     4
    Second tab     3     4
    Logout          1     1
    ** No significant difference
    Post Portal migration - Portal 3.0.9.8.2 iAS 1.0.2.2.0
    Log in          3     3
    Navigator     3     3
    Homepage     3     4
    First tab     4     4
    Second tab     3     3
    Logout          1     1
    ** No significant difference
    Post iAS Patch 1866039 Required by Portal 3.0.9.8.3A
    Log in          3     3
    Navigator     3     3
    Homepage     4     4
    First tab     4     4
    Second tab     3     3
    Logout          1     1
    ** No significant difference
    Post Portal migration - Portal 3.0.9.8.3A iAS 1.0.2.2.0
    Log in          3     3
    Navigator     19     19 !!!!!!!!
    Homepage     20     21 !!!!!!!!
    First tab     3     3
    Second tab     3     3
    Logout          1     1
    ** Bringing up Navigator and the first page from Navigator now takes ages.
    Analysing PORTAL30 objects using wwsbr_stats.gather_stats made no difference
    to the above timings.
    Anyone have any ideas about this???
    Bear in mind that this slow down probably only affects me as the
    developer since end users pretty much stick to the tabs on the homepage
    and never need to use Navigator.
    And end user login and presentation of the company homepages takes about 4 seconds.
    ISSUE 2 - Fonts
    During the migration, many of our developed forms/reports now contain headings/labels that
    are so small as to be unreadable (eg 1 point in size)
    This seems to be due to the fact that originally the fonts were sized as (-3, -2, -1, 0, +1, +2, +3)
    relative sizing. This has been screwed up during migration and has ended up as fonts
    being sized 1, 2, 3 points in size.
    I will have to visit each form and report and set sizes accordingly.
    The PEOPLE_APP application supplied by Oracle also suffers from this problem and is a little harder
    to fix. (Check Metalink)
    ISSUE 3 - Menu permissions
    I have a couple of menus that are only viewable by certain groups.
    This permission disappeared along the way leaving the menu NOT visible to anyone.
    I will have to visited each menu and set permissions once again.
    I hope this list may help others embarking on the same migration path.
    I would highly recommend copying your production environment and practising on the copy first.
    Regards,
    Tony Cook
    eSign Australia
    [email protected]

    I'm Sorry, reading a couple of posts down, it says... the upgrade scripts should be available between April 23rd to 28th.
    Jon Reed

  • Most Difficult to Migrate from JDEV 10.1.2 to 10.1.3

    Hi Oracle Team,
    I have developed new application from scratch containing 700 pages from struts based to Jdeve 10.1.2 with UIX , Struts Controller , BC4J ( ViewController ,Model) based architecture of Jdeveloper 10.1.2.
    Now oracle annouced that UIX will be no more part of 10.1.3 , I have to migrate once again to JSF based instead of UIX.
    It's really annoying to see big companies coming with some framework and going back to make it absoulete.I have posted many threads regarding migration of my apps to JSF based ,but i could not see any proper reply or any straight path that do this migration stuff.
    Here is my architecture
    ViewController-Model (
    1.Jdeveloper 10.1.2
    1.UIX page with lot of javascript validation.
    2.Struts Controller (how should i migrate this)
    3.BC4J
    4.Jheadstart plugin for generating pages in 10.1.2
    I would appreciate , if you can show me any good way of doing migration with
    less housekeeping.
    Thanks a lot,
    Hasam

    Hasam,
    We do have a uix to JSF migration utility that you can get through the check for update center. The missing part there right now is that it doesn't support uix template migration.
    If you are using jheadstart you might want to post your question on the jheadstart forum as well they might be able to do the migration through their repository.
    And remember that if your application is working now and your customers are happy then you don't have to migrate it.

  • Plans for migration from JDev 10 to JDev 11

    Hi
    I just review online demos for JDeveloper 11, and I have a question about future migration path. In our company we now create applcaions in 10.1.3 version - (jsp not jspx pages - maybe it is mistake ?). It will be possible in future to migrate our ADF Faces applicattons to 11 version. Graphs and tamplates in new version are very impressive :)
    Kuba

    Hi,
    you can upgrade applications from 10.1.3 to JDeveloper 11. However, this will take your application and run it as it is just using the newer components. So upwards compatibility is a primary goal.
    However, we don't think we can automate the upgrade of an ADF Faces application of today to e.g. an ADF Faces Rich Client Framework application because of the changed lifecycle.
    Its too early yet to say what will be possible and what isn't.
    Frank

  • Issues migrating from oc4j 9.0.4 to  oc4j 10.1.3

    Is there an alterntive to env.put("dedicated.connection", "true") in the new version of oc4j, as this environment property is no longer used in 10.1.3
    I am getting an error trying to get the principal from the sessionContext.
    Though I am able to deploy my application correctly, I can login only once as the second time the principal is cached and i can no longer login to my application.
    Is there a way to obtain a new connection each time.
    Any kind of help is welcome as I have spent a lot of time trying to resolve this issue.

    Take a look at this:
    http://download.oracle.com/docs/cd/B14099_19/sol.1012/quickupgrade.1012/quickupgrade/toc.htm#CJAEFHHG
    Thanks
    Shail

  • Airport Issues migrating from a Powerbook w/10.3 to MacBook Pro w/10.4

    I purchased a MacBook Pro about a month ago. It's my first experience with Tiger, so I don't now if my issues are related to Tiger or the Intel Platform.
    Issues:
    - Powerbook would ALWAYS automatically connect to my "hidden" Airport Extreme network. MacBook NEVER does - frustrating!!
    - The Airport Icon in my Powerbook was ALWAYS instantly responsive. Once it acquired all broadcasted Wireless Networks, it listed them. I FREQUENTLY get the spinning Beachball when clicking on the Airport Icon on my MacBook, and it seems to take a long time to aquire Wireless networks.
    Is everyone seeing these issues with Tiger? MacBook Pros? Or do I have bad H/W?

    Sure, you might be able to find out what channel my AE is transmitting on, but this does not help you connect to it! If it's not broadcasting it's SID, how can you possibly get on my network without it?
    Disabling the SSID tells the base station not to periodically broadcast "I'm here and my name is Fred's network".
    However, when your computer starts communicating with the base station, the name of the network is included in those packets. Therefore I only need to listen for your computer to start communicating and then I can discover the network name.
    You have to something (h/w or s/w) in order to anaylze 802.11 packets, and that's not trivial.
    Sure it is. There are applications that will tell you what networks are in the area and if they are encrypted or not and if they have SSID disabled or not.

  • Problem with servlet after migrating from OC4J to WebLogic 10.3

    I come across a problem when I was migrating from jDev 11g TP4 to production version in that step also server got changed from OC4J to webLogic.
    I am running java http servlet along other jspx pages. When everything was on OC4J there was no problem whit security on this servlet ( servlet was under same authorization automatically, and I was able to create new application module on this servlet by createRootApplicationModule
    ) but when I changed to WebLogic 10.3 I come across a numerous problems. First one is solved i managed to put the servlet under same authorization as jspx pages by
    *&lt;servlet&gt;*
    *&lt;servlet-name&gt;report&lt;/servlet-name&gt;*
    *&lt;servlet-class&gt;path.to.class&lt;/servlet-class&gt;*
    *&lt;security-role-ref&gt;*
    *&lt;role-name&gt;name&lt;/role-name&gt;*
    *&lt;role-link&gt;valid-users&lt;/role-link&gt;*
    *&lt;/security-role-ref&gt;*
    *&lt;/servlet&gt;*
    but when I trying to create new application module I get JBO-30003 error which is Caused by:
    oracle.adf.share.security.ADFSecurityAuthenticationException: JAAS login error.
    Invalid null input: name
    Has anybody any idea what I am doing wrong?
    Thank you for your help, Rok Kogov&scaron;ek

    for example:
    web.xml
    <security-role>
    <role-name>yourrole</role-name>
    </security-role>
    weblogic.xml
    <security-role-assignment>
    <role-name>yourrole</role-name>
    <principal-name>wlsuser</principal-name > <!-- wlsuser is define at wls console-->
    </security-role-assignment>

  • Migrating  from TIBCO to SAP XI

    Hi All,
    One of the company are migrating from Tibco. Please suggest me,if there are any tools which would support a migration to XI and if there are any notes on the web stating where most people had issues migrating from Tibco.Please note One of the interfaces will use JMS, Please send me ur suggetions and some related documents too.Please respond <Read Rules of Engagement>
    Thanks in Advance
    Thanks,
    Aravind.Pujari
    Message was edited by: Prateek Raj Srivastava

    HI,
    Aslo see the below links
    XI Vs Tibco Vs Webmethods
    Re: Why XI ??
    Differences between Tibco BW and how to do canonical mapping in XI
    http://www.sap.com/solutions/netweaver/pdf/BWP_SB_ExchangeInfrastructure.pdf
    XI integration with PSFT/Seibel ?
    Performance statistics of SAP XI
    /thread/154189 [original link is broken]
    publish subscribe with XI
    XI in SRM, CRM, MDM
    XI implementation - xi implementation
    Regards
    Chilla

  • Potential Problem in migration from 8.1.5 to 9i - Help!!

    Hi,
    We are in the process of migrating our Oracle 8.1.5 Server to Oracle 9i. Till now we have not faced any issue. Came to know that the logic for sort is opposite as in the case of 8.5x and above releases. This should not have any issues in our case, i guess.
    Any help as to on which cases (examples) does it have an impact?
    Other than this, is there any potential problem, which you feel should bother us?
    Please advice.

    Chetan,
    This forum is for migration issues migrating from 3rd party databases to Oracle. You would be better posting this question to the database/general forum
    Donal

Maybe you are looking for

  • I can't open my adressbook. I also can't open 'help

    I can't open my adressbook. I also can't open 'help', not the one of addressbook but also not that of finder.

  • Certification which will help me in my growth.

    Dear All, I am currently ABAP technical consultant with 3 years of experience ,I want to do any certification which help me in  my career growth at this stage at least.I am also interested to move into Functional Consultant role. Could you please hel

  • Please provide me the oracle material

    Hi , i am new to oracle i am eager to learn oracle(all commands for dba and developer) . could any body have the small material(not big) with all the commands used in the oracle (presently i want to strong in basics of oracle commands) .can any body

  • CS5 frozen when iMac wakes from sleep mode

    This problem just started, and I don't know if it's an INDD problem or a Finder problem. When I wake my computer from sleep and try to access INDD I can't. I click on the application icon in the Dock and it won't come to the front. All my other appli

  • How can I separate Left and right audio channels in labview 8.5 tia sal22

    How can I separate Left and right audio channels in labview 8.5 tia sal22 Greetings All I have a working Labview vi that converts a math formula to an audio signal.  I would like to have the right and left audio channels playing different math audio