JDeveloper 10.1.3.1.0, Browser: Error instantiating web-application

I'm trying to run a web-application that was made in JDeveloper 10.1.3.0 in the new 10.1.3.1.0.
Compiling doesn't show any errors, but when I run de application my browser shows the message: Error instantiating web-application
The Embedded OC4J Server – Log shows the following:
[EJB 3.0]: Assigning default-data-source=jdbc/hotel-hotel_ownerDS, specified in projects EJB 3.0 properties
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\Program Files\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config>
"C:\Program Files\jdevstudio10131\jdk\bin\javaw.exe" -client "-Doracle.home=C:\Program Files\jdevstudio10131" -classpath "C:\Program Files\jdevstudio10131\j2ee\home\oc4j.jar;C:\Program Files\jdevstudio10131\jdev\lib\jdev-oc4j-embedded.jar" -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config "C:\Program Files\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config\server.xml"
[waiting for the server to complete its initialization...]
2006-09-12 14:59:20.640 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
2006-09-12 14:59:20.656 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
[TopLink Warning]: 2006.09.12 02:59:24.234--ServerSession(18104358)--property toplink.server.platform.class.name is obsolete, property toplink.target-server should be used instead.
[TopLink Config]: 2006.09.12 02:59:24.328--ServerSession(18104358)--The alias name for the entity class [class nl.iteye.ejb3jsftestapp.model.entities.Country] is being defaulted to: Country.
[TopLink Config]: 2006.09.12 02:59:24.343--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Country.getDescription()] is being defaulted to: DESCRIPTION.
[TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Country.getCountry_code()] is being defaulted to: COUNTRY_CODE.
[TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The alias name for the entity class [class nl.iteye.ejb3jsftestapp.model.entities.Customer] is being defaulted to: Customer.
[TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getAddress()] is being defaulted to: ADDRESS.
[TopLink Config]: 2006.09.12 02:59:24.359--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getName()] is being defaulted to: NAME.
[TopLink Config]: 2006.09.12 02:59:24.375--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getId()] is being defaulted to: ID.
[TopLink Config]: 2006.09.12 02:59:24.375--ServerSession(18104358)--The column name for element [public java.lang.String nl.iteye.ejb3jsftestapp.model.entities.Customer.getCity()] is being defaulted to: CITY.
[TopLink Config]: 2006.09.12 02:59:24.375--ServerSession(18104358)--The column name for element [public java.util.Date nl.iteye.ejb3jsftestapp.model.entities.Customer.getBirthdate()] is being defaulted to: BIRTHDATE.
2006-09-12 14:59:24.390 ERROR J2EE EJB-03027 [current-workspace-app] An error occured deploying EJB module: com.evermind.server.ejb.exception.DeploymentException: [current-workspace-app:ejb3-jsf-test-app_model_0] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit default.
06/09/12 14:59:24 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failedjava.lang.InstantiationException: Error initializing ejb-modules: [current-workspace-app:ejb3-jsf-test-app_model_0] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit default.
2006-09-12 14:59:24.453 WARNING J2EE OJR-00013 Uitzondering bij initialiseren van geïmplementeerde applicatie: current-workspace-app. Error initializing ejb-modules: [current-workspace-app:ejb3-jsf-test-app_model_0] - Exception creating EntityManagerFactory using PersistenceProvider class oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider for persistence unit default.
2006-09-12 14:59:26.062 ERROR J2EE HTTP-00004 Er is een interne fout opgetreden tijdens het instantiëren van webapplicatie webapp, gedefinieerd in website OC4J 10g (10.1.3) Default Web Site. Application: datatags does not exist. Error creating Web application: webapp
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 14813 ms.
Target URL -- http://192.168.1.12:8988/ejb3-jsf-test-app-view-context-root/faces/index.jspx
06/09/12 14:59:26 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
I think it's a small problem, but I don't know where to look and how to fix this.
Can anyone help me with this problem?

