Migrating Application from JDev 10.1.3.5 to JDev 11.1.2.2.; WebLogic issues

Hi,
I've been in the process of migrating an application we have from JDev 10.1.3.5. to the most current release. This involved migrating from OC4J to the WebLogic Server. After clearing up code-related issues, I have been trying to mitigate errors that came from deploying the application to the WebLogic server. I fixed (or so I think) the original error(see immediately below in italics) by deleting the servlet tag in both of the web.xml files (ViewController and Deploy) that are within the application. I also changed it to 'adfLibResources' per a previous thread on this topic.
+<Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\priestem\AppData\Roaming\JDeveloper\system11.1.2.2.39.61.83.1\o.j2ee\drs\Muster\ModelWebApp.war. Please make sure that the annotations are valid. The error is oracle.adf.view.faces.webapp.ResourceServlet>+
Now I am getting the following errors:
<Aug 6, 2012 3:24:28 PM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Users\priestem\AppData\Roaming\JDeveloper\system11.1.2.2.39.61.83.1\o.j2ee\drs\Muster\ViewControllerWebApp.war. Please make sure that the annotations are valid. The error is >
<Aug 6, 2012 3:24:28 PM CDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1344284600393' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'Muster''
weblogic.application.ModuleException: Failed to load webapp: 'Muster'
     at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
     at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.taglib.UIXPanelTag
     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 java.lang.ClassLoader.loadClass(ClassLoader.java:305)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
     Truncated. see log file for complete stacktrace
>
<Aug 6, 2012 3:24:28 PM CDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Muster'.>
<Aug 6, 2012 3:24:28 PM CDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: Failed to load webapp: 'Muster'
     at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
     at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.taglib.UIXPanelTag
     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 java.lang.ClassLoader.loadClass(ClassLoader.java:305)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
     Truncated. see log file for complete stacktrace
