Login error with correct u/p using Oracle Application Server / BPEL

Hello,
We are using Oracle 11g and BPEL 10.1.3.4. We had everything working fine until earlier this week. We were receiving an exception when accessing the database from our BPEL process.
Unable to establish connection to "iCareConnectionPool". Error message: Exception occurred testing connection. Exception: java.sql.SQLException: ORA-01017: invalid username/password; logon denied.
I went into the Application Server control and tested the data source and connection pool and they both failed with the login error. The userid and password being submitted is correct. I checked the data-source.xml file and the id/password looked good. Here are the steps I performed.
On BPEL server:
1)     Deleted connection pool iCareConnectionPool, data source, iCareDataSource, and removed /eis/db/iCareDataSource from the DBAdapter.
2)     Created new connection pool – iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
3)     The connection pool test was successful. Clicked finish to create connection pool
4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
5)     Modified connection pool to use IDS2 and it worked.
6)     Modified connection pool to IDS and it failed.
7)     Modified connection pool to jimc and it worked.
On Database:
1)     Created new schema/user ICAREIDS
2)     Connected using SQL Developer and I could connect
On BPEL Server:
1)     Deleted connection pool
2)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
3)     The connection pool test was successful. Clicked finish to create connection pool
4)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
5)     Modified connection pool to use IDS2 and it worked.
6)     Created new connection pool TestPool – same results
7)     Tried jdbc:oracle:thin:@//<host>:1521/ORCL - same results
On my local system BPEL server:
1)     Created connection pool iCareConnectionPool using jdbc:oracle:oci:@//<host>:1521/ORCL with userid IDS
2)     The connection pool test was successful. Clicked finish to create connection pool
3)     From the JDBC resources screen, I tested the connection pool and it failed with invalid logon error.
4)     Modified connection pool to use IDS2 and it worked.
5)     Modified connection pool to use ICAREIDS and it failed.
Since it failed on two different BPEL server's, I am wondering if it is something with the database. I can connect using existing schema's but not IDS or any new schemas. However, I can connect to any schema using any other tool like SQL Developer.
Can anyone provide an insight as to what could be happening here.
Thanks,
Jim

I found the problem and wanted to pass on the solution in case any one else runs into this problem.
With Oracle Database 11g the passwords are now case sensitive. Because the BPEL server is using 10g drivers the login fails if you have capital letters in your password.

