JDeveloper 10.1.3. - Web application run problem

I have created new Application workspace and new application with only one empty JSF page. JDeveloper created all related configuration files, but when I start the application, I get this error:
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config>
D:\software\jdev\jdk\bin\javaw.exe -ojvm -classpath D:\software\jdev\j2ee\home\oc4j.jar;D:\software\jdev\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=proxy -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=*.cz.gcf.capital.ge.com|localhost|127.0.0.1 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\server.xml
[waiting for the server to complete its initialization...]
Could not canonicalize '"C:\Program Files\PKWARE\PKZIPC\"' (Název souboru, adresáře nebo jmenovka svazku je nesprávná.
). From system property java.library.path.
05/02/23 11:51:40 Node started with id=127765687050882
05/02/23 11:51:40 Auto-unpacking D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\applications\dms0.war... done.
05/02/23 11:51:41 Auto-unpacking D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\applications\admin_web.war... done.
05/02/23 11:51:41 Auto-unpacking D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\connectors\OracleASjms\OracleASjms.rar... done.
05/02/23 11:51:41 Auto-unpacking D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\connectors\datasources\datasources.rar... done.
23.2.2005 11:51:41 com.evermind.server.XMLDataSourcesConfig parseRootNode
INFO: Legacy datasource detected...attempting to convert to new syntax.
05/02/23 11:51:43 Copying default deployment descriptor from archive at D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\connectors\datasources\datasources/META-INF/oc4j-ra.xml to deployment directory D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\application-deployments\default\datasources...
05/02/23 11:51:43 Copying default deployment descriptor from archive at D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\connectors\OracleASjms\OracleASjms/META-INF/oc4j-ra.xml to deployment directory D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\application-deployments\default\OracleASjms...
05/02/23 11:51:44 Copying default deployment descriptor from archive at D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\applications\admin_ejb.jar/META-INF/orion-ejb-jar.xml to deployment directory D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\application-deployments\default\admin_ejb.jar...
05/02/23 11:51:45 Auto-deploying - applications/admin_ejb.jar (orion-ejb-jar.xml had been updated since the previous deployment)...
05/02/23 11:51:45 Auto-deploying - compiling and loading...
Invalid or corrupt jarfile D:\software\jdev\jdev\lib\ojc.jar
05/02/23 11:51:46
Error compiling D:\software\jdev\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\applications\admin_ejb.jar: Syntax error in source or compilation failed
05/02/23 11:51:46 Error in application default: Error loading package at file:/D:/software/jdev/jdev/system/oracle.j2ee.10.1.3.3.51/oc4j-config/applications/admin_ejb.jar, Compile error: Syntax error in source or compilation failed
05/02/23 11:51:46 done.
05/02/23 11:51:46 Error initializing server: Error initializing ejb-module; Exception Compile error: Syntax error in source or compilation failed
05/02/23 11:51:47 Fatal error: server exiting
I tried to download and unzip the version with JDK and without JDK, but the result is the same...
Thanks for any help.

Please refer to a prvious post:
http://forums.oracle.com/forums/thread.jsp?forum=214&thread=278349&message=866560

