BC4J; OC4J;JSP;JD323 - deployment on Solaris 2.6

I am trying to deploy a BC4J JSP application to OC4J so that we can take advantage of the SErvlet API 2.2 - our sessions persistent crash on JServ. The so-called guidance on OTN viz
http://otn.oracle.com/products/jdev/howtos/bc4jdeployment.html
isn't much use. The BC4J installer is only for Windows; none of the paths match what I have on my Solaris OC4J installation.
One of my colleagues has got our application working on an Apache/Tomcat configuration. When the OAS desupport was announced last year we debated whether to move to Apache or iAS. We decided to stick with Oracle because it was supported.
However, when it comes to anything internet, java, jdeveloper, on this side of the pond at least, Oracle support is as much use as a chocolate fireguard, so we are in effect unsupported anyway. We have either resolved all our problems with our own sweat or with guidance from this forum.
My question is: is there a guide for deploying BC4J to an OC4J installation or Solaris or should we give up on iAS and migrate to Apache?
This is getting urgent: we have systems that need to go live very soon and we don't yet have a stable web platform.
TIA, APC

Mike, do give more details from your install log. Looks like copying of some of the files are not happening.
Make sure this install is happening into an oracle home by itself.
Also make sure you have applied all of 2.6_Recommended cluster patch from SUN before installing Oracle9iAS.
Regards
Pavna Jain
Oracle9iAS Product Management