Similar Messages

  • Adobe Reader error with PDF reports created using AS Reports Server 10g

    Hi,
    Recently when trying to run reports in our system (which uses Oracle Application Server Forms & Reports Services 10g - 10.1.2.0.2), sometimes when we try to run a report in PDF format the following happens:
    1. A new window appears as expected
    2. This window hangs/appears to try to load for a couple of minutes
    3. Eventually an Adobe Reader error message appears saying the following:
    *"There is a problem With Adobe Acrobat/Reader. Please exit Adobe Acrobat/Reader and try again".*
    I have noticed that this problem only seems to occur when the client has Adobe Reader 9.3 installed (8.2 works fine).
    Has anyone else encountered this problem? Is there a known workaround or is this a known issue?
    Many thanks,
    Chris

    Does anyone have any ideas on this or has anyone encountered the same problem?
    thanks

  • Workspace Issue Using Oracle Application Server

    Dear All,
    I've configured my Workspace using Oracle Application Server and now I can login to my workspace through this url http://<servername>:7777/workspace/.
    But somehow, at my workspace home, I cannot find the folder or Explore inside, which is to see my Financial Reporting.
    I'm login using admin and the privileged is already for administrator.
    Is there anyone ever face this problem..??
    Thanks.
    Regards,
    V13N

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • Workspace Congifuration Using Oracle Application Server

    Hi All,
    Is there some of you ever try to configure the Hyperion Workspace 9.3.1 using Oracle Application Server 10.1.3.1.0..??
    I've tried, but it seem like failed. I cannot access the workspace at all.
    I did some configuration in this part :
    - Workspace - Administration - Server Properties
    - configure the portlet.xml at <>\Workspace\applications\Workspace\workspace\WEB-INF\
    - change the config.bat at D:\Hyperion\BIPlus\bin
    Any suggestion for this problem..??
    Thanks.
    Regards,
    V13N

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

  • PSP Can I NOT use Oracle Application Server

    Hi, Can someone tell me if I can Use Apache and Tomcat to Serve
    my PSP Web Page. If there is no way-out I will have to use
    Oracle 9iAS. I tried to find Documentation on mod_plsql, but
    could not find any (including mod_plsql).
    Thanks!!!

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Geting error when deploy ear file on Oracle Application Server

    Hi,
    i m trying to deploy EAR on Oracle Application Server but i m getting ther Error
    Operation failed with error: Missing class: oracle.adf.controller.v2.lifecycle.PagePhaseListener Dependent class:
    any body know that what is this error
    plz help me
    Harish

    What version of JDeveloper are you using? And what version is your app server?

  • Creating reports using oracle application server

    Hello All,
    I am a complete newbie with Oracle Application Server(OAS) and Oracle reports. My task is to generate HTML and PDF reports using OAS. The current application has a aspx pages(ASP.NET as front end) which calls a third party tool Fast Radar Report which fetches data as per the user need(like month, day, year, product name....) and displays it in a grid format. I have to remove the FastRadar part and use OAS's OracleAS Reports Services components to generate those reports
    I went through chapter 12 of Oracle.Application.Server.10g.Essentials by OReilly 2004 edition
    It briefly glances through that part. But, it seems to mention about Oracle Reports something like "Oracle Reports has a wizard-based frontend called Oracle Reports Developer that can build reports. Oracle Reports Developer is part of the Oracle Developer Suite. The reports created with Oracle Reports Developer can be deployed to the Web using OracleAS Reports Services support in Oracle Application Server."
    I am unclear what to do. Do I need to create the report format in Oracle Reports using wizard-based frontend called Oracle Reports Developer and then deploy it using OracleAS Reports Services?
    Or, is there a way to create the report format using OracleAS Reports Services without using Oracle Reports. I am told we have just OAS installed, don't know if Oracle reports is installed or not as it is done on a remote site.
    Any suggestions would be highly appreciated.
    Thanks a lot.

    Hi,
    One has to develop reports using Oracle Reports developer and then has to deploy it into the application server. To do so you need the Oracle developer suite installed, this has wizards which can be used to develop reports.
    This link might help you http://www.oracle.com/technology/products/reports/index.html.
    Mark it if it helps

  • Using Oracle Application Server -- PHP 4.3 - oci8 -- How to connect to db?

    Hi All,
    We are running php from Oracle Application server, which means Php version 4.3.
    All of the example connection strings I am finding use oci_connect, which is not available in this version.
    Can someone provide an example that we could use to connect to an Oracle DB from php for this version?
    Much thanks,
    ~Chris

    1. Correct the following path
    extension_dir = "D:/php/ext"
    (if your php is installed in D:/php, the above path is correct.
    2. Find the line ;extension=php_oci8.dll
    delete comment sign (;) and it will be :
    extension=php_oci8.dll

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

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

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

  • Why do we use oracle application server

    I need to understand oracle application server.

    Hans Forbrich wrote:
    <snip>
    Note that it's all about controlling costs. And they are finding App Servers have their own cost - in programming and administrative complexity.And the pendulum swings. Having started my IT career on IBM mainframes when PC's were still just a hobbyist's curiosity, it's always been somewhat amusing to me to watch the growth of the PC and how the younger generation of IT "professionals" (yes, I deliberately use the term loosely) discover, then struggle to solve, problems that were solved on the mainframe decades ago. Problems of load balancing, multi-user data access, version control, configuration control, etc. etc. etc.
    I'll spare the "war stories". Just thought your comment that I retained above was a bit thought provoking - that "there is nothing new under the sun"
    ;-)

  • I am using oracle application server

    i have decoompressed the oc4j.jar file its saying following errors........
    D:\>cd oracle
    D:\Oracle>cd j2ee
    D:\Oracle\j2ee>cd home
    D:\Oracle\j2ee\home>java -jar oc4j.jar
    06/07/28 17:28:23 WARNING: EJBContainer.postInit Error generating wrappers for f
    ile:/D:/Oracle/j2ee/home/applications/admin_ejb.jarjava.lang.InstantiationExcept
    ion: javac.exe not found under C:\Program Files\Java\j2re1.4.2_04, please use a
    valid jdk or specify the location of your java compiler in server.xml using the
    <java-compiler .../> tag
    at com.evermind.compiler.ExternalJavac.getJdkExecutable(ExternalJavac.ja
    va:359)
    at com.evermind.compiler.ExternalJavac.getSystemJavac(ExternalJavac.java
    :392)
    at com.evermind.compiler.ExternalJavac.getJavacCompiler(ExternalJavac.ja
    va:248)
    at com.evermind.compiler.ExternalJavac.checkIfValid(ExternalJavac.java:7
    36)
    at com.evermind.server.ApplicationServer.getCompiler(ApplicationServer.j
    ava:2343)
    at com.evermind.server.ejb.compilation.Compilation.<init>(Compilation.ja
    va:154)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:886)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(App
    licationStateRunning.java:210)
    at com.evermind.server.Application.setConfig(Application.java:391)
    at com.evermind.server.Application.setConfig(Application.java:308)
    at com.evermind.server.ApplicationServer.initializeSystemApplication(App
    licationServer.java:1480)
    at com.evermind.server.ApplicationServer.initializeAutoDeployedApplicati
    ons(ApplicationServer.java:1467)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:922)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:113)
    at java.lang.Thread.run(Unknown Source)
    Jul 28, 2006 5:28:23 PM com.evermind.server.ejb.EJBContainer postInit
    WARNING: Error generating wrappers for file:/D:/Oracle/j2ee/home/applications/ad
    min_ejb.jar
    java.lang.InstantiationException: javac.exe not found under C:\Program Files\Jav
    a\j2re1.4.2_04, please use a valid jdk or specify the location of your java comp
    iler in server.xml using the <java-compiler .../> tag
    at com.evermind.compiler.ExternalJavac.getJdkExecutable(ExternalJavac.ja
    va:359)
    at com.evermind.compiler.ExternalJavac.getSystemJavac(ExternalJavac.java
    :392)
    at com.evermind.compiler.ExternalJavac.getJavacCompiler(ExternalJavac.ja
    va:248)
    at com.evermind.compiler.ExternalJavac.checkIfValid(ExternalJavac.java:7
    36)
    at com.evermind.server.ApplicationServer.getCompiler(ApplicationServer.j
    ava:2343)
    at com.evermind.server.ejb.compilation.Compilation.<init>(Compilation.ja
    va:154)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:886)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(App
    licationStateRunning.java:210)
    at com.evermind.server.Application.setConfig(Application.java:391)
    at com.evermind.server.Application.setConfig(Application.java:308)
    at com.evermind.server.ApplicationServer.initializeSystemApplication(App
    licationServer.java:1480)
    at com.evermind.server.ApplicationServer.initializeAutoDeployedApplicati
    ons(ApplicationServer.java:1467)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:922)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:113)
    at java.lang.Thread.run(Unknown Source)
    2006-07-28 17:28:23.955 ERROR J2EE EJB3027 [system] An error occured deploying E
    JB module: java.lang.InstantiationException: Error generating wrappers for file:
    /D:/Oracle/j2ee/home/applications/admin_ejb.jar: javac.exe not found under C:\Pr
    ogram Files\Java\j2re1.4.2_04, please use a valid jdk or specify the location of
    your java compiler in server.xml using the <java-compiler .../> tag
    06/07/28 17:28:24 WARNING: Application.setConfig Application: system is in faile
    d state as initialization failedjava.lang.InstantiationException: Error initiali
    zing ejb-modules: Error generating wrappers for file:/D:/Oracle/j2ee/home/applic
    ations/admin_ejb.jar: javac.exe not found under C:\Program Files\Java\j2re1.4.2_
    04, please use a valid jdk or specify the location of your java compiler in serv
    er.xml using the <java-compiler .../> tag
    Jul 28, 2006 5:28:24 PM com.evermind.server.Application setConfig
    WARNING: Application: system is in failed state as initialization failedjava.lan
    g.InstantiationException: Error initializing ejb-modules: Error generating wrapp
    ers for file:/D:/Oracle/j2ee/home/applications/admin_ejb.jar: javac.exe not foun
    d under C:\Program Files\Java\j2re1.4.2_04, please use a valid jdk or specify th
    e location of your java compiler in server.xml using the <java-compiler .../> ta
    g
    06/07/28 17:28:24 Error initializing server: Error initializing ejb-modules: Err
    or generating wrappers for file:/D:/Oracle/j2ee/home/applications/admin_ejb.jar:
    javac.exe not found under C:\Program Files\Java\j2re1.4.2_04, please use a vali
    d jdk or specify the location of your java compiler in server.xml using the <jav
    a-compiler .../> tag
    06/07/28 17:28:24 Fatal error: server exiting
    can any one help me?

    user519489,
    Again, the error message is quite clear. OC4J requires a JDK, and not a JRE, because it requires a java compiler, which only comes with the JDK, and not with the JRE.
    Good Luck,
    Avi.

  • Errors with configuration files when using Oracle BI Beans 10.1.2

    java.lang.NullPointerException
         at oracle.dss.persistence.persistencemanager.server.PersistenceManagerSupport.loadFactoryFromXML(PersistenceManagerSupport.java:359)
         at oracle.dss.persistence.persistencemanager.server.PersistenceManagerSupport.<init>(PersistenceManagerSupport.java:157)
         at oracle.dss.persistence.persistencemanager.server.PersistenceManagerImpl.<init>(PersistenceManagerImpl.java:88)
         at oracle.dss.persistence.persistencemanager.server.InitPersistenceManagerFactory.getInitialContext(InitPersistenceManagerFactory.java:36)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at javax.naming.directory.InitialDirContext.<init>(Unknown Source)
         at oracle.dss.persistence.persistencemanager.server.InitialPersistenceManager.<init>(InitialPersistenceManager.java:105)
         at oracle.dss.connection.server.drivers.persistence.PersistenceConnectionDriverImpl.connect(PersistenceConnectionDriverImpl.java:150)
         at oracle.dss.connection.server.ConnectionImpl.connect(ConnectionImpl.java:285)
         at oracle.dss.connection.client.Connection.connect(Connection.java:425)
         at oracle.dss.connection.client.Connection.connect(Connection.java:342)
         at oracle.dss.metadataManager.client.MetadataManager.setConnectionObjects(MetadataManager.java:4235)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:924)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:840)
    I got these errors when I am trying to test the jar file on the test system other than Development System. Please help!!!

    Not at this point in time. It might work but I have not tried it yet. I think the OLAP API has been upgraded for 11g and this requries a repackaging a BI Beans. At the moment I have not heard of any timescales for 11g certification.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Deployment problem in Struts using Oracle Application server

    Hi,
    when i deployed my war its throwint the folllowing exceptions...........
    OracleJSP: oracle.jsp.parse.JspParseException: /jsp/metadata/BinDetails.jsp: Line # 419, <html:form name="binDetailsForm" method="post" action="/binDetailsForm.do">
    Error: Attribute: name is not a valid attribute name
    help me...

    Hi,
    thanks i rectified that problem.
    But now my problem is that it shows the followoing error.
    500 Internal Server Error
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    Missing class: org.apache.struts.action.Action
    Dependent class: com.ats.swdms.metadata.frontaction.CreateBinAction
    Loader: test4.root:0.0.0
    Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsUtilrel1_0.jar
    Configuration: manifest of /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsEJBrel1_0.jar
    The missing class is available from the following locations:
    1. Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/test4/swdmsWARrel1_0/WEB-INF/lib/struts.jar (from WEB-INF/lib/ directory in D:\product\10.1.3\OracleAS_1\j2ee\home\applications\test4\swdmsWARrel1_0\WEB-INF\lib)
    This code-source is available in loader test4.web.swdmsWARrel1_0:0.0.0. This is a child of the dependent loader test4.root:0.0.0.
    2. Code-Source: /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/tes12/struts.jar (from manifest of /D:/product/10.1.3/OracleAS_1/j2ee/home/applications/tes12/swdmsWARrel1_0/)
    This code-source is available in loader tes12.web.swdmsWARrel1_0:0.0.0.
    at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2247)
    at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1457)
    at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:167)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:642)
    at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1284)
    at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:69)
    at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1660)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
    at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:119)
    at org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:145)
    at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:282)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:220)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

  • Error in Bpel console of oracle application server 10.1.3

    Hi everyone,
    I am using oracle application server 10.1.3.
    I am having an issue in BPEL console of server.the issue is...
    After few instances the BPEL process state is going to OFF mode even though I m trying to change its state it is not changing.
    How to resolve this issue?
    what is the reason behind this issue?
    Thanks in advance!!!
    Sarala

    Hi,
    If your bpel process is changing to an OFF state, it means that there is an error.
    For example, if you poll a file from a directory, and the file has a bad format, it might change to OFF.
    Look at the log files and find out what is the error.
    Arik

  • Oracle Application Server crashes due to Socket Write Error

    I am using Oracle Application Server 9.0.3. Simple JSP application is running on it. We are using the application server connection pooling functionality. Following errors are occuring on it frequently and it causes the application server crash.
    First application response gets slow and eventually application server gets lock and it wont respond and we have to restart the application server. Our application is in production mode and we need to solve this issue immediately.
    ----------------Error1---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:542)
         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.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         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.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)
    ------------Error2---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:557)
         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.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         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.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)

    I am using Oracle Application Server 9.0.3. Simple JSP application is running on it. We are using the application server connection pooling functionality. Following errors are occuring on it frequently and it causes the application server crash.
    First application response gets slow and eventually application server gets lock and it wont respond and we have to restart the application server. Our application is in production mode and we need to solve this issue immediately.
    ----------------Error1---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:542)
         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.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         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.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)
    ------------Error2---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:557)
         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.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         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.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)

Maybe you are looking for

  • Password problem and Downloading Issue

    I got on iTunes to download the new George Strait album today and here is what happened. 1) Entered PW to purchase music, says PW is incorrect when I know it was right. 2) Reset PW anyway, logged in, purchased the CD 3) Downloads of all songs failed

  • Error in a page with a master-detail:Unable to resolve a Validator instance

    Hi all, I am using Jdeveloper 11.1.1.2 I have a page with a master table and a detail table. When I try to select a row in the some tables (master or detail), I have this error: <AbstractValidatorTag><createValidator> Unable to resolve a Validator in

  • Missing Alerts in OSX 10.8 Calendar

    Hey Folks, Seems that the  alerts in my Calendar have stopped working--I set them, but they don't appear as scheduled.  I've tried dumping prefs/caches etc., no change.  Help!

  • Add icon in a tree

    Hi Experts, My requirement is to add some icons in a tree created in WEB DYNPRO. Suggest me.... Thanks Alok Vishnoi

  • PDF File - local PI - central PI - ECC

    Hi All, I have a requirement like local PI (7.1) has to pick a PDF file (eg. invoice) from the folder and validate it and send it to the central PI, then central PI will validate and send it to ECC system. Here my part is to connect the file folder w