Deployment of JWeb in OAS 4.x

My problem is that whenever i try to envoke my JWeb Cartridge from the Browser I get the message as"This service cannot be processed try after some time" ,The JWeb sample in the OAS is also giving the same message.
Operating System WinNT Server 4.0
Browser Netscape 4.08
OAS 4.X
Please advice

I have
NT 4.0 with SP5 and IE5.0 and OAS 4.0.7.1 and
JD1.1 ( it is OK).
I have a very simple application and I have created one JWeb application and a cartridge.
I have set the virtual path also correctly.
Where should I hav the .jar file?
In the Virtual path or in the Env Variables - ClassPath?
Pl provide step by step help.
Thanks.
null

Similar Messages

  • Error while deploying web application in OAS

    I was trying to deploy a web application in OAS through enterprise manager. But I get the following error. Can any one please help me.
    An error occurred when processing the data submitted. Find the appropriate field and enter the correct information as noted next to each field.
    Archive Location - Failed in uploading archive. Invalid archive file: Unsupported archive type. unknown

    As the error message tells, did you make sure you have a correct/valid archive file? You might try deploying it from command line to make sure issue isn't at EM side.
    For 10.1.3 refer:
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b28951/overview.htm#CJAJHJIA
    For 10.1.2 refer:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13997/cmds.htm#BEIJGHDG
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13997/cmds.htm#BEICHFGJ
    Thanks
    Shail

  • 500 Internal Server Error when deploying struts application on OAS 10.1.3

    I've installed the Oracle Application Server several times, this time with 10.1.3 our application doesn't run and we get the error shown below.
    Any ideas? It looks to be something with struts or tiles. struts.jar and tiles.jar is included in our deployed j2ee application WEBI-INF/lib dir. The application was built with jdeveloper 10.1.2 and compiled with java 1.4.
    We load a custom log4j.properties, and nothing is even getting logged except for the log4j init stuff, nor is this NoSuchMethod error showing up in any other of the many different log files. (That I can find anyway)
    500 Internal Server Error
    java.lang.NoSuchMethodError: org.apache.struts.tiles.DefinitionsUtil.populateDefinitionsFactoryConfig(Lorg/apache/struts/tiles/DefinitionsFactoryConfig;Ljavax/servlet/ServletConfig;)V
         at org.apache.struts.tiles.TilesPlugin.readFactoryConfig(TilesPlugin.java:267)
         at org.apache.struts.tiles.TilesPlugin.init(TilesPlugin.java:159)
         at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)

    Figures, I've been fighting with this for the past day and a half and I figure it out shortly after I post the question.
    It turns out the tiles.jar that was in our WEB-INF/lib directory was an old one. It looks like the newer struts.jar (from jdeveloper) we're using includes the tiles information. Once I removed tiles.jar, commons-dbcp, pool, resources, and services, it works now.
    It looks like jdeveloper overwrites most of those files with it's built in struts integration, and we've just been lucky before that struts.jar was being loaded before tiles.jar and something with oas 10.1.3 is loading the jars in a different order--but I'm just guessing here.

  • Deploying web application in OAS Release 3 (10.1.3.1.0) in exploded format

    How to deploy a web application in exploded format in OAS server.

    Refer these:
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b28221/depapp003.htm#JIEJB00906
    http://download.oracle.com/docs/cd/B31017_01/migrate.1013/b31269/servlets_weblogic.htm#i1018012
    Thanks
    Shail

  • Problem deploying web service to OAS 10.1.2.3

    Hello!
    I'm having an issue deploying a web service to Oracle Application Server (OAS) 10.1.2.3.
    I completed the tutorial to create a web service here:
    Link: [http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm]
    However, the tutorial only utilizes the local embedded OAS (10.1.3.3.0).
    So far I made the following change in my web.xml file:
    (now using):
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    (generated, now commented out):
    <!--<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">-->
    I then packaged the application as WAR file. I also tried a EAR file. I am able to deploy okay to the server, but I cannot find my web service.
    Can someone please help me determine what I'm doing wrong? Thanks.

    Trying a J2EE 1.4 sample for a J2EE 1.3 environment is quite difficult, J2EE 1.3 doesn't support WebServices out of the box.
    On the other hand it is not quite easy to find the 10.1.2.x samples... Either upgrade your OC4J to 10.1.3 or try these samples: http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/index.html
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • FileNotFoundException thrown during deployment of EJB onto OAS

    During the deployment of an EJB onto OAS, I got the following error messages:
    <snipped>
    Processing jar...
    Analyzing Beans...
    AppTierEJBClass
    Code generation for E:\\Oracle\\OASHome\\ows\\upload\\242TestOASAppSource.jar has been completed.
    Compiling generated code...
    Creating client jar...
    java.io.FileNotFoundException: E:\Oracle\OASHome\ows\4.0\..\apps\ejb\TestOASApp\_client.jar
    at java.lang.Throwable.<init>(Compiled Code)
    at java.io.FileNotFoundException.<init>(Compiled Code)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:69)
    at sun.tools.jar.Main.run(Main.java:76)
    at sun.tools.jar.Main.main(Main.java:524)
    at oracle.oas.tools.util.JarGenerator.createJar(Compiled Code)
    at oracle.oas.tools.util.CreateJars.main(Compiled Code)
    Creation of client jar for E:\\Oracle\\OASHome\\ows\\upload\\242TestOASAppSource.jar failed!
    Creating registration files...
    Deployment information for application successfully generated.
    <snipped>
    Just wondering what is that file not found error? And what is the cause of that?
    null

    I guess that might be trying to redeploy the same EJB again onto OAS.
    If that is the case you can try the following
    cd to OAS_HOME/ows/admin/website40/httpd_machinename/admin/svadmin.cfg
    and turn "FileCaching = OFF"
    OAS_HOME/ows/admin/website40/httpd_machinename/www/svadmin.cfg
    and turn "FileCaching = OFF"
    Once you change the settings , you would need to shutdown OAS and restart it again.
    the other workaroung would be to restart the appserver before the redeployment so that it would release the lock.
    raghu

  • Deployment of Ejb on OAS-4.0.8

    ****** error message got on deploying the jar file ********
    Oracle Application Server Release 4.0.8.0.0 Standard Edition
    Copyright (c) Oracle Corporation 1998. All rights reserved.
    java.lang.ClassFormatError: Wrong name
    at java.lang.ClassLoader.defineClass(Compiled Code)
    at oracle.oas.tools.util.DefaultClassLoader.loadClass
    (Compiled Code)
    at oracle.oas.tools.util.DefaultClassLoader.loadClass
    (Compiled Code)
    at oracle.oas.tools.codegen.BeanInterfaceStruct.initNames
    (BeanInterfaceStruct.java:472)
    at oracle.oas.tools.codegen.BeanInterfaceStruct.
    (Compiled Code)
    at oracle.oas.tools.codegen.InputJarAnalyzer.getTargets
    (Compiled Code)
    at oracle.oas.tools.codegen.CodeGenerator.main(Compiled
    Code)
    Code generation for G:\\ORAAPP\\ows\\upload\\serverJar.jar
    failed!
    Creating registration files...
    Unable to expand attribute Unable to load from
    c:\temp\src\oasbae.properties
    c:\temp\src\oasbae.properties
    java.io.FileNotFoundException: c:\temp\src\oasbae.properties
    at java.lang.Throwable.(Compiled Code)
    at java.io.FileInputStream.(Compiled Code)
    at
    oracle.oas.tools.config.BeanAttributeExpander.getHomeClassName
    (BeanAttributeExpander.java:215)
    at oracle.oas.templates.MacroDefs.evaluate(Compiled Code)
    at oracle.oas.templates.SimpleNode.expand(Compiled Code)
    at oracle.oas.templates.SimpleNode.expand(Compiled Code)
    at oracle.oas.templates.Processor.expand(Compiled Code)
    at oracle.oas.templates.Processor.expand(Compiled Code)
    at
    oracle.oas.tools.config.OASConfigFileGenerator.genConfigFromTempl
    ate(Compiled Code)
    at
    oracle.oas.tools.config.OASConfigFileGenerator.genConfigForEachBe
    an(Compiled Code)
    at oracle.oas.tools.config.OASConfigFileGenerator.pass2
    (OASConfigFileGenerator.java:80)
    at oracle.oas.tools.config.OASInstaller.generate
    (OASInstaller.java:47)
    at oracle.oas.tools.config.OASInstaller.main
    (OASInstaller.java:24)
    Deployment failed!

    OK! Fixed that one myself - for now. I had used some wrong jar:s in my libraries.
    There are still some problems.
    If I use JDK 1.1.8, I get the following trace when trying to run my client:
    java.lang.NoSuchMethodError: java.lang.System: method setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; not found
    at
    at javax.naming.spi.NamingManager.getDefaultInitialContextFactory(NamingManager.java:696)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:744)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:181)
    at javax.naming.InitialContext.<init>(InitialContext.java:158)
    at test.BCEJBClient.main(BCEJBClient.java:32)
    The problem goes away if I instead use JDK 1.2.2. But in the project I'm working on we are usng JDK 1.1.8. How can this problem be solved?

  • Invalid username/password connecting to deployed session EJB (to OAS)

    Hello,
    OAS version : 9.0.4.0.0
    JDeveloper version : 10.1.2.0.0 (Build 1811)
    I have generated a very simple session EJB with the EJB
    Diagram : business logic is only a method returning a
    "hello world" String (no DB connection).
    Next i have generated a "New Sample Java Client" to test
    that, first connecting to the Embedded OC4J and it worked
    very well.
    Then i wanted to deploy this small example to my OAS
    server, so i created a new session EJB deployment profile.
    Deployment worked very well too.
    To test this, i generated another "New Sample Java
    Client", but that time i choosed "Connect to Remote App
    Server", with adequate J2EE application and App Server
    Connection names.
    I took note of the new context lines. Login/password
    strings were automatically filled with the ones i use to
    connect to OEM Website (lets say the_login/the_password).
    But unfortunately, when i launch the client, it doesn't
    work. Here is the error stack :
    C:\jdev1012\jdk\bin\javaw.exe -ojvm -classpath C:\dev\jdev\mywork\DarkWork\DarkProject\classes;C:\jdev1012\jdev\lib\jdev-rt.jar;C:\jdev1012\j2ee\home\lib\activation.jar;C:\jdev1012\j2ee\home\lib\ejb.jar;C:\jdev1012\j2ee\home\lib\jaas.jar;C:\jdev1012\j2ee\home\lib\jaxp.jar;C:\jdev1012\j2ee\home\lib\jcert.jar;C:\jdev1012\j2ee\home\lib\jdbc.jar;C:\jdev1012\j2ee\home\lib\jms.jar;C:\jdev1012\j2ee\home\lib\jndi.jar;C:\jdev1012\j2ee\home\lib\jnet.jar;C:\jdev1012\j2ee\home\lib\jsse.jar;C:\jdev1012\j2ee\home\lib\jta.jar;C:\jdev1012\j2ee\home\lib\mail.jar;C:\jdev1012\j2ee\home\lib\servlet.jar;C:\jdev1012\j2ee\home\oc4j.jar;C:\jdev1012\opmn\lib\optic.jar;C:\jdev1012\lib\xmlparserv2.jar;C:\jdev1012\lib\xmlcomp.jar mypackage1.SessionEJBClient
    javax.naming.NamingException: Lookup error: javax.naming.AuthenticationException: Invalid username/password for DarkEJB (the_login); nested exception is:
         javax.naming.AuthenticationException: Invalid username/password for DarkEJB (the_login) [Root exception is javax.naming.AuthenticationException: Invalid username/password for DarkEJB (the_login)]
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:168)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at mypackage1.SessionEJBClient.main(SessionEJBClient.java:18)
    Caused by: javax.naming.AuthenticationException: Invalid username/password for DarkEJB (the_login)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2523)
         at com.evermind.server.rmi.RMIConnection.connect(RMIConnection.java:2339)
         at com.evermind.server.rmi.RMIConnection.lookup(RMIConnection.java:1781)
         at com.evermind.server.rmi.RMIServer.lookup(RMIServer.java:663)
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:149)
         ... 2 more
    Process exited with exit code 0.
    Do you know what i can do to solve this problem ?
    I saw several posts on this forum about that problem,
    mostly in 2003, so perhaps it has been solved now.
    I tried the solutions and workarounds mentioned in those
    post, but the error is still there...
    Thank you for your help ! :-)

    When you are connecting through a hotels WiFi like this they may occasionally require you to login via a home web page, this is quite normal. In many cases the password for this will be provided at checkin and with this being the case it would be worth speaking with the front desk to see if they can assist you with this.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Deploy CORBA objects to OAS

    hi,
    where I can found some documentation
    on deploying CORBA object from JDeveloper 3.0 to OAS?
    Should I also configure something on OAS?
    thanks
    filippo

    Forget it! it works now. Thank you.

  • Deploying web application on OAS

    Hi,
    I have created a web application in eclipse.
    It is up and running in tomcat and OAS server on my local system. The host address is given as : localhost
    We also have a development server which is also runs on OAS.
    I have the dev server address/username/password
    I would like to know how to put the web application in the dev server, so that anybody can access it.

    User,
    Nope, not yet.
    Have a look at the release notes for the details.
    John

  • Problem while deploying ear application in OAS

    Hello,
    I am trying to undeploy application or redeploy, its is giving exception below exception
    ADMN-300071
    No ApplicationInfo is associated with application named: example1
    oracle.ias.sysmgmt.deployment.j2ee.exception.J2eeDeploymentException: No ApplicationInfo is associated with application named: example1 ,
    Again i have tried to deploy application freshly, it is telling already application is exists, i am not getting what we can do, even i have checked list of applications , the above application is present in list ,
    i am also getting admn-300075
    i am not able to deploy, redeploy or undeploy , i am not able to do anything.
    Thanks,
    Chaitanya

    I removed the jar files from /lib/ext and putted el-api.jar by myself in /lib directory. Now I can deploy my application as EAR file without problems but when I try to deploy it directly through JDeveloper the problem is the same:
        [#|2013-08-22T09:43:22.507+0200|SEVERE|glassfish3.1.2|org.apache.catalina.core.ContainerBase|_ThreadID=98;_ThreadName=Thread-2;|ContainerBase.addChild: start:
        org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: java.lang.ClassNotFoundException:oracle.adf.share.glassfish.listener.ADFGlassFishAppLifeCycleListener
    I do understand that I should have this JAR but I do not know where to find it and where to put then.
    Can you help in this point? Thanks

  • How to deploy a Servlet on OAS??

    I have created a Servlet, which accepts username and password,
    and connects to the Oracle database and executes a particular
    query and displays the results.
    From JDeveloper 2.0 it works fine.
    What is the procedure to deploy it. Can someone help me with it.
    Thanks,
    Sajjad
    null

    Mozein Sajjad (guest) wrote:
    : I have created a Servlet, which accepts username and password,
    : and connects to the Oracle database and executes a particular
    : query and displays the results.
    : From JDeveloper 2.0 it works fine.
    : What is the procedure to deploy it. Can someone help me with
    it.
    : Thanks,
    : Sajjad
    You have a tutorial on the OAS408 documentation.
    It can show you how to deploy the helloworld servlet.
    null

  • Deploying a portlet to OAS 10.1.2 using JDeveloper

    Hi,
    Is it possible to deploy a portlet created in JDeveloper 10.1.3.2 to Oracle App Server 10.1.2. ?
    I created a simple portlet using the JDev 10.1.3.2 portlet wizard but when I went to deploy the portlet on Oracle App Server 10.1.2 using JDeveloper I get the following error message.
    (Earlier I had created a new server connection to my 10.1.2 server. I tested the connection to this server inside JDeveloper and there was no issues).
    Does anyone know what causes this issue ?
    HTTP response code = 200, HTTP response msg = OK
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-1)
    #### HTTP return code was -1
    Exit status of DCM servlet client: -1
    Elapsed time for deployment: 12 seconds
    #### Deployment incomplete. #### 13-Mar-2007 12:45:44
    Following on from this, if the above error cannot be resolved does this mean that I can't develop portlets for Oracle Portal 10.1.4 and gain the extra functionality (ADF Faces etc...) using JDeveloper 10.1.3.2 ? It appears that 10.1.3.2 is tied into the WebCentre Framework which would require an additional license in order to use some of the components, or am I missing something ?
    Am I better off sticking with JDeveloper 10.1.2 to develop my portlets ?
    Thanks.

    To deploy portlet to Oracle application server.
    1.     Install Oracle database 10g (10.1.0.4.2 or later)
    2.     Install Oracle Application Server (10.1.2.0.2) Infrastructure.
    3.     Install Oracle Application Server (10.1.2.0.2) J2EE and Web Cache
    4.     Install Oracle Application Server (10.1.2.0.2) Portal and Wireless.
    5.     Upgrade Portal to 10.1.4
    6.     Configure Java WSRP Container in Middle Tier
    7.     Deploy a WSRP Portlet Application to Oracle Application Server.

  • JDeveloper in team application development

    We are looking for an evaluation of JDEveloper as a team
    application development tool.
    We would be starting from scratch, JAva-wise.
    THe intent is to deploy via JWeb in OAS 4.
    The question: Is JDeveloper 2.0 robust enough for a ground-
    up, team application development project?
    null

    Environment variables are the variables that you set at the OS
    level.
    You can set them in a DOS shell (single session) or in the
    Environment Tab of the System properties (on Windows NT). Double
    click the System icon in the Control Panel. You can add a
    variable and a value for it.
    Then there might be specific OAS variables as well. You can set
    these in the Management Interface of OAS.
    Help on using JWeb can be found in the OAS online help and
    samples.
    Hope this helps,
    -Roel.
    Nick Ayre (guest) wrote:
    : JDeveloper Team (guest) wrote:
    : : karen (guest) wrote:
    : : : We are looking for an evaluation of JDEveloper as a
    team
    : : : application development tool.
    : : : We would be starting from scratch, JAva-wise.
    : : : THe intent is to deploy via JWeb in OAS 4.
    : : : The question: Is JDeveloper 2.0 robust enough for a
    : ground-
    : : : up, team application development project?
    : : We indeed have features in JDeveloper for creating JWeb
    : : applications for OAS.
    : : We are currently focussing more on servlets though. OAS will
    : also
    : : have support for servlets in the very near future. So, since
    : : servlets is the industry standard for generating HTML from
    : Java,
    : : you may consider this for new application development. In the
    : : meantime you can use JDeveloper to create your servlets. In
    : the
    : : production release of version 2.0 (April/May) you will be
    able
    : to
    : : run and debug servlets in the JDeveloper IDE. This will use
    : our
    : : internal servlet runner. In the next couple of months you
    : could
    : : use OAS as a runtime environment for servlets. Please look at
    : the
    : : online demo for servlets:
    http://technet.oracle.com/product/tools/appjava/info/walkthru/ser
    : : vlet/s000.html
    : : (please note that the URL is broken up in two lines. You need
    : : both pieces;)
    : : You can also choose to stick with JWeb for a while.
    JDeveloper
    : : lets you build, run and debug JWeb apps. You might design
    your
    : : apps in a way that only the upper layer is JWeb specific,
    : which
    : : makes migration easier in the future.
    : : Your question about the robustness of JDeveloper. Our
    : development
    : : team is now spending 100% of their time making it more
    robust.
    : : The beta that is available is a little buggy, but we have
    : fixed
    : : loads of bugs un the meantime.
    : : Our own development organization works with the combination
    of
    : : JDeveloper and Clearcase with quite a large team. We are
    happy
    : : with this combination. You can use any other version control
    : : system since JDeveloper projects map perfectly to directories
    : of
    : : files on your operating system. We are also working with
    : : Intersolv on an addin for JDeveloper to their PVCS system.
    Our
    : : longer term direction is to integrate with the Oracle
    : Repository
    : : for team development & version/configuration control.
    : : Thanks,
    : : -Roel.
    : I have installed OAS 4.0.7 .
    : I have installed Jdeveloper 2.0 .
    : I have run some of the Jdeveloper tutorials .
    : Now I am trying to follow the Jweb tutorial.
    : How do I find where to set the ENVIRONMENT VARIABLES ?
    : Also is the any material on Jdeveloper and Jweb ?
    null

  • Deploy issue from JDeveloper 10.1.3.5 to OAS 10.1.2

    I have written an application using ADF on JDeveloper 10.1.3.5 and need to deploy it to our OAS 10.1.2. I have run the adfinstaller on the linux server to upgrade the ADF libraries to the correct versions, updated the web.xml files to have the correct versions, changed to J2SE 1.4.2_19 for the application and have still got deployment issues.
    Error
    An error occurred while redeploying application "FormsSiebelIntegration". See base exception for details.
    Resolution:
    See base exception for details.
    Base Exception:
    java.lang.UnsupportedClassVersionError
    com/sun/faces/application/ApplicationAssociate (Unsupported major.minor version 49.0). com/sun/faces/application/ApplicationAssociate (Unsupported major.minor version 49.0)
    Removing the jsf-impl.jar file allows the application to deploy, but when running on the app server I get the following errors:
    OracleJSP: oracle.jsp.parse.JspParseException:
    /codename.jspx: Line # 6, <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces" xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    Help! I'm starting to have total mind block as to what to do next.
    Error: Unable to load taghandler class: http://java.sun.com/jsf/html

    I had already applied all of this before trying to deploy.
    The error seems to be a versioning error in the jsf-impl.jar file as the ApplicationAssociate class is found there. I have changed the JDK and J2EE to 1.4.2 and 1.3 respectively, rebuilt everything, updated all the settings to the right versions for 10.1.2 but it still keeps failing on the deploy.

Maybe you are looking for

  • DULL colors only on  Adobe photoshop CS2 after buying a new monitor

    Hi, I'm hoping someone can help me! Recently I bought a new widescreen LG monitor L206WTQ - which I had plugged in and installed the drivers etc etc! The screen works fine. I decided to open up my Adobe photoshop CS2 for the first time, to do some ph

  • AIR + Android audio playback in background

    Hello everbody, at the moment I am evaluating the realisation auf a radioplayer using a rtmp stream for android devices. There are two question for which I could not find any advices or resoltions. My questions are: 1.) Is it possible to play/continu

  • How do you change the home page of a tab?

    My home page is google.nl, but if I open a tab, I don't see google.nl.

  • Extensions and file handling in migration context

    Hello, background: i just migrated one of our apple machines from ppc to intel hardware. So at the moment both machines are still available in the same state. question: how knows mac os x how it should handle a file by default ? Or better the display

  • FCP6 and QT 7.6.4 crash on video import

    Time after time, FCP and QT have crashed after importing videos. If the videos have been exported previously, then they work fine in FCP 6 and QT 7.6.4 The are .AVI and .MOV files. One file was a .MOV file that was converted from .MTS on another mac.