>
[03:24:28 PM] Deployment cancelled.
[03:24:28 PM] ---- Deployment incomplete ----.
[03:24:28 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
#### Cannot run application Muster due to error deploying to IntegratedWebLogicServer.
[Application Muster stopped and undeployed from Server Instance IntegratedWebLogicServer]
Can someone please provide insight/direction? I restarted this whole process because I was not sure if I was making mistakes. But I have received this same exact error both times in both copies of the application code.
Thanks,
M. Priester

I think your web.xml that is a part of the application had the following:
<taglib>
<taglib-uri>
http://xmlns.oracle.com/adf/faces
</taglib-uri>
<taglib-location>
/WEB-INF/lib/adf-faces-impl.jar
</taglib-location>
</taglib>
I think this is not even your configuration but something that JDev added, thus you can consider testing removing this part of the code and test your application and verify the functionality.
Regarding the possible issue during migration from 10g to 11g of Jdev, you can review the following thread:
Class not found : oracle.adfinternal.view.faces.taglib.UIXPanelTag
The missing class is a part of "adf-faces-impl-1013.jar" which seems to be specific to the JDev 10g, thus might not be even required by JDev11g.
Also regarding the fact that how this seems to be an issue with missing class, please review the following API doc for better understanding of the classnotfoundexception:
http://docs.oracle.com/javase/6/docs/api/java/lang/ClassNotFoundException.html
Cheers,
AJ

Similar Messages

  • Migrating application from Jdev 9052 to Jdev1012

    Hi,
    I've an application fully developed under Jdev9052, I've migrate it under Jdev1012 but don't run correctly like in the other develop environment. Is possible to have documentation about the difference between both environment? is possible that the new JDev don't support entirely the properties of old version?
    I'm attempt to remain in the old JDev but I'm afraid that in the future this will not supported by Oracle
    thanks
    Francesca Brucciani

    Hi,
    my application was developed in Jdev9052 but migrating it in Jdev1012 I’ve meet problems.
    reading the document “http://www.oracle.com/technology/products/jdev/htdocs/10.1.2.0.0/readme.html“ migration section, I noted that the problems in my applications are because of the new ADF iterator bindings.
    Implementing the AddCriteria function (see bc4j properties) in the Search, adding more than one criteria row, I’ve meet this problem:
    In my jsp, during the search fase, if I want to add a criteria row, I need to replicate the attribute fields for my View Object, then I need to name the fields for example with “row_index_nameField”, so that when I add a criteria row I have to increase the index (ex: the first row will have all the fields with name will be row_1_nameFieldA, row_1_nameFieldB…, the second row will have all the fields wich name will be row_2_nameFieldA, row_2_nameFieldB).
    For this reason my jsp will have this code:
    <c:set var="indexRow" value="1" />
    <c:forEach items=" ${bindings.ViewObject1.rangeSet} " var="Row">
    <tr>
    <th> <c:out value="${bindings. ViewObject1.labels['FieldCode']}"/> </th>
    <td> <input type="text" name="row_<c:out value='${indexRow}' />_FieldCode" value='<c:out value="${Row['FieldCode']}"/>' /></td>
    </tr>
    <tr>
    <th> <c:out value="${bindings. ViewObject1.labels[FieldDesc]}"/> </th>
    <td> <input type="text" name="row_<c:out value='${indexRow}' />_FiledDesc" value='<c:out value="${Row[FieldDesc]}"/>' /></td>
    </tr>
    <c:set var=" indexRow" value="${indexRow + 1}" />
    </c:forEach>
    and my java class is:
    (searching the rows by “String stmtHTMLAttr = "row" + i + "_" + attrDefs[indAttr].getName();”)
    public void onAddCriteria(DataActionContext ctx){
    HttpServletRequest request = ctx.getHttpServletRequest();
    DCIteratorBinding iterBind = ctx.getBindingContainer().findIteratorBinding(this.iteratorName);
    ViewCriteria vc = iterBind.getViewCriteria();
    int countVCRow = vc.size();
    if (countVCRow > 0)vc.clear();
    int indexRow = 0;
    if (countVCRow > 0){
    for (int i = 0; i < countVCRow; i++) {
    Row vcRow = vc.createViewCriteriaRow();
    boolean isPresentCondition = false;
    AttributeDef[] attrDefs = iterBind.getAttributeDefs();
    for (int indAttr = 0; indAttr < attrDefs.length; indAttr++) {
    String stmtHTMLAttr = "row" + i + "_" + attrDefs[indAttr].getName();
    if (request.getParameter(stmtHTMLAttr)!= null){
    String valParam = request.getParameter(stmtHTMLAttr).trim();
    if (!"".equals(valParam)){
    vcRow.setAttribute(attrDefs[indAttr].getName(), valParam);
    isPresentCondition = true;
    if (isPresentCondition){vc.add(vcRow);}
    Row vcRow = vc.createViewCriteriaRow();
    vc.add(vcRow);
    iterBind.getViewObject().applyViewCriteria(vc);
    public void onSubmit(DataActionContext ctx) {
    DCIteratorBinding iterB = ctx.getBindingContainer().findIteratorBinding(iteratorName);
    HttpServletRequest request = ctx.getHttpServletRequest();
    ViewCriteria vc = iterB.getViewCriteria();
    int countVCRow = vc.size();
    if (countVCRow > 0)vc.clear();
    int indexRow = 0;
    if (countVCRow > 0){     
    for (int i = 0; i < countVCRow; i++) {
    Row vcRow = vc.createViewCriteriaRow();
    boolean isPresentCondition = false;
    AttributeDef[] attrDefs = iterB.getAttributeDefs();
    for (int indAttr = 0; indAttr < attrDefs.length; indAttr++) {
    String stmtHTMLAttr = "row" + i + "_" + attrDefs[indAttr].getName();
    if (request.getParameter(stmtHTMLAttr)!= null){
    String valParam = request.getParameter(stmtHTMLAttr).trim();
    if (!"".equals(valParam)){
    vcRow.setAttribute(attrDefs[indAttr].getName(), valParam);
    isPresentCondition = true;
    if (!((!isPresentCondition)&&(countVCRow>1))) {vc.add(vcRow);}
    iterB.getViewObject().applyViewCriteria(vc);
    iterB.executeQuery();
    this application works correctly in Jdev 9052.
    problems meet in jdev1012:
    -During the Search phase:
    1. the first time the fields are empty (work ok in both version of Jdev)
    2. the next searches, in Jdev 9052 the fields contained the previous search criteria inserted (work ok), in Jdev 1012 contained the value of the first row of the rowset found in the previuos search(work ko).
    -When add a criteria row, the first row have the value of the first row of the rowset found in the previous serach and don’t add a new empty row to add the new criteria condition
    - closing the windows and reopen it, during the search phase the foreach of the jsp results empty, because the rangeSet is null!
    how can I change my application for to run it in JDev 1012?
    thanks
    Francesca Brucciani

  • Migrated application from jdev 10g

    hello,
    One more thing, i try run one application more complex, this application run perfect in jdev 10.1.3.4, and i migrated to jdev 11.1.1.0.1g and when i run give me this error
    <Feb 26, 2009 3:52:08 PM WET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1235663527442' for task '0'. Error is: 'java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.UIXComponentTag'
    java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.UIXComponentTag
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.view.faces.webapp.UIXComponentTag
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    ClassNotFoundException?? oracle.adf.view.faces.webapp.UIXComponentTag is not part of jdev 11g??
    thanks

    Check link [Desupported and Deprecated Features|http://www.oracle.com/technology/products/jdev/htdocs/11/desupport11g.html] and see if something can be a problem.

  • Does anyone have experience with migrating applications from iAS6.0 SP2 to SP3? Did it go smoothly or are there problems to be expected?

     

    Hi,
    I haven't. But, there are lots of changes from each service packs,
    henceforth you may have to stick to what the documentation says to avoid
    the errors that shoots up. Again, the errors depends upon how you have
    coded your application. Please let me know if you have encountered any
    errors and the messages for me to help you.
    Regards
    Raj
    Peter Clijsters wrote:
    Does anyone have experience with migrating applications from iAS6.0
    SP2 to SP3? Did it go smoothly or are there problems to be expected?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Migrating application from tomcat 3 to tomcat 5

    Hello everybody,
    Does anyone have information about some kind of manual or tutorial with steps to migrate applications from Tomcat 3 to Tomcat 5??
    Thanks a lot,
    Johnny

    What issues are you having? There have been some important changes between the Servlet and JSP specs between the two but most of these have been additions - nothing that will be too hard to handle.
    Does your application use a database? If so there have been configuration changes between Tomcat 3 and 5 but for that the Tomcat 5 docs are very good at telling you what you need.
    I would start by trying it and see where you get problems. I think it will be easier than you think, depending on how complicated your app is.

  • Problem while migrating code from JDev 9.04 to JDev10.1.3

    I have migrated code from JDev 9.04 to JDev10.1.3, in that i am using a customised Combo Box which is using JUPanelBinding in setModel.But that Combo Box is not displayed properly as of 9.0.4. Also when i tried to print JUPanelBinding value it is giving as - noPanel_oracle_jbo_uicli_jui_JUPanelBinding_1.
    Where is the problem ? (in panel binding or in setModel )
    Can anyone suggest me a solution for that ?

    It's a regression. I filed bug 5703242.
    As a workaround you could specify sequence name with the qulifier:
      aSequence.setTableName("TEST.SEQUENCE");Alternatively you could override TableSequence class:
    public class MyTableSequence extends TableSequence {
        public void onConnect() {
            qualifier = getDatasourcePlatform().getTableQualifier();
            super.onConnect();
    }I apologize for the inconvenience,
    Andrei

  • Migrating an application from JDev 10.1.3 to JDev 10.1.3.2

    Hi,
    I am having trouble migrating an application made with JDev 10.1.3 to 10.1.3.2.
    Everything is fine when I run it on the embedded OC4J, but when I try to deploy I have problems.
    The application is deployed on OAS 10.1.3R3.
    What I have done so far was to install the new ADF libraries using ADFinstaller, editing server.xml as per Note:417812.1 and include adf-faces-api.jar, adf-faces-impl.jar, jsf-api.jar, jsf-impl.jar and adfshare.jar from JDev 10.1.3.2 to my project WEB-INF/lib folder.
    Some pages are working as they should, but when a date is to be displayed I have this error:
    javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: oracle.jbo.domain.Date.timestampValue()Ljava/sql/Timestamp;So, am I missing some jar to be included? Have I missed a step or two?
    Thank you for your help.
    adsm

    Solved.
    For some reason, once the application has been migrated, the following lines were added to orion-application.xml:
        <imported-shared-libraries>
            <import-shared-library name="adf.generic.domain" min-version="10.1.3"></import-shared-library>
            <remove-inherited name="adf.oracle.domain"></remove-inherited>
        </imported-shared-libraries>
    -------I do not know if the migration tool was directly responsible for this. Anyway, as this project has been migrated time and time again from a JDev version anterior to 10, this kind of thing was bound to happen someday.
    Cheers,
    adsm

  • Mail no longer works after migrating applications from Mountain Lion

    This weekend I bought a Mac Pro 2.1. I upgraded it to Lion then migrated all my files and applications from my iMac (running Mountain Lion). Now the Mail app doesn't work. I can't uninstall it and Software update says everything is up to date. How can I get my Mail app to work again? I guess I've somehow copied the Mail app from the Mountain Lion mac which is why it won't run.

    No unfortunately after the OS  is installed the installer package is removed so you'll need to go through the whole procedure again.
    There is a way to save the installer and make a bootable flash drive you can install off of. You should be able to find the procedure if you search here or on the net.
    regards

  • Link/checklist for migrating applications from Oracle 9i to Oracle 11g?Help

    Hi all,
    We need to perform an impact analysis on migratiing an application from Oracle 9i to Oracle 11g. Does any of you have a detailed checklist to follow, in terms of queries, PL/SQL statements, optimizer etc. etc., when attempting this migration. We require something more specific from the application point of view rather than a DBA point of view.
    Additionally, we have queries written extensively with rule hints. Should there be a special consideration for the same since now we are moving to CBO in 11g
    Even if any one has a link, that would help. Thank you so much!

    Hi Nikhil,
    Thanks Xaheer,You're welcome :)
    I'm going through the link: http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/toc.htm
    But it still mentions stuff from a DBA angle. I need from an application angle.
    Do I need to change my queries taht are current written with RBO? Do I need to change Pl/SQL blocks ?Please refer tech below notes:
    *1)TROUBLESHOOTING: Server Upgrade Results in Slow Query Performance -- 160089.1*
    *2)TESTING SQL PERFORMANCE IMPACT OF AN ORACLE 9i TO ORACLE DATABASE 10g RELEASE 2 UPGRADE WITH SQL PERFORMANCE ANALYZER -- 562899.1*
    Before upgrading your production database, please perform upgrade of test database and do complete testing.
    Hope helps
    Regards,
    X A H E E R

  • 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.

  • Migrating Application from JSP 1.2 to JSP 2.2 and Servets 2.3 to Servlet 3

    Hi,
    I have an application which is built on JDeveloper 10.1.3.4.
    So it uses default JSP and Servlet Runtime i e, JSP 1.2 and Servlets 2.3 versions.
    But i want to migrate my application from those versions to Servlet 3.0 and JSP 2.2.
    So i downloaded JSP 2.2 API jar and Servlet 3.0 jars and added to my Application Library.
    I even removed JSP runtime and Servlet run time.
    Now am unable to compile.
    How should i migrate my application from older versions to newer.
    Thanks,

    a) you learn to use your tools properly
    b) you fix what you did wrong
    c) you feel smug for having done your job

  • Migrating Application from Planning 11.1.2.1 to 11.1.2.2

    Gurus
    I am trying to migrate a Planning application from Hyperion version 11.1.2.1 to version 11.1.2.2. Is there a way that I can use LCM? I have tried exporting the application from version 11.1.2.1 and importing it in 11.1.2.2 but all the forms are being registered as invalid.
    The application also use business rules and LCM gave the following errors:
    Error in migrating artifact, "/Global Artifacts/Business Rules/Global Variables/XXXXX".
    Cannot process artifact (XXXXXX). Unsupported artifact type (Global Variable).
    Since Calc Manager is the only supported tool would this cause the problem with the migration process? If so, how do I migrate the application successfully.
    I saw the upgrade option in the Planning Administration but how is application in the situation.
    Thanks in advance.

    Hi John
    Thank you for this I used the back-end migration and the steps are as follows for those that will need the help:
    1. Create a shell Planning app in 11.1.2.2
    2. Backup the database for the application created above
    3. Synchronize HSS between the source and destination environments (luckily I didn't have to do this)
    4. Take a copy of the database for the source application
    5. Stop the Hyperion Planning service (I stopped all the Hyperion Services to be safe)
    6. Restore the database of the source application on top of the database for the destination application.
    7. Confirm that owner SID for the app is still the same in the destination
    8. Clear the version of the application in the planning database
    9. Start Hyperion services in the destination application.
    10. log into planning and it will ask you to upgrade the application.
    11. Once thats done remember your substitution variables (in Planning), location aliases and the data (exported & imported as text files through EAS).
    Thanks John for the help.

  • How do I migrate applications from old MacBook Pro to a MacBook Air?

    How do I migrate applications such as Word & iWork from my old Macbook Pro running Lion to my new MacbOok Air, running Mountain Lion?
    Thanks for advice. Cheers.

    One way: if you have a backup of your MBP on an external disk which you could connect to your MBA, or you could establish a connection in between the two Macs, you may want to launch the "Migration Assistant" on the MBA. You'll find it in Applications under Utilities. It guides you through the steps and options.
    The other (better) way is re-installing all apps fresh, and best the latest versions and updates to make sure it's all ML compatible. "Purchases" in the App Store are helpful as you simply download and install the latest and greatest again. For MS Word etc you should have the install disks. It's a bit more work but usually worth it.

  • Migrating application from jdk 1.4 to 1.5

    Hi,
    I am planing to migrate my application from JDK 1.4 TO 1.5 . I am also using AJAX4JSF in application.Did anyone encounter any issue after migrating or during the migration to JDK 1.5 ?
    Thanks in advance

    You should be calling wrap() to wrap your keys, not doFinal(), or alternatively initializing your cipher to be ENCRYPT'ing, not WRAP'ing.

  • Problems migrating application from development server to production server

    Well, we succesfully migrated shared library, application settings and BRs, BUT we couldnt migrate permissions and more than half of total forms, possibly because of lack of permissions, could you please point me to the direction of some manual about migrating, or just share an advice.
    Thanks in advance!

    Version - 11.1.2.0.83
    We did migration by LCM using this http://www.oracle.com/webfolder/technetwork/tutorials/obe/hyp/PLN11.1.2_LCM/index.html guide, Importing Planning Applications from the File System into the Destination Environment part

Maybe you are looking for

  • Cisco Jabber client with other telephony devices

    Hi, I am completely new to Jabber and just started to understand Cisco jabber client for windows. I understood that the jabber client supports xmpp for IM and CTI integration with Cisco Call manager for call control. Is there a provision to integrate

  • Tcpdump doesn't work anymore in latest ISE ?

    ISE Version 1.2 Patch 1 & Patch 2 installed. When i do a TCP dump in RAW format, Wireshark can't open the PCAP file ?? doh ?? Dump of file shows it is in Text form, even when i specify "Raw format". Browser used: IE8 >cat TCPdump.pcap | more 10:34:40

  • Connecting a Strat to the harddrive

    After getting a great reply from a gent in Germany and then a little research (Mac help) I was able to solve (hopefully) the amp to harddrive dilema. USB to 1/4" jack cable, perhaps? This opens up other questions such as: 1. Would I be better off jus

  • Callback Functions for the Enterprise API

    I'm using VB to write some API functions to pull journal detail from Enterprise 6.0, but having trouble with the callbacks. I did find some syntax errors in the toolkit.bas file, correct those and am able to pull specific data points, but the enum fu

  • TREX error on search

    Hi all! Searching with TREX return an error (found in TREXADMIN trace log): [4620] 2007-10-31 20:48:59.531     e     TREXRfcDll     rfddll.cpp(00867) :     table size mismatch for SRET_INDEX_STORAGE_SEARCHING:DOCATTRTAB, rfc=29,exe=27 any suggestions