Running Applications in JSP

I have project that integrates SAS and MS Access.
I am already able to invoke SAS routines by invoking the "runApp" macro in MS Access. But I would like to web-enable this process, so is there a way to invoke MS Acess macros from JSP? Better yet, is there a way to invoke applications from JSP?
Thanks for your time.
Victor

you can use Runtime class to execute any command
e.g.
Runtime.getRuntime().exec("any command");
see if it works...
thx
vinod

Similar Messages

  • How to run the simple jsp on oracle 9ias application server?

    hi,
    how to run the simple jsp application jst disply the date on oracle 9ias application server?
    can any expline the steps how to do it?
    thanks
    pullareddy

    No, you need the Reports Server (as part of the Application Server or Weblogic, depending on your version).
    I try to save the report, it's saved as .jspThat depends. You can save it as a .rdf file too (so called Paper Layout). I think this option is used more often.

  • Error while running a report JSP in a war file from 9iAS server

    Hi,
    I've a web application archive file (war) which i m deploying to the web using OEM. The war file consists of many JSPs. Among those JSPs i have one Report JSP, which i m calling from another JSP which is like a parameter form for the report JSP. When i call the report JSP, it gave me the following error,
    javax.servlet.jsp.JspException: com.sun.corba.se.internal.iiop.ORB
    javax.servlet.jsp.JspException: com.sun.corba.se.internal.iiop.ORB
    at oracle.reports.jsp.ReportTag.doStartTag(ReportTag.java:334)
    at FMCardExp.jspService(_FMCardExp.java:58)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    The report tag in the report JSP is as follows,
    <rw:report id="report" parameters="server=repsvr&userid=scott/tiger@db">
    The report server is up and running and so is the database. This report JSP was generated from the reports builder and the opened in JDeveloper environment,in the war file project. It was then compiled and a war file was created. Surprisingly this report JSP works fine when i run my webapplication from the embedded OC4J instance for JDeveloper, but when i try to run it from the 9iAS server i get the above mentioned error. The deployment of the war file to the server is successful and the other JSPs work fine, only the reports JSP is not working. Do i need to have some settings for running the reports JSP, please advise.
    Thanks in advance
    Unmesh

    Can you please help me in deploying jdeveloper (9.0.3.1)war file to 9iAS release 1, when I try to run, none of the jsp's execute, I get java OutOf Memory error, I also think that there may be some version compatibility between jdev jdk and 9iAS jdk.
    Thanks,
    Kavitha

  • Error while running Application on Sun One Web Server 6.1

    Can some one please explain me how can I run application on sun one web server 6.1 ?
    It is deployed .war file successfully. It only loads default.jsp and then fives following error:
    1) Package netscape.ldap not found in import.
    I imported this package to my java file.
    Thanks,

    We need to deploy the application by next week end. any suggestions please

  • How to call webservice server application in jsp

    Hi Friends
    I followed this link http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html and run the server and client web service application successfully. How to call the Webservice server application in JSP instead of using client (java main method) java appliaction. Is there any tutorial or code for accessing the webservice server application in jsp.
    Thanks and Regards
    Sherin Pooja

    797526 wrote:
    Hi
    I feel that JSP is just a view page.Not a feeling, it actually is :)
    So it is not good practise to write the scriplet code in JSP page. Absolutely right.
    Is there any other way to call the webservice server application in my client(JSP) page?
    What is it that you want to do? If despite all you have said, you still wish to call the webservice from a jsp, read my response above.
    You would do well to rephrase your question if there's something else that you are asking.
    ram.
    Edited by: ramp on Dec 27, 2010 12:35 PM

  • Errors when running the test_fwktutorial.jsp

    I am trying to run the test_fwktutorial.jsp according to the instructions in the OA Documentation. I am getting the following message. I tried all the things given in this forum but its still giving the same problem. Please help
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
    ; (Could not lookup message because there is no database connection)
              at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
              at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
              at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
              at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
              at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
              at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
              at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
              at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
              at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
              at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
              at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
              at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
              at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
              at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
              at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
              at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
              at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
              at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
              at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
              at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
              at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
              at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
              at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487)
              at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
              at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
              at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
              at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328)
              at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
              at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
              at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
              at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
              at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
              at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
              at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
              at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
              at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
              at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
              at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
              at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
              at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
              at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
              at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
              at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
              at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
              at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
              at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
              at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
              at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
              at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
              at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
              at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
              at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
              at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
              at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
              at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
              at java.lang.Thread.run(Thread.java:534)
    java.sql.SQLException: ORA-00904: "SERVERRESP_ENABLED_FLAG": invalid identifier
              at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
              at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
              at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
              at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1983)
              at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1141)
              at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2487)
              at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2854)
              at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:622)
              at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:550)
              at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1328)
              at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
              at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
              at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
              at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
              at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
              at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
              at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
              at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
              at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
              at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
              at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:873)
              at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:858)
              at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:827)
              at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:686)
              at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:846)
              at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:351)
              at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
              at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
              at test_fwktutorial._jspService(test_fwktutorial.jsp:45)
              at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
              at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
              at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
              at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
              at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
              at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
              at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
              at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
              at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
              at java.lang.Thread.run(Thread.java:534)

    Hi,
    The connection specified in Runtime Connection on Project properties is pointing to a 11.5.9 or 11.5.10 instance? I had a lot of problems like that until i realized i was working with 11.5.9. In this case, you have some prerequisite patches to apply, which are stated on the JDeveloper with OA Extension Readme. Once you apply those, they upgrade the OA Framework to version 11.5.10, and JDev works ok.
    Bye
    Thiago

  • JDeveloper - Error when try to run application

    Hello all I am trying to build simple app using JDeveloper following this tutorial http://www.youtube.com/watch?v=O9FXJu2fl28
    the version that I am using is 11g Release 2. The main difference is that I am using mySQL database which is successfully set up thanks to this thread Re: mySQL and JDeveloper
    basically the rest is copy of the above mentioned tutorial. However when I try to run the application I get this error:
    [Running application 10mindemo on Server Instance IntegratedWebLogicServer...]
    [02:05:51 PM] Web Module ViewControllerWebApp.war recognized in project ViewController.jpr
    [02:05:51 PM] ----  Deployment started.  ----
    [02:05:51 PM] Target platform is  (Weblogic 10.3).
    [02:05:52 PM] Retrieving existing application information
    [02:05:52 PM] Running dependency analysis...
    [02:05:52 PM] Deploying 2 profiles...
    [02:05:52 PM] Wrote Web Application Module to /home/marek/.jdeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/10mindemo/ViewControllerWebApp.war
    [02:05:53 PM] Wrote Enterprise Application Module to /home/marek/.jdeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/10mindemo
    [02:05:53 PM] Deploying Application...
    <Feb 19, 2013 2:05:55 PM CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1361279153312' for task '4'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.mysql.jdbc.Driver
         at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(ConnectionEnvFactory.java:75)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.<init>(ConnectionEnvFactory.java:131)
         at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235)
         Truncated. see log file for complete stacktrace
    >
    <Feb 19, 2013 2:05:55 PM CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application '10mindemo'.>
    <Feb 19, 2013 2:05:55 PM CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
         Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.resourcepool.ResourceSystemException: Cannot load driver class: com.mysql.jdbc.Driver
         at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.loadDriver(ConnectionEnvFactory.java:75)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.<init>(ConnectionEnvFactory.java:131)
         at weblogic.jdbc.common.internal.ConnectionPool.initPooledResourceFactory(ConnectionPool.java:712)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:235)
         Truncated. see log file for complete stacktrace
    >
    [02:05:55 PM] Deployment cancelled.
    [02:05:55 PM] ----  Deployment incomplete  ----.
    [02:05:55 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application 10mindemo due to error deploying to IntegratedWebLogicServer.
    [Application 10mindemo stopped and undeployed from Server Instance IntegratedWebLogicServer]The steps which I followed is also on this pictures: http://www1.picturepush.com/photo/a/12224689/img/12224689.png
    also it seems that web server is running on localhost address http://127.0.0.1:7101/console/login/LoginForm.jsp (please refer to pictures). Tried also this sugesstion http://adf-linux-learning.blogspot.sk/2012/07/remote-deployment-failed.html but did not helped. What is wrong ? many thanks.
    Edited by: 984519 on Feb 19, 2013 6:16 AM

    Hello guys, I am back on Windows (home) from Linux (work). The directory mentioned in second tutorial C:\Oracle\Middleware\user_projects\domains\mysql_domain\lib I have not found.
    There are another directories which I have found:
    # Probably the place where are stored projects
    C:\JDeveloper\mywork\Application1\
    # Probably some temp data
    C:\Documents and Settings\Administrator\Application Data\JDeveloper\system11.1.2.3.39.62.76.1
    # Installation directory
    C:\Oracle\Middleware
    Then I have copied the mysql-connector-java-5.1.23-bin.jar into following directories:
    C:\Oracle\Middleware\wlserver_10.3\server\lib
    C:\Oracle\Middleware\jdk160_24\lib
    C:\Oracle\Middleware\jdk160_24\jre\lib
    C:\Oracle\Middleware\jdeveloper\jdev\lib
    Also in C:\Oracle\Middleware\wlserver_10.3\common\bin\commEnv.cmd I set the following:
    set WL_HOME=C:\Oracle\Middleware\wlserver_10.3
    @rem ############################################## FOLLOWING LINE WAS WAS ADDED RIGHT BEHIND PREVIOUS ##############################################
    set MYSQL_CLASSPATH=%WL_HOME%\server\lib\mysql-connector-java-5.1.18-bin.jar
    @rem ############################################## THOSE LINES WERE COMMENTED OUT ##############################################
    @rem set up WebLogic Server's class path and config tools classpath
    @rem set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar
    @rem set FMWCONFIG_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar
    @rem ############################################## PREVIOUS TWO LINES WERE REPLACED BY FOLLOWING LINES (%MYSQL_CLASSPATH% WAS ADDED TO THE %WEBLOGIC_CLASSPATH% AND TO THE %FMWCONFIG_CLASSPATH%) ##############################################
    @rem set up WebLogic Server's class path and config tools classpath
    set WEBLOGIC_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%MYSQL_CLASSPATH%
    set FMWCONFIG_CLASSPATH=%JAVA_HOME%\lib\tools.jar;%BEA_HOME%\utils\config\10.3\config-launch.jar;%WL_HOME%\server\lib\weblogic_sp.jar;%WL_HOME%\server\lib\weblogic.jar;%FEATURES_DIR%\weblogic.server.modules_10.3.5.0.jar;%WL_HOME%\server\lib\webservices.jar;%ANT_HOME%/lib/ant-all.jar;%ANT_CONTRIB%/lib/ant-contrib.jar;%MYSQL_CLASSPATH%But this did not help :(
    PS: I noticed resources drain when runnign WebLogic Server, are there some tunning setting which can solve this ?

  • Jdeveloper - error at running application

    Hi,
    I have JDeveloper 10131 installed on computer with WIN XP SP2. My IP Address obtains automatically.
    When I try to run basic ADF application using embeded OC4J server, blank page opens on IE. This application works fine on the other computer. Database conection is OK.
    This is the log information at running application:
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\src\jdev\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    C:\src\jdev\jdk\bin\javaw.exe -client -classpath C:\src\jdev\j2ee\home\oc4j.jar;C:\src\jdev\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=PROXY.GOV.SI -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=10.*|*.gov.si|*.sigov.si|localhost|127.0.0.1|AKTRP-NXP-002 -Dhttps.proxyHost=PROXY.GOV.SI -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=10.*|*.gov.si|*.sigov.si|localhost|127.0.0.1|AKTRP-NXP-002 -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:\src\jdev\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    14.10.2007 5:35:54 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    14.10.2007 5:35:54 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/10/14 05:36:05 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 28081 ms.
    Target URL -- http://127.0.0.1:8988/practice09-ViewController-context-root/welcome.jsp
    14.10.2007 5:36:19 oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse run
    WARNING: IOException in ServerSocketAcceptHandler$AcceptHandlerHorse:run
    javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
         at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:501)
         at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:343)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:720)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025)
         at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038)
         at oracle.oc4j.network.ServerSocketAcceptHandler.doSSLHandShaking(ServerSocketAcceptHandler.java:250)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:868)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Best regards,
    Tomaz

    weblogic.common.resourcepool.ResourceSystemException: Could not connect to 'oracle.jdbc.OracleDriver'. The returned message is: ORA-01017: invalid username/password; logon denied It is likely that the login or password is not valid. It is also possible that something else is invalid in the configuration or that the database is not available.
    So...
    check that any DB connections you have defined have valid username/password and that the database is functioning.

  • NameNotFoundException in session bean  while running application from jdeve

    hi
    i am getting NameNotFoundException while connection to session bean when i run from Jdeveloper;
    i put ejb.jar.xml and orion-ejb-jar.xml put in classes/META-INF folder;
    in my application index.jsp connects to sessionbean;
    when i run index.jsp i am getting the follo
    [Starting OC4J using the following ports: HTTP=9000, RMI=23891, JMS=9227.]
    C:\j2sdk1.4.2_06\bin\javaw.exe -client -classpath C:\JDeveloper903\j2ee\home\oc4j.jar -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true com.evermind.server.OC4JServer -config C:\JDeveloper903\jdev\system9.0.3.1035\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Embedded OC4J startup time: 4640 ms.
    Target URL -- http://192.168.68.214:9000/1304Release3-etrans-context-root/index.jsp
    Copying default deployment descriptor from archive at C:\JDeveloper903\jdev\mywork\1304Release3.0\EJB\classes/META-INF/orion-ejb-jar.xml to deployment directory C:\JDeveloper903\jdev\system9.0.3.1035\oc4j-config\application-deployments\current-workspace-app\classes...
    Auto-deploying file:/C:/JDeveloper903/jdev/mywork/1304Release3.0/EJB/classes/ (New server version detected)...
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError
    Error compiling C:\JDeveloper903\jdev\mywork\1304Release3.0\EJB\classes: Syntax error in source
    Log4j Properties file Initialized with Path = C:\JDeveloper903\jdev\mywork\1304Release3.0\etrans\WEB-INF\log4j.properties
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    No of Hits to this page : 1
    [ERROR   ] ESACLoginController.jsp -- Un Authorised User Not Enough Credentials : ANIL
    [ERROR   ] ESACLoginController.jsp -- Un Authorised User Not Enough Credentials : ANIL
    [ERROR   ] ESACLoginController.jsp -- Un Authorised User Not Enough Credentials : ANIL
    javax.naming.NameNotFoundException: AccessControlSessionBean not found
    at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:130)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:66)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at ESACLoginController.jspService(ESACLoginController.jsp:89)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:721)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
    at java.lang.Thread.run(Thread.java:534)
    wing in jdeveloper console;

    java.lang.OutOfMemoryError
    Set the jdev.conf directive
    AddVMOption     -Xmx512M

  • Failed in compiling template:/application/test.jsp NULL

    Hi All,
    I am getting error while running a JSP. Its is working on my local box but giving error running on other box. The error is as below:
    Exception: SERVLET -compile_failed: Failed in compling template:/application/test.jsp <NULL>
    Exception Stack Trace:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Complied Code)
    at com.netscape.server.servlet.jsp.JSPMap.uriToLocalizedURI(compied code)
    at com.netscape.jsp.KSP.resolvedLocalizedName(Complied code).
    Could anyone plese give pointer where to look.
    Thanks
    M

    Hi,
    Servlet compile failed means that jaxp.jar and jasper.jar are not present in the classpath variable. Please provide more information to solve your issue. The following information would help.
    - Where is iAS/web server installed ? is it in the "local" box or in the "other" box or at both ?
    - Where is the application deployed ? is it again in the "local" or "other" box ?
    - What is the URL you provided to access the test.jsp
    - What does the application server's classpath and the system classpath have in them ?
    Thanks & Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Not able to run the SRList.jsp in ADF Tutorial

    When I try to 'Run' the SRList.jsp of the ADF Tutorial from the JDeveloper, I am getting a prompt to enter a 'Username' and 'Password'. When I submit my System 'Username' and 'Password', it is not accepting. Can someone tell me why I am being asked to authenticate, as ideally it should not ask for the same.
    I am working on a corporate system which is behind a proxy server. But my Systems Administrator told me that this error is related to the Application and it has nothing to do with the proxy settings. Any help would be greatly appreciated.
    Venky

    Hi Frank,
    Thanks for the timely help. Giving sking(not in upper case, as mentioned by you) and welcome as username and password respectively did help. I am now able to run my Jsp pages.
    Thanks, again.
    Venky

  • Crashes when running applications from network share - "Windows cannot access the file for one of the following reasons"

    Hi,
    starting a couple of weeks ago, we get the following error(s) when running applications from a network share. We don't know what causes this, we are not aware of any major changes in our network infrastructure or client/Server configuration. We did upgrade
    a lot of machines to Windows 8, but the issue also occurs on older Win7 computers.
    We figured out a workaround though: The applications run fine when launching from a FQDN share (like
    \\share.domain.Company.com) and only cause problems when running from
    \\share directly. They have worked fine for years without FQDN though.
    Any ideas?
    Error Details (the Kind of error differs greatly):
    # 1 #
    Log Name: Application
    Source: Application Error
    Date: ...
    Event ID: 1005
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: vmDEV
    Description:
    Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program XYZ
    because of this error.
    Program: XYZ
    File:
    The error value is listed in the Additional Data section.
    User Action
    1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
    2. If the file still cannot be accessed and
    - It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
    - It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
    3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
    4. If the problem persists, restore the file from a backup copy.
    5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.
    Additional data
    Error value: C000020C [ also seen with code C00000C4]
    #2 (German error Messages from now on, we only use German OSes, the above english one is translated based on similar error Messages I found on the web) #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea67c3
    Name des fehlerhaften Moduls: clr.dll, Version: 4.0.30319.34014, Zeitstempel: 0x52e0b784
    Ausnahmecode: 0xc0000006
    Fehleroffset: 0x00026549
    ID des fehlerhaften Prozesses: 0x13ac
    Startzeit der fehlerhaften Anwendung: 0x01d055a854d36445
    Pfad der fehlerhaften Anwendung: \\share\application.exe
    Pfad des fehlerhaften Moduls: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
    Berichtskennung: 949ea933-c19b-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    Anwendung: XYZ.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: Ausnahmecode c0000006, Ausnahmeadresse 720B6549
    Stapel:
    # 3 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei SP.Forms.AutoCompleteSelectionBase.OnEnter(System.EventArgs)
       bei System.Windows.Forms.Control.NotifyEnter()
       bei System.Windows.Forms.ContainerControl.UpdateFocusedControl()
    # 4 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei System.IO.UnmanagedMemoryStream.ReadByte()
       bei System.IO.BinaryReader.ReadByte()
       bei System.IO.BinaryReader.Read7BitEncodedInt()
       bei System.Resources.ResourceReader._LoadObjectV2(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.ResourceReader.LoadObjectV2(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.ResourceReader.LoadObject(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean, Boolean)
       bei System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean)
       bei System.Resources.ResourceManager.GetObject(System.String, System.Globalization.CultureInfo, Boolean)
       bei System.Resources.ResourceManager.GetStream(System.String, System.Globalization.CultureInfo)
    # 5 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei System.Reflection.RuntimeParameterInfo.get_Name()
       bei System.Diagnostics.StackTrace.ToString(TraceFormat)
       bei System.Environment.GetStackTrace(System.Exception, Boolean)
       bei System.Exception.GetStackTrace(Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString()
    # 6 #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea834f
    Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 6.3.9600.17278, Zeitstempel: 0x53eeb460
    Ausnahmecode: 0xe0434352
    Fehleroffset: 0x00012f71
    ID des fehlerhaften Prozesses: 0xa68
    Startzeit der fehlerhaften Anwendung: 0x01d0559cb7ec4ed6
    Pfad der fehlerhaften Anwendung: \\share\XYZ.exe
    Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
    Berichtskennung: 010514d0-c190-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    # 7 #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea7a6e
    Name des fehlerhaften Moduls: ntdll.dll, Version: 6.3.9600.17630, Zeitstempel: 0x54b0d74f
    Ausnahmecode: 0xc0000006
    Fehleroffset: 0x0006db27
    ID des fehlerhaften Prozesses: 0x18dc
    Startzeit der fehlerhaften Anwendung: 0x01d0559cb08529c3
    Pfad der fehlerhaften Anwendung: \\share\xyz.exe
    Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\ntdll.dll
    Berichtskennung: ef389186-c18f-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:

    Hi,
    >>The applications run fine when launching from a FQDN share
    It sounds like a DNS suffix issue. When this issue occurs, please try to ping share on the client, then check if the corresponding IP address is correct. If the IP address is wrong, please adjust your settings of DNS to make sure that the client can resolve
    the share correctly.
    If it's very hard to change the settings of the DNS for some reason, as a work around, we can add the entry into the clients' hosts file.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • HELP: SimplePass that apart from open web pages, can also run applications

    Operating System: Windows 7
    Good, to buy my laptop HP Pavilion m6, I came a version of SimplePass in which could add web pages, passwords and also run applications (such as games), but then I gave for updates thinking that a next version would contain improvements; but the version that was installed no longer gave the option of running applications.
    Since then and I tried to find the version I had in the beginning, but without results.
    If you know SimplePass versions running programs, or if you know a better version leave the download links, please put them in the answers.
    In advance we thank you comment.
    I used the google translator, sorry if you do not understand the text.

    Hi @Marco0o 
    Welcome to the HP Support Community. I see that you are looking for the original version of your HP SimplePass software. I will be happy to help you with that but I need to know your product number, please.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • How to delete application deployed in Run Application Only mode?

    I have exported/imported an application (Run Application Only mode) from one DB instance to another.
    As a developer, I cannot see the application in Application Builder in the target instance. This is as intended because changes should only be made on the source (development) instance.
    After testing, there may be errors to correct. The application is not going to be a new version, it is going to be corrected on the source instance. Without creating a new version of the application on the source instance, what steps does the HTML DB admin take on the target instance to delete the application so the application can be imported again?
    Thanks,
    Kelly

    Thank you Scott. I missed the help text to the side of the install page that explained how an existing application is deleted and replaced.
    The tool provided the prompt page, Confirm Replace Application, before proceeding with the install.

  • Cannot run application HRSystem due to error deploying to DefaultServer.

    I am new to java and jdeveloper. I am tring my hands on the tutorial on HRSystem. Below is the error message recieved while deploying the application. Dont know what to do please help.
    The plaform is linux. Thanks
    DefaultServer startup time: 12661 ms.
    DefaultServer started.
    [Running application HRSystem on Server Instance DefaultServer...]
    Uploading credentials.
    ---- Deployment started. ---- Jun 2, 2009 3:10:10 PM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-06-02 15:10:10.73: Writing WAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp
    2009-06-02 15:10:10.973: Wrote WAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp
    2009-06-02 15:10:57.397: Writing EAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem
    2009-06-02 15:10:57.404: Wrote EAR file to /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem
    Deploying Application...
    <Jun 2, 2009 3:10:59 PM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HRSystem is not versioned.>
    Jun 2, 2009 3:10:59 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    Jun 2, 2009 3:10:59 PM oracle.as.jmx.framework.PortableMBeanFactory setJMXFrameworkProviderClass
    INFO: JMX Portable Framework initialized with platform SPI "class oracle.as.jmx.framework.wls.spi.JMXFrameworkProviderImpl"
    <Jun 2, 2009 3:11:22 PM CET> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/o.j2ee/drs/HRSystem/HRSystem-ViewController-webapp. Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet>
    Jun 2, 2009 3:11:22 PM oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    <Jun 2, 2009 3:11:22 PM CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1243951858599' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    <Jun 2, 2009 3:11:22 PM CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'HRSystem'.>
    <Jun 2, 2009 3:11:22 PM CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application HRSystem on DefaultServer.: Failed to load webapp: 'HRSystem-ViewController-context-root'.
    weblogic.application.ModuleException: Failed to load webapp: 'HRSystem-ViewController-context-root'
    #### Deployment incomplete. #### Jun 2, 2009 3:11:22 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application HRSystem due to error deploying to DefaultServer.
    [Application HRSystem stopped and undeployed from Server Instance DefaultServer]
    Edited by: user1423903 on Jun 2, 2009 8:11 AM

    Try removing this directory: /home/oracle/.jdeveloper/system11.1.1.0.31.52.05/ and restarting JDeveloper.

Maybe you are looking for