I\ve changed JDeveloper "C:\Program Files\jdevstudio10131\" from to "C:\jdevstudio10131\", now the browser won't even start.
I get the following message in the log:
[EJB 3.0]: Assigning default-data-source=jdbc/hotel-hotel_ownerDS, specified in projects EJB 3.0 properties
[Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
C:\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config>
C:\jdevstudio10131\jdk\bin\javaw.exe -client -classpath C:\jdevstudio10131\j2ee\home\oc4j.jar;C:\jdevstudio10131\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10131\jdev\system\oracle.j2ee.10.1.3.39.14\embedded-oc4j\config\server.xml
[waiting for the server to complete its initialization...]
06/09/14 18:51:12 [SEVERE]: Error instantiating application at file:/C:/Program Files/jdevstudio10131/jdev/system/oracle.j2ee.10.1.3.39.14/embedded-oc4j/applications/ITS.ear: Unable to get ApplicationConfig for ITS : Error creating deployment directory: IO Error: The system cannot find the path specified
06/09/14 18:51:14 Error initializing server: Voor de gemeenschappelijke bibliotheek "global.libraries" in /C:/jdevstudio10131/jdev/system/oracle.j2ee.10.1.3.39.14/embedded-oc4j/config/server.xml moet ten minste één geldig element voor de code-source of voor de gemeenschappelijke bibliotheek met importgegevens worden opgegeven.
06/09/14 18:51:14 Fatal error: server exiting
Process exited with exit code 1.
My teacher says that JDeveloper 10.1.3.1.0 must be put in the "Program Files" else it won't work, but I doubt it.
Any Idea what I have to change because of this new error?

Similar Messages

  • Jdev 10g - Error instantiating web-application

    Hi All,
    when I try to run an OA page in Jdev 10g, I am getting the following error in the browser:
    Error instantiating web-application
    Application: APPS_HTML has been stopped
    (I am using Mozilla Firefox)
    The error log in Jdev has the following:
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    D:\jdev10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config>
    D:\jdev10g\jdevbin\jdk\bin\javaw.exe -hotspot -classpath D:\jdev10g\jdevbin\j2ee\home\oc4j.jar;D:\jdev10g\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -XX:MaxPermSize=256M -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\jdev10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    Feb 27, 2007 11:47:42 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Feb 27, 2007 11:47:42 AM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source D:\jdev10g\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/jdev10g/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdev10g/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\jdev10g\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdev10g\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/jdev10g/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdev10g/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\jdev10g\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdev10g\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/jdev10g/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/jdev10g/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\jdev10g\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\oracle\lib\xmlparserv2.jar (from manifest of /D:/jdev10g/jdevbin/jdev/appslibrt/jazncore.jar) has the same filename but is not identical to /D:/jdev10g/jdevbin/lib/xmlparserv2.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\jdev10g\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    07/02/27 11:47:44 WARNING: Application.setConfig Application: datatags is in failed state as initialization failed.
    java.lang.IllegalAccessError: tried to access method oracle.xml.jaxp.JXDocumentBuilder.<init>()V from class oracle.xml.jaxp.JXDocumentBuilderFactory
    Feb 27, 2007 11:47:44 AM com.evermind.server.ServerMessages warningApplicationInitializationFailed
    WARNING: Exception initializing deployed application: datatags. Application: datatags is in failed state as initialization failed
    07/02/27 11:47:44 WARNING: Application.setConfig Application: APPS_OA is in failed state as initialization failed.
    java.lang.IllegalAccessError: tried to access method oracle.xml.jaxp.JXDocumentBuilder.<init>()V from class oracle.xml.jaxp.JXDocumentBuilderFactory
    Feb 27, 2007 11:47:44 AM com.evermind.server.ServerMessages warningApplicationInitializationFailed
    WARNING: Exception initializing deployed application: APPS_OA. Application: APPS_OA is in failed state as initialization failed
    07/02/27 11:47:44 WARNING: Application.setConfig Application: current-workspace-app is in failed state as initialization failed.
    java.lang.IllegalAccessError: tried to access method oracle.xml.jaxp.JXDocumentBuilder.<init>()V from class oracle.xml.jaxp.JXDocumentBuilderFactory
    Feb 27, 2007 11:47:44 AM com.evermind.server.ServerMessages warningApplicationInitializationFailed
    WARNING: Exception initializing deployed application: current-workspace-app. Application: current-workspace-app is in failed state as initialization failed
    Feb 27, 2007 11:47:45 AM com.evermind.server.http.HttpMessages internalErrorWhileTryingToInstantiate
    SEVERE: Internal error raised tyring to instantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default Web Site. Application: webapp has been stopped
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 8282 ms.
    Can any one help me?
    Thanks,
    Senthil

    Try posting this on the OAF discussion forum:
    OA Framework

  • Error instantiating web-application:Application named 'javasso' is in stopp

    Hi,
    I am getting the following error while logging to Oracle Application Console.
    "Error instantiating web-application:Application named 'javasso' is in stopped"
    Environment details are as under:
    SOA suite: 10.1.3.1
    Oracle Database: 11.1.0
    I started getting this error after doing the following steps. Earlier everything was working fine.
    1. Created a connection pool and Datasource in JDBC resources under administration on 10g DB which worked fine.
    2. Attempted creating a connection pool on 11g DB which said connectiion successful when testing connetion. But once finalised and then again tried testing it gave an error saying " Invalid user name/password ".
    3. Since I know the username and password were correct, I tried changing 'ORCL' in the URL with the tns alias ORCL_421.
    4. Since I changed the URL, i was prompted to restart the defaults.
    5. Once I clicked on restart, after long time the browser still showed the timer rotating. So I refreshed the browser and it showed the application server was up.
    6. I went to check the JDBC resources and all the CONNECTION POOLs and DataSources are vanished.
    7. I logged out and then when i am trying to login again, I am getting the above error.
    8. I tried launching ESB and got the similar error but this time for esb "Application named 'esb-dt' is in stopped state."
    I am not sure why this is happening. AScontrol.log has the following error stack:
    [EMUI_14_42_51_/console/logoff] ERROR em.console doGet.303 - java.lang.IllegalStateException: Response has already been committed
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1854)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:249)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:796)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:398)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:765)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:283)
         at oracle.sysman.ias.studio.app.StudioConsole.doGet(StudioConsole.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.ias.studio.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:75)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.ias.studio.app.MultipleJVMFilter.doFilter(MultipleJVMFilter.java:85)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.PostLogonFilter.doFilter(PostLogonFilter.java:80)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.ias.studio.app.ShortHostnameRedirectFilter.doFilter(ShortHostnameRedirectFilter.java:68)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:436)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Appreciate if anyone can help resolve this issue.
    Thanks and Regards
    AT

    Check your server.xml. You need a line like:<application auto-start="false" name="staging-load" path="c:\staging-load.ear"/>

  • Web Services Tutorial - Error instantiating web-application

    Hi all -
    I've been trying to follow the "Create a Web Service from a Java Class" tutorial in the JDeveloper help and I'm running into problems accessing the web-service. After starting the embedded OC4J server, I try to access the target URL and get the following error message:
    Error instantiating web-application
    Error compiling :C:\jdev\jdev\mywork\Application2\Project1\public_html: Syntax error in source or compilation failed in: C:\jdev\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\application-deployments\current-workspace-app\Application2-Project1-webapp\project1\runtime\MyWebService1_Service_SerializerRegistry12.java
    The thing is, I've actually tried the steps on a separate computer and it worked perfectly. But it seems like I have something misconfigured on this system which is giving me problems. Does anyone have any suggestions for my problem?
    Thanks

    I never did solve the problem. I decided to try out GeoServer for WFS and am very impressed. It was much easier to install and pretty feature-filled as well with a lot of documentation. I would definitely suggest checking it out to see if it will fit your needs.

  • JSF Intro Tutorial - Error Message: "Error instantiating web-application"

    Hi all there !
    I find JDeveloper a very good tool to learn how to produce websites.
    I 've just started with the tutorials.
    Specifically: http://www.oracle.com/technology/obe/obe1013jdev/10131/jsfintro/jsfintro.htm
    The problem I found is in Runing the application section:
    "1. ...Right-click /welcome.jsp in the diagram (faces-config.xml) and select Run from the context menu."
    The OC4J server starts, shows a lot of messages (warnings, errors, etc.) in its Log, open Firefox Navigator and shows a page with error: "Error instantiating web-application" , "Application: JSFIntro-view-webapp has been stopped".
    JDeveloper I am using is: version 10.1.3.1.0.
    I also tried with MS-IEXPLORE (changing the Preferences) with the same result (different look though).
    I am saving the log in a txt file I could send to you if needed.
    Thanks in advance.

    Hi Roberto,
    The jsfintro obe is working fine for me and most of the people who tested it.
    I've seen the "Error instantiating web-application" when I usually deploy to a
    Standalone OC4J being run on older JDK version than my JDev 10.1.3.1 (JDK 1.5)
    Yet, I don't think you are deploying the jsfintro application.
    Check where you installed JDeveloper: it is recommended to have it under
    a folder name without any space. eg: C:\jdev10131
    Check to see if you can run any other application :
    eg: in JDev, Help menu -> Cue Cards -> Learn about J2EE applications ...
    you should find some simple JSF ones.
    if that still doesn't work, try downloading JDevStudio version 10.1.3.2, then
    decompress it under your C:\jdev10132 folder, then run jdeveloper.exe.
    Hopefully, this will run fine.
    Steff

  • Error instantiating web-application

    Hello, Im new posting over here. I hope someone can help me with this problem.
    I'm working on a WebService that use this type of variable:
    byte[ ] file.
    But when I try to run the WebService return this:
    Error instantiating web-application
    Error compiling :C:\Proyectos Modernizacion\Transitos_Produccion\TransitosMigracionOracle\ViewController\public_html: Syntax error in source or compilation failed in: C:\Herramientas Desarrollo\jdevstudio10140\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\application-deployments\current-workspace-app\TransitosMigracionOracle-ViewController-webapp\transitos\view\runtime\MsgTransitosSoapHttp_recepcionCierre_ReqS.java C:\Herramientas Desarrollo\jdevstudio10140\jdev\system\oracle.j2ee.10.1.3.42.70\embedded-oc4j\application-deployments\current-workspace-app\TransitosMigracionOracle-ViewController-webapp\transitos\view\runtime\WsRegistrarTransitosSoapHttp_Tie.java:264: error #300: method getString_1() not found in class transitos.view.GuardarImagenDocumentosElement
    result = ((transitos.view.WsRegistrarTransitos) getTarget()).guardarImagenDocumentos(myGuardarImagenDocumentosElement.getString1(), myGuardarImagenDocumentosElement.getString_2(), myGuardarImagenDocumentosElement.getString_3(), myGuardarImagenDocumentosElement.getString_4(), myGuardarImagenDocumentosElement.getString_5(), myGuardarImagenDocumentosElement.getString_6(), myGuardarImagenDocumentosEl
    *If delete the parameter byte[ ] file WebService works fine. Is a problem that I use byte type on WebService through JDeveloprt?. This because on JBuilder, this WebService works fine*
    Thanks for help
    Regards

    1) Application name has to be "default"
    Change <web-app application="eleicoes" name="eleicoes-web" root="/eleicoes" />
    to
    <web-app application="default" name="eleicoes-web" root="/eleicoes" />
    2) Also I recommend you to put the war file under the applications directory instead of default-web-app
    Hope this helps
    -Debu Panda
    Oracle
    I did exactly that Rob.
    This is the files i am using:
    application.xml
    <orion-application autocreate-tables="true"
         default-data-source="jdbc/OracleDS">
    <web-module id="defaultWebApp" path="../default-web-app" />
    <!-- this is the line i insert -->
    <web-module id="eleicoes" path="../default-web-app/eleicoes/eleicoes-web.war" />
    </orion-application>
    default-web-site.xml
    <web-site port="8888" display-name="Default Oracle9iAS Containers for J2EE Web Site">
    <default-web-app application="default" name="defaultWebApp" />
    <!-- this is the line i insert -->
    <web-app application="eleicoes" name="eleicoes-web" root="/eleicoes" />
    </web-site>
    Any advice?
    Thanks for your time,
    Rafael Dittberner

  • Error while web application deployment in NetBeans5.5

    Error while web application deployment in NetBeans5.5. I am always getting Tomcat deployment error. using Netbeans 5.5.1 with bundeld tomcat. But in some machines its working fine.
    regards
    jossy v jose

    What is the error message you see?
    Are there any stacktraces or other relevant messages in the ide log file? (The ide log file is [userdir]/var/log/messages.log. On userdir: http://blogs.sun.com/karthikr/entry/jse_directories)
    You can also check the server log file to see if there are more detailed messages.
    You can also try setting ant's verbose level to debug or verbose (Tools | Options | Miscellaneous | Ant | Verbosity Level) and check the output.

  • I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded

    Here is a ticket regarding our current client web application (  Image data add, edit , delete in folder with form data in MSSQL Database) that using code c#, web form, ajax, VS2008, MSSQL Server2008 , it appears that there is an error where the HTTP
    503 error occurs. 
    . Below is a conversation with Host Server support assistant.Can you take a look at it? 
    Ben (support) - Hi 
    Customer - We're having an issue with our windows host 
    Ben (support) - What's the issue? 
    Customer - 503 errors 
    Ben (support) - I am not getting any 503 errors on your site, is there a specific url to duplicate the error? 
    Customer - no, it comes and goes without any change Customer - could you have access to any logs ? 
    Ben (support) - Error logs are only available on Linux shared hosting, however with this error it may be related to you reaching your concurrent connections 
    Ben (support) - You can review more about this at the link \ 
    Customer - probably yes - how can we troubleshoot ? 
    Ben (support) - http://support.godaddy.com/help/article/3206/how-many-visitors-can-view-my-site-at-once 
    Ben (support) - This is something you need to review your code and databases to make sure they are closing the connections in a timely manner 
    Customer - we're low traffic, this is an image DB to show our product details to our customers 
    Customer - ahhhh, so we could have straying sessions ? 
    Ben (support) - Correct Customer - any way you could check if it's the case ? 
    Customer - because it was working previously 
    Ben (support) - We already know that's the case as you stated the 503 errors don't happen all the time if it were issue on the server the the 503 would stay. 
    Customer - so our 2/3 max concurrent users can max out the 200 sessions 
    Customer - correct ? 
    Customer - is there a timeout ? 
    Ben (support) - no that's not a time out concurrent connections are a little different then sessions and or connections. Lets say for an example you have 5 images on your site and 5 7 users come to your site this is not 7 concurrent connections but 35. They
    do close after awhile hence why the 503 error comes and goes. You can have these connections close sooner using code but this is something you have to research using your favorite search engine 
    Customer - thank you so much 
    Customer - I'm surprised that this just started a few weeks ago when we haven't changed anything for months 
    Customer - any changes from your side ? lowering of the value maybe ? 
    Customer - I'm trying to understand what I can report as a significant change 
    Ben (support) - We haven't touched that limit in years 
    Ben (support) - This could just be more users to your site than normal or even more images 
    Customer - I was thinking that could be it indeed 
    Customer - so I need to research how to quickly close connections when not needed 
    Ben (support) - Correctly 
    Ben (support) - correct 
    Customer - thanks !! 
    Ben (support) - Your welcome 
     Analysis : 
     The link provided tells us : All Plesk accounts are limited to 200 simultaneous visitors. 
     From what Ben (support) says and a little extra research, if those aren't visitors but connections then it's quite easy to max out, especially if the connections aren't closed when finished using. I'd suggest forwarding this to Kasem to see what he thinks. 
    Cheers, 
    Customer

    Hi Md,
    Thank you for posting in the MSDN forum.
    >>
    I want to writte C# code for 503 Service Unavailable error to web application page immediate close connection any page loaded.
    Since
    Visual Studio General Forum which discuss VS IDE issue, I am afraid that you post the issue in an incorrect forum.
    To help you find the correct forum, would you mind letting us know more information about this issue? Which kind of web app you develop using C# language? Is it an ASP.NET Web Application?
    If yes, I suggest you could post the issue directly on
    ASP.NET forum, it would better support your issue.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Error reading Web application occurs when starting one server in the cluster

    Hi All,
              I have configured two cluster servers in the win 2000. Admin server also win
              2000. One cluster server joins the cluster while other gives following error
              and starts. But it seems that it does not join to the cluster view because
              prevoius server only serves the requests. I have attached the log also.
              <> <101062> <[HTTP synergyserver] Error reading Web application
              "D:\bea\wlserver6.0\.\config\bd2kadmindomain\applications\.wl_temp_do_not_de
              lete_synergyserver\wl_local_comp12863.war">
              java.net.UnknownHostException: java.sun.com
              at java.net.InetAddress.getAllByName0(InetAddress.java:571)
              at java.net.InetAddress.getAllByName0(InetAddress.java:540)
              at java.net.InetAddress.getAllByName(InetAddress.java:533)
              at weblogic.net.http.HttpClient.openServer(HttpClient.java:159)
              at weblogic.net.http.HttpClient.openServer(HttpClient.java:221)
              at weblogic.net.http.HttpClient.<init>(HttpClient.java:85)
              at
              weblogic.net.http.HttpURLConnection.getHttpClient(HttpURLConnection.java:109
              at
              weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:30
              1)
              at java.net.URL.openStream(URL.java:798)
              at
              weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultRead
              erFactory.java:149)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
              Entity(DefaultEntityHandler.java:775)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
              Subset(DefaultEntityHandler.java:570)
              at
              weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner
              .java:1131)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocum
              entScanner.java:2177)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScan
              ner.java:2133)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatc
              h(XMLDocumentScanner.java:882)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
              nner.java:380)
              at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:900)
              at
              weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              va:123)
              at
              weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:1
              78)
              at weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:446)
              at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
              at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              at weblogic.j2ee.Application.addComponent(Application.java:133)
              at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:327)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:143)
              at
              weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:
              76)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy40.addWebDeployment(Unknown Source)
              at
              weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen
              t(WebServerMBean_CachingStub.java:1012)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:313)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
              Target.java:277)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
              eploymentTarget.java:232)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
              entTarget.java:192)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy0.updateDeployments(Unknown Source)
              at
              weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(
              ServerMBean_CachingStub.java:2299)
              at
              weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Appl
              icationManager.java:240)
              at
              weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManage
              r.java:122)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy9.start(Unknown Source)
              at
              weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(
              ApplicationManagerMBean_CachingStub.java:435)
              at weblogic.management.Admin.startApplicationManager(Admin.java:1033)
              at weblogic.management.Admin.finish(Admin.java:493)
              at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              at weblogic.Server.main(Server.java:35)
              Each cluster servers domain names are different i.e. not "mydomain". The
              file its complaining is in the specified directory and it has proper
              priviledges.
              If anyone has an idea please respond.
              Thanks
              Nalika
              [synergyserver.log]
              

    You're getting that probably because the WL instance was not shut down properly.
    If that's the case, you'll need to remove an ldap lock file (with a .lok extension) in the directory of ldap files (under the server dir) .

  • 500 Internal Server Error   BEx Web Application

    Hello,
    can everybody help for the fault, or had the same error ?
    500 Internal Server Error
      BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was:
    Cannot get connection for 60 seconds. Possible reasons: 1) Connections are cached within SystemThread(can be any server service or any code invoked within SystemThread in the SAP J2EE Engine), 2) The pool size of adapter "SAPFactory" is not enough according to the current load of the system or 3) The specified time to wait for connection is not enough according to the pool size and current load of the system. In case 1) the solution is to check for cached connections using the Connector Service list-conns command, in case 2) to increase the size of the pool and in case 3) to increase the time to wait for connection property. In case of application thread, there is an automatic mechanism which detects unclosed connections and unfinished transactions.
    Log ID 0014C265209B005B000007300000610A000473C4612CBCB9
    thanks

    Hi,
    I am getting similar kind of error.Can you please tell me how you resolved the issue.
    Regards,
    Priyanka

  • Error loading Web application...

    I have been struggling to get an Administration/Managed Server
    configuration to work. As long as I am not attempting to deploy an
    application too the managed server, everything comes up ok (DB
    connection pools create, etc...). However, when trying to deploy an
    application, I get the error:
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException.
    The full trace is included at the end of this message. Any ideas as to
    what may be going on?
    Thanks
    jay ()
    Domain Server Startup
    Script***********************************************************************************************
    %JAVA_HOME%\bin\java -hotspot -ms64m -ms64m -classpath %CLASSPATH%
    -Dweblogic.Domain=FooBarDomain
    -Dweblogic.Name=FooBarAdminServer
    -Djava.security.policy=%WL_HOME%\lib\weblogic.policy weblogic.Server
    Managed Server Startup Script
    SET JAVA_HOME=d:\bea\jdk130\jre
    SET WL_HOME=d:\bea\wlserver6.0
    SET JAVA_OPTIONS="-ms64m -mx128m"
    SET
    CLASSPATH=%WL_HOME%;%WL_HOME%/lib/weblogic_sp.jar;%WL_HOME%/lib/weblogic.jar:
    SET PATH=%WL_HOME%/bin;%JAVA_HOME%/jre/bin;%JAVA_HOME%/bin;%PATH%
    SET DOMAIN_NAM=FooBarDomain
    SET SERVER_NAME=dboyz6FooBarServer
    SET ADMIN_URL=http://192.168.1.7:7001
    SET WLS_PW="some-password"
    @REM java %JAVA_OPTIONS% -classpath %CLASSPATH%
    -Dweblogic.Domain=%DOMAIN_NAM% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy
    -Dbea.home=d:\bea -Dweblogic.management.password=%WLS_PW%
    weblogic.Server
    java %JAVA_OPTIONS% -classpath %CLASSPATH% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy -Dbea.home=d:\bea
    -Dweblogic.management.password=%WLS_PW% weblogic.Server
    Config.xml
    <Domain
    Name="FooBarDomain"
    >
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="dboyz1FooBarServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    WebServers="dboyz6FooBarServer"
    />
    </Application>
    <JTA
    Name="FooBarDomain"
    />
    <JDBCMultiPool
    HighAvail="true"
    LoadBalance="false"
    Name="FooBarMultiPool"
    PoolList="FooBarPool"
    />
    <UnixMachine
    Name="dboyz2"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz2"
    Name="dboyz2FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    Name="dboyz2FooBarServer"
    />
    <KernelDebug
    Name="dboyz2FooBarServer"
    />
    <SSL
    Name="dboyz2FooBarServer"
    />
    <WebServer
    Name="dboyz2FooBarServer"
    />
    <ServerDebug
    Name="dboyz2FooBarServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer-1"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    />
    </Application>
    <FileRealm
    Name="myFileRealm"
    />
    <Security
    Name="FooBarDomain"
    PasswordPolicy="mypasswordpolicy"
    Realm="myRealm"
    />
    <Application
    Deployed="true"
    Name="console"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="console"
    Targets="FooBarAdminServer"
    URI="console.war"
    />
    </Application>
    <Realm
    FileRealm="myFileRealm"
    Name="myRealm"
    />
    <UnixMachine
    Name="dboyz1"
    />
    <Log
    FileName="FooBarDomain.log"
    Name="FooBarDomain"
    />
    <Application
    Deployed="true"
    Name="DefaultWebApp_FooBarAdminServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_FooBarAdminServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_FooBarAdminServer"
    WebServers="FooBarAdminServer"
    />
    </Application>
    <Server
    JavaCompiler="d:\jdk1.3\bin\javac"
    Name="FooBarAdminServer"
    StdoutSeverityLevel="64"
    SystemPassword="some-password"
    >
    <Log
    FileName="FooBarAdminServer.log"
    Name="FooBarAdminServer"
    />
    <KernelDebug
    Name="FooBarAdminServer"
    />
    <SSL
    Name="FooBarAdminServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_FooBarAdminServer"
    Name="FooBarAdminServer"
    />
    <ServerDebug
    Name="FooBarAdminServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="builder"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="builder"
    Targets="FooBarAdminServer"
    URI="builder.war"
    />
    </Application>
    <Cluster
    DefaultLoadAlgorithm="round-robin"
    MulticastAddress="237.0.0.1"
    Name="FooBarCluster"
    ServiceAgeThresholdSeconds="180"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="d:\jdk1.3\bin\javac"
    ListenPort="6001"
    Machine="dboyz6"
    Name="dboyz6FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    FileName="dboyz6FooBarServer.log"
    Name="dboyz6FooBarServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_dboyz6FooBarServer"
    Name="dboyz6FooBarServer"
    />
    <KernelDebug
    Name="dboyz6FooBarServer"
    />
    <SSL
    Name="dboyz6FooBarServer"
    />
    <ServerDebug
    Name="dboyz6FooBarServer"
    />
    </Server>
    <JDBCConnectionPool
    CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver"
    InitialCapacity="10"
    LoginDelaySeconds="0"
    MaxCapacity="20"
    Name="FooBarPool"
    Properties="user=scott;password=tiger;dll=ocijdbc8;weblogic.t3.waitForConnection=true;weblogic.t3.waitSecondsForConnection=999999999999;protocol=thin"
    ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    URL="jdbc:oracle:thin:@localhost:1521:HBANK"
    />
    <JDBCDataSource
    JNDIName="FooBarDataSource"
    Name="FooBarDataSource"
    PoolName="HBANKPool"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz1"
    Name="dboyz1FooBarServer"
    StdoutSeverityLevel="64"
    >
    <SSL
    Name="dboyz1FooBarServer"
    />
    <WebServer
    Name="dboyz1FooBarServer"
    />
    <KernelDebug
    Name="dboyz1FooBarServer"
    />
    <Log
    Name="dboyz1FooBarServer"
    />
    <ServerDebug
    Name="dboyz1FooBarServer"
    />
    </Server>
    <ApplicationManager
    Name="FooBarDomain"
    />
    <Machine
    Name="dboyz6"
    />
    <PasswordPolicy
    Name="mypasswordpolicy"
    />
    </Domain>
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException
    at weblogic.Home.<init>(Home.java:31)
    at weblogic.Home.getInstance(Home.java:82)
    at weblogic.Home.getPath(Home.java:90)
    at weblogic.xml.registry.XMLRegistry.<init>(XMLRegistry.java:97)
    at
    weblogic.xml.registry.XMLRegistry.getXMLRegistry(XMLRegistry.java:123)
    at
    weblogic.xml.jaxp.RegistryEntityResolver.<init>(RegistryEntityResolver.java:37)
    at
    weblogic.xml.jaxp.WebLogicDocumentBuilderFactory.newDocumentBuilder(WebLogicDocumentBuilderFactory.java:50)
    at
    weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:164)
    at
    weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:452)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:116)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:283)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:233)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateWebDeployments(DeploymentTarget.java:223)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:156)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy22.updateDeployments(Unknown Source)
    at
    weblogic.management.configuration.WebServerMBean_CachingStub.updateDeployments(WebServerMBean_CachingStub.java:1029)
    at
    weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:244)
    at
    weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:121)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy19.start(Unknown Source)
    at
    weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:435)
    at weblogic.management.Admin.startApplicationManager(Admin.java:959)
    at weblogic.management.Admin.finish(Admin.java:459)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
    at weblogic.Server.main(Server.java:35)
    ####<Jan 17, 2001 11:01:00 AM EST> <Warning> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101055> <[HTTP
    dboyz6FooBarServer] Could not load web application
    (DefaultWebApp_dboyz6FooBarServer)>

    Found the problem.
    Needed to add -Dweblogic.home=. to managed server startup script
    Jay Zammit wrote:
    I have been struggling to get an Administration/Managed Server
    configuration to work. As long as I am not attempting to deploy an
    application too the managed server, everything comes up ok (DB
    connection pools create, etc...). However, when trying to deploy an
    application, I get the error:
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException.
    The full trace is included at the end of this message. Any ideas as to
    what may be going on?
    Thanks
    jay ()
    Domain Server Startup
    Script***********************************************************************************************
    %JAVA_HOME%\bin\java -hotspot -ms64m -ms64m -classpath %CLASSPATH%
    -Dweblogic.Domain=FooBarDomain
    -Dweblogic.Name=FooBarAdminServer
    -Djava.security.policy=%WL_HOME%\lib\weblogic.policy weblogic.Server
    Managed Server Startup Script
    SET JAVA_HOME=d:\bea\jdk130\jre
    SET WL_HOME=d:\bea\wlserver6.0
    SET JAVA_OPTIONS="-ms64m -mx128m"
    SET
    CLASSPATH=%WL_HOME%;%WL_HOME%/lib/weblogic_sp.jar;%WL_HOME%/lib/weblogic.jar:
    SET PATH=%WL_HOME%/bin;%JAVA_HOME%/jre/bin;%JAVA_HOME%/bin;%PATH%
    SET DOMAIN_NAM=FooBarDomain
    SET SERVER_NAME=dboyz6FooBarServer
    SET ADMIN_URL=http://192.168.1.7:7001
    SET WLS_PW="some-password"
    @REM java %JAVA_OPTIONS% -classpath %CLASSPATH%
    -Dweblogic.Domain=%DOMAIN_NAM% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy
    -Dbea.home=d:\bea -Dweblogic.management.password=%WLS_PW%
    weblogic.Server
    java %JAVA_OPTIONS% -classpath %CLASSPATH% -Dweblogic.Name=%SERVER_NAME%
    -Dweblogic.system.home=d:\bea\wlserver6.0
    -Dweblogic.management.server=%ADMIN_URL%
    -Djava.security.policy==%WL_HOME%/lib/weblogic.policy -Dbea.home=d:\bea
    -Dweblogic.management.password=%WLS_PW% weblogic.Server
    Config.xml
    <Domain
    Name="FooBarDomain"
    >
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="dboyz1FooBarServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    WebServers="dboyz6FooBarServer"
    />
    </Application>
    <JTA
    Name="FooBarDomain"
    />
    <JDBCMultiPool
    HighAvail="true"
    LoadBalance="false"
    Name="FooBarMultiPool"
    PoolList="FooBarPool"
    />
    <UnixMachine
    Name="dboyz2"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz2"
    Name="dboyz2FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    Name="dboyz2FooBarServer"
    />
    <KernelDebug
    Name="dboyz2FooBarServer"
    />
    <SSL
    Name="dboyz2FooBarServer"
    />
    <WebServer
    Name="dboyz2FooBarServer"
    />
    <ServerDebug
    Name="dboyz2FooBarServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="DefaultWebApp_dboyz6FooBarServer-1"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_dboyz6FooBarServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_dboyz6FooBarServer"
    />
    </Application>
    <FileRealm
    Name="myFileRealm"
    />
    <Security
    Name="FooBarDomain"
    PasswordPolicy="mypasswordpolicy"
    Realm="myRealm"
    />
    <Application
    Deployed="true"
    Name="console"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="console"
    Targets="FooBarAdminServer"
    URI="console.war"
    />
    </Application>
    <Realm
    FileRealm="myFileRealm"
    Name="myRealm"
    />
    <UnixMachine
    Name="dboyz1"
    />
    <Log
    FileName="FooBarDomain.log"
    Name="FooBarDomain"
    />
    <Application
    Deployed="true"
    Name="DefaultWebApp_FooBarAdminServer"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="DefaultWebApp_FooBarAdminServer"
    Targets="FooBarAdminServer"
    URI="DefaultWebApp_FooBarAdminServer"
    WebServers="FooBarAdminServer"
    />
    </Application>
    <Server
    JavaCompiler="d:\jdk1.3\bin\javac"
    Name="FooBarAdminServer"
    StdoutSeverityLevel="64"
    SystemPassword="some-password"
    >
    <Log
    FileName="FooBarAdminServer.log"
    Name="FooBarAdminServer"
    />
    <KernelDebug
    Name="FooBarAdminServer"
    />
    <SSL
    Name="FooBarAdminServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_FooBarAdminServer"
    Name="FooBarAdminServer"
    />
    <ServerDebug
    Name="FooBarAdminServer"
    />
    </Server>
    <Application
    Deployed="true"
    Name="builder"
    Path=".\config\FooBarDomain\applications"
    >
    <WebAppComponent
    Name="builder"
    Targets="FooBarAdminServer"
    URI="builder.war"
    />
    </Application>
    <Cluster
    DefaultLoadAlgorithm="round-robin"
    MulticastAddress="237.0.0.1"
    Name="FooBarCluster"
    ServiceAgeThresholdSeconds="180"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="d:\jdk1.3\bin\javac"
    ListenPort="6001"
    Machine="dboyz6"
    Name="dboyz6FooBarServer"
    StdoutSeverityLevel="64"
    >
    <Log
    FileName="dboyz6FooBarServer.log"
    Name="dboyz6FooBarServer"
    />
    <WebServer
    DefaultWebApp="DefaultWebApp_dboyz6FooBarServer"
    Name="dboyz6FooBarServer"
    />
    <KernelDebug
    Name="dboyz6FooBarServer"
    />
    <SSL
    Name="dboyz6FooBarServer"
    />
    <ServerDebug
    Name="dboyz6FooBarServer"
    />
    </Server>
    <JDBCConnectionPool
    CapacityIncrement="1"
    DriverName="oracle.jdbc.driver.OracleDriver"
    InitialCapacity="10"
    LoginDelaySeconds="0"
    MaxCapacity="20"
    Name="FooBarPool"
    Properties="user=scott;password=tiger;dll=ocijdbc8;weblogic.t3.waitForConnection=true;weblogic.t3.waitSecondsForConnection=999999999999;protocol=thin"
    ShrinkPeriodMinutes="15"
    ShrinkingEnabled="true"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    URL="jdbc:oracle:thin:@localhost:1521:HBANK"
    />
    <JDBCDataSource
    JNDIName="FooBarDataSource"
    Name="FooBarDataSource"
    PoolName="HBANKPool"
    Targets="dboyz6FooBarServer,dboyz1FooBarServer,dboyz2FooBarServer"
    />
    <Server
    AdministrationPort="0"
    Cluster="FooBarCluster"
    JavaCompiler="/usr/java/jdk1.3/javac"
    ListenPort="6001"
    Machine="dboyz1"
    Name="dboyz1FooBarServer"
    StdoutSeverityLevel="64"
    >
    <SSL
    Name="dboyz1FooBarServer"
    />
    <WebServer
    Name="dboyz1FooBarServer"
    />
    <KernelDebug
    Name="dboyz1FooBarServer"
    />
    <Log
    Name="dboyz1FooBarServer"
    />
    <ServerDebug
    Name="dboyz1FooBarServer"
    />
    </Server>
    <ApplicationManager
    Name="FooBarDomain"
    />
    <Machine
    Name="dboyz6"
    />
    <PasswordPolicy
    Name="mypasswordpolicy"
    />
    </Domain>
    ####<Jan 17, 2001 11:01:00 AM EST> <Error> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101064> <[HTTP
    dboyz6FooBarServer]
    Error loading Web application
    "D:\managedServers\dboyz6FooBarServer\.\config\FooBarDomain\applications\.wl_temp_do_not_delete_dboyz6FooBarServer\wl_local_comp43545.war">
    java.lang.NullPointerException
    at weblogic.Home.<init>(Home.java:31)
    at weblogic.Home.getInstance(Home.java:82)
    at weblogic.Home.getPath(Home.java:90)
    at weblogic.xml.registry.XMLRegistry.<init>(XMLRegistry.java:97)
    at
    weblogic.xml.registry.XMLRegistry.getXMLRegistry(XMLRegistry.java:123)
    at
    weblogic.xml.jaxp.RegistryEntityResolver.<init>(RegistryEntityResolver.java:37)
    at
    weblogic.xml.jaxp.WebLogicDocumentBuilderFactory.newDocumentBuilder(WebLogicDocumentBuilderFactory.java:50)
    at
    weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:164)
    at
    weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:452)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:394)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
    at weblogic.j2ee.Application.addComponent(Application.java:116)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:283)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:233)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateWebDeployments(DeploymentTarget.java:223)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:156)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy22.updateDeployments(Unknown Source)
    at
    weblogic.management.configuration.WebServerMBean_CachingStub.updateDeployments(WebServerMBean_CachingStub.java:1029)
    at
    weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:244)
    at
    weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:121)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:559)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
    at $Proxy19.start(Unknown Source)
    at
    weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:435)
    at weblogic.management.Admin.startApplicationManager(Admin.java:959)
    at weblogic.management.Admin.finish(Admin.java:459)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
    at weblogic.Server.main(Server.java:35)
    ####<Jan 17, 2001 11:01:00 AM EST> <Warning> <HTTP> <dboyz6>
    <dboyz6FooBarServer> <main> <system> <> <101055> <[HTTP
    dboyz6FooBarServer] Could not load web application
    (DefaultWebApp_dboyz6FooBarServer)>

  • IE9 browser helper generating javascript errors in Web Application

    Hi All,
    Any idea why when I record/playback my Web Application with IE9 my modal dialogs are generating javascript errors? The modal dialogs runs fine when the helpers are not running but it starts throwing script errors left and right once the helpers are active. Any help would be greatly appreciated.
    Cheers,

    Hello
    Is that a Functional or Load test script? Probably a functional one, correct?
    I guess IE9 is mandatory or can you try with another web browser?
    Never faced that one.
    JB

  • Error accessing web application in OC4J-reg.

    Hi All,
    We deployed a web application into oc4j 903.
    We got the ERROR 1 when trying to access the application. Then we replaced the jaxb-rt-1.0-ea.jar & jaxp.jar in oc4j with the latest
    version from jwsdk1.1. Then we got the ERROR 2. This error is thrown because it is trying to use JXDocumentBuilderFactory from
    xmlparserv2.jar in oc4j instead of DocumentBuilderFactory in jaxp.jar. Then we tried to uncomment the tag "<web-app-class-loader
    search-local-classes-first="true" include-war-manifest-class-path="true" />" in orion-web.xml file. This ensures the use of jaxp.jar
    instead of xmlparserv2.jar but we got the ERROR 3. Now we don't know how to proceed further. Are we going in the right direction or
    are we missing anything?
    I will appreciate if any of you can provide any inputs.
    Please reply to me directly.
    ERROR 1:
    500 Internal Server Error
    ee.wm.jwlf.module.ModuleManagerException: Modules mappings loading failed.
    at ee.wm.jwlf.module.BaseModuleManager.init(BaseModuleManager.java:54)
    at
    ee.wm.jwlf.controller.MainServlet.getModuleManager(MainServlet.java:432)
    at ee.wm.jwlf.controller.MainServlet.init(MainServlet.java:72)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1956)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4355)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2484)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:617)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at
    EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Unknown Source)
    Caused by: ee.wm.jwlf.module.mapping.ModuleMappingDAOException:
    Initialization of modules mappings source failed.
    at
    ee.wm.jwlf.module.mapping.ModuleMappingJAXBDAOImpl.initializeSource(ModuleMappingJAXBDAOImpl.java:255)
    at ee.wm.jwlf.module.BaseModuleManager.init(BaseModuleManager.java:49)
    ... 11 more
    Caused by: javax.xml.bind.JAXBException: Provider
    com.sun.xml.bind.ContextFactory could not be instantiated:
    java.lang.IncompatibleClassChangeError: Implementing class - with
    linked exception:[java.lang.IncompatibleClassChangeError: Implementing
    class]
    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:118)
    at
    javax.xml.bind.ContextFinder.searchcontextPath(ContextFinder.java:233)
    at javax.xml.bind.ContextFinder.find(ContextFinder.java:153)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:281)
    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:238)
    at
    ee.wm.jwlf.module.mapping.ModuleMappingJAXBDAOImpl.initializeSource(ModuleMappingJAXBDAOImpl.java:228)
    ... 12 more
    ERROR 2:
    500 Internal Server Error
    ee.wm.jwlf.module.ModuleManagerException: Modules mappings loading
    failed.
    at ee.wm.jwlf.module.BaseModuleManager.init(BaseModuleManager.java:54)
    at
    ee.wm.jwlf.controller.MainServlet.getModuleManager(MainServlet.java:432)
    at ee.wm.jwlf.controller.MainServlet.init(MainServlet.java:72)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1956)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4355)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2484)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:617)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at
    EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Unknown Source)
    Caused by: ee.wm.jwlf.module.mapping.ModuleMappingDAOException:
    Initialization of modules mappings source failed.
    at
    ee.wm.jwlf.module.mapping.ModuleMappingJAXBDAOImpl.initializeSource(ModuleMappingJAXBDAOImpl.java:255)
    at ee.wm.jwlf.module.BaseModuleManager.init(BaseModuleManager.java:49)
    ... 11 more
    Caused by: java.lang.IllegalArgumentException
    at
    oracle.xml.jaxp.JXDocumentBuilderFactory.setAttribute(JXDocumentBuilderFactory.java:133)
    at
    ee.wm.jwlf.module.mapping.ModuleMappingJAXBDAOImpl.initializeSource(ModuleMappingJAXBDAOImpl.java:235)
    ... 12 more
    ERROR 3:
    500 Internal Server Error
    ee.wm.jwlf.module.ModuleManagerException: Modules mappings loading failed.
    at ee.wm.jwlf.module.BaseModuleManager.init(BaseModuleManager.java:54)
    at ee.wm.jwlf.controller.MainServlet.getModuleManager(MainServlet.java:432)
    at ee.wm.jwlf.controller.MainServlet.init(MainServlet.java:72)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:1956)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4355)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2484)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:617)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for
    J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: ee.wm.jwlf.module.mapping.ModuleMappingDAOException: Initialization of modules mappings source failed.
    at ee.wm.jwlf.module.mapping.ModuleMappingJAXBDAOImpl.initializeSource(ModuleMappingJAXBDAOImpl.java:255)
    at ee.wm.jwlf.module.BaseModuleManager.init(BaseModuleManager.java:49)
    ... 11 more
    Caused by: java.lang.ClassCastException
    at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:139)
    at ee.wm.jwlf.module.mapping.ModuleMappingJAXBDAOImpl.initializeSource(ModuleMappingJAXBDAOImpl.java:231)
    ... 12 more
    Thanks & Regards,
    Yoga

    Thanks Avi -- I did have a JDK versioning problem when first deploying in OC4J 9.0.4 -- but when I used JDK1.4.1 things worked. The problem appears to be that some classes are present in several different JAR files in the JDev libraries. Can anyone tell me about the dependencies out there between these JAR files? I can run the application in JDeveloper's OC4J container but cannot get it to deploy on 9.0.4 standalone.
    1) I had this error for a bit... the problem was caused by bc4jmt.jar and mc4jct.jar in my MT deployment.
    java.lang.IncompatibleClassChangeError
         at oracle.jbo.common.ampool.ApplicationPoolImpl.createSessionCookie(ApplicationPoolImpl.java:418)
    2) now I get this error -- looks like another version incompatibility. Can anyone shed light on this??
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.LinkageError, msg=Class oracle/jbo/ApplicationModule violates loader constraints
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:532)

  • Jdeveloper 10g tutorial on Deploying an End-to-End Web Application

    Hello All,
    I tried the following tutorial step by step for development and dployment :
    http://otn.oracle.com/obe/obe9051jdev/ADFtoJSP/defaultendtoend.htm
    At the time of deployment in OC4J I was supposed to get and do following things :
    (a) The application WAR file will be deployed to OC4J. Wait for the text Deployment Finished in the Message log.
    (b) In the Deployment messages, copy the text on the line following: Use the following context root(s) to test your web application(s)
    (c) Paste the url into a browser. Append a forward slash, and add /browseDepartments.do to the end of the url. Press enter to run the application.
    BUT I am getting no "Deployment Finished" message. I am getting following messages :
    ======================================
    04/07/21 16:20:48 Notification ==> Application Deployer for HRApplication STARTS [ 2004-07-21T16:20:48.879PDT ]
    04/07/21 16:20:48 Notification ==> Undeploy previous deployment
    04/07/21 16:20:48 Notification ==> Application UnDeployer for HRApplication STARTS [ Wed Jul 21 16:20:48 PDT 2004 ]
    Jul 21, 2004 4:20:48 PM org.apache.struts.action.ActionServlet destroyModules
    SEVERE: javax.servlet.UnavailableException: Cannot initialize RequestProcessor of class org.apache.struts.action.RequestProce
    ssor: java.lang.ClassNotFoundException: org.apache.struts.action.RequestProcessor
    04/07/21 16:20:49 Notification ==> Application UnDeployer for HRApplication COMPLETES [ Wed Jul 21 16:20:49 PDT 2004 ]
    04/07/21 16:20:49 Notification ==> Copy the archive to C:\Jdeveloper\j2ee\home\applications\HRApplication.ear
    04/07/21 16:20:49 Notification ==> Unpack HRApplication.ear begins...
    04/07/21 16:20:49 Auto-unpacking C:\Jdeveloper\j2ee\home\applications\HRApplication.ear... done.
    04/07/21 16:20:50 Notification ==> Unpack HRApplication.ear ends...
    04/07/21 16:20:50 Notification ==> Initialize HRApplication.ear begins...
    04/07/21 16:20:50 Auto-unpacking C:\Jdeveloper\j2ee\home\applications\HRApplication\HRApplication.war... done.
    04/07/21 16:20:51 Copying default deployment descriptor from archive at C:\Jdeveloper\j2ee\home\applications\HRApplication/ME
    TA-INF/orion-application.xml to deployment directory C:\Jdeveloper\j2ee\home\application-deployments\HRApplication...
    04/07/21 16:20:51 Notification ==> Initialize HRApplication.ear ends...
    04/07/21 16:20:51 Notification ==> Initialize HRApplication begins...
    04/07/21 16:20:51 Notification ==> Initialize HRApplication ends...
    04/07/21 16:20:51 Notification ==> Application Deployer for HRApplication COMPLETES [ 2004-07-21T16:20:51.853PDT ]
    Jul 21, 2004 4:20:58 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    Jul 21, 2004 4:20:58 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    Jul 21, 2004 4:21:00 PM org.apache.struts.util.PropertyMessageResources <init>
    INFO: Initializing, config='view.ApplicationResources', returnNull=true
    ======================================
    CAN SOMEONE SUGGEST WHAT IS WRONG OR WHAT SHOULD I DO ?
    Thanks,
    [email protected]

    Re: JDev10g  App runs from StrutsPageFlow but not from the JSP file. (?)

  • Error deploying Web application

    Hello Everyone, i have a problem with my web application that is not able to be deployed.
    the first time i deployed the application everything worked correctly i performed the contex lookup with no problem as was able to connect to the EJB application, i performed some changes, and now everytime i tried to deploy again the application i get this error
    [#|2010-02-12T23:03:34.661+0100|INFO|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=23;_ThreadName=Thread-434;Servlet;WebServiceInterface;http://vmlinux:8024/WebServiceInterface/WebServiceInterface;|DPL5306:Servlet Web Service Endpoint [WebServiceInterface] listening at address [http://vmlinux:8024/WebServiceInterface/WebServiceInterface]|#]
    [#|2010-02-12T23:03:38.107+0100|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=23;_ThreadName=Thread-434;_RequestID=3610621f-da38-477d-b37a-088311a00a42;|Exception occured in J2EEC Phase
    com.sun.enterprise.deployment.backend.IASDeploymentException: Deployment Error -- Could not resolve a persistence unit corresponding to the persistence-context-ref-name [com.testing.myEJBapplication.ReferenceServiceLocalBean/entityManager] in the scope of the module called [product/servers/glassfish/domains/domain1/applications/j2ee-modules/WebServiceInterface]. Please verify your application.
         at com.sun.enterprise.deployment.BundleDescriptor.findReferencedPUsViaPCRefs(BundleDescriptor.java:702)
         at com.sun.enterprise.deployment.WebBundleDescriptor.findReferencedPUs(WebBundleDescriptor.java:722)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceProcessor.getAllPersistenceUnitDescriptors(PersistenceProcessor.java:171)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceProcessor.processApplication(PersistenceProcessor.java:132)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl.processApplication(DeploymentEventListenerImpl.java:211)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl.processEvent(DeploymentEventListenerImpl.java:172)
         at com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl.notifyDeploymentEvent(DeploymentEventListenerImpl.java:122)
         at com.sun.enterprise.deployment.backend.DeploymentEventManager.notifyDeploymentEvent(DeploymentEventManager.java:79)
         at com.sun.enterprise.deployment.backend.ModuleDeployer.handlePostDeployEvent(ModuleDeployer.java:636)
         at com.sun.enterprise.deployment.backend.ModuleDeployer.postDeploy(ModuleDeployer.java:625)
         at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:188)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:191)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:919)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:279)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:788)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:187)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:223)
    |#]
    any ideas for this?? Thank you in advance regards
    Edited by: White_Merovingian on Feb 13, 2010 5:55 AM

    yeah these stacktraces are big scary blobs of text, but somewhere hidden among all the nonsense there is always the little piece of information you need:
    "Could not resolve a persistence unit corresponding to the persistence-context-ref-name [com.testing.myEJBapplication.ReferenceServiceLocalBean/entityManager]"
    So you are referring to a persistence unit in ReferenceServiceLocalBean that does not seem to exist. Do you have your persistence.xml deployed in the META-INF directory of the EJB module? Does it contain a persistence unit with the name that is declared in the bean?