Similar Messages

  • Integration of a web application running on tomcat

    Hi all experts,
    I want to integrate a web application running Apache Tomcat/5.5.20.
    it's login page(jsp  page) have two input box uid and pwd.Login Application
    calls a servlet in Apache Tomcat/5.5.20 web.xml.
    For Accessing the loging page url is http://2.2.3.2:8080/uportal/Login
    I tried with app integrator
    URL Template  <System.protocol>://<System.server>:<System.port><System.uri>?<Authentication>
    URL Template fragment for User Mapping is
    login=<MappedUser>&passwd=<MappedPassword>
    But its giving error
    description The server encountered an internal error () that prevented it from fulfilling this request.
    java.lang.NullPointerException
         ubq.base.UEncryptionService.encrypt(UEncryptionService.java:29)
         ubq.base.UUserManager.loginUser(UUserManager.java:25)
         ubq.base.ULoginServlet.doPost(ULoginServlet.java:106)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Can any body help me ,My problem is that i cant change any code in backend application.
    Thanks in advance.
    Regd,
    Sanjay

    Hi Sanjay,
    Does the Tomcat is in the local System?
    If it is in local system try to run the application using
    <serverhost>://localhost:8080/......
    else for remote server
    Its always safe to add an entry (alias name) in drivers/hosts file with the ip address of the server like
    2.2.3.2     myLocalServer
    Now try to run and see.
    Thanks,
    Swathi
    PS:points are welcome:-)

  • How to integrate a flex build in a web application running on jBoss 5.1

    Hi,
    I have two flex builds for a messaging application that I have to integrate with my web application running on Jboss 5.1 . I have tried hot deploying the builds into the default deploy folder of Jboss,but that approach doesn't seem to work(maybe because I may need to make war out of the flex builds). Can someone tell me an approach of how to accomplish this. Can I leverage BLAZEDS for this purpose.
    Thanks
    Rohit Kumar

    Hi,
    Go through Re: Web Dynpro and Smart Forms.
    Regards,
    Satyajit.

  • Is it possible to access Pages from an web application running in Safari in i-Pad?

    Is it possible to access Pages application from an web application running on safari browser in iPad ?

    Since you control the application AND the plugin - you can define ANY method of communication you want.  Shared files, shared memory, IPC, named pipes, etc.

  • Not able to clear session of web application running inside wpf browser control

    Hi,
    I have used below code to clear session of web application running inside wpf browser control .   
    [DllImport("wininet.dll", SetLastError = true)]
       private static extern bool InternetSetOption(IntPtr hInternet, int dwOption, IntPtr lpBuffer, int lpdwBufferLength);
     InternetSetOption(IntPtr.Zero, INTERNET_OPTION_END_BROWSER_SESSION, IntPtr.Zero, 0);
    This code is working in Windows 8 but it is not working in windows 7 and windows 8.1.
    I want to know why it is not working and how to make it work in windows 7 and windows 8.1
    Please help.
    Thanks & Regards,
    Pritesh

    Hi,
    I have used below code to clear session of web application running inside wpf browser control .   
    [DllImport("wininet.dll", SetLastError = true)]
       private static extern bool InternetSetOption(IntPtr hInternet, int dwOption, IntPtr lpBuffer, int lpdwBufferLength);
    InternetSetOption(IntPtr.Zero, INTERNET_OPTION_END_BROWSER_SESSION, IntPtr.Zero, 0);
    This code is working in Windows 8 but it is not working in windows 7 and windows 8.1.
    I want to know why it is not working and how to make it work in windows 7 and windows 8.1
    Please help.
    Thanks & Regards,
    Pritesh

  • Which servers do web applications run on?

    As far as I know, SharePoint runs IIS web sites for each web application on any server that has "SharePoint Foundation Web Application" running on it. And this is an "all or nothing" operation - you get all the web applications or none. 
    I've always been uneasy about this because you need the Web Application on the Central Admin server, but then that puts *all* your web apps on the server, which is unnecessary. 
    Is there a way to assign web apps to specific servers? 
    Philo Janus, MCP Bridging business & Technology: http://www.saintchad.org/ Telecommuter? http://www.homeofficesurvival.com/ Author: Pro InfoPath 2007 & Pro InfoPath 2010 Pro PerformancePoint 2007 Pro SQL Server Analysis Services 2008 Building Integrated
    Business Intelligence Solutions

    Hiya,
    Out of the box, it's an all or nothing. Either the servers acts as WFE or it does not. This is part of the the streamlined topology strategy, and the same as any previous topology. This in order to reduce maintenance operation time/cost.

  • Can a fusion web application run on smart phones also? Then what about database for mobiles?

    Sir,
    Can a fusion web application run on smart phones also? Then what about database for mobiles?
    Regards

    Any web application can run on smart phone because you are accessing it from browser so no need for database or application server on your mobile
    It is same as accessing any website on mobile
    If you are talking about mobile app
    check this - http://www.oracle.com/technetwork/developer-tools/adf-mobile/overview/adfmobile-1917693.html
    Ashish

  • Web application deployment problem. FacesServlet exception.

    Hello.
    I used Jdeveloper 10.1.3.4 and deployed my web-app on OAS 10.1.3 (Windows) succesfully. But when I'm trying to access my application, I get in application.log following errors:
    11/02/08 14:29:18.213 test: Error initializing servlet
    java.lang.ClassCastException: oracle.jsp.runtimev2.JspServlet cannot be cast to com.evermind.server.http.JspInterface
         at com.evermind.server.http.JspServletInstanceInfo.initializeJsp(JspServletInstanceInfo.java:127)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2505)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.214 test: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5033)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.285 test: Error initializing servlet
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:165)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.286 test: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5033)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.286 test: 10.1.3.5.0 Started
    11/02/08 14:32:29.511 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:37:27.173 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:40:07.383 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    I've found solution for this error: it is necessary to add to web.xml following:
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    I've added this, and now get a deployment error:
    [Feb 8, 2011 6:04:33 PM] Exception: NoClassDefFoundError: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    [Feb 8, 2011 6:04:34 PM] Operation failed with error: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Need help to solve the problem!

    OK. You can call me stupid. I forgot to set the default web application for the
    specific server. Another Stupid User Eror Problem. Doh! Later...
    - Wayne
    "Wayne Lau" <[email protected]> wrote:
    >
    I'm having an issue where with an exploded directory web application
    deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP.
    I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed
    wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

  • Why won't my Web  application run anymore???

    When I make minor modifications to my web application (change a jsp, or a DataForwardAction class), stop the container, then run the application, I'm getting an error:
    05/09/16 13:56:03 java.lang.NullPointerException
    05/09/16 13:56:03      at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:128)
    The error does not always happen, but appears to coincide with the instantiation of the FIRST application module that has business components.
    I then stop the container, run again, and it works (most of the time).
    What's going on?
    We have a stack trace (we read another thread that said about starting jdeveloper jdev.exe from cmdline and hitting ctrl-break to get a trace), which we can post as well.

    "BrowserProcessOut" prio=7 tid=0x05908e48 nid=0x6cc runnable [6dcf000..6dcfd8c]
            at java.io.FileInputStream.readBytes(Native Method)
            at java.io.FileInputStream.read(FileInputStream.java:194)
            at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
            at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
            - locked <0x10992078> (a java.io.BufferedInputStream)
            at java.io.FilterInputStream.read(FilterInputStream.java:90)
            at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:285)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
            - locked <0x109960d0> (a java.io.InputStreamReader)
            at java.io.InputStreamReader.read(InputStreamReader.java:167)
            at java.io.BufferedReader.fill(BufferedReader.java:136)
            at java.io.BufferedReader.readLine(BufferedReader.java:299)
            - locked <0x109960d0> (a java.io.InputStreamReader)
            at java.io.BufferedReader.readLine(BufferedReader.java:362)
            at oracle.ideimpl.webbrowser.BrowserRunner$ProcessOutput.run(BrowserRunner.java:339)
            at java.lang.Thread.run(Thread.java:534)
    "BrowserProcessErr" prio=7 tid=0x05d669a8 nid=0xa30 runnable [6bcf000..6bcfd8c]
            at java.io.FileInputStream.readBytes(Native Method)
            at java.io.FileInputStream.read(FileInputStream.java:177)
            at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:285)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
            - locked <0x1099c1d8> (a java.io.InputStreamReader)
            at java.io.InputStreamReader.read(InputStreamReader.java:167)
            at java.io.BufferedReader.fill(BufferedReader.java:136)
            at java.io.BufferedReader.readLine(BufferedReader.java:299)
            - locked <0x1099c1d8> (a java.io.InputStreamReader)
            at java.io.BufferedReader.readLine(BufferedReader.java:362)
            at oracle.ideimpl.webbrowser.BrowserRunner$ProcessOutput.run(BrowserRunner.java:339)
            at java.lang.Thread.run(Thread.java:534)
    "WaitForProcess" prio=7 tid=0x05a7f5d8 nid=0x874 runnable [68cf000..68cfd8c]
            at java.lang.Win32Process.waitFor(Native Method)
            at oracle.ide.runner.Starter$1.run(Starter.java:287)
    "LogOutput - Embedded OC4J Server System.err" prio=7 tid=0x05986450 nid=0xfd4 runnable [64cf000..64cfd8c]
            at java.io.FileInputStream.readBytes(Native Method)
            at java.io.FileInputStream.read(FileInputStream.java:177)
            at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:285)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
            - locked <0x17e6fb28> (a java.io.InputStreamReader)
            at java.io.InputStreamReader.read(InputStreamReader.java:167)
            at java.io.Reader.read(Reader.java:100)
            at oracle.ide.runner.LogOutputThread.run(RunProcess.java:1577)
    "LogOutput - Embedded OC4J Server System.out" prio=7 tid=0x05a7da20 nid=0x418 runnable [4fcf000..4fcfd8c]
            at java.io.FileInputStream.readBytes(Native Method)
            at java.io.FileInputStream.read(FileInputStream.java:194)
            at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
            at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
            - locked <0x17e71bd8> (a java.io.BufferedInputStream)
            at java.io.FilterInputStream.read(FilterInputStream.java:90)
            at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:285)
            at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
            - locked <0x17e72400> (a java.io.InputStreamReader)
            at java.io.InputStreamReader.read(InputStreamReader.java:167)
            at java.io.Reader.read(Reader.java:100)
            at oracle.ide.runner.LogOutputThread.run(RunProcess.java:1577)
    "Oc4jListener" prio=7 tid=0x08f04cc8 nid=0xf54 runnable [4ecf000..4ecfd8c]
            at java.net.PlainSocketImpl.socketAccept(Native Method)
            at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
            - locked <0x17e72470> (a java.net.PlainSocketImpl)
            at java.net.ServerSocket.implAccept(ServerSocket.java:448)
            at java.net.ServerSocket.accept(ServerSocket.java:419)
            at oracle.jdevimpl.runner.oc4j.Oc4jListener$Listener.run(Oc4jListener.java:154)
            at java.lang.Thread.run(Thread.java:534)
    "Log Page Updater" prio=5 tid=0x08f045e8 nid=0x1d0 waiting on condition [66cf000..66cfd8c]
            at java.lang.Thread.sleep(Native Method)
            at oracle.jdeveloper.compiler.CompilerPage$1.run(CompilerPage.java:524)
    "JSP VE Design Time Thread: ViewController.jpr 1127151143068" prio=7 tid=0x053d1e20 nid=0xa34 in Object.wait() [70cf000..70cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x15c4a9c8> (a oracle.jdevimpl.webapp.design.DesignTimeRenderThread)
            at java.lang.Object.wait(Object.java:429)
            at oracle.jdevimpl.webapp.design.DesignTimeRenderThread.runImpl(DesignTimeRenderThread.java:166)
            - locked <0x15c4a9c8> (a oracle.jdevimpl.webapp.design.DesignTimeRenderThread)
            at oracle.jdevimpl.webapp.design.DesignTimeThread.run(DesignTimeThread.java:77)
    "Designer-Layout-Dispatcher [file:/C:/Workspaces/Act220_Reporting/ViewController/public_html/PF_Report_2.jsp]" prio=7 tid=0x054d9788 nid=0x8f4 in Object.wait()[6ecf000..6ecfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x15c4acd0> (a oracle.jdevimpl.webapp.view.DisplayManager$RefreshQueue)
            at java.lang.Object.wait(Object.java:429)
            at oracle.jdevimpl.webapp.view.DisplayManager$RefreshDispatcher.run(DisplayManager.java:1349)
            - locked <0x15c4acd0> (a oracle.jdevimpl.webapp.view.DisplayManager$RefreshQueue)
            at java.lang.Thread.run(Thread.java:534)
    "IdeMinPriorityTimer" daemon prio=2 tid=0x053d3008 nid=0xb3c in Object.wait() [47cf000..47cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x15725f50> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:429)
            at java.util.TimerThread.mainLoop(Timer.java:403)
            - locked <0x15725f50> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:382)
    "oracle.bali.xml.share.clipboard.PollingClipboardManager" daemon prio=2 tid=0x03fcea28 nid=0xf58 waiting on condition [6acf000..6acfd8c]
            at java.lang.Thread.sleep(Native Method)
            at oracle.bali.xml.share.clipboard.PollingClipboardManager$Poller.run(PollingClipboardManager.java:327)
            at java.lang.Thread.run(Thread.java:534)
    "Thread-6" daemon prio=4 tid=0x03813500 nid=0x1c8 in Object.wait() [69cf000..69cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x14810118> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:429)
            at java.util.TimerThread.mainLoop(Timer.java:403)
            - locked <0x14810118> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:382)
    "Thread-4" prio=5 tid=0x04167518 nid=0x95c runnable [67cf000..67cfd8c]
            at java.net.PlainSocketImpl.socketAccept(Native Method)
            at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
            - locked <0x13aefbf8> (a java.net.PlainSocketImpl)
            at java.net.ServerSocket.implAccept(ServerSocket.java:448)
            at java.net.ServerSocket.accept(ServerSocket.java:419)
            at oracle.ideimpl.shell.ShellIntegration$DaemonThread.run(ShellIntegration.java:184)
    "WeakDataReference polling" prio=2 tid=0x03faa640 nid=0xcf4 in Object.wait() [65cf000..65cfd8c]
            at java.lang.Object.wait(Native Method)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
            - locked <0x135fd2a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
            at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:88)
            at java.lang.Thread.run(Thread.java:534)
    "Version control ChangeList updater" prio=2 tid=0x04365cb8 nid=0x4e4 in Object.wait() [63cf000..63cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x13458298> (a oracle.jdeveloper.vcs.changelist.ChangeListEventQueue)
            at java.lang.Object.wait(Object.java:429)
            at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.awaitEvents(ChangeListEventQueue.java:155)
            - locked <0x13458298> (a oracle.jdeveloper.vcs.changelist.ChangeListEventQueue)
            at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.eventLoop(ChangeListEventQueue.java:438)
            at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue.access$1000171(ChangeListEventQueue.java:48)
            at oracle.jdeveloper.vcs.changelist.ChangeListEventQueue$6.run(ChangeListEventQueue.java:462)
            at java.lang.Thread.run(Thread.java:534)
    "WaitCursorTimer" daemon prio=5 tid=0x0358c5d0 nid=0x848 in Object.wait() [52cf000..52cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x12f2bc20> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:429)
            at java.util.TimerThread.mainLoop(Timer.java:403)
            - locked <0x12f2bc20> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:382)
    "IconOverlayTracker Timer" prio=5 tid=0x037d3980 nid=0xc98 in Object.wait() [50cf000..50cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x12e34950> (a java.util.TaskQueue)
            at java.lang.Object.wait(Object.java:429)
            at java.util.TimerThread.mainLoop(Timer.java:403)
            - locked <0x12e34950> (a java.util.TaskQueue)
            at java.util.TimerThread.run(Timer.java:382)
    "TimerQueue" daemon prio=5 tid=0x037ae548 nid=0x87c in Object.wait() [51cf000..51cfd8c]
            at java.lang.Object.wait(Native Method)
            at javax.swing.TimerQueue.run(TimerQueue.java:231)
            - locked <0x129cf208> (a javax.swing.TimerQueue)
            at java.lang.Thread.run(Thread.java:534)
    "AWT-EventQueue-0" prio=7 tid=0x03d81008 nid=0xe9c in Object.wait() [49cf000..49cfd8c]
            at java.lang.Object.wait(Native Method)
            at java.lang.Object.wait(Object.java:429)
            at java.awt.EventQueue.getNextEvent(EventQueue.java:339)
            - locked <0x127bd410> (a java.awt.EventQueue)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:162)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    "Java2D Disposer" daemon prio=10 tid=0x03d63cb8 nid=0x59c in Object.wait() [48cf000..48cfd8c]
            at java.lang.Object.wait(Native Method)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
            - locked <0x127c9be0> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
            at sun.java2d.Disposer.run(Disposer.java:100)
            at java.lang.Thread.run(Thread.java:534)
    "AWT-Windows" daemon prio=7 tid=0x03d61408 nid=0xd6c runnable [46cf000..46cfd8c]
            at sun.awt.windows.WToolkit.eventLoop(Native Method)
            at sun.awt.windows.WToolkit.run(WToolkit.java:262)
            at java.lang.Thread.run(Thread.java:534)
    "AWT-Shutdown" prio=5 tid=0x03d61138 nid=0x9c0 in Object.wait() [45cf000..45cfd8c]
            at java.lang.Object.wait(Native Method)
            - waiting on <0x127b27c0> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:429)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
            - locked <0x127b27c0> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:534)
    "Signal Dispatcher" daemon prio=10 tid=0x00ad67a8 nid=0xde8 waiting on condition [0..0]
    "Finalizer" daemon prio=9 tid=0x00a2eda0 nid=0xd78 in Object.wait() [316f000..316fd8c]
            at java.lang.Object.wait(Native Method)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
            - locked <0x12783160> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x00a2d970 nid=0xc90 in Object.wait() [fbf000..fbfd8c]
            at java.lang.Object.wait(Native Method)
            at java.lang.Object.wait(Object.java:429)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
            - locked <0x127831c8> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x00847008 nid=0x940 waiting on condition [0..12f54c]
    "VM Thread" prio=5 tid=0x00a6e6d8 nid=0xb48 runnable
    "VM Periodic Task Thread" prio=10 tid=0x00ad7bb8 nid=0xe84 waiting on condition
    "Suspend Checker Thread" prio=10 tid=0x00ad5d30 nid=0x54c runnable

  • Web application designer problem

    Hello All,
    I design a web application suing web application designer and trying it display using browser.
    the browser throws up a error
    The requested url could not be retreived.
    http://iwsap4.local:8080/sap/bw/BEx?
    The browser is IE & the GUI is 6.2.
    Have any of u experienced the same problem.
    Rgds
    Karthik

    Hi!
    First of all, check transaction SMICM to see if the Internet Connection Manager is running.
    As you probably can see, your URL seems to be missing your domain name. Check your icm/host_name_full parameter (menu Go to->Parameter->Display from SMICM).
    Regards
    Andreas

  • How can I debug a web application running on Weblogic 10.3

    Hello,
    I have inherited a NetUI Web Application developed using Weblogic Workshop and I can't manage to debug it. I have configure my server in Workshop and to debug it I right-click the project in Project Exporer and select Debug As -> Debug On Server, but this isn't working. The browser does open the application doesn't appear to be getting delpoyed.
    Can anyone help me out? I am using Weblogic 10.3 and Java 1.6.
    Thanks,
    Sean

    Hi Kal,
    The application is an enterprise application packaged as an EAR. if I right click on the project and click Debug As -> Debug on Server, the application appears in the Server Tab, but it does not start automatically. If I then manually start the server the application runs, but it does not stop at break points and I can not debug it.
    If I right-click on the web project that is packaged as part of the ear and select Debug As -> Debug On Server again the application is deployed, but I can't debug it. I don't get error messages, the application functions as normal but it does not stop at break points. When I attempt to debug the application via the Web Project, two browsers open automatically, both correctly displaying the application.
    Regards,
    Sean

  • Web-application deployment problem (404 - File not found)

    Hello
    Does anyone have had the same problems like me on deploying java web-applications on iPlanet WS 6.0?
    I started with the HelloWorld.war example that came with the server and went through the manual but no luck so far. Heres what I did:
    0. Checked that webapps are enabled in the servler.xml file
    1. Created a directory /opt/webapps and /opt/webapps/hello with sufficient permissions
    2. Copied the HelloWorld.war example to /opt/webapps
    3. Deployed the excample on my test-server using the webinterface.
    Heres the content of the web-apps.xml file of my testserver after step 3:
    [DTD here]
    <vs>
    <jsp-servlet enable="true">
    <init-param>
    <param-name>use-precompiled</param-name>
    <param-value>true</param-value>
    </init-param>
    </jsp-servlet>
    <web-app uri="/hello" dir="/opt/webapps/hello" enable="true"/>
    </vs>
    All files have been extracted to /opt/webapps/hello properly. The server has been restarted.
    When I finally point my browser to http://server/hello or hello/index.jsp I get only a 404 - File not found message by the server. The context path seems to be totaly ignored.
    Heres the error log of the server
    [17/Feb/2003:16:17:38] info (12040): successful server startup
    [17/Feb/2003:16:17:38] info (12040): iPlanet-WebServer-Enterprise/6.0SP2 B11/13/2001 00:49
    [17/Feb/2003:16:17:39] info (12041): Installing a new configuration
    [17/Feb/2003:16:17:39] info (12041): [LS ls1] http://XXX.XXX.XXX.XX, port 1080 ready to accept requests
    [17/Feb/2003:16:17:39] info (12041): A new configuration was successfully installed
    [17/Feb/2003:16:17:40] info (12041): Using the Solaris VM v1.2.2 from Sun Microsystems Inc.
    [17/Feb/2003:16:17:40] info (12041): Java VM classpath: /www/ns-home6sp2/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar:/opt/jdk1.2.2/lib/tools.jar:/www/ns-home6sp2/bin/https/jar/NSServletLayer.jar:/www/ns-home6sp2/bin/https/jar/NSJavaUtil.jar:/www/ns-home6sp2/bin/https/jar/NSJavaMiscUtil.jar:/www/ns-home6sp2/bin/https/jar/servlet.jar:/www/ns-home6sp2/bin/https/jar/servlet-2.3-filters-api.jar:/www/ns-home6sp2/bin/https/jar/jsp092.jar:/www/ns-home6sp2/bin/https/jar/jaxp.jar:/www/ns-home6sp2/bin/https/jar/crimson.jar:/www/ns-home6sp2/bin/https/jar/xalan.jar:/www/ns-home6sp2/bin/https/jar/jspengine.jar:
    [17/Feb/2003:16:17:40] info (12041): Loading IWSSessionManager by default.
    [17/Feb/2003:16:17:40] info (12041): IWSSessionManager: Maximum number of sessions is 1000
    [17/Feb/2003:16:17:40] info (12041): Adding web application (/hello) at (/opt/webapps/hello)
    [17/Feb/2003:16:17:40] info (12041): Loading IWSSessionManager by default.
    [17/Feb/2003:16:17:40] info (12041): IWSSessionManager: Maximum number of sessions is 1000
    [17/Feb/2003:16:17:40] info (12041): vs(https-duke)servlet 'snoop' class = 'SnoopServlet' loaded in context = '/hello'
    [17/Feb/2003:16:17:40] info (12041): snoop: init
    [17/Feb/2003:16:17:40] info (12041): Successfully initialized web application environment (web-apps.xml) for virtual server (https-duke)

    i had similar problem due to the incorrect jdk path...
    try http://..../hello/snoop, if this works, it seems that the jsp file cannot be compiled automatically and jdk path needs to be checked...

  • Web Application Deployment Problem...

    I'm having an issue where with an exploded directory web application deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP. I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

    OK. You can call me stupid. I forgot to set the default web application for the
    specific server. Another Stupid User Eror Problem. Doh! Later...
    - Wayne
    "Wayne Lau" <[email protected]> wrote:
    >
    I'm having an issue where with an exploded directory web application
    deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP.
    I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed
    wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

  • Webflow Web Application Configuration Problem

    I am trying to use BEA&#8217;s webflow tool to handle navigation within a series
    of JSP pages, input processors, and pipeline components. The JSP pages will capture
    user profile information beyond the normal User ID and Password (user interests,
    etc). This information will be stored in the database, and be used to customize
    the user experience.
    I am using the validated form tag, and the webflow tag libraries in the JSP in
    order to take advantage of some pre-built validation tools.
    My web application is named conahec, and my namespace is called test.wf.
    The JSP page comes up perfectly, but when I enter data on the page to test it,
    and hit the save button, I get the following error:
    <Mar 8, 2002 8:48:54 AM MST> <Error> <Webflow> <Error while parsing uri
    /conahec/application, path null, query string null - Webflow XML does not exist,
    is not loaded properly,or you do not have a configuration-error-page defined.
    Exception[com.bea.p13n.appflow.exception.ConfigurationException: The
    configuration-error-page node was not found in the webflow xml file. for webapp
    [null], namespace [portal]. While trying to display
    CONFIGURATION ERROR:
    [Exception[com.bea.p13n.appflow.exception.ConfigurationException: Bad
    Namespace - namespace [test] is not available for webflow execution. Make sure
    the[test.wf] file is deployed in webapp [null].]],]
    As you can see, it appears that the webapp is not defined. The only way the web
    app wouldn&#8217;t be defined (that I know of from reading previous posts to this
    group) is if the data synchronization was not successful.
    However, the DataSync page appears to show that the synchronization was successful.
    Here are the results I see on the DataSync page:
    - /webapps/conahec/test.wf
    Schema URI http://www.bea.com/servers/p13n/xsd/webflow/2.0
    Creation Date 2002-03-08 10:13:25.039
    Modification Date 2002-03-08 10:13:25.039
    Name test.wf
    Description E:\bea\ebcc4.0\applications\portal\application-sync\webapps\conahec\test.wf
    Author (omitted)
    Data
    <?xml version="1.0"?>
    <webflow-configuration xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    is-complete="true" xsi:schemaLocation="http://www.bea.com/servers/p13n/xsd/webflow/2.0
    webflow.xsd" xmlns:data="http://www.bea.com/servers/p13n/xsd/datalink/1.0" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
    <namespace xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">test</namespace>
    <begin-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <destination xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0" node-type="jsp"
    namespace="test" node-name="customer_profile"></destination>
    </begin-origin>
    <configuration-error-page xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="portal_error"></configuration-error-page>
    <presentation-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" node-name="customer_profile">
    <node-processor-info xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="customer_profile.jsp" page-relative-path="/portlets/testIntl"></node-processor-info>
    <event-list xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <event xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0" event-name="button.save">
    <destination xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="inputprocessor" namespace="test" node-name="CustomerRegIP"></destination>
    </event>
    </event-list>
    </presentation-origin>
    <presentation-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" node-name="customer_success">
    <node-processor-info xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="customer_success.jsp" page-relative-path="/portlets/testIntl"></node-processor-info>
    </presentation-origin>
    <presentation-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" node-name="error">
    <node-processor-info xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="error.jsp" page-relative-path="/framework/error"></node-processor-info>
    </presentation-origin>
    <processor-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="inputprocessor" node-name="CustomerRegIP">
    <node-processor-info xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    class-name="com.bea.conahec.customer.CustomerRegIP"></node-processor-info>
    <event-list xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <event xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0" event-name="success">
    <destination xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="pipeline" namespace="test" node-name="customerRegPC"></destination>
    </event>
    </event-list>
    <exception-list xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <exception xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    exception-name="com.bea.p13n.appflow.webflow.forms.InvalidFormDataException">
    <destination xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" namespace="test" node-name="customer_profile"></destination>
    </exception>
    </exception-list>
    </processor-origin>
    <processor-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="pipeline" node-name="customerRegPC">
    <node-processor-info xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    pipeline-name="customerRegPC" pipeline-namespace="customerreg"></node-processor-info>
    <event-list xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <event xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0" event-name="success">
    <destination xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" namespace="test" node-name="customer_success"></destination>
    </event>
    </event-list>
    <exception-list xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <exception xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    exception-name="com.bea.p13n.appflow.exception.PipelineException">
    <destination xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" namespace="test" node-name="error"></destination>
    </exception>
    </exception-list>
    </processor-origin>
    </webflow-configuration>
    I have tried to remove the data repository, and re-synchronize the data.
    Can you please help by pointing me in a direction to continue to research this
    problem?
    Thanks.

    Thank you, Daniel.
    Support got back to me 24 hours later, and gave me the patch I needed. Early
    testing shows that this patch has fixed this problem.
    Scott Peterson
    "Daniel Selman" <[email protected]> wrote:
    Scott,
    Please contact support. We have seen (and fixed) a CR related to the
    web
    application name not being retrieved correctly (null) in all cases:
    The
    configuration-error-page node was not found in the webflow xml file.for
    webapp
    [null], namespace [portal]Sincerely,
    Daniel Selman
    "Scott Peterson" <[email protected]> wrote in message
    news:[email protected]...
    I am trying to use BEA&#8217;s webflow tool to handle navigation withina
    series
    of JSP pages, input processors, and pipeline components. The JSP pageswill capture
    user profile information beyond the normal User ID and Password (userinterests,
    etc). This information will be stored in the database, and be usedto
    customize
    the user experience.
    I am using the validated form tag, and the webflow tag libraries inthe
    JSP in
    order to take advantage of some pre-built validation tools.
    My web application is named conahec, and my namespace is called test.wf.
    The JSP page comes up perfectly, but when I enter data on the pageto test
    it,
    and hit the save button, I get the following error:
    <Mar 8, 2002 8:48:54 AM MST> <Error> <Webflow> <Error while parsinguri
    /conahec/application, path null, query string null - Webflow XML doesnot
    exist,
    is not loaded properly,or you do not have a configuration-error-pagedefined.
    Exception[com.bea.p13n.appflow.exception.ConfigurationException: The
    configuration-error-page node was not found in the webflow xml file.
    for>webapp>> [null, namespace [portal]. While trying to display
    CONFIGURATION ERROR:
    [Exception[com.bea.p13n.appflow.exception.ConfigurationException: Bad
    Namespace - namespace [test] is not available for webflow execution.Make
    sure
    the[test.wf] file is deployed in webapp [null].]],]
    As you can see, it appears that the webapp is not defined. The onlyway
    the web
    app wouldn&#8217;t be defined (that I know of from reading previousposts
    to this
    group) is if the data synchronization was not successful.
    However, the DataSync page appears to show that the synchronizationwas
    successful.
    Here are the results I see on the DataSync page:
    - /webapps/conahec/test.wf
    Schema URI http://www.bea.com/servers/p13n/xsd/webflow/2.0
    Creation Date 2002-03-08 10:13:25.039
    Modification Date 2002-03-08 10:13:25.039
    Name test.wf
    DescriptionE:\bea\ebcc4.0\applications\portal\application-sync\webapps\conahec\test.wf
    Author (omitted)
    Data
    <?xml version="1.0"?>
    <webflow-configuration
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    is-complete="true"
    xsi:schemaLocation="http://www.bea.com/servers/p13n/xsd/webflow/2.0
    webflow.xsd" xmlns:data="http://www.bea.com/servers/p13n/xsd/datalink/1.0"
    xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
    <namespace
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">test</namespace>
    <begin-origin xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <destination
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0" node-type="jsp"
    namespace="test" node-name="customer_profile"></destination>
    </begin-origin>
    <configuration-error-page
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="portal_error"></configuration-error-page>
    <presentation-origin
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" node-name="customer_profile">
    <node-processor-info
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="customer_profile.jsp"page-relative-path="/portlets/testIntl"></node-processor-info>
    <event-list
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <event xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    event-name="button.save">
    <destination
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="inputprocessor" namespace="test"node-name="CustomerRegIP"></destination>
    </event>
    </event-list>
    </presentation-origin>
    <presentation-origin
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" node-name="customer_success">
    <node-processor-info
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="customer_success.jsp"page-relative-path="/portlets/testIntl"></node-processor-info>
    </presentation-origin>
    <presentation-origin
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" node-name="error">
    <node-processor-info
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    page-name="error.jsp"page-relative-path="/framework/error"></node-processor-info>
    </presentation-origin>
    <processor-origin
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="inputprocessor" node-name="CustomerRegIP">
    <node-processor-info
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    class-name="com.bea.conahec.customer.CustomerRegIP"></node-processor-info>
    <event-list
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <event xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    event-name="success">
    <destination
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="pipeline" namespace="test"node-name="customerRegPC"></destination>
    </event>
    </event-list>
    <exception-list
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <exception
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    >
    exception-name="com.bea.p13n.appflow.webflow.forms.InvalidFormDataException"
    <destination
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" namespace="test"node-name="customer_profile"></destination>
    </exception>
    </exception-list>
    </processor-origin>
    <processor-origin
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="pipeline" node-name="customerRegPC">
    <node-processor-info
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    pipeline-name="customerRegPC"pipeline-namespace="customerreg"></node-processor-info>
    <event-list
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <event xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    event-name="success">
    <destination
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" namespace="test"node-name="customer_success"></destination>
    </event>
    </event-list>
    <exception-list
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0">
    <exception
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    exception-name="com.bea.p13n.appflow.exception.PipelineException">
    <destination
    xmlns="http://www.bea.com/servers/p13n/xsd/webflow/2.0"
    node-type="jsp" namespace="test" node-name="error"></destination>
    </exception>
    </exception-list>
    </processor-origin>
    </webflow-configuration>
    I have tried to remove the data repository, and re-synchronize thedata.
    Can you please help by pointing me in a direction to continue to researchthis
    problem?
    Thanks.

  • Web Application Designer Problem with Variable Rolluptime_max

    Hi,
    I needed some help on one of the issues I am facing in the Web template.There is a requirement that a query when executed on the web should have LatestDataUpdate of the data provider on the Header of the Report, which in this case is the Web Template.
    The issue is that I used the Rolluptime_max as the variable to get the value in the Web template and it works fine too in Dev system as I can see the changes on the Web.When I transported the changes to QA system then also it worked fine but in Production after the transport it's not picking up the date.
    I checked the template and the changes which I did is there in Production but it still doesn't pick up the date.
    Can anybody help.I am on BI7.0
    Thanks
    Umang

    I resolved my problem!
    In the Content Administration of the portal:
    -Portal Content
    --Content Provided by SAP
    ---Platform Add-Ons
    Business Intelligence
    iViews
    BEx Web... right click, Open -> Object
    I've deleted the value in the property "BEx Web Application Query String", I put in it nothing.
    Now, it works!
    Bye
    Federico

