Problem - Migration from OAS 4  to 9ias

We have upgraded the application server from 4 to 9ias and are
now running into problems with calling stored PLSQL procedures.
Here is a code snippet of an example stored proc:
PROCEDURE Test (
num_entries in NUMBER,
name_array in OWA.vc_arr,
value_array in OWA.vc_arr,
reserved in OWA.vc_arr
Basically if I call this procedure (w/o any paramaters) using
the old application server and associated plsql cartridge, it
runs no problem loading the webpage and such. Now when I try to
call the same procedure using the new 9ias mod_plsql, it says
there is an error.
Error output (when connecting using browser)
Test: SIGNATURE (parameter names) MISMATCH
VARIABLES IN FORM NOT IN PROCEDURE:
NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
NUM_ENTRIES,NAME_ARRAY,VALUE_ARRAY,RESERVED
We have found that if you do not set a default values for any of
the parameters that it comes up with this error. Is this in fact
the case? Do default values have to exist for procedure
variables when using 9ias? If so how would I set the default
values for this test procedure if Number is integer, and the
rest are arrays.
Does anyone know of a migration tool specifially for this
purpose as we are going to update multiple procedures?
Any help would be beneficial.
Dale

Gurus,
I figured it out. I should read the documentation more closely.
Found it in...
For questions about backwards compatibility with OAS, refer
to "Using Flexible Parameters and the Exclamation Mark".
I just have to put a exclamation mark in front of the procedure.
Easy fix
Dale

Similar Messages

  • Migration from OAS 10g to Weblogic 10.3

    Hello,
    I migrate large app from OAS 10g to Weblogic 10.3.
    1.
    The main part of the job was to prepare descriptors for Weblogic. Unfortunatelly I don't find any tool that could do the job:( There are some problems with descriptors namespaces. This schema and namespaces given in 10.3 docs are not working (not available):
    http://edocs.bea.com/wls/docs103/ejb/DD_defs_reference.html
    So I use the one from 10 release in weblogic-ejb-jar.xml:
    weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/10.0 http://www.bea.com/ns/weblogic/10.0/weblogic-ejb-jar.xsd">
    and form 9 release in weblogic-cmp-rdbms-jar.xml:
    <weblogic-rdbms-jar xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-rdbms20-persistence.xsd">
    There are also some bugs in docs about ejb relations.
    After fixing some schema compliance exc this step success.
    2. Next the EJBComplianceChecker - its much more restrictive than OAS verification. So updates in ejb interfaces are necessary. It is not a problem with small app but when there ale a lot of code/branches to migrate it's become a problem. I have been looking for some switch that could help with this but with no result/
    EJBComplianceChecker - Spec veryfication level
    3. Now after EJB compliance checker done its job with success I have an exception that I do not understand:
    An error occurred during activation of changes, please see the log for details.
    Exception
    preparing module: EJBModule(corpo_ejb.jar)
    Unable to deploy EJB: corpo_ejb.jar from corpo_ejb.jar:
    There are 1 nested errors:
    java.io.IOException: JDT compilation error! at
    weblogic.ejb.container.ejbc.CompilerForJDT.compile(CompilerForJDT.java:66)
    at
    weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:357)
    at
    JDT compilation error!
    Could you please give me some point where the problem could be? I don't have any idea where to start looking for..
    What are your experiences with migrations from OAS to Weblogic 10?
    Thanks in advance!
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:00 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:01 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:02 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:04 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 8:05 AM

    Hi Stoigniew Sztank,
    I am working on migrating Enterpirse application developed using Struts, Ejb2.0, JMS. Its been deployed on OAS 10G and Websphere, but I need to deploy the application on Weblogic 10.3. It seems you have migrated a J2ee application from OAS 10G to Weblogic 10.3. Please can you list me the steps that you followed to migrate the application.
    As per my understanding follwing things needsto be taken care of:-
    1) Weblogic Descriptor files:
    1.1 Weblogic.xml:- we added security roles and ejb-reference-description for the ejbs.
    1.2 Weblogic-ejb-jar.xml for all the ejbs used in the application.
    1.3 Weblogic-application.xml
    1.4 Resource Adapter
    2) JMS queue set up
    3) JDBC set up
    It would be a great help if you can let me know what are the steps to migrate the application.
    Thanks and Regards
    Deepak Dani

  • Problem migrating from JSF Mojarra 1.2 to 2.0

    As my subject suggests, I am having a problem migrating from JSF 1.2 to JSF 2.0.
    As a first step, all that I had done was to replace both 'jsf-api.jar' and 'jsf-impl.jar' with the newer version 2.0 and restart my server.
    As expected, server failed to publish with the following error message on the console. Any hint on solving this issue is highly appreciated.
    The error message goes as below:
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\MalcolmX\web. Please make sure that the annotations are valid. The error is com.sun.faces.taglib.jsf_core.BeanValidatorTag>
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application '_auto_generated_ear_' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
    weblogic.application.ModuleException: Failed to load webapp: '/'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTag
         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:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    Thanks.

    SirG wrote:
    As expected, server failedWow :P
    The error message goes as below:
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTagIs it in classpath? Exception says it is not.
    Don't you have some JSF 1.2 libraries around somewhere else in classpath? Appserver/lib? JDK/lib? Etc. You might have a mix of JSF 1.2 and JSF 2.0 in the classpath and the exception is just been caused by this collision.

  • Migrating from OAS to iAS9

    Hi!
    I'm looking for documents about migrating from OAS 4.0.8.1 (Linux & HP-UX) to iAS9. The document i have found on OTN don't tells me much about how to migrate from JServlet and PL/SQL.
    My main questions are:
    - how do i migrate my Servlet, which uses many Oracle spezific classes (icx etc.). Are these Classes supported in iAS?
    - how i call PL/SQL-Skripts from Servlets now? Is ICX supported?
    - can i use my PL/SQL scripts without modifications? I'm using only htp.print
    Che
    null

    a) ICX is not supported from Java. However, ICX is just http library - kind of like java.net.url. So, you should be able to do everything that ICX provided using java.net packages. If not, pl. submit a followup and we can discuss.
    b) The way you would call a PLSQL procedure is you would just submit a request thru java.net.url package. The target url of this request would be one that maps to the plsql procedure. You will thus have the response back in a string.
    c) You can use your plsql scripts without modifications [at least for what you are doing. there are some minor changes, but they don't impact you.]
    The other thing to note is that you cannot runa standalone sql file like you could in OAS. It has to be in the database.
    null

  • Problems migrating from edir 8.7.3 to 8.8

    Hi,
    I need to do a hardware replace for a Netware 6.5 sp 8 server. This
    server has edir 8.7.3.10. I loaded a new Proliant server with NW6.5 sp
    8 to migrate to. The new server has edir 8.8 on it. The Migration
    Wizzard guide says there can be problems migrating from NW6.5 from an
    edir 8.7 to 8.8.
    I tried to install the new server using the [INST: spedir] option
    specifie in this article
    (http://www.novell.com/communities/no...edirectory-873)
    but the server keeps crashing.
    Can I mirgate my old server edir 8.7.3 to the new one 8.8 using the
    Migration Wizzard? If not is there any other way to force an install
    of edir 8.7.3?
    thanks

    You could upgrade your eDir on the "original" server to 8.8
    I've done that before without any problems.
    (obviously this doesn't guarantee it will go right/well). Always have a complete backup of the .dib set (I use the dsrepair -rc on NetWare) as well as a "snapshot" of teh NetWare server if possible (ours is on the SAN, so I can clone the system disk before I do anything to it).

  • Migrate from OAS 10 to Weblogic 11

    Hi  !!!
    I need to migrate from OAS 10 to Weblogic 11, is there some tutorials you could suggets me about it ?
    Thanks.

    In this forum we commonly cover foreign database to Oracle migrations. To get an answer for your question about migration OAS to Weblogic you should post your question in the weblogic/OAS forum.

  • Data length problem migrating from sql server 7 to oracle 8i

    I just migrated SQL Server 7 database to Oracle 8i db and everything seemed to have ran ok except that in my newly created oracle database, the field size is doubled. For instance a field with nvarchar(4) in sql server would convert to varchar2(8). Has anyone ran into this problem and also does anyone know how to fix it? Thank you so much.

    Hi Roberto,
    You cannot use Workbench 1.2.2 to migrate from SQL Server 7 to
    Oracle 8.
    However, the good news is that we have a new verion of the
    workbench that will have a plugin that can migrate from SQL
    Server 7.0 to Oracle8.
    A beta version will be downloadable from this web-site in approx
    one week. Eventhough this version is a beta version, it has
    undergone some rigourous testing and is very close to production.
    Regards
    John
    Roberto Werneck (guest) wrote:
    : I would like to know if it is possible to use the workbench
    : 1.2.2 to migrate from SQL Server 7 to Oracle 8. If possible
    what
    : kinds of problems would i probably have. If not, how can i get
    : the Beta version ?
    : Thanks,
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Problem migrating from Discoverer to OBIEE

    We are migrating from Discoverer to OBIEE 11g and we are finding some problems when creating a measure in Administration Tool that in Discoverer involves the next code:
    NVL(SUM("Extractos (con acumulados)".Saldo)
    OVER(PARTITION BY "Extractos (con acumulados)".Cod ejerc,
    "Extractos (con acumulados)".Cgacampa,
    "Extractos (con acumulados)".Cgacocea,
    "Extractos (con acumulados)".Tpprodcod,
    "Extractos (con acumulados)".Producto,
    "Extractos (con acumulados)".Subcuenta1
    ORDER BY "Extractos (con acumulados)".Cod ejerc ,
    "Extractos (con acumulados)".Cgacampa ,
    "Extractos (con acumulados)".Cgacocea ,
    "Extractos (con acumulados)".Producto ,
    "Extractos (con acumulados)".Subcuenta1 ,
    "Extractos (con acumulados)".FechaYYYYMMDD ,
    "Extractos (con acumulados)".Contador
    ROWS UNBOUNDED PRECEDING ),0)
    We are using the function Evaluate because the SUM function doesn't allow to use OVER PARTITION BY. The problem we are having is that it when we use the measure we get an error that says that window fuctions are not allowed. By taking out the ORDER BY it works, however it doesnt do what we want it to do. It doesn't work either if we add the order criteria when creating the report, we get the same error.
    Is there any way to make it work?
    Thanks

    I believe you have the desktop client version. Plus and Viewer are Discoverer versions that are typically loaded on a server so that multiple clients can access them over the web. Discoverer Plus and Viewer are components of the Oracle Application Server.
    http://www.oracle.com/technology/software/htdocs/devlic.html?url=/technology/software/products/ias/htdocs/101310.html
    http://www.oracle.com/technology/documentation/appserver10132.html
    http://www.oracle.com/technology/obe/start/index.html
    HTH
    Srini

  • Problems migrating from MacBook Pro to MB Air

    I'm migrating from a MacBook Pro to a MB Air.  Both run OS X 10.7.5.  But Migration Assistants are different versions (4.1.2.vs. 1.0.1), and the machines cannot seem to communicate via ethernet.  Must I upgrade the older machine to a newer version of Migration Assisatnt?  If so, how?  (Cannot find a link to download and software updater says I'm current.)

    http://support.apple.com/kb/ht4889 and http://pondini.org/OSX/MigrateLion.html

  • Problem migrating from 10.5 to 10.6 mail server: cvt_cyrusdb does not exist!

    The problem
    I am migrating a mail server from 10.5 to 10.6 (as the first step to moving to 10.8).
    I'm trying to migrate mail from Cyrus to Dovecot, using the command migrate_mail_data.pl but I keep getting the error:
    Error: cvt_cyrusdb does not exist in: .
    Background
    An example of how to use the command is at:
    http://www.opensource.apple.com/source/dovecot/dovecot-239/dovecot.Config/migrat e_mail_data.pl
    Example: migrate_mail_data.pl --cyrusBin "/Volumes/Tiger/usr/bin/cyrus/bin" --database "/Volumes/Tiger/var/imap" --sourceSpool "/Volumes/Tiger/var/spool/imap" --targetSpool "/Library/Server/Mail/Data/mail "
    So, the syntax is:
    sudo [location of migrate_mail_data.pl command] --moveMail 0 --cyrusbin "[location of cvt_cyrusdb binary]" -- database "[location of original mail database] "--sourceSpool "[location of original spool files]" --targetSpool "[location of destination files]"
    Locating my files
    Locate all of my files:
    sudo find / -name migrate_mail_data.pl
    /usr/libexec/dovecot/migrate_mail_data.pl
    sudo find / -name cvt_cyrusdb
    /usr/bin/cyrus/bin/cvt_cyrusdb
    --database files are at the default location:
    /private/var/imap
    --sourceSpool files are at the default location:
    /private/var/spool/imap
    --targetSpool is set for:
    "Volumes/Iomega1TB/121014/121005Dovecot/mail"
    What I've tried
    So, I've tried the following commands (and many other variations!):
    sudo /usr/libexec/dovecot/migrate_mail_data.pl --moveMail 0 --cyrusbin "/usr/bin/cyrus/bin" -- database "/var/imap" --sourceSpool "/var/spool/imap" --targetSpool "Volumes/Iomega1TB/121014/121005Dovecot/mail"
    sudo /usr/libexec/dovecot/migrate_mail_data.pl --moveMail 0 --cyrusbin "/usr/bin/cyrus/bin/" -- database "/var/imap/" --sourceSpool "/var/spool/imap/" --targetSpool "Volumes/Iomega1TB/121014/121005Dovecot/mail/"
    sudo /usr/libexec/dovecot/migrate_mail_data.pl --moveMail 0 --cyrusbin /usr/bin/cyrus/bin/ -- database /var/imap/ --sourceSpool /var/spool/imap/ --targetSpool "Volumes/Iomega1TB/121014/121005Dovecot/mail/"
    sudo /usr/libexec/dovecot/migrate_mail_data.pl --moveMail 0 --cyrusbin /usr/bin/cyrus/bin -- database /var/imap --sourceSpool /var/spool/imap --targetSpool "Volumes/Iomega1TB/121014/121005Dovecot/mail/"
    All give me the same error:
    Error: cvt_cyrusdb does not exist in: .
    Interpretation
    The error message tells me (perhaps I'm misunderstanding!) that there is a problem with this part of the command:
    --cyrusbin "/usr/bin/cyrus/bin"
    because that's what defines the path to  cvt_cyrusdb
    But 'Find' has told me the location of that cvt_cyrusdb command and I can see it in the GUI, too!
    Help!
    What am I doing wrong?
    With thanks in anticipation,
    Kevin

    Thanks for your advice, MrHoffman.
    I was trying to avoid taking the mail server down for more than a few minutes so wanted to:
    a. clone and migrate the server configuration to the new machine
    b. take server offline
    c. copy data to new machine and convert it from Cyrus to Dovecot
    d. take server online
    Due to the problem with converting the data, it looks like my only option will be to take the mail server down for some hours while I perform all of those operations.
    I was really hoping that there might be a simple answer to invoking the cvt_cyrusdb command!
    Can anyone tell me how I might fix that?
    Kevin

  • Problems - Migrating from jhs10.1.2 to 10.1.3

    I have problem when i migrate an application form jhs10.1.2 to 10.1.3
    When i invoke the application in jdeveloper10.1.3 it will ask me whether to convert from the previous version after i give yes, it is converting.
    Now i reenabled the JHS here and also i have allowed it to overwrite the JHS application definition.
    Now if i perform run JHS application generator it is completed with out any errors.
    Next,when i compile this it is giving errors like
    d:\DevsuiteHome_1\jdev\mywork\testmigrate\ViewController\template\treePage.jut
    Error(3,30):<Line 35, Column 30>:XML-20201: (Fatal Error) Expected name instead of $
    If i open the treePage.jut there it shows
    <start>
    <template:$Tree_Name$/>
    </start>
    If i remove the $ symbol it compiles with out errors and if i run the application it gives error page saying "The Page cant be displayed" It explains saying there is a problem with the page which i am trying to open.
    Pls Some one help me.....

    Steve,
    There are no errors in jdeveloper.i had got an error saying there is no super class (i.e impl), I had read in one of forum replys and added v2 after adfbc...then it got compiled with out errors.But i have few warnings
    http://192.9.200.113:8990/testur-ViewController-context-root/faces/WEB-INF/page/TultestTable.jspx
    06/11/18 10:18:06 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    10:18:11 WARN (Digester) -[ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    10:18:11 WARN (Digester) -[ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    10:18:13 WARN (Digester) -[NavigationRuleRule]{faces-config/navigation-rule} Merge(*)
    10:18:13 WARN (Digester) -[NavigationRuleRule]{faces-config/navigation-rule} Merge(*)
    10:18:13 WARN (Digester) -[NavigationRuleRule]{faces-config/navigation-rule} Merge(/WEB-INF/page/TultestTable.jspx)
    Regards,
    Tulacenath

  • Context Root problem migrating from WAS 4.0.4 to WAS 5.11

    Hi,
    Hopefully this is the most appropriate forum, apologies if not.
    I have a problem in migrating an application from WAS 4.0.4 to WAS 5.11, whereby the Context Path of the application is not being included within the URL of a servlet.
    When a user submits one of the application forms (presented as a JSP) and the application is running on WAS 4.0.4, the Form Action URI is "re-written" to include the Context Path of the application i.e. where the URI is "/xx/list.html", the domain is "www.mydomain.com" and the Context Path is "/myapp", on the 4.0.4 server the form submission is redirected to:
    www.mydomain.com/myapp/xx/list.html
    However, once deployed on WAS 5.11 and updating the Context Path in the EAR file as required during deployment, the application redirects to:
    www.mydomain.com/xx/list.html
    ...which causes an HTTP 404 error as you might expect.
    I have included debugging to display the context path at the point of submission and it is what you would expect i.e. "/myapp". The problem seems to be some kind of disconnect between the servlets or application and the application server container(?), perhaps in that it doesn't understand the context in which it exists at the point when the URL is being constructed.
    Can anyone give me some pointers as to why the servlet URL isn't being constructed with the Context Path of the application on WAS 5.11 when it is on WAS 4.0.4 please?
    Thanks in advance
    Jon Sumpster

    I found the problem.
    The default value of the 'com.ibm.websphere.sendredirect.compatibility' variable changed from True in WAS 4.0.4 to False in WAS 5.11. Changing this resolved the problem.
    Regards
    Jon

  • Can't load class problems migrating from PE 8.1 to PE 8.2

    Hi. I'm in the process of migrating an application from an old server that runs PE 8.1_02 to a new server that runs PE 8.2.
    The application is coded and built in Creator 2.0; the resulting .war file deploys alright into both servers, and operates correctly on the 8.1 server, but throws various "Can't load class" errors on my 8.2 server. One of them looks like this:
    exception
    javax.servlet.ServletException: Missing Class: Can't load class 'com.talentmap.talentexitadmintool.fields.TextBoxField'.
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         java.security.AccessController.doPrivileged(Native Method)
         com.talentmap.talentexitadmintool.utils.security.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:91)
    root cause
    javax.faces.FacesException: Missing Class: Can't load class 'com.talentmap.talentexitadmintool.fields.TextBoxField'.
         com.sun.faces.util.TreeStructure.createComponent(TreeStructure.java:130)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:464)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreComponentTreeStructure(StateManagerImpl.java:466)
         com.sun.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:314)
         com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:230)
         com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:337)
         com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:157)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:225)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:193)
         sun.reflect.GeneratedMethodAccessor157.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         java.security.AccessController.doPrivileged(Native Method)
         com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         java.security.AccessController.doPrivileged(Native Method)
         com.talentmap.talentexitadmintool.utils.security.SecurityCheckFilter.doFilter(SecurityCheckFilter.java:91)
    The class that is "missing" (TextBoxField) is very definitely there in the usual place under WEB-INF/classes. I can't figure out why it can't be loaded. The weird part is that a lot of the code still works, but these errrors have broken many of the major functions of our software.
    On a hunch I realized that perhaps Creator 2.0 was using some 8.1 specific libraries to build, so I replaced the following libraries with versions found in my appserv tree:
    activation.jar
    appserv-jstl.jar
    appserv-tags.jar
    commons-logging.jar
    j2ee.jar
    jax-qname.jar
    jaxr-api.jar
    jaxr-impl.jar
    jaxrpc-api.jar
    jaxrpc-impl.jar
    jsf-api.jar
    jsf-impl.jar
    mail.jar
    saaj-api.jar
    saaj-impl.jar
    Rebuilding with those copied libraries made no difference.
    Anyone know what could be causing this? Is there a workaround or fix? Do I need to update Creator with something? Should I revert to 8.1? Should I try moving to 9.0?

    I solve this problem by doing a remote deployment via creator2 remote deployment server.. first you must take care of JNDI stuff..
    I hope this help.. give me feedback

  • Problems migrating from iMac to new MacBook Pro

    I just bought a MacBook Pro and am trying to use MA to migrate stuff from my iMac (Intel, OSX 10.4.11) to my MacBook Pro (Intel, OSX 10.6.3).
    Problem is, every time I try ("from" iMac "to" MacBook Pro), my iMac IDs my MacBook Pro and asks for the passcode, I give it, it then asks for the passcode again, I give it again, then it churns away with the message that it's "looking for other computers". On and on and on and gets stuck in this mode.
    I'm using ethernet between the two. Tried wireless also. Same issue. Downloaded the Migration & DVD/CD Sharing Update onto the iMac; it's already on the MacBook Pro. Same problem persists.
    Any suggestions? (among the ten zillion firewire cables I have, none fits the MacBook Pro, so haven't tried firewire yet).
    Thanks.

    See:
    Mac OS X 10.3, 10.4- Transferring data with Setup Assistant/Migration Assistant FAQ
    OS X 10.4- Issues migrating to Mac OS X 10.5 via network connection and Migration Assistant
    OS X 10.4- Issues migrating to Mac OS X 10.5 via network connection and Migration Assistant
    And, selecting Mac Help from the Finder's Help menu and searching for "migrate" should find additional help.
    The 10.5 document may still be useful to you since it specifically deals with the dialog you reported. Obviously it is a known problem if Apple has published a knowledge base article dealing with it.

  • Migrating from OAS 10.1.3.1 to 01.1.3.5

    Hi All,
    After we have upgrading our application from 10.1.3.1 to 10.1.3.5 our application is giving the following error.
    [2011-02-15 12:25:31,480|ERROR|cfg.Configuration] Could not compile the mapping document
    net.sf.hibernate.MappingException: Could not find class: com.thirdpillar.oz.model.jaxb.dnb.impl.ResponseImpl
    at net.sf.hibernate.cfg.Binder.bindManyToOne(Binder.java:635)
    at net.sf.hibernate.cfg.Binder.propertiesFromXML(Binder.java:1034)
    at net.sf.hibernate.cfg.Binder.bindRootClass(Binder.java:362)
    at net.sf.hibernate.cfg.Binder.bindRoot(Binder.java:1256)
    we are using the following jars in our application.
    -rw-r----- 1 oracle oracle 256572 Feb 17 04:33 adk.jar
    -rw-r----- 1 oracle oracle 1224774 Feb 17 04:33 axis.jar
    -rw-r----- 1 oracle oracle 554379 Feb 17 04:33 bfopdf.jar
    -rw-r----- 1 oracle oracle 105573 Feb 17 04:33 bsf.jar
    -rw-r----- 1 oracle oracle 143173 Feb 17 04:33 bsh-core-2.0b1.jar
    -rw-r----- 1 oracle oracle 284582 Feb 17 04:33 cglib2.jar
    -rw-r----- 1 oracle oracle 9770561 Feb 17 04:33 cmsdk.jar
    -rw-r----- 1 oracle oracle 118726 Feb 17 04:33 commons-beanutils.jar
    -rw-r----- 1 oracle oracle 165119 Feb 17 04:33 commons-collections.jar
    -rw-r----- 1 oracle oracle 109096 Feb 17 04:33 commons-digester.jar
    -rw-r----- 1 oracle oracle 67334 Feb 17 04:33 commons-discovery.jar
    -rw-r----- 1 oracle oracle 22379 Feb 17 04:33 commons-fileupload.jar
    -rw-r----- 1 oracle oracle 225375 Feb 17 04:33 commons-httpclient-2.0.2.jar
    -rw-r----- 1 oracle oracle 63980 Feb 17 04:33 commons-lang.jar
    -rw-r----- 1 oracle oracle 31605 Feb 17 04:33 commons-logging.jar
    -rw-r----- 1 oracle oracle 39523 Feb 17 04:33 commons-pool-1.1.jar
    -rw-r----- 1 oracle oracle 46865 Feb 17 04:33 commons-validator.jar
    -rw-r----- 1 oracle oracle 171071 Feb 17 04:33 concurrent.jar
    -rw-r----- 1 oracle oracle 486522 Feb 17 04:33 dom4j.jar
    -rw-r----- 1 oracle oracle 42030 Feb 17 04:33 ehcache.jar
    -rw-r----- 1 oracle oracle 1778404 Feb 17 04:33 engine.jar
    -rw-r----- 1 oracle oracle 967576 Feb 17 04:33 hibernate-2.1.8.jar
    -rw-r----- 1 oracle oracle 45113 Feb 17 04:33 hyperjaxb.jar
    -rw-r----- 1 oracle oracle 90254 Feb 17 04:33 ibd-1.2.1.jar
    -rw-r----- 1 oracle oracle 65368 Feb 17 04:33 jakarta-oro.jar
    -rw-r----- 1 oracle oracle 88776 Feb 17 04:33 jaxb-api.jar
    -rw-r----- 1 oracle oracle 273479 Feb 17 04:33 jaxb-impl.jar
    -rw-r----- 1 oracle oracle 1803014 Feb 17 04:33 jaxb-libs.jar
    -rw-r----- 1 oracle oracle 7233 Feb 17 04:33 jax-qname.jar
    -rw-r----- 1 oracle oracle 4227190 Feb 17 04:33 jaxrpc-impl.jar
    -rw-r----- 1 oracle oracle 35759 Feb 17 04:33 jaxrpc.jar
    -rw-r----- 1 oracle oracle 39179 Feb 17 04:33 jaxrpc-spi.jar
    -rw-r----- 1 oracle oracle 71022 Feb 17 04:33 jcommon-0.4.1.jar
    -rw-r----- 1 oracle oracle 293789 Feb 17 04:33 jcs.jar
    -rw-r----- 1 oracle oracle 56755 Feb 17 04:33 jep-2.24.jar
    -rw-r----- 1 oracle oracle 13770 Feb 17 04:33 jfinance-0.3.0.jar
    -rw-r----- 1 oracle oracle 31090 Feb 17 04:33 jug.jar
    -rw-r----- 1 oracle oracle 1128044 Feb 17 04:33 ldapjclnt9.jar
    -rw-r----- 1 oracle oracle 352668 Feb 17 04:33 log4j-1.2.8.jar
    -rw-r----- 1 oracle oracle 5966 Feb 17 04:33 namespace.jar
    -rw-r----- 1 oracle oracle 13091 Feb 17 04:33 odmg.jar
    -rw-r----- 1 oracle oracle 561711 Feb 17 04:33 pdkjava.jar
    -rw-r----- 1 oracle oracle 7609 Feb 17 04:33 pdkstruts.jar
    -rw-r----- 1 oracle oracle 619881 Feb 17 04:33 poi-2.0-final.jar
    -rw-r----- 1 oracle oracle 105751 Feb 17 04:33 ptlshare.jar
    -rw-r----- 1 oracle oracle 437770 Feb 17 04:33 qflib_12.jar
    -rw-r----- 1 oracle oracle 242594 Feb 17 04:33 quartz.jar
    -rw-r----- 1 oracle oracle 23498 Feb 17 04:33 relaxngDatatype.jar
    -rw-r----- 1 oracle oracle 35830 Feb 17 04:33 saaj-api.jar
    -rw-r----- 1 oracle oracle 408929 Feb 17 04:33 saaj-impl.jar
    -rw-r----- 1 oracle oracle 18501 Feb 17 04:33 saaj.jar
    -rw-r----- 1 oracle oracle 474109 Feb 17 04:33 shared-1.0.jar
    -rw-r----- 1 oracle oracle 498051 Feb 17 04:33 struts.jar
    -rw-r----- 1 oracle oracle 351405 Feb 17 04:33 velocity-1.3.1.jar
    -rw-r----- 1 oracle oracle 171055 Feb 17 04:33 webservice-1.0.jar
    -rw-r----- 1 oracle oracle 135549 Feb 17 04:33 wfapi.jar
    -rw-r----- 1 oracle oracle 28537 Feb 17 04:33 wfjava.jar
    -rw-r----- 1 oracle oracle 997276 Feb 17 04:33 xalan-2.4.0.jar
    -rw-r----- 1 oracle oracle 895813 Feb 17 04:33 xerces-2.4.0.jar
    -rw-r----- 1 oracle oracle 927669 Feb 17 04:33 xercesImpl.jar
    -rw-r----- 1 oracle oracle 123705 Feb 17 04:33 xml-apis.jar
    -rw-r----- 1 oracle oracle 893200 Feb 17 04:33 xmlparserv2.jar
    -rw-r----- 1 oracle oracle 6132180 Feb 17 04:33 xreport_pro.jar
    -rw-r----- 1 oracle oracle 536818 Feb 17 04:33 xsdlib.jar
    -rw-r----- 1 oracle oracle 9499410 Feb 17 04:33 xtools.jar
    Do we need to upgrade the Jar files as well

    Thanks Wilson. Do we have an approximate time frame when the patch will be released, and where can we track this patch release? Because this will impact our schedule for migrating to the entire Oracle 11g suite.
    Jeffrey

Maybe you are looking for

  • How to report a company, Tuguu S.L.U., representing themselves as FireFox

    This company, using the FF logo, sent me the notice that follows & attempted to get me to download an executable file. It seemed a bit phishy. You are currently browsing the web with Firefox and your Video Player might be outdated Please update to th

  • Creation stock of 1 material by using 2 other materials

    I have a scenario, where i am issuing 2 materials to assemble a 3rd material. Bt i cannot use Production orders or BOM or this is not a manufacturing company. Please suggest what could be done. could i create the material as Structured Material? How

  • Upload file in unix

    Hi Everyone Mukul, in your blog, i was following the code to Upload file to Application server using OAFileUploadBean instead of Database. What exactly are we doing here? 1) Are we taking a file from one location in the unix box and copying into anot

  • How to manually set Open In option to App of our choice e.g. O Player

    I have purchased Seagate GoFlex Satellite WiFi external hard disk. Pl guide me in how to set Open In option to point out to Player in iPhone 4 to play avi and mkv videos. Currently I can get this option only when I physically copy files in iPhone thr

  • Finder issue - formatting new drive

    I bought a single drive G5 running 10.4.10 (no disks included) off ebay. Before long, I began getting finder errors and mirror agent errors? I bought a new internal drive and Tiger 10.4, thinking I could pull everything off the original drive before