Problems with the deployment to Oracle Application Server 9.0.2

I am having a problem to deploy a simple JSC application to Oracle Application Server 9.0.2.
I am getting an error:
500 Internal Server Error
java.lang.NullPointerException
     at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4020)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2218)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
However i don't have any problems to deploy my applications to new release of Oracle AS 10g (9.0.4).
Unfortunately we still work with the old version (9.0.2)of the Oracle AS.
Any help will be greatly appriciated
Thanks
Yuriy

I try it but cant deploy in less than 10g.
AFAIR is an JRE version issue.
I lost at least 2 days trying.
Regards.

Similar Messages

  • Problem with OID when Installing Oracle Application server

    Hi Gurus,
    When we are trying to install the IAS10R2P2 on a linux box choosing the application server Infrastructure option, the installation part completed with out any problem after running the root.sh file OUI started configuring all the installed components when it is configuring OID it throwed follwing exceptions. Please suggest us a solution to solve this we even tryes reinstalling but facing the same problem.
    Wed Sep 06 16:53:16 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 16:53:34 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 16:53:43 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 16:55:46 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 17:07:58 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Wed Sep 06 17:08:09 IST 2006 OID CA started.
    oracle.ldap.oidinstall.backend.OIDCAException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:247)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:507)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:818)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:957)
    Ashok CHava

    Hi,
    This is a 10.1.2 IM (Identity Management) installation performed against a 9.0.4 MR (Metadata Repository) created with RepCA. 10.1.2 IM install against 9.0.4 MR is not supported.This error is seen when installing 10.1.2 IM against 9.0.4 MR .
    Solution
    1) Install a 10.1.2 MR with repCA or with the 10.1.2 AS installer
    2) Install 10.1.2 IM against the 10.1.2 MR
    Rgds,
    S.Jai
    Shanthi Gears (LTD)

  • Deploy on oracle application server 10g

    Hello,
    i have the following question. i'm using jdeveloper 10.1.3 to develop a web application with an ejb3 (and i'm using jdk 1.5). when i run my application on "oc4j embedded", i can call my ejb with
    --> "SessionEJBRemote ses = (SessionEJBRemote) context.lookup("SessionEJB");"
    and when i deploy the .ear on oracle application server 10g from the IDE, i got the following error :
    "javax.naming.NameNotFoundException: SessionEJB not found".
    Can someone help me???
    Thanks (and sorry for my english I come from Switzerland)

    How do you try to connect to the application server within your test application?
    --olaf                                                                                                                                                                                   

  • Problems with the installation of Oracle Role Manager

    Hello everyone;
    I have a problem with the deployment of Jboss 4.05GA; just can not load the Role Manager Administrative Console (http://localhost:8080/ormconsole)
    Probe load the Jboss and that if I load the console this APPSERVER (http://localhost:8080)
    Also probe load the Role Manager Web UI and I had no problems (http://localhost:8080/webui)
    Use the method of installation Install Software Only then can make the integration with the IOM.
    Any suggestions for solving this problem.
    Part of the Log:
    14:17:02,953 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@40e1e159 { url=file:/C:/jboss-4.0.5.GA/serve
    r/default/deploy/server.ear }
    deployer: org.jboss.deployment.EARDeployer@873723
    status: Deployment FAILED reason: URL file:/C:/jboss-4.0.5.GA/server/default/t
    mp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deployment failed
    state: FAILED
    watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/server.ear
    altDD: null
    lastDeployed: 1228418189671
    lastModified: 1228418186515
    mbeans:
    --- MBeans waiting for other MBeans ---
    ObjectName: jboss.web.deployment:war=ormconsole.war,id=-1206236729
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
    server/default/tmp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deploy
    ment failed
    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
    ObjectName: jboss.web.deployment:war=ormconsole.war,id=-1206236729
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
    server/default/tmp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deploy
    ment failed
    14:17:03,281 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0
    -8080
    14:17:03,718 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
    14:17:03,781 INFO [JkMain] Jk running ID=0 time=0/94 config=null
    14:17:04,015 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Bran
    ch_4_0 date=200610162339)] Started in 1m:35s:859ms
    Thank you

    HI JLK,
    i think i have solved the problem. Try to install the Oracle Role Manager with the installer and select the "Install Software and Configure" and install the "Standard Model" to the Database. Don't deploy the standard.car file.
    I hope i could help you.
    Thomas

  • Problem with pdf display downloaded from application server

    Hi all,
    I have a problem with displaying pdf downloaded from application server (saved in BINARY MODE).
    I am getting the pdf output of adobe form in FPFORMOUTPUT-PDF as rawstring back to my program and then converting that rawstring into binary form using the function module SCMS_BINARY_TO_STRING.
    Now, when I export the data to presentation server directly using cl_gui_frontend_services=>gui_download, the pdf is downloaded properly.
    However, when I save the data to application server file by looping at the internal table obtained from SCMS_XSTRING_TO_BINARY and using TRANSFER, and subsequently downloading the file in "unconverted format" from AL11 to my desktop, I am getting a "blank" pdf file (with the same number of pages as the one downloaded using gui_download).
    I have tried different encodings during download but in those cases i get corrupted pdf message. only the default option of INTIAL value seems to work.
    I am forced to believe that there is a problem in my code which saves the data to app server but I cant find any solution that is logical. Any solution to this would be greatly appreciated.
    Regards,
    Sasi
    Edited by: Sasi Upadrasta on Sep 29, 2010 7:55 PM

    used a program to read the file from appl server and then downloading it to desktop.

  • Deployment error while deploying to Oracle Application Server from JDEV

    What is the solution of this deployment problem???
    ---- Deployment started. ---- Jun 15, 2007 11:33:38 AM
    Target platform is Oracle Application Server 10g 10.1.3 (OracleAppServer).
    java.lang.ClassCastException: oracle.jbo.dt.jdevx.deploy.JbdProfileNode
         at oracle.jdevimpl.deploy.ProfileDeployer.profileDepExists(ProfileDeployer.java:95)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:144)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:167)
         at oracle.jdevimpl.deploy.DependencyGraph.deploy(DependencyGraph.java:72)
         at oracle.jdevimpl.deploy.ModulePackager.deploy(ModulePackager.java:44)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
         at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    java.lang.ClassCastException: oracle.jbo.dt.jdevx.deploy.JbdProfileNode
         at oracle.jdevimpl.deploy.ProfileDeployer.profileDepExists(ProfileDeployer.java:95)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:144)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:167)
         at oracle.jdevimpl.deploy.DependencyGraph.deploy(DependencyGraph.java:72)
         at oracle.jdevimpl.deploy.ModulePackager.deploy(ModulePackager.java:44)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
         at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    java.lang.ClassCastException: oracle.jbo.dt.jdevx.deploy.JbdProfileNode
         at oracle.jdevimpl.deploy.ProfileDeployer.profileDepExists(ProfileDeployer.java:95)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:144)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:167)
         at oracle.jdevimpl.deploy.DependencyGraph.deploy(DependencyGraph.java:72)
         at oracle.jdevimpl.deploy.ModulePackager.deploy(ModulePackager.java:44)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
         at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    java.lang.ClassCastException: oracle.jbo.dt.jdevx.deploy.JbdProfileNode
         at oracle.jdevimpl.deploy.ProfileDeployer.profileDepExists(ProfileDeployer.java:95)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:144)
         at oracle.jdevimpl.deploy.DependencyGraph.calcDeploymentOrder(DependencyGraph.java:167)
         at oracle.jdevimpl.deploy.DependencyGraph.deploy(DependencyGraph.java:72)
         at oracle.jdevimpl.deploy.ModulePackager.deploy(ModulePackager.java:44)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.BatchDeployer.deploy(BatchDeployer.java:46)
         at oracle.jdevimpl.deploy.DynamicDeployer.deploy(DynamicDeployer.java:84)
         at oracle.jdevimpl.deploy.J2eeProfileDt$CleanupTransientProfilesDeployer.deploy(J2eeProfileDt.java:71)
         at oracle.jdevimpl.deploy.FinalDeployer.deploy(FinalDeployer.java:48)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.runImpl(AsyncDeployer.java:67)
         at oracle.jdevimpl.deploy.AsyncDeployer$1.run(AsyncDeployer.java:53)
    Warning: Exceptions occurred while traversing inter-profile dependencies.
    Warning: Attempting to continue with deployment anyway...Wrote EJB JAR file to D:\EBKProje\EBKv1.0.0.0\Model\deploy\ejb1.jar
    Running dependency analysis...
    Wrote JAR file to D:\EBKProje\EBKv1.0.0.0\Toplink\deploy\toplink1.jar
    Wrote WAR file to D:\EBKProje\EBKv1.0.0.0\UI\deploy\webapp1.war
    Running dependency analysis...
    Wrote JAR file to D:\EBKProje\EBKv1.0.0.0\ModelAdf\deploy\ModelAdfCSMT.jar
    Running dependency analysis...
    Wrote JAR file to D:\EBKProje\EBKv1.0.0.0\ModelAdf\deploy\ModelAdfCSCommon.jar
    Wrote EAR file to D:\EBKProje\EBKv1.0.0.0\BuildAndDeploy\EBK2.ear
    Configuration canceled
    Elapsed time for deployment: 1 minute, 26 seconds
    #### Deployment incomplete. #### Jun 15, 2007 11:35:04 AM
    Message was edited by:
    Cihangir Devrim

    A little more details on what you are trying to do will help.
    Which versions of JDev/OC4J? which technologies? did you install the ADF Runtime on the server?

  • Problem while configuring webutil on oracle application server 10g(9.0.4)

    hi,
    I have configured webutil with oracle application server 10g(9.0.4).JInitiator 1.3.1.17 is installed.
    I did everything according to webutil manual.Then i developed a form using developer suit 10g (9.0.4).
    and successfully compiled and attached webutil library.then i subclass
    webutil object group from webutil.olb into my form,that is also
    subclassed successfully.Form has also been compiled and saved
    successfully.
    also configured my formsweb.cfg,forms90.conf,default.env according to webutil documentation.
    {color:#993366}Now when i run this form from client, it does not show form in the
    browser and shows a message on the client browser console as follows{color}.
    {color:#0000ff}*Applet oracle.forms.webutil.common.RegisterWebUtil*
    {color} {color:#993366}After this message,It does nothing and if i refresh browser,it shows following message in the browser' Console.{color}
    {color:#0000ff}*Applet oracle.forms.engine.Main notinited.*{color}
    Note:In the browser ,loading java applet is also visible.
    how should i resolve this problem?
    any suggestion?
    Its urgent.
    Regards,
    abbasyazdani

    Refer this metalink note,
    566628.1 How To Install Webutil on 10g Oracle AS
    [email protected]

  • Problem with loggin Arabic messages on Application Server

    Hi All,
    I'm logging a Text file to the Hard disk on my application, this file has Arabic text.
    The problem is that the Arabic text appears as question marks "????" i don't know why although it writes it correctly when running the application on JDeveloper
    i have JDeveloper 10.1.3.3 and Oracle Application Server 10g Release 3 (10.1.3.1.0)
    any idea ???
    thanks in advance

    Hi,
    For currency, Decimal fields you need to move data into CHAR fields and then transfer to application server.
    MOVE l_CURRENCY TO L_CHAR_CURRENCY.
    CONCATENATE field1
                             field2
                             l_currency
                            into l_file.
    Transfer l_file........
    Best regards,
    Prashant

  • HTTP Error 403 - Forbidden after deployed to Oracle Application Server

    I hit HTTP Error 403 - Forbidden every time after I deployed my war file to my Oracle Application Server.
    Any help?
    Ming Man

    Thanks, I got it works here:
    Re: HTTP Error 403 - Forbidden
    Ming Man

  • CAD Problem: Lost connection with the cisco unified ccx application server

    I have two locations in our help desk area that consistantly loose connection. I checked the network and we ran new cables. Still having the same issue. They have connectivity to everything else when they loose connection to CAD so I believe there is something going on with the program itself. I have attached the logs from both. There is nothing else that lives on their subnet.
    There are 2 servers, the primary 172.29.0.22 and the secondary 172.29.0.23. The Primary is the active server so it is in the same building as the agents.
    Can anyone please advise? any help would truly be appreciated!

    Hello DJ,
    Thank you for replying. No nothing else lives on their subnet.
    There are 2 servers, the primary 172.29.0.22 and the secondary 172.29.0.23. The Primary is the active server so it is in the same building as the agents.
    I am completely stumped. I have no Idea why this is occuring.

  • Problem with the Deployment

    Hi all,
       I am trying to deploy the ear by using the user credentials which was given at the time of installation.
    But is was giving an error like :
    Base login Exception : Cannot authenticate user.
    Session- CheckForTicketException.
    Regards,
    Kiran.

    Hi Bhogi,
        Try opening Visual Admin if your not able to login with username(admin) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation.
    Restart the server and deploy it...
    In case if your able to login visual admin follow the thread that will solve your problem;
    Cannot connect to Host with user name J2EE_ADMIN !!!
    Errors in While trying to Deopy Web Dynpro Application
    Regards
    Suresh KB

  • Problem with the SQL Data Source (Essbase server in Unix Env)

    I too have the same problem.
    I have setup the Datasource for an Oracle db in the Essbase Server (which is on a Unix Box) using the Oracle Wire Protocol.I tested the ODBC connection in the Server and it connect with the credentials.
    But if i choose the same DSN in the EAS and try to connect i get the below error
    Error: 1021001 Failed to Establish Connection With SQL Database Server.
    I even downloaded a document from the Oracle site.. on the SQL interface in Essbase but i could not find the inst-sql.sh file to enable Essbase SQL Interface on the server. Is this required??
    I tried with both the User & System DSN on the server but no luck.
    Any help on this will be highly appreciated. Thanks in advance.
    Posting in a new thread since the old one is answered and no points available to score.

    It can depend on the version, it is different for version 11, further information :- How to define a relational data source in (odbc.ini) V11 Essbase?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Erreor when deploying in oracle application server

    Hi,
    I develop application using visual web pack + netbeans, it work fine with tomcat but when i want deploy it in our prod environment (Oracle ias) i have the following error:
    Base Exception:
    java.rmi.RemoteException
    deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version. deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version
    the oas version 10.1.2.0.2
    the same oc4j run application developed using java studio creator
    Walid

    I think SS work's only under Apache Tomcat
    I was try deploy SS 9.2.1 and 9.3.1 on Oracle iAS and Weblogic 9.2.MP1
    and have similar error.(- can't register planning application)
    But Planning and EAS on Oralce and Weblogic works fine .
    p.s. OiAS - it's closed product - use Weblogic for new ENV.
    If you need detaled instruction for setup - please read documentation
    http://www.oracle.com/technology/documentation/epm.html
    http://hack4essbase.wordpress.com/2008/08/07/weblogic-classpath-and-env-for-hyperion-planning/

  • Problem with Hot deployment of Struts application

    I used the exploded archive format to deploy a web application ( no EJB Jars etc involved). But after modifying a custom Action class and placing it in the WEB-inf\classes, I get the following exception: java.lang.ClassCastException: org.apache.struts.action.RequestProcessor at org.apache.struts.action.ActionServlet.getProcessorForModule Clearly weblogic managed to load the new Action class, and if I understand correctly it would have destroyed the old web class loader and create a new one and loaded all the classes visible to the web app class loader. But somehow it still seems to cache the RequestProcessor class.. Can some one please throw some light on this.
    PS I dont have anything in the server classpath, and there is no chance of duplicate copies anywhere in the classpath or under web-inf

    Yes, I added the line getServletContext().removeAttribute(Globals.REQUEST_PROCESSOR_KEY) in ActionServlet's destroy(). It works now.
    It was previously getting back the old class reference while doing a getAttribute(REQ....) , so was giving the classcast.
    Not sure if this is a bug in the ActionServlet, or if I am missing something.

  • Problem with the pre-installed WEATHER application

    Hi,
    I was quite pleased with the Weather app that came installed with my iPod Touch. I tapped in my location, deleted the default one, and all was well. However, after working for a short while just fine it's not stuck constantly on a sunny 28 degrees. If I tap the icon the actual weather report is correct (a miserable gloomy 2 degrees, lol). It's just irritating me that it's stuck on the main screen. Any ideas?
    I have updated to latest firmware and still no good. Can I delete the app at all? Can you delete pre-installed applications? I would try deleting and using a 3rd party app or something if I had to. I'm something of a tidyness freak and it annoys me having so many icons I will never use, haha. I would also like to delete the STOCKS app.
    So in summary - Does anyone know what the problem with my weather app is? And can I delete pre-installed apps?
    Thanks!!

    Safari, YouTube, the iTunes WiFi Store, the App Store and the Camera can be removed from the home screen by enabling Restrictions (Settings->General->Restrictions). Manual, Page 95
    The other original applications cannot be removed, only moved to another page.
    The weather app icon is static 73°F for United States region format or 23°C for United Kingdom region format. Did you switch your region format?

Maybe you are looking for

  • Keyfigures source field and table in R/3

    Hi, Can anyone suggest or send what are source field and table in R/3 Serv. Hrs     Serv.@BR     Serv.Disc.     Adjustments     NSR     Calc. Disc.     NSR/Hr     "Prior Yr Serv. Hrs"     "Serv Hrs Variance"     "Serv Hrs % Variance"     "Prior Yr NS

  • Logic pro 9 won't open

    When i try to launch logic pro it says the following,my software is version 10.7.2 Process:         Logic Pro [1545] Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro Identifier:      com.apple.logic.pro Version:         9.0.0 (16

  • Trouble Syncing Ipod After reinstall of windows

    Hi, I just recently re-installed my windows and now im having problems syncing my ipod. I connect my ipod to the computer, Itunes recognizes it and brings it up into devices but will not transfer the music that i have placed in my library. I have aut

  • IPhoto library in iPod view doesn't match my iPhoto library since Lion

    Help: Since installing Lion my iPhoto library no longer syncs to my iPod Touch. It's as if the iPhoto library stopped updating in the iPod window the moment I upgraded. All previous photos still show up. It's like iTunes thinks I have an alternate iP

  • Is web.xml necessary?

    Is it necessary to have a web.xml file? The Tomcat examples work fine but on trying some very simple examples from a book I just keep getting a 404 error. As far as I can see I have put the necessary files (with the exception of web.xml) in the corre