Maybe you are looking for

  • Safari issues after updating to Mac OS X 10.8.5

    I recently upgraded to the newest version of Mac OS X 10.8.5 in my Macbook Pro. I am limited on memory and did not upgrade to Mavericks OS X. Ever since this upgrade I have not been able to open Safari or my Canon Navigator (to scan documents into my

  • Photoshop CS 5.5 - "Could not save [filename] because the file is locked..........."

    Hi, We have a few iMacs here all running 10.8.4 - we have PhotoShop CS 5.5 and all the artwork etc is saved on a shared server ( Windows 2008 r2)   and we are forever getting these problems...... Only in photoshop we get the following error message..

  • SLD Communication between Remote ABAP & JAVA system through WebDispatcher

    Hi All, We are having the listed requirement at one of my Client. We want to register Remote ABAP system into Remote SLD of JAVA system. Both SAP systems are located in different regions.The SLD is local to the remote JAVA system. The ultimate object

  • Queries for Basic Material

    Hi All When I am trying to make compliance check for the Basic material , following waring and error messages are displayed        Create subst. declaration or standard composition for basic material 000000082778        Assign an MDS or add a pure su

  • IMessage won't work with one individual

    I use iMessage all the time, but have one friend who can't receive my texts in iMessage; they all arrive as emails.  I can't receive any of his texts at all (I do get his emails, of course). The solution seemed obvious when I discovered that his iPho