Maybe you are looking for

  • Usage of FM's required for PO and SC

    Hi All, I have a requiremnt to use the following FMs BBP_PD_PO_GETDETAIL BBP_PD_SC_ITEM_GETDETAIL BBP_PD_SC_GETHISTORY BBP_PD_GETHISTORY I need the functonality of these FMs and the mandatory input parameters we have to pass ? regards lakshmi

  • Help required in creating a QUERY!!!

    hi my name is johnny. I am new to this forums. My question is "There are 4 players in a team and that team played 4 matches. The scores for player1: 34,44,23,9. player2: 12,15,62,40. player3: 54,65,34,82. player4: 77,53,69,88. in four inning in four

  • Sales order follow up document

    Hi     we have customized a sales order transaction & maintained copy control settings for this sale order  transaction, to determine three activity related follow up transactions Eg: ic activity, Bus Activity with Products and Adjest Order.   The pr

  • Here or There? To buy a Mac Pro

    I need to replace my work computer with a new Mac Pro when I move from Bay Area to Australia, I know the power if different, but can I buy  computere here? Or would it be better to wait until I get there....does Apple make a power converter so the co

  • Problem using workflow with ess leave requests

    Hello, I have been experiencing some problems using wf for approval with leave request in ess. I customized ws12300111 for request approval and it is working fine. But when we try to cancel a request in ess, there are strange things happening: - If t