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

Similar Messages

  • BC4J & Servlets (To DEV TEAM)

    Hi all,
    I am having problems with using BC4J Application Module with in the servlet. It is working for one concurrent request only. When I try to run for multiple requests (concurrency 5), it was fails to check back the application Modules to pool, once checked out for each request. This is very urgent to us to move this servlet to the production.
    1) Suggest us to proper way of using the Application Module in the servlet to handle the multiple requests.
    2) Could you suggest any architecture to work Apache Jserv, Servlets, JSP's in a normal Deployment mode.
    Please see the Errors Wile doing the load test:
    [30/03/2001 17:01:13:114 EST] Servlet: JBO-30004: An application module that was not checked out was checked into the pool, GlobeInvestor_com_globe_invester_stock_InvesterStockAppModule
    [30/03/2001 17:01:13:114 EST] : JBO-30004: An application module that was not checked out was checked into the pool, GlobeInvestor_com_globe_invester_stock_InvesterStockAppModule
    Thanks,
    Suri

    Suri,
    It's hard to tell what's going on, but the error you're seeing occurs when you try to check an application module back into the wrong pool.
    About your concurrency issues: you could be reinstantiating a pool on every request. Make sure you're only using createPool() once - you can use isPoolCreated() to check whether a pool already exists.
    Blaise

  • What do i need to connect my mac book pro to the tv with the thunderbolt on the mac to hdmi? I have the newest macbook pro. I'm wanting to have the best picture I can get from my 1080p tv. thanks

    what do i need to connect my mac book pro to the tv with the mac's thunderbolt port to hdmi? I have the newest macbook pro. I'm wanting to have the best picture I can get from my 1080p tv. thanks

    Thanks Community! I solved the problem. In fact it was not a problem but lack of understanding. These guys at Apple are way ahead in thir thinking. I will try to explain as short as I can.
    In Lion, ihe Prefferences/Display show only two choices: 6-7 steps of resolution and some color tab. No two screens, no two display to overlap, nothing for us to do. "That was the problem"! Everything is automatic.
    When I connected the HDMI cable to the Miniport into a T-bolt slot, the TV screen showed the "spiral galaxy" how Zyriab is calling it. In fact he gave me the best clue. That shows the connection is good. But where is the Mac Book image?
    You have to drag it to the right out of the Mac Book display area, and "voila!" it will continue on the TV screen. The same with the mouse pointer, push it out ofthe Mac Book display area and you see it on the TV sreen. Good image, you can keep the max resolution, etc. The sound is still on the Book's speakers. I have to figure that out.
    Thank everybody, especialy Zyriab, ne was the closest.
    High regards to everybody

  • How do you make "Acrobat X Pro" open the "combine pdf" window in the foreground?

    How do you make "Acrobat X Pro" open the "combine pdf" window in the foreground?
    I am using a "Windows 7" computer at work with "Acrobat X Pro" and I'm constantly combining
    pdf's and tiff's in Acrobat.
    It would be nice if when I select 30 or 40 files to combine, the
    "Combine Supported Files in Acrobat" window would open in the
    foreground, not behind the 10 or so windows already open.
    I have been researching this for some time now with no solution.
    If the answer is that "IT CAN'T BE DONE", then that's fine. At least
    I will have an answer and can stop searching. If (as I suspect) it can
    be done, then kindly supply me with "step by step" instructions.
    Michael Jones

    Something that works  (provides Acrobat the application precedence in the OS that is requisite for this) --
    Minimize the 10 or so application windows before engaging use of Acrobat's "combine".
    That'll let the Acrobat dialog windows display front and center.
    Be well...

  • I have a macbook pro and the software with snow leopard only has upgraded to 10.5.8, do I need to purchase mountain lion to upgrade to 10.6.8?

    I have a macbook pro and the software with snow leopard only has upgraded to 10.5.8, do I need to purchase mountain lion to upgrade to 10.6.8?

    Your machine likely can't handle Mountain Lion 10.8 nor 10.7, if it does it will run slow and very higly likely a lot of your third party software and drivers for printers and scanners won't function anymore.
    It's because your 10.5 era (or earlier) machine is rather dated, hardware has advanced and is faster, the newer OS X versions have gotten bloated.
    I do recommend you call Apple via phone and order the 10.6.3 white retail disks, backup your personal data off the 10.5.8 Mac to a external storage drive and when the disk arrives, stick it in and run the upgrade installer.
    Once that's finished, reboot and use Software Update to get to 10.6.8 and stay there. You can buy stuff from AppStore, just don't upgrade to 10.8 (or 10.7) as thats when you'll have issues.
    10.6 should run your currrently installed PPC software and hardware drivers. But 10.7/10.8 will not.
    10.6 is receiving security and other updates from Apple as more than 50% of OSX users are still on it.
    Most commonly used backup methods
    Things to consider before upgrading OS X

  • We want to deploy Servlet/JSP in JServ and call the EJB's deployed in iPlanet App Server 6.0 SP2. How do we make the getInitialContext Call be able to access the EJB's.

    Additionally what configurations do we need to make sure we have on JServ (Third party Servlet container) to make sure that the iPlanet EJB's can be accessed.

    Let me preface my instructions with the comment that this isn't a good idea. Although the J2EE specification allows you seperate your web container from your EJB container, in practical deployments it is a bad idea. The overhead of doing RMI/IIOP calls to an external container as opposed to making inter-JVM calls means that you can expect roughly an order of magnitude less performance than if you colocate your web and EJB containers. (This is why all EJB containers are also web containers, or at least have the provision to install themselves in the same JVM as a web container.)
    That said, if you do not have the option to move the servlets to iAS, you can access EJB's in iAS from JServ the same way that you would from any remote client. Take a look at the following information for more detail:
    Chapter 9 of the developer's guide ( this shows you what changes you need to make to the remote JVM (at JServ) and in the EJB's that you are exposing).
    The RMI/IIOP sample application. This gives you an example of how to access EJB's from outside the container.
    (To answer your direct question, the following code will get the initial context. But if you don't take all of the other configuration steps, this code won't work:
    env.put("java.naming.factory.initial", "com.sun.jndi.cosnaming.CNCtxFactory");
    env.put("java.naming.provider.url", "iiop://" + host + ":"+port);
    Context initial = new InitialContext(env);
    I'd also suggest that you approach the task with the following approach. (Assuming that I haven't managed to convince you that this is a really bad idea.)
    1. Get your EJB's working on iAS. Test them with servlet harnesses running on iAS.
    2. Get your servlets working on JServ, if they aren't already.
    3. Create a simple standalone Java application as a test harness for EJB's. Follow the RMI/IIOP instructions until you get this test harness working.
    4. Create a simple servlet test harness in JServ to access your EJb's. Follow the JVM setup instrucitons until you get this working.
    5. Actually integrate the EJB's with your production application.
    I say this because there are about five trillion things that can go wrong in this process. Although the troubleshooting steps in the docs are helpful, I find that it helps to get one thing working at a time. It's very frustrating to spend a day trying to resolve JNDI issues only to find out that you have your CXS configured improperly.

  • MacBook Pro fan running constantly with no utilization

    Just got my boss's MacBook Pro (Retina, Mid 2012) model back from Apple after a GPU related repair (which appears resolved).  They replaced logic board amongst other things.
    As soon as I turn it on I hear the fan, quietly running.  If I close the lid, it runs for about 20 seconds then stops. This is not loud; they are not running full blast (that is a much different sound).  But I can hear it in a quiet room.  Owner of the laptop was complaining about fan noise before; I assumed he was stressing the CPU but now I can see what he was complaining about.
    Activity Monitor (with 'All Processes' selected), sorted by CPU, shows nothing running more than 1-2%, and 'Idle' at the bottom is showing about 99.65%.  So there are no runaway processes. The room (ambient temp) is about 66F (not overly hot). The laptop is on a tile counter - no obstacles to airflow. Same issue occurs on battery and wall power. Over a several hour period, I never hear the fan stop.
    I did an SMC reset (ctrl-opt-shift-Power) and this seems to have no effect (this seems to be the magic bullet for most of these issues, after tracking down runaway processes).
    So my question is - does anyone know what the design is - could it be that the fans are designed to run all the time on this model, but they are (supposed to be) super quiet and not audible at low RPM, and maybe these fans have been become noisy, therefore I'm hearing it?  Was this a specific design issue for this model of MacBook pro (with NVidia GPU)?

    Update.  I downloaded a nice free program called "Macs Fan Control" from MacUpdate. It shows me that I have two fans "Left Side" and "Right Side" and they are both running at the minimum RPM; the window shows Min RPMs as 2160 and 2000 (left/right), and the 'current' is 2161/2005 (changes all the time but very close to the minimum). Max RPM shows 5940/5499 (left/right).  "Control" is auto, meaning the program is not trying to control the speed.
    I tried setting the minimum below the values above (eg, I tried changing the minimum to 1,500) but it would not let me. I tried setting the minimums above the values shown, and it allowed me. There is obviously a 'safety' feature in the fan program to prevent slowing down the fans to a value below what is considered safe.
    I then installed the same program on my MacBook air.  I cannot hear any fan on my MacBook air, but - Macs Fan Control shows a single 'Exhaust' fan running at minimum value of 1200. If I press my ear hard against the bottom of the MacBook air, I can just about hear a faint, faint noise.
    So my theory now is - the fans are always running on every MacBook (Air, Pro, etc) - the issue is, how fast they run.  And, it would appear (from my MacBook Air experience) that the fans are generally quiet.
    I then used the program to speed up the left side fan; the noise grew significantly and was unpleasant. At 4,000 RPM it was a deep, throaty sound.  I then slowed it back down, and did the same to the right side fan; at 4,000 RPM it was a gentle 'whoosh' sound. SO ... this tells me the left side fan is messed up (bad bearings, etc).  I PRESUME the two fans are the same, and should sound 'similar'.  Would others agree with my assessment?

  • Answers, Aggregation with the combine with a similar request utilities

    I use Answers (OBIEE)
    I would like to know the way to do an aggregation (Sum) with the utility “combine with a similar request”.
    Example with a little demonstration:
    I combine the same query, but I get the repeat record for the same record value (PER MONTH).
    2011 01 || 35 000
    2011 01 || 35 000
    2011 02 || 50 000
    2011 02 || 50 000
    2011 03 || 75 000
    2011 03 || 75 000
    I wish to obtain the sum of PER MONTH like
    2011 01 || 70 000
    2011 02 || 100 000
    2011 03 || 150 000
    Does somebody has a solution, thanks
    Edited by: user8898885 on Feb 15, 2010 6:15 AM

    Ok it's correct. But i added a result column to affect % variation of the result. And i got a problem.
    Example: (Column 4 = Column 2 / Column 3)
    2011 01 || 20 000 || 40 000 || 50 %
    2011 01 || 20 000 || 20 000 || 100%
    The result is 150%, it's wrong... 40 000/60 000

  • Problems trying to "hot-deploy" class files in iPlanet. Want to deploy a compiled class (i.e. servlet, jsp) without having to bounce the server. Known issue in iPlanet? How can I get around?

    Currently iPlanet is not allowing us to hot deploy a modified class file(i.e., servlet) as it advertises. It doesn't seem to have a problem with jsp's however. But everytime we modify a servlet(say in an emergency), and wish to deploy, we still have to bounce the KJS. We would like to avoid this if possible. How? I heard this might be a known issue in iPlanet.

    I apologize but this is a clarification of this problem. We are having a problem dynamically reloading java classes that are referenced by jsp's and servlets. The problem DOES NOT exist when trying to reload jsps or servlets themselves. We would like to reload these classes without having to restart the processes. Any thoughts would be helpful. Thanks.

  • How to order a Macbook Pro in the USA with international english keyboard?

    Does anybody know how can I order on the US Apple Online Store a new (2011) Macbook Pro with international English keyboard?
    I don't see any possibility for that on the online store's webpage. I tried to contact an expert with the online chat support, but the link does not appears for me.
    Thanks for your help in advance!

    Kappy wrote:
    No. The US store does not provide anything but US or Spanish (I think) keyboards. You have to order from the UK store to get an English keyboard.
    The current options available online are U.S. English, Western Spanish, French or Japanese keyboards. You might try calling 1-800-MYAPPLE to speak to someone. It's possible you might be able to get something else as a BTO option.

  • I cannot start up my macbook pro past the logo with the loading sign.. the bar appears at the bottom and then goes away but it just loads forever??

    Turned on my macbook pro and it just didn't make that welcoming noise and the sign the apple logo came with the loading sign and that's all it does. I tried command option P and R and then the welcoming sound came but it does the same thing. I've also tried shift s and pressing reboot and return...but still no thing..helppp

    Hi Djokovic2013,
    If you are having issues with your MacBook Pro not booting past the Apple logo, you may find the following articles helpful:
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/kb/TS2570
    OS X: About OS X Recovery
    http://support.apple.com/kb/HT4718
    Regards,
    - Brenden

  • My MacBook Pro is on, and with full batery but the screen does not turn on, only the keyboard does. what can I do?

    Please help!

    Call Apple Support and schedule a appointment for a hardware check, or take it into a Apple Store.
    We can't help you with that problem.
    Good Luck

  • Acrobat pro 9 in combination with acrobat reader X

    In our company we have acrobat reader 9 installed on all desktops. About 5% of the users also make use of acrobat pro 9 and have both the pro and reader installed.
    We now want to upgrade to acrobat reader X. This will work fine for the users who only have the reader, but can reader X and acrobat pro 9 coexist on the same system or do we get issues?

    This will work. However, even though it's supported the installation of different products with different version across an enterprise environment introduces many variables, and there's no way that Adobe can test what soon becomes an infinite number of environments.
    That said, the reason Reader X was designed to work with Acrobat 9.x (the later the version the better) is because its sandboxing features make it far more secure. So upgrading to Reade X is recommended. It would be wise to test your deployment on a few machines for a bit before deploying to all your users.
    Ben

  • Javax.servlet.jsp.JspException: Cannot find FacesContext

    Hello All,
    I was trying to create a simple JSF page (Welcome.jspx )(please find code bellow) .But it is always giving the following error:
    javax.servlet.jsp.JspException: Cannot find FacesContext
    The error appears though i am calling the page with the faces servlet (http://128.128.5.64:8989/GradeEntry/faces/Infrastructure/Welcome.jspx)!!
    I have searched all possible forums on the Internet and tried their suggestions with no luck...My web.xml configuration contains the right Faces Servlet Mapping :
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    Bear in mind that i can run from the project pages that are generated from Oracle Jheadstart...But i just can't run this welcome page that i've created with JDeveloper.
    Please find bellow the code for Welcome.jspx:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:c="http://java.sun.com/jsp/jstl/core"
    xmlns:fmt="http://java.sun.com/jsp/jstl/fmt">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>tt</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    </jsp:root>
    You help is very appreciated!!

    Hi,
    actually this mapping only identifies those requests to be handled by teh JSF servlet. Its not a redirect.
    I see several namespace definitions in your page, but no taglib reference. Wondering how this is supposed to work
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af"%>
    I assume the next crash you will see is when you add JSF components to
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>tt</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    Note that mixing HTML elements with JSF is not a recommended approach
    Frank

  • Package javax.servlet.jsp does not exist.

    dear all!
    I've one program which import javax.servlet.jsp.* as one of the package to be used in
    the program, and I am using j2sdk 1.4.0_01 to compiled it.
    However I got this error message : package javax.servlet.jsp does not exist.
    Where does it wrong?.
    error message like :
    logisticslib.java:6: package javax.servlet.jsp does not exist
    import javax.servlet.jsp.*;
    ^
    logisticslib.java:201: cannot resolve symbol
    symbol : class JspWriter
    location: class elogistic.db.logisticslib
    public void getServiceInfo(JspWriter out, String SQL) {

    You need a J2EE implementation, I recomemend Tomcat, you also need to put the .jar w/ the implementation in in your classpath.

Maybe you are looking for

  • How can I use my iPod Touch as a remote for iTunes, while connected via USB?

    I was wondering if I could use my iPod touch as a remote/iTunes extension while it is connected to my computer via usb. It would be highly practical to control my music from there, since it is charging right by my side while I'm at my computer. Remot

  • Error in BSP applicaton

    hi guru's we copied standard BSP application(HRRCF_PERS_DATA) into Zapplication.it's a E-recruting page for condidate persnoal data.we added three fields to zapplication.this three fields data which we enterd in webpage to update in 5102 infotype.i d

  • Monitor to TV question

    Can you find a converter that will take you monitor and plug it into a cable TV box? So that you can watch TV on your monitor?

  • Can't purchase music or access itunes account

    For the past few months, I haven't been able to access my account or purchase music. itunes keeps looping back to the sign-in authorization screen. I'm rarely on and hoped that it was an itunes bug that they would fix. This problem seems to correspon

  • Another oci8 question

    Hi there, Sorry to ask what seems to be a common question, but I've been trawling through threads and walkthroughs for a couple of days now and don't seem to be able to crack the problem I'm having. Running Win XP with Oracle 10g installed. I'm using