Severe Error when running sample jsp on Tomcat.. Please Help me!!

I am trying to run a sample jsp that is provided in netbeans(5.5) on the bundled tomcat server (5.5.17) and i get the following error:
SEVERE: Error initializing endpoint
java.net.SocketException: Invalid argument: listen failed
at java.net.PlainSocketImpl.socketListen(Native Method)
at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:374)
at java.net.ServerSocket.bind(ServerSocket.java:320)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:141)
at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:292)
at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138)
at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:266)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431)
I've been trying to figure out why i get this error for a few days now, could someone please help me..
thanks :)

What machine are you trying to run it under? Is it a machine with a firewall or strict network settings?

Similar Messages

  • "Invalid directive" error when running a JSP

    I am getting following error while trying to run a JSP:
    org.apache.jasper.compiler.ParseException: /jsp/hellobean.jsp(0,4) Invalid directive
    ... followed by trace below...
    at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:214)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:1126)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:1091)
    at org.apache.jasper.compiler.Parser.parse(Parser.java:1087)
    =====
    here is my jsp code:
    <%@ import="HelloBean" %>
    <BEAN NAME="hello" TYPE="HelloBean" INTROSPECT="yes" CREATE="yes" SCOPE="request">
    </BEAN>
    <HTML>
    <HEAD><TITLE>Hello</TITLE></HEAD>
    <BODY>
    <H1>
    Hello, <%= hello.getName() %>
    </H1>
    </BODY>
    </HTML>
    Here is my HelloBean code:
    public class HelloBean {
         private String name = "World";
         public void setName(String name) {
              this.name = name;
         public String getName() {
              return name;
    There is nothing fancy/complex I am trying to achieve - jyst trying to run an example from a book.
    Any clues?
    Help is greatly appreciated.

    Hello Amol,
    You previous suggestion solved the problem but now I am facing another one:
    =======
    Generated servlet error:
    C:\jakarta-tomcat-4.0-b7\work\localhost\examples\jsp\_0002fjsp_0002fhellobean_jsp.java:59: Can't make static reference to method java.lang.String getName() in class HelloBean.
    out.print( HelloBean.getName() );
    ^
    ===============
    Here is my JSP code:
    <%@page import="HelloBean" %>
    <BEAN NAME="HelloBean"
    TYPE="HelloBean"
    INTROSPECT="yes"
    CREATE="yes"
    SCOPE="request">
    </BEAN>
    <HTML>
    <HEAD><TITLE>Hello</TITLE></HEAD>
    <BODY>
    <H1>
    Hello, <%= HelloBean.getName() %>
    </H1>
    </BODY>
    </HTML>
    Since CREATE is set to "yes", I'd expect an instance of the HelloBean class to be cerated but it does not seem to be the case.
    Any clues?

  • Runtime error when running sample program VS8, occi10

    Please, help!
    When running a sample program (VS2005 v8, oraocci10.lib, oraocci10.dll, both downloaded from the recommended Oracle site http://www.oracle.com/technology/tech/oci/occi/occidownloads.html for Oracle release 10.2.0.3.0 )
    I receive the following runtime error:
    R6034 An application has made an attempt to load the C runtime library incorrectly.
    When I build the program with VS 7 or VS 7.1 libraries, I receive env->CreateConnection error

    Hi,
    Can you just give more explanation on what you are trying to do, like conditions.
    Are doing first time init.
    Reg
    Pra

  • OAF - "500 Internal Server Error" when run "test_fwktutorial.jsp"

    Dear All,
    I need your help,
    I am new user of JDeveloper , i have configured successfully JDeveloper accordingly Oracle Document but I am facing a problem when I run "test_fwktutorial.jsp" for testing purpose.
    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:602)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:579)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:533)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1160)
         at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:227)
         at OAErrorPage.jspService(_OAErrorPage.java:66)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at test_fwktutorial._jspService(_test__fwktutorial.java:104)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
         at oracle.apps.fnd.common.Pool.createObject(Pool.java:1286)
         at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1027)
         at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:330)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2314)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2251)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2108)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1918)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1762)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1775)
         at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
         ... 49 more
    Caused by: oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.AppsException: java.sql.SQLException: Io exception: Invalid number format for port number
         at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:937)
         at oracle.apps.fnd.security.AppsConnectionManager.getGwyuidConn(AppsConnectionManager.java:1016)
         at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:814)
         at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:230)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.apps.fnd.common.Pool.createObject(Pool.java:1273)
         ... 62 more
    Caused by: oracle.apps.fnd.common.AppsException: java.sql.SQLException: Io exception: Invalid number format for port number
         at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1522)
         at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1425)
         at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:919)
         ... 70 more
    Caused by: java.sql.SQLException: Io exception: Invalid number format for port number
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:287)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:430)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1509)
         ... 72 more
    Edited by: Arshad Hashmi on Oct 24, 2012 6:43 AM

    My DBC file as below , is there any prob. ?
    # $Header: template.dbc 120.0 2005/05/07 16:45:30 appldev ship $
    # TEMPLATE.dbc
    # Template database configuration file.
    # Create one copy of this file for each database instance this
    # Applications Server will connect to. Each file should have the name
    # <database_instance_name>.dbc
    # and be located in this directory ($FND_TOP/secure).
    # Change each of the parameters below to values appropriate for
    # the database instance. Do not change the syntax.
    # This file can be gererated using the AdminAppServer tool.
    # This is a java utility that can be run from the command line.
    # Instructions to use this tool are documented in the Applications
    # Sysadmin Manual.
    # TWO_TASK
    # SQL*Net name of database.
    TWO_TASK=database
    # FNDNAM
    # Oracle User to be used for Oracle Applications connection.
    # The FNDNAM Oracle User must have Oracle Applications privilege level
    # 'Universal'.
    FNDNAM=APPS
    # GWYUID
    # Oracle User/Password of the public account to be used for initial
    # Oracle Applications connection.
    # The GWYUID Oracle User must have Oracle Applications privilege level
    # 'Public'.
    GWYUID=APPLSYSPUB/PUB
    # GUEST_USER_PWD
    # Applications User/Password of the Guest user.
    # The Guest Applications User is a public Applications user
    # with no responsibilities assigned. If no such user exists,
    # create one in the 'Define User' form. Do not use a user with
    # any active responsibilities. Note: This parameter is for
    # an applications user NOT an Oracle user. The Guest user
    # is seeded with 11i.
    GUEST_USER_PWD=GUEST/GUEST
    # THE FOLLOWING PARAMETERS ARE RELEVANT ONLY
    # IF JDBC IS BEING USED. IF THEY ARE NOT SUPPLIED, DEFAULTS
    # WILL BE USED.
    # APPS_JDBC_DRIVER_TYPE
    # The type of JDBC driver being used. If no value is supplied,
    # the thick (OCI) driver will be used. Give a value of THIN
    # or THICK depending on the type of JDBC driver to be used.
    # For a detailed discussion on the THIN vs the THICK driver,
    # refer to the JDBC documentation. For Release 11i , this
    # should be set to a value of THIN.
    APPS_JDBC_DRIVER_TYPE=THIN
    # DB_HOST
    # The host machine on which the database resides. This parameter
    # is required only if the THIN DRIVER is being used.
    DB_HOST=host_name
    # DB_PORT
    # The port of the host machine on which the database resides.
    # This is required only if the THIN driver is being used.
    DB_PORT=port_number
    # DB_NAME
    # Database instance name.
    # This is required only if the THIN driver is being used.
    # If no value is provided, the TWO_TASK is used.
    # DB_NAME=db_name

  • Error Compilation When I browse JSP with bean, please Help Me

    Hello,
    I am new in EJB. I have a problem that I am not understand. please help me.
    I have write my bean and deploy it using JRUN server. The name is SpellCheck.jar
    But when I called the bean from JSP page, always error. Here is my JSP page.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <jsp:useBean id="help" scope="request" class="projsp.SpellCheck"/>
    <jsp:setProperty name="help" property="*"/>
    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    You Entered the input,
    <b>
    <%= request.getParameter("word") %>
    </b>
    <br>
    The processed output is:<br>
    <%= integer.parseInt(request.getparameter("mode"))==1 ?help.reverse():""+help.check() %>
    </body>
    </html>
    and the error messages is:
    Compilation error occured:
    allaire.jrun.scripting.DefaultCFE:
    Errors reported by compiler:Compilation of file 'C:\Program Files\Allaire\JRun\servers\default\veronika\WEB-INF\jsp\jrun__wordpro2ejspc.java' failed with no errors. Please check that your compiler is a working compiler.
    at allaire.jrun.scripting.JavaCompilerService.compile(../scripting/JavaCompilerService.java:100)
    at allaire.jrun.jsp.Translator.compilePage(../jsp/Translator.java:247)
    at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:399)
    at allaire.jrun.jsp.Translator.translate(../jsp/Translator.java:92)
    at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:75)
    at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:67)
    at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:216)
    at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416)
    at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionService.java:1082)
    at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270)
    at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:89)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
    at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
    at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
    at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115)
    at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
    at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
    but if I delete the syntax for calling Bean (usebean, setProperty, and request.getParameter) the browser run properly. Can anybody help me, please?
    thanks
    Veronika

    Hi Veronika,
    The <jsp:usebean> is used for only javabeans not EJB (Enterprise javabean). You said that you have deployed SpellCheck.jar to the JRun server. So that must be an EJB. Where are you accessing this EJB from in your JSP? ARe you doing it inside the projsp.SpellCheck javabean? If yes, can you post some code from the javabean.
    Cheers
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <jsp:useBean id="help" scope="request" class="projsp.SpellCheck"/>
    <jsp:setProperty name="help" property="*"/>
    <html>
    <head>
    <title>Untitled</title>
    </head>
    <body>
    You Entered the input,
    <b>
    <%= request.getParameter("word") %>
    </b>
    <br>
    The processed output is:<br>
    <%= integer.parseInt(request.getparameter("mode"))==1 ?help.reverse():""+help.check() %>
    </body>
    </html>

  • 1602 and 1604 Errors When Attempting to Restore/Update iPhone - Please Help

    Hi, I've been having trouble with my iPhone 3GS and after wasting many days on trying to solve the problem, I am reaching out for help from those more knowledgeable than me. I have been having this problem for as long as I can remember (I've owned my iPhone for just under a year): whenever I attempt to Restore my iPhone or update its OS, I receive a 1602 or 1604 error on iTunes and the process stops with the iPhone wiped. iTunes refuses to continue the Restore and any further attempts result in the same error. I originally found this work around for the problem after an exhaustive search (4th post down):
    http://discussions.apple.com/thread.jspa?threadID=1363589
    However, every time I wish to Restore or update, I have to follow these long, annoying, unusual steps, and, now that I am coming to the end of my year's warranty, I really want to fix this problem, or get it fixed by Apple if this is not possible.
    The iPhone restores with no problem on another computer in my house, so I guess the problem is with my computer. I have taken the following steps (often many times over and in combination with each other) in my attempts to fix the problem, but with no success:
    1. Uninstalled and reinstalled iTunes
    2. Uninstalled and reinstalled iPhone drivers
    3. Uninstalled and reinstalled all Apple software and drivers
    4. Removed iTunes library, all music and any other iTunes files in music folder
    5. Created a new user account, which is free from any old iTunes settings, opened iTunes and plugged in iPhone
    6. Used different USB ports
    7. Plugged in iPhone after being restored on other computer
    I'm running out of ideas. Can anyone please help?
    Thanks,
    James

    I had all of these problems, and I was able to fix them with the following process. Here is what I did:
    My setup:
    Apple Max OS 10.4.10, Mac G4, with 3rd party USB 2.0 card.
    1. Upgrade to iTunes 7.6 and Quicktime 7.4, Restart and repair permissions
    2. Purchase the iPod Touch Upgrade - It took two tries to purchase. I had to accept to two agreements, and then got an error. I purchased the upgrade again and got an instruction screen. iTunes appeared to download a very small file.
    3. Sync my touch (I still had not upgraded to firmware 1.1.3)
    4. The touch synced, but I had no new functions.
    5. I clicked upgrade, and downloaded the 165GB file.
    6. While the file was downloading I undocked my iPod touch and restarted it.
    7. When the download was complete, it gave me an unknown error because my iPod was not connected.
    8. I connected My iPod and tried to install the update. After several tries, I always got a 1602 error.
    9. I restarted my computer and did a hard restart of my ipod touch. This did not work, I still had 1602 errors.
    10. At this point, I chose to RESTORE my iPod Touch.
    11. After the restore, I chose not to restore any content, and just tested the firmware update. EVERYTHING worked great!
    12. I synced my iPod touch while I watched the keynote. 45 minutes later my sync was complete and 14 Gig of content was restored. The new functions are great. I have already read my .Mac email.
    Message was edited by: gotabmac

  • Errors when applying sql expression on filter, please help

    Hello guys
    I was trying to put a filter on the date column and filter between timestampadd(sql_tsi_day,-31,current_date) and current_date
    I was successfully able to define both field on sql expression of the filter and I selected "is between"
    However when I run reports it returns the following errors:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22024] A comparison is being carried out between non-compatible types. (HY000)
    SQL Issued: SELECT "Year"."Transaction Date" saw_0 FROM tranSale_cube WHERE "Year"."Transaction Date" BETWEEN timestampadd(sql_tsi_day,-31,current_date) AND current_date ORDER BY saw_0
    When I using the same timestamp expression on the column formula and run report without filters, the report will return the correct date however though
    I am using essbase as the data source.
    Please help
    Thanks

    Thanks
    However, the error still exist the same.. This error code returns when I run report based on this one single column
    when I put this date column with measures and other columns then run report, I get a different error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 42043] An external aggregate is found in an outer query block. (HY000)
    SQL Issued: SELECT Product."Brand Name" saw_0, "Up Level"."Trial - level 12" saw_1, "Year"."Transaction Year" saw_2, "Year"."Transactoin Month" saw_3, "Year"."Transaction Date" saw_4, tranSale.count_of_transactions saw_5, Avg(tranSale.count_of_transactions by "Up Level"."Trial - level 12", "Year"."Transactoin Month", Product."Brand Name") saw_6 FROM tranSale_cube WHERE ("Up Level"."Trial - level 12" IN ('0', 'Product Upsell')) AND ("Year"."Transactoin Month" >= '2009 Feb') AND ("Year"."Transaction Date" BETWEEN timestampadd(sql_tsi_day,-31,current_date) AND current_date) ORDER BY saw_0, saw_1, saw_2, saw_3, saw_4
    I believe it must be something with the essbase that is not serving OBIEE well. Because I tried the same filter on a different environment not having essbase, it return me the right results..
    Could anyone help?
    Thanks

  • Error when trying to sign the Applet, please Help

    Hello,
    I have this Error when I am trying to sign my applet, after execut this command :
    jarsigner -verify -verbose -certs test.jar
    jarsigner: java.lang.SecurityException: invalid SHA1 signature file digest for classe/JDBC_SQL.class
    And for your information, that I had add the JDBC_SQL.class to the jar file (test.jar) because I made some change to the file JDBC_SQL.java
    so please if you know what can I do to resolve my problem
    Thank you to reponse !
    rania +

    ahh, here is a problem. u made changes to the JDBC_SQL.java and packed the jar file. u have to sign the jar file again.
    let me know if u need futher assistance

  • Error when downloading movie to iPhone5. PLEASE HELP!

    When downloading movie to iPhone5, I receive an error that the movie was downloaded to another device.  Uh, no it was not.  PLEASE HELP!

    Hi Rienner
    Thank u for the tip.
    I try this tip.
    I am suppliying only
    plant,availabilitycheck, loading group and profit center
    to the PlantData Struture.
    Can u find any problem in this fields.
    Thannke & Regards,
    S.Shankar

  • HT201413 how to fix (-1) error on itunes resotre my devise is keep giveing this error when im trying to restore it  please help!!!

    if anyone had this problem could you please help me

    Have you checked the Apple support site? If not, take a look at this -> iTunes: Specific update-and-restore error messages and advanced troubleshooting
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    If you've used some progam with your iPod that wasn't made by Apple, it might have modified the host file.

  • Error when run a jsp page in tomcat

    I carefully follow all instruction to install and config j2sdk1.4.2 and Apache Tomcat/5.0.28. After completing, I can run all sample applications about JSP and Servlet in Tomcat manager. I also test my own servlet application and it also works.
    But I fail to run a very simple jsp page. Although I already set environment variables such as CATALINA_HOME, JAVA_HOME, CLASSPATH as directed but it seem to not be able to compile jsp page.
    ( I can compile other java classes in command line. )
    Below is the error i receive . This error takes me lots of time to consider.
    I look for your help ( please describe as clear as goog ). Thanks a lot.
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:106)
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:935)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:764)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    If you are sure you've installed the JDK (as opposed to just a JRE, which doesn't come with the compilation tools that are required to compile JSPs), then your JAVA_HOME is probably set incorrectly. Ensure JAVA_HOME is pointing to the JDK directory, and not to the JRE directory.

  • Error when running some JSP under OC4J extended version

    Try to run the NumberGuess jsp example using OC4J extended version under win2000 with J2SE 1.4 and J2EE 1.3, receive the following errors:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:F:\OC4J\j2ee\home\application- deployments\default\defaultWebApp\persistence\_pages\_examples\_jsp\_num\_numguess.java
    error: Invalid class file format in C:\Program Files\Java\j2re1.4.0\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
    F:\OC4J\j2ee\home\application-deployments\default\defaultWebApp\persistence\_pages\_examples\_jsp\_num\_numguess.java:0: Class java.lang.Object not found in class com.orionserver.http.OrionHttpJspPage.
    package examples.jsp._num;
    ^
    2 errors
    Can anyone tell me what went wrong and how to fix it please?

    Try to run the NumberGuess jsp example using OC4J extended version under win2000 with J2SE 1.4 and J2EE 1.3, receive the following errors:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:F:\OC4J\j2ee\home\application- deployments\default\defaultWebApp\persistence\_pages\_examples\_jsp\_num\_numguess.java
    error: Invalid class file format in C:\Program Files\Java\j2re1.4.0\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand.
    F:\OC4J\j2ee\home\application-deployments\default\defaultWebApp\persistence\_pages\_examples\_jsp\_num\_numguess.java:0: Class java.lang.Object not found in class com.orionserver.http.OrionHttpJspPage.
    package examples.jsp._num;
    ^
    2 errors
    Can anyone tell me what went wrong and how to fix it please?

  • Web Services Error When running Sample Application

    When I was testing "Create a New Customer" from the Sample application in Oracle's provided free new HTML DB 2.0 environment (just out last night), I got the following error message.
    ORA-20001: The webservice was unreachable because either the URL you supplied was invalid, or your environment requires a valid proxy server address for HTTP requests.
    I was using my laptop through SBC Yahoo DSL service (dynamic IP address) to test this HTML DB Sample application.
    Any suggestion for this Web Services Error?

    cckung,
    Oracle's IT team has disabled the ability to call web services from htmldb.oracle.com. We are working with them to resolve this, but I don't have an ETA.
    Thanks,
    - Scott -

  • 500 Internal Server Error  when run test_fwktutorial.jsp

    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:593)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:570)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1108)
    at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:225)
    at _OAErrorPage._jspService(_OAErrorPage.java:66)
    [/OAErrorPage.jsp]
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
    at _test__fwktutorial._jspService(_test__fwktutorial.java:104)
    [/test_fwktutorial.jsp]
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
    at oracle.apps.fnd.common.Pool.createObject(Pool.java:1286)
    at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1027)
    at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:583)
    at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:300)
    at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
    at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2266)
    at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2203)
    at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2061)
    at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1871)
    at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1715)
    at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1728)
    at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
    at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
    ... 49 more
    Caused by: oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.AppsException: java.sql.SQLException: Io ??: Invalid number format for port number
    at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:907)
    at oracle.apps.fnd.security.AppsConnectionManager.getGwyuidConn(AppsConnectionManager.java:966)
    at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:784)
    at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:228)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.fnd.common.Pool.createObject(Pool.java:1273)
    ... 62 more
    Caused by: oracle.apps.fnd.common.AppsException: java.sql.SQLException: Io ??: Invalid number format for port number
    at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1423)
    at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1326)
    at oracle.apps.fnd.security.AppsConnectionManager.makeGwyuidConn(AppsConnectionManager.java:888)
    ... 70 more
    Caused by: java.sql.SQLException: Io ??: Invalid number format for port number
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:287)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:430)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
    at java.sql.DriverManager.getConnection(DriverManager.java:525)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at oracle.apps.fnd.security.ConnectionManager.dbConnect(ConnectionManager.java:1410)
    ... 72 more

    Hi,
    Please check your DBC File and Runtime Connection in jdeveloper.
    Also,In jdeveloper Tools-->Embedded OC4J Server Preference--->Startup-->select Default Local IP Address
    Regards,
    Dilip

  • Getting WUC-24 error when running sample form  WU_TEST_106.fmb

    Hello all,
    To learn more about using WebUtil, I downloaded the WU_TEST_106.fmb form and compiled it. I wanted to try writing to MS Word file. I ran this form, when the form got loaded, I clicked on the 'OLE' tab and then typed in my message and clicked on the 'Write to Word' button. Nothing were ever written to the temp.doc file. When checked the jinitiator13117.trace file, I saw four instances of 'WUC-24 - Error reading URL' error message. Any ideas what is causing the WUC-24 error messages.
    Thank you for your input,
    Seyed

    Thank you so much for your help. I worked with our DBA to fix this bug. From the section you pointed out in chapter 2.5, we copied the virtual-directory line and added the real-path and pasted that line into the onion-web.xml on C:\DevSuiteHome\j2ee\DevSuite\application-deployments\forms\form90web directory.
    The added line looks like the following:
    <virtual-directory virtual-path="/webutil" real-path="C:\DevSuiteHome\forms90\WebUtil" />
    This resolved the WUC-24 error message. Once again, thank you for taking time to help me with fixing this error.
    Seyed

Maybe you are looking for

  • Purchase requisitions and purchase orders

    Hello Gurus,      In contrast, by default, both purchase requisitions and purchase orders can be generated automatically for the item category ALES, will you please tell me the sequence and where to create purchase requisitions and purchase orders  ?

  • Prime Infrastructure 1.3 AP Groups missing

    Where are the AP groups in PI 1.3 ? The documentation in PI 1.3 states Step 1 Choose Configure > Controller Template Launch Pad. Step 2 Click AP Groups or choose WLAN > AP Groups from the left sidebar menu. AP groups in the controller itself shows th

  • ITunes 11: "Movies" vs. "Home Videos"

    So when in the "Movies" section of iTunes, there are views including Unwatched, Genres, Movies, Home Videos, and List. I want to move some video content from "Home Videos" to "Movies". How do I do this?

  • FIRMWARE ZEN V P

    One morning, i wake hour early to plug in my Mp3 into the USB cord that connects to my computer and charge and get ready for school. An hour later i unplug it and leave. When going to class i turn it on to listen to it and i get some screen on my mp3

  • Delete Idocs not processed

    Hi, I know there are some Reports to execute which will delete Idocs. We have some Idocs that have status 51, and want to delete them. Any ideas?