Similar Messages

  • Bc4j-oc4j and Jdeveloper Release Candidate

    I developed a bc4j application with Jdeveloper Release Candidate. In another pc I installed 9ias and bc4j-oc4j server. Then I deployed my application using .ear file. I get an error when I try to run the application through the as. Here is the error:
    oracle.jsp.parse.JspParseException: Line # 18,
    Error: releasemode is not a property of oracle.jbo.html.jsp.datatags.ApplicationModuleTag
    I think it is not true that releasemode is not a property of ApplicationModule tag. Can anyone help me?
    thanks

    Hi, first of all thanks for your interest and sorry for my English.
    Actually I have tried some different combinations.
    First of all I downloaded 9ias v1.0.2.2 core form web-site. In it oc4j comes with version 1.0.2.2.1. I installed it and could not even get that error message. Then I installed bc4j runtime installer over it. Then I got that error message.(That message is just an example. I think not all of the necessary classes with correct versions are contained in the container.). Then I tried to use the oc4j that is embeded in the jdeveloper release candidate. I copied the directory and put to the proper place in the application server. It did not even start. Finally I downloaded 9ias Release2-j2eedeveloper's preview. It brougth me a version 9.0.2.0A. I was wery hopeful with it but it did not work either.
    I only want to deploy and use my jsp files that I created by jdeveloper release candidate. I need correct versions of application server and container I think.
    Thanks a lot.

  • Error on installation of BC4J-OC4J zip file and running BC4J.html

    Hi a little help please
    I'm trying to install and configure BC4J-OC4J from the zip file
    after trying run the BC4J/JSP apps on just about every webserver
    known, this is getting close to my last attempt before I admit
    defeat and go back to Microsoft and ASP which may not be pretty
    but does work and if it stopes me banging my head on the desk is
    well worth the expense anyway ....
    I've run the self installer for the runtime etc and all seems
    well until I run the BC4J.html file and the left pane of the
    website produces this error
    I don't really want to waste anymore time tring to deploy a
    BC4J/JSP app if the server setup is not set
    Malcolm
    JSP Error
    Exception:
    javax.servlet.jsp.JspException:
    oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003:
    The application pool, OnlineOrdersModule, failed to checkout an
    application module instance.
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.internalGetAppModuleIn
    stance(JSPApplicationRegistry.java:468)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.getAppModuleInstance
    (JSPApplicationRegistry.java:433)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:123)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC
    connection.
         at oracle.jbo.server.ConnectionPool.createConnection
    (ConnectionPool.java:302)
         at oracle.jbo.server.ConnectionPool.getConnection
    (ConnectionPool.java:110)
         at
    oracle.jbo.server.ConnectionPoolManagerImpl.getConnection
    (ConnectionPoolManagerImpl.java:57)
         at
    oracle.jbo.server.DBTransactionImpl.establishNewConnection
    (DBTransactionImpl.java:532)
         at oracle.jbo.server.DBTransactionImpl.initTransaction
    (DBTransactionImpl.java:643)
         at oracle.jbo.server.DBTransactionImpl.
    (DBTransactionImpl.java:346)
         at oracle.jbo.server.DatabaseTransactionFactory.create
    (DatabaseTransactionFactory.java:172)
         at oracle.jbo.server.NullDBTransactionImpl.connect
    (NullDBTransactionImpl.java:352)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.connect
    (ApplicationPoolImpl.java:1237)
         at
    oracle.jbo.common.ampool.ApplicationPoolImpl.createNewInstance
    (ApplicationPoolImpl.java:514)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.checkout
    (ApplicationPoolImpl.java:634)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.internalGetAppModuleIn
    stance(JSPApplicationRegistry.java:463)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.getAppModuleInstance
    (JSPApplicationRegistry.java:433)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:123)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)
    ## Detail 0 ##
    java.sql.SQLException: Io exception: The Network Adapter could
    not establish the connection
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:180)
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:222)
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:335)
         at oracle.jdbc.driver.OracleConnection.
    (OracleConnection.java:319)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance
    (OracleDriver.java:415)
         at oracle.jdbc.driver.OracleDriver.connect
    (OracleDriver.java:302)
         at java.sql.DriverManager.getConnection
    (DriverManager.java:517)
         at java.sql.DriverManager.getConnection
    (DriverManager.java:146)
         at oracle.jbo.server.ConnectionPool.createConnection
    (ConnectionPool.java:277)
         at oracle.jbo.server.ConnectionPool.getConnection
    (ConnectionPool.java:110)
         at
    oracle.jbo.server.ConnectionPoolManagerImpl.getConnection
    (ConnectionPoolManagerImpl.java:57)
         at
    oracle.jbo.server.DBTransactionImpl.establishNewConnection
    (DBTransactionImpl.java:532)
         at oracle.jbo.server.DBTransactionImpl.initTransaction
    (DBTransactionImpl.java:643)
         at oracle.jbo.server.DBTransactionImpl.
    (DBTransactionImpl.java:346)
         at oracle.jbo.server.DatabaseTransactionFactory.create
    (DatabaseTransactionFactory.java:172)
         at oracle.jbo.server.NullDBTransactionImpl.connect
    (NullDBTransactionImpl.java:352)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.connect
    (ApplicationPoolImpl.java:1237)
         at
    oracle.jbo.common.ampool.ApplicationPoolImpl.createNewInstance
    (ApplicationPoolImpl.java:514)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.checkout
    (ApplicationPoolImpl.java:634)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.internalGetAppModuleIn
    stance(JSPApplicationRegistry.java:463)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.getAppModuleInstance
    (JSPApplicationRegistry.java:433)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:123)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:147)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)

    Hi
    Was your network running fine during your test? Did you specify
    the correct connection properties in oc4j?
    Cheers!
    Amin

  • Bc4j/oc4j/petstore problem

    After installing BC4J runtime on top of OC4J running on Win2k and Sun JDK1.3.1, bc4j demo is OK. the Sun's J2EE demo petstore stops working. Any idea?
    Thx.
    Request URI:/apps/petstore/template.jsp
    Exception:
    oracle.jsp.parse.JspParseException: Line # 8,
    Error: oracle.xml.parser.v2.XMLParseException: Invalid element 'servlet' in content of 'web-app', expected elements '[servlet-mapping, session-config, mime-mapping, welcome-file-list, error-page, taglib, resource-ref, security-constraint, login-config, security-role, env-entry, ejb-ref]'.
    at oracle.jsp.parse.JspDirectiveTaglib.validateAttributes(JspDirectiveTaglib.java:80)
    at oracle.jsp.parse.JspParseTagDirective.validateTagAttributes(JspParseTagDirective.java:107)
    at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:672)
    at oracle.jsp.parse.JspParseTagDirective.parse(JspParseTagDirective.java:174)
    at oracle.jsp.parse.JspParseTag.parseNextTag(JspParseTag.java:548)
    at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:100)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:40)
    at oracle.jsp.app.JspAppLoader.translatePage(JspAppLoader.java:1513)
    at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java:1146)
    at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java:1005)
    at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java:671)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:337)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
    at oracle.jsp.JspServlet.service(JspServlet.java:148)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:339)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:141)
    at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:198)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:312)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:339)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:549)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
    null

    Yes - this was a bug in the first version of the bc4j-oc4j installer. We have a new version of the installer that contains the correct version of orion.jar, and should fix the bug that you found. You can download it from http://otn.oracle.com/products/jdev/howtos/bc4jdeployment.html
    My apologies - and please let us know if you continue to have problems.
    Blaise

  • ADF deploy on Solaris

    Hi All,
    Has anybody deployed their ADF application on solaris successfully.
    I am unable to do so since last two weeks.
    My Jdev version 10.1.3.0.4.3673 (running local windows)
    My Oracle app server 10.1.2.0.2 (running remote solaris)
    1>Used Jdev adf installer wizard and installed the librarys successfully on remote windows machine (10.1.2.0.2) Oracle App Server. Deployed the .ear from Jdev to this windows box. smooth. application works fine.
    2>Now, wanted to deploy on solaris box. Used two methods.
    a>Used the ADF Runtime installer ver 10.1.3..0 from Oracle site. Ran it on solaris box. Installation fails with message "trying to update BC4J......" Connection Exception Connection refused etc etc "
    Try, to up the EM and it is broken -------- Reason, this ADF installer overwrites/truncates configuration files like server.xml , applcation.xml etc etc
    b>Oracle said, now try another method. Install Jdev same version directly on solaris box. and Use Jdev wizard to install the libs on solaris. So installed Jdev on solaris, and used ADF runtime wizard. Now, the wizards shows "Installation Successful" but as I see the server.xml, and other config files overwritten and truncated after running wizard. Again EM is broken.
    Again, my question is :-----
    Would it be wrong if I say "Jdev ADF installer (whether standalone OR Using Jdev ADF runtime wizard) runs good on windows (in my case it did work on remote windows box) BUT fails if you try to run on solaris. and worst keeps truncating important configuration files."
    Is there anybody who had done successful ADF upgrade on solaris box ?
    This is now urgent, as we spent two weeks on it.
    thanks,
    pp

    Hi,
    I downloaded jdevstudio11110install.jar and copied this to my file system(root). on click on this jar no even is occurring, i had tried on both x86 and sun sloaris 10 sparc getting the same result am unable to see base studio run on this platforms, do i missing any steps to run this jar.
    Plz reply ASP.
    --Shrinivas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • BC4J&Servlets&Jsps:(Dev Team)Pro. impl. the combination With full Utiliz. of pooling

    Hi,
    I am having Problem in the area of Application Module Pooling and the Connection pooling while doing the load test of my application using the BC4J in servlets and Jsps.
    1) I am using IAS 1.0.2 comes with BC4J 3.2.1. All my Jsps pages are unable to load the new application. Properties file, it is working with the old properties file.
    At this time I copied new BC4J 3.2.2 libraries to IAS, now the new properties file was loaded and making the connection pool.
    If I do the load test of 10 requests with concurrency 2 it was failing the requests. I increased the pool size to 20, but no use. (See the errors below)
    I have no problems with concurrency 1 and any number of requests. Only the problem is coming when we increased the concurrency more than 1.
    2) I am wondering about the scalability issue of using the BC4J in JSP's and servlets with Apache Jserv (IAS 1.0.2)
    3) Is it IAS 1.0.2 bug free?
    4) I am wondering how this pooling stuff will be starting working in normal local deployment mode.
    5) Why the IAS was not given the clean instructions to Local Deployment of BC4J applications.
    6) My application is working only if there is no concurrency
    Any feed back from Dev Team.
    7) My application is using about 30% of CPU time when doing the load test for 50 requests ay concurrency of 1.
    Is there any way tune the JAVA stuff.
    Thanks in advance
    Please see the errors:
    [01/03/2001 20:15:04:229 EST] java.lang.NullPointerException
    java.lang.RuntimeException: java.lang.NullPointerException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    at oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPropertyFile(JSPApplicationRegistry.java:212)
    at oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPropertyFile(JSPApplicationRegistry.java:104)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(JspServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
    at org.apache.jserv.JServConnection.run(JServConnection.java:188)
    at java.lang.Thread.run(Thread.java:479)
    [09/03/2001 14:10:48:320 EST] JBO-25302: Component object StockTodayView has no parent
    oracle.jbo.InvalidOwnerException: JBO-25302: Component object StockTodayView has no parent
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(Compiled Code)
    at oracle.jbo.JboException.<init>(Compiled Code)
    at oracle.jbo.InvalidOwnerException.<init>(InvalidOwnerException.java:33)
    at oracle.jbo.server.ComponentObjectImpl.getRootApplicationModule(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.getDBTransaction(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.addRowSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.createViewRowSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.getDefaultRowSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.isForwardOnly(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.printXmlForRowSet(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.render(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code )
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 4 with java object of type java.lang.String due to java.
    sql.SQLException.
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(Compiled Code)
    at oracle.jbo.JboException.<init>(Compiled Code)
    at oracle.jbo.AttributeLoadException.<init>(AttributeLoadException.java:40)
    at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(Compiled Code)
    at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewRowImpl.populate(Compiled Code)
    at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(Compiled Code)
    at oracle.jbo.server.QueryCollection.populateRow(Compiled Code)
    at oracle.jbo.server.QueryCollection.fetch(Compiled Code)
    at oracle.jbo.server.QueryCollection.get(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.getRow(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.execute(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.printXmlForRowSet(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.render(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    ## Detail 0 ##
    java.sql.SQLException: Exhausted Resultset
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273)
    at oracle.jdbc.driver.OracleStatement.prepare_for_new_get(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.getObjectValue(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.getObjectValue(Compiled Code)
    at oracle.jdbc.driver.OracleResultSetImpl.getObject(Compiled Code)
    at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(Compiled Code)
    at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewRowImpl.populate(Compiled Code)
    at oracle.jbo.server.ViewDefImpl.createInstan ceFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(Compiled Code)
    at oracle.jbo.server.QueryCollection.populateRow(Compiled Code)
    at oracle.jbo.server.QueryCollection.fetch(Compiled Code)
    at oracle.jbo.server.QueryCollection.get(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.getRow(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.execute(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.printXmlForRowSet(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.render(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    oracle.jbo.common.ampool.ApplicationPoolException: JBO-30004: An application module that was not checked out was checked into the po
    ol, com_globe_invester_stock_InvesterStockAppModule
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(Compiled Code)
    at oracle.jbo.JboException.<init>(Compiled Code)
    at oracle.jbo.common.ampool.ApplicationPoolException.<init>(Compiled Code)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.checkin(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    BC4J HTTP Container was timed out
    The binding listener for InvesterStockAppModule was timed out

    See if the following messages help:
    http://technet.oracle.com:89/ubb/Forum2/HTML/006553.html
    http://technet.oracle.com:89/ubb/Forum2/HTML/006831.html
    http://technet.oracle.com:89/ubb/Forum2/HTML/006864.html

  • OC4J JSP SAMPLE

    Dear Sir/Madam,
    Can i deploy/run jsp page of oc4j jsp sample on tomcat server ?
    Best regards
    boris

    Hi Boris,
    The JSP samples were developed for OC4J. They include some samples that use EJB's(Enterprise Java Beans) which you cannot run under Tomcat. Also, there are some samples that demonstrate the use of OC4J JSP utility tag libraries and javabeans which need OC4J JSP libraries.
    We would suggest that you deploy these samples under OC4J which comes packaged with the required libraries. You can download OC4J from the following location:
    http://otn.oracle.com/software/products/ias/devuse.html
    Regards,
    Srinivas

  • How to call a class file in a jsp without deploying anything in j2ee

    Hi,
    I am new in J2EE. I have some jsps, which I configured using web.properties(documentroot=c:/jsp/). I am able to get
    those pages by the web browser. I have some import statements in some jsps, now I
    am trying to access those page but it is failing, it says
    org.apache.jasper.JasperException: Unable to compile class for
    JSPD:\j2sdkee1.3\repository\pradip\web\_0002fLogin_0002ejspLogin_jsp_0.java:1:
    Class com.gui.UPMGuiGlobalConstants not found in import.
    import com.gui.UPMGuiGlobalConstants;
    Actually I have not deployed any class file or jsps.. Now my question is can I access
    these jsps without deploying anything, like can I put my .jar file in any j2ee
    directory(like lib or anywhere else, I already tried after putting in /lib) and restart the
    j2ee and use it. So how can I call a class file from a jsp without any kind of
    deployment?
    Please send me the reply as soon as possible.
    Regds,
    Pradip

    After you put the jar containing the class to import into the WEB-INF/lib directory, you still need to include it in the jsp.
    Putting the jar into the lib dir, will make it available to the vm, but as in any other java class, you still need to import it into the class, that the jsp will be compiled into.
    And you do that by putting
    <%@page import="com.gui.UPMGuiGlobalConstants" %>somewhere near the top of your jsp. (well you don't need to put it there, but it good style ;)
    That should do it.

  • Search/Query Form bc4j-uix-jsp

    Hi:
    Are there any samples of Search/Query jsps using
    bc4j -uix jsps?
    There are some on OTN using html.
    I want to set up a search page that users can select one or more(AND) from about 5 attributes
    of a view and then display approx 6-8 different attributes of that same view.
    Any input would be appreciated.
    Thanks.

    Once you create the Query-by-Form datawebbean, you can modify the templates in the templates\webapp directory by changing all usages of the FindForm bean to use your new DWB. You can also create a new webapp template by copying the existing file and creating a new directory. You can add you new template by modifying the templates\apptemplates.xml. The current entries are:
    <?xml version="1.0"?>
    <APPTEMPLATES>
    <TEMPLATE NAME="default" DIRECTORY="templates/webapp/" USETHEMESELECTION="YES">
    </TEMPLATE>
    <TEMPLATE NAME="Oracle" USEFORMSELECTION="NO" DIRECTORY="templates/cabowebapp/" THEMEDIR="/webapp/jsimages" THEMECSS="/webapp/cabo/images/cabo_styles.css" USETHEMESELECTION="NO" TOOLBARCLASS="oracle.jbo.html.databeans.JSNavigatorBar">
    </TEMPLATE>
    </APPTEMPLATES>

  • How to pre-compile jsp and deploy to tomcat

    Hi All,
    I wuld like to know how to pre-compile JSPs and deploy to tomcat. I am using ANT tool to build and deploy the war file.
    Thanks in Advance.
    Regards,
    --Nagesh.                                                                                                                                                                                                                                                                                                                                               

    for Tomcat 5.0 (You'll need to edit to fit your needs)
        <path id="jsp.classpath">       
            <!-- point classpath to directory containing jasper-compiler.jar and
                   jasper-runtime.jar -->
            <fileset dir="C:\tomcat\common\lib">
                <include name="**/*.jar"/>
            </fileset>
            <fileset dir="C:/tomcat/common/endorsed">
                <include name="**/*.jar"/>
            </fileset>       
        </path> 
        <target name="jsp" >
        <!--
             The Ant JSPC task doesn't work with Tomcat 5.0
             so in the meantime we need to define our own task.
          -->
        <taskdef name="jspc50" classname="org.apache.jasper.JspC">
            <classpath>
                    <path refid="jsp.classpath"/>    
            </classpath>
        </taskdef>
        <jspc50 outputDir="${build.classes}"
                package="jsp"
                uriroot="${project.dir}/web/webApp"
                webXmlFragment="c:/web.xml"
                verbose="9"
                validateXml="false">           
        </jspc50>
        <javac srcdir="${build.classes}/jsp"
               destdir="${build.classes}"
               debug="true"
               optimize="false"
               includes="**/*.java"
               source="1.4">
                <classpath>
                    <path refid="classpath"/>
                    <path refid="jsp.classpath"/>
                </classpath>          
        </javac>
    </target>    More information can be found here :
    http://www.onjava.com/pub/a/onjava/excerpt/AntTDG_chap8/index1.html?page=last

  • BC4J, OC4J and solaris

    We are developing an JSP application with JDeveloper9i candidate, using BC4J and JBO tags. It works well over Windows NT.
    Now, we need to deploy that application over Sun Solaris. How I can do that ???. How I install bc4j 5.0 library ?

    hi Cristo,
    For jDev323, this might be helpful:
    http://otn.oracle.com/products/jdev/howtos/bc4j-ojsp-solaris.html
    For jdev9i, you might re-post this to the "Jdeveloper 9i" discussion group.

  • Bc4j jsp calendar deployment problem

    Using jdeveloper 9.02 I made a simple webapplication with bc4j jsp's and deployed it to oc4j (9.0.2.1) directly from jdeveloper as described in the help. This works fine, except for the calendar (datepicker). When the calendar is loading in a separate frame I become an 'access is denied' error. In the http-web-access.log the following line shows up:
    127.0.0.1 - - [25/Nov/2002:15:52:54 +0100] "GET /webapp/jsp/calendar.jsp?redirect=/webapp/jsp/calendar.jsp&locale=de_AT&enc=windows-1252&origValue=1980-12-24&format=yyyy-MM-dd&formatter= HTTP/1.1" 500 383
    The application runs fine on the oc4j inside jdeveloper, so I assume it is a configuration problem. However, so far I couldn't find out what is wrong.
    If I make a simple application using the wizards for the emp table, and deploy it with standard settings to the local oc4j, I have exactly the same problem.
    does anybody have a suggestion?
    thanks, Cor

    problem is solved.
    Webapp and cabo are installed as applications in their own directory structures. However, the required libraries are not deployed automatically in the web-inf/lib directory. They are present in the main application web-inf/lib, but these are apparently not accessable. Copying the libraries solves the problem.
    I'm still wondering whether I did something wrong. Simply deploying the bc4j.ear to oc4j is obviously not enough, but that is what the jdeveloper help is saying. Did I misunderstand something?
    Cor

  • Pre-Compiling JSPs while deploying a .war file in OC4J instance

    Hi,
    Is there any way to inform the OC4J instance to pre-compile the jsps in a .war file, while deploying..
    Thanks for your responses,
    Eshwar

    Click on the project.
    Open the context menu (right mouse button).
    Expand the General item in the left list.
    Select the Deployment Profiles item.
    Select the deployment profile you need from the right.
    Follow the wizard.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • BC4J, JSP, Apache: Deployment to web-inf

    I'm trying to deploy a BC4J JSP application to a web-inf directory. In other words I'm using the OracleJSP extensions that support the globals.jsa application/session context.
    When I place my application's BC4J jar file in the \approot\web-inf\lib directory it doesn't work. When I try a simple app with no BC4J its works. ie. My JSP works and it can load classes from both \approot\web-inf\classes and \approot\web-inf\lib\??.jar.
    If I place the application BC4J jar file in \approot\web-inf\lib it can't find files such as \bc4jpackage\common\bc4j.xcfg. Therefore I think OracleJSP will load classes from \web-inf but because its not really in the JServ classpath BC4J wont find any other files.
    Anyone tried this? Is there a workaround?

    Hi,
    I am yet another victim of the age-old error JBO:33001 bc4j.xcfg file not found in class path, When i have my BC4JApp.jar in Tomcat Web-inf/lib directory. All the other jar files and class files in my webserver-application web-inf classes and lib directory works.
    But Tomcat server is not able to read this bc4j.xcfg file. I can see in my jar file that this bc4j.xcfg exists and in the specified package directory. still the problem persists. My BC4JApp.jar is perfectly working when i use JDeveloper. but not when i use tomcat4.0 and call a JSP using BC4JApp.jar from browser (My environment is Jdeveloper3.2, Tomcat4.0+IIS in middle tier and oracle 8i as DB, everything on windows2k)
    I have gone through almost all the threads possible that relates to this error in this form. None of them have a answer except to say "put the file in classpath". and last reply is "will fix in jDeveloper 9i. So what happens to us who are working in Jdeveloper 3.2?
    1. I have this file in my jar file.
    2. I also tried creating a seperate directory manually, with the same name as my package under web-inf/classes, web-inf/lib , just under web-inf directory and atlast under approot directory also. I tried having my package directory containing bc4j.xcfg in these folders one at a time and also tried having this directory in all these folders at the same time.
    Still no solution.
    Itz frustrating that neither proper documentation nor a right url page nor i am aware of available addressing this. page links given in above threads only gives me the wonderful page of ie's "Page cannot be displayed".
    Is there a answer to this error and my problem. If this doesn't work, then i have to all the way develop from scratch creating my jsp using JDBC calls and Stored packages etc.
    I don't want to give up on this Jdeveloper at this final moment because if this bc4j.xcfg file is found, my application will work perfectly. on these final moments, if this doesn't work, i am frightened to imagine to develop my application in standard way. Atlast, if thatz the option left,we have to do that bcos our production date is close by.
    Please can some one in this forum or Jdeveloper help me to solve this problem. I am desperate and very urgent.
    Waiting for a reply from Jdev team very much...
    Thanks
    Hari(2/3/02)

  • JSP binary deployment in OC4J

    Can we do binary deployment of JSP as supported in JSERV env.
    null

    David, I do not think that oc4j 10.1.2 is certified with jdk-1_5_0_03. It is certified with JDK 1.3.1 and JDK 1.4.1, although it is quite possible that it can be run with other jdk versions.
    I can not see why your jsp is running incredibly slow. From what you provided, it seems that the process is stuck somewhere inside the _jspService method of the jsp page. To confirm that, it is much easier for you do a little more debugging. Just insert
      <% System.out.println(System.currentTimeMillis()); %>
    into various places of your jsp. Also, you may make a thread dump by "ctrl^break" on Windows or "ctrl^\" on Unix from time to time so as to find which methods stay on top of the stacks of the running threads. Then we can pinpoint the places that take most of the time.

Maybe you are looking for

  • How I can reduce a Flex application size?

    Hi I have developed a Chat application using Flex and XIFF API. The XIFF API size is around 500 KB. I need the basic chat functionality . Now my chat application size is around 400KB(in release mode). Is there any way that I can reduce my Chat applic

  • HT3951 how do I unlock my ipod touch

    My children locked up my ipod and it is saying ipod disables connect to itunes..I am connected to itunes now but still nothing..Please help me

  • Why oracle text index column taking long  time

    why oracle text index column is taking long time to return result.I created text index on a column if I run the query on a single table result is very fast.If I join table with other table (10 records only ) it is taking long time but in explain plan

  • My iPod charger stopped working !

    OK , so I have had an iPod 4th generation 32GB since January 2012 . I left my original charger in North Dakota in about March . I got a new one about a week later that I got back . And my iPod was dead for about a week . Because I have no phone , or

  • Table maintenence Generator for a Huge data Table.

    Hi Experts, I have created a Table maitenance for a Custom table which has some 80,000,000 records approx. Now the when i run this, it goes for a short dump saying "STORAGE_PARAMETERS_WRONG_SET". The basis have reported that the tcode is running a se