Unable to access forms

Hi,
i was installed 11.5.9 on windows 2003 . Installtion was complted successfully.
when i was trying to connect forms, its unable to launch the forms.
Any idea please let us know.
Thanks,
Madhu

Hi hasswan,
All services was up and running. autoconfig complted successfully.
I able to login homepage also. once i select resopnsibility tab,then form was unable to open.
How can we will fix this. is any jinitiator issue?
Thanks,
Madhu

Similar Messages

  • Unable to access form parameter in servlet

    What could be the possible reasons, If a server side program say a servlet, cannot access the request parameters.
    I mean, i have a form and it uses get method. Now on submitting the form, I can see the query string in url but unable to access the same in servlet.
    thank you all
    Ravi

    The most obvious reason might be that the servlet's
    programmer wrote crappy code.
    Show the code where you try to read the parameters,
    please.Code is simple. To retrieve the form parameter I used the same
    request.getParameter("paramname")
    And in the form method used is get. After submission of form, I can see the form parameter appended to url
    something like this:
    http://localhost/servlets/Test?paramname=somevalue
    But for somereason in servlet i.e at request.getParameter("paramname"), is hanging here.
    I checked the paramname, no spelling mistakes as well :)
    But i am not able to find out the reason why I am not able to get the paramname in servlet.
    thanks
    Ravi

  • Unable to access values from database in login page..

    Hey all,
    Friends I have a login.jsp page and I want if i enter username and password then it will be accessed from database and after verifying the details it will open main.jsp.I made a database as "abc" and created DSN as 1st_login having table 1st_login. But the problem is that I am unable to access values from database.
    So Please help me.
    Following is my code:
    <HTML>
    <body background="a.jpg">
    <marquee>
                        <CENTER><font size="5" face="times" color="#993300"><b>Welcome to the"<U><I>XYZ</I></U>" of ABC</font></b></CENTER></marquee>
              <br>
              <br>
              <br>
              <br><br>
              <br>
         <form name="login_form">
              <CENTER><font size="4" face="times new roman">
    Username          
              <input name="username" type="text" class="inputbox" alt="username" size="20"  />
              <br>
         <br>
              Password          
              <input type="password" name="pwd" class="inputbox" size="20" alt="password" />
              <br/>
              <input type="hidden" name="option" value="login" />
              <br>
              <input type="SUBMIT" name="SUBMIT" class="button" value="Submit" onClick="return check();"> </CENTER>
              </td>
         </tr>
         <tr>
              <td>
              </form>
              </table>
    <%
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection connection = DriverManager.getConnection("jdbc:odbc:1st_login");
    Statement statement = connection.createStatement();
    String query = "SELECT username, password FROM 1st_login WHERE username='";
    query += request.getParameter("username") + "' AND password='";
    query += request.getParameter("password") + "';";
    ResultSet resSum = statement.executeQuery(query);
    //change: you gotta move the pointer to the first row of the result set.
    resSum.next();
    if (request.getParameter("username").equalsIgnoreCase(resSum.getString("username")) && request.getParameter("password").equalsIgnoreCase(resSum.getString("password")))
    %>
    //now it must connected to next page..
    <%
    else
    %>
    <h2>You better check your username and password!</h2>
    <%
    }catch (SQLException ex ){
    System.err.println( ex);
    }catch (Exception er){
    er.printStackTrace();
    %>
    <input type="hidden" name="op2" value="login" />
         <input type="hidden" name="lang" value="english" />
         <input type="hidden" name="return" value="/" />
         <input type="hidden" name="message" value="0" />
         <br>
              <br><br>
              <br><br>
              <br><br><br><br><br>
              <font size="2" face="arial" color="#993300">
         <p align="center"> <B>ABC &copy; PQR</B>
    </BODY>
    </HTML>
    and in this code i am getting following error
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:93: cannot find symbol_
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:93: cannot find symbol_
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:94: cannot find symbol_
    C:\Project\SRS\build\generated\src\org\apache\jsp\loginjsp.java:95: cannot find symbol_
    4 errors
    C:\Project\SRS\nbproject\build-impl.xml:360: The following error occurred while executing this line:
    C:\Project\SRS\nbproject\build-impl.xml:142: Compile failed; see the compiler error output for details.
    BUILD FAILED (total time: 6 seconds)

    As long as you're unable to compile Java code, please use the 'New to Java' forum. This is really trival.
    To ease writing, debugging and maintenance, I highly recommend you to write Java code in Java classes rather than JSP files. Start learning Servlets.

  • CRM APPLICATION error when trying to access forms

    hi Everyone,
    Kindly help out on this issue,
    After installing the Jinitiator Software,
    We click on the forms on the oraccle application and we get a list of errors and with a error box saying Exception Found.
    Below is the list of errors displayed in the Java Console:
    Oracle JInitiator: Version 1.3.1.21
    Using JRE version 1.3.1.21-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\valaseProxy Configuration: Manual Configuration Proxy: 10.0.20.28:8080 Proxy Overrides: http://crmapts1.gtbplc.com,https://gtibs2.gtbplc.com,intranet.gtbplc.com,infserver.gtbplc.com,10.*,crmapp1.gtbplc.com,crmapts1.gtbplc.com*.oracleads.com,*.us.oracle.com,*.oraclecorp.com,*.uk.oracle.com,*.sg.oracle.com,*.au.oracle.com,*.nz.oracle.com,*.ap.oracle.com,*.in.oracle.com,*.tw.oracle.com,*.jp.oracle.com,*.cn.oracle.com,*.kr.oracle.com,*.th.oracle.com,*.o,10.*,<local>JAR cache enabled
    Location: C:\Documents and Settings\valase\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0----------------------------------------------------
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    ----------------------------------------------------java.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.isUpToDate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.loadFromCache(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: error reading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar from JAR cache.Downloading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar to JAR cachejava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.decompress(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4000(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)java.util.zip.ZipException: The system cannot find the file specified     at java.util.zip.ZipFile.open(Native Method)     at java.util.zip.ZipFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.authenticate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4100(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: Unable to cache http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndforms.jarjava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.isUpToDate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.loadFromCache(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: error reading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar from JAR cache.Downloading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar to JAR cachejava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.decompress(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4000(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)java.util.zip.ZipException: The system cannot find the file specified     at java.util.zip.ZipFile.open(Native Method)     at java.util.zip.ZipFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.authenticate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4100(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: Unable to cache http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jarjava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.isUpToDate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.loadFromCache(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: error reading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from JAR cache.Downloading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar to JAR cachejava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.decompress(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4000(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)java.util.zip.ZipException: The system cannot find the file specified     at java.util.zip.ZipFile.open(Native Method)     at java.util.zip.ZipFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.authenticate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4100(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: Unable to cache http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndewt.jarjava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.isUpToDate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.loadFromCache(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: error reading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar from JAR cache.Downloading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar to JAR cachejava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.decompress(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4000(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)java.util.zip.ZipException: The system cannot find the file specified     at java.util.zip.ZipFile.open(Native Method)     at java.util.zip.ZipFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at java.util.jar.JarFile.<init>(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.authenticate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4100(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: Unable to cache http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndswing.jarjava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.isUpToDate(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.loadFromCache(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)     at oracle.jre.protocol.jar.JarCache.get(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)     at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)     at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)     at sun.misc.URLClassPath$2.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getLoader(Unknown Source)     at sun.misc.URLClassPath.getResource(Unknown Source)     at java.net.URLClassLoader$1.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(Unknown Source)     at sun.applet.AppletClassLoader.findClass(Unknown Source)     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadClass(Unknown Source)     at java.lang.ClassLoader.loadClass(Unknown Source)     at sun.applet.AppletClassLoader.loadCode(Unknown Source)     at sun.applet.AppletPanel.createApplet(Unknown Source)     at sun.plugin.AppletViewer.createApplet(Unknown Source)     at sun.applet.AppletPanel.runLoader(Unknown Source)     at sun.applet.AppletPanel.run(Unknown Source)     at java.lang.Thread.run(Unknown Source)WARNING: error reading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar from JAR cache.Downloading http://crmapts1.gtbplc.com:8001/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar to JAR cachejava.io.IOException: Connection failure with 502     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.decompress(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.access$4000(Unknown Source)     at oracle.jre.protocol.jar.JarCache$10.run(Unknown Source)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.jre.protocol.jar.JarCache.privileged(Unknown Source)     at oracle.jre.protocol.jar.JarCache.access$2800(Unknown Source)     at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)     at

    Hi,
    Please have a look at the following note:
    Note: 428290.1 - Unable To Launch Forms Receive Exception Java.io.IOException: Connection failure with 407
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=428290.1
    Regards,
    Hussein

  • Unable to access Oracle Enterprise Manager in Oracle 10g AS Machine

    Hi All,
    We are working on oracle forms 10g in 3 tier architecture. I have installed oracle 10g Infrastructure (OraHome_1) followed by oracle 10g Application server (middle-tier,OraHome_2). I have copied all the forms to OraHome_2\forms folder and compiled them successfully.
    When i tried to access enterprise manager (Infrastructure)thru http://myappserver:18100, i was unable to do so. It displayed "page cannot be displayed".
    Also
    When i tried to access enterprise manager (middle-tier)thru http://172.16.1.1:18101, i was unable to do so. It displayed "page cannot be displayed".
    I checked for port status, thru “netstat –na” command, It was displaying
    172.16.1.1 18100 TIME_WAIT
    172.16.1.1 18101 TIME_WAIT
    172.16.1.1 7777 TIME_WAIT
    Why is that i am unable to access the Enterprise Manager?

    Hi All,
    I was able to resolve the issue. Thr was a proxy server enabled in the IE in AS machine. Once i checked the option for bypassing it and turned off the windows firewall(OS was win 2003 server). I was able to view the home page at http://myappserver, then was able to access EM also.

  • Static NAT causes unable to access server via internal IP

    Hi all,
    Need some help. I running site-to-site IPsec VPN in Cisco 2811 IOS 12.4 both site. Here I encounter a problem to access server on  Site A from Site B
    Site A having Leased Line connected to router with Public IP. I have done static mapping 1 web server to Public IP (NAT). This to allow external users to access the server via Public IP. At the same time, users at Site B would need to access to same server via Internal IP since they have Site-to-Site VPN established. But once I done Static Mapping (NAT), user at Site B unable to access the server at Site A using its internal IP. But external user can access server via Public IP. What went wrong here. Do i need to add extra command to get this done? We really need this.

    Hi sheik,
    I'm accessing the server form Site B using its server's LAN IP.
    If I remove the static NAT statement from my router at Site A, everything works well. I can access the server from site B using its LAN IP via Site-to-Site VPN. But in this case, external users unable to access server via Public IP since no Static NAT statement.

  • Unable to open forms error ...Premature end of script headers

    Hi
    we are using oracle11i(11.5.10.2) on windows 2000 and DB is 10.2.0.3
    we are unable to open forms
    getting below error
    Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    Full error in error_log file is
    2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 14:28:47 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 14:35:59 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:16:07 2011] [notice] FastCGI: process manager initialized
    [Thu Jul 21 15:20:50 2011] [notice] FastCGI: process manager initialized
    [Thu Jul 21 15:24:02 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:24:29 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:25:46 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:36:36 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:36:38 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:48:45 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:48:47 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:48:48 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:49:03 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:49:08 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:49:45 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:50:08 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:50:38 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:50:42 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:29 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:31 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:32 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:53:32 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 15:56:35 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:00:11 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:00:14 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:00:16 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:24:36 2011] [notice] FastCGI: process manager initialized
    [Thu Jul 21 16:34:13 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:34:14 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:34:16 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Thu Jul 21 16:36:34 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 10:33:40 2011] [error] [client 10.6.2.16] client denied by server configuration: e:/oracle/prodcomn/portal/prod_dpqeaps01
    [Fri Jul 22 10:33:40 2011] [error] [client 10.6.2.16] Invalid method in request €€
    [Fri Jul 22 10:33:40 2011] [error] [client 10.6.2.16] client denied by server configuration: e:/oracle/prodcomn/portal/prod_dpqeaps01
    [Fri Jul 22 10:33:45 2011] [error] [client 10.6.2.16] client denied by server configuration: e:/oracle/prodcomn/portal/prod_dpqeaps01
    [Fri Jul 22 10:44:24 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 10:44:28 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 11:24:13 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 11:24:17 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Fri Jul 22 11:24:18 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    [Sat Jul 23 07:39:46 2011] [notice] FastCGI: process manager initialized
    [Sat Jul 23 07:42:59 2011] [error] [client 10.1.9.14] Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    and i am  trying to run Autoconfig also it is also failing with below error
    Starting AutoConfig at Sat Jul 23 12:04:43 2011
    Using adconfig.pl version 115.78
    Classpath                   :
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: e:\oracle\prodappl\admin\PROD_dpqeaps01\log\07231204\adconfig.log
    Thanks
    With Regards
    A-Z

    we are unable to open forms
    getting below error
    Premature end of script headers: e:/oracle/prodora/8.0.6/tools/web60/cgi/ifcgi60.exe
    Please relink ifcgi60.exe and try then.
    Please see (Cannot Access Forms Server After CPU Jan 08 Patch - Premature End Of Script Headers [ID 753139.1]).
    and i am  trying to run Autoconfig also it is also failing with below error
    Starting AutoConfig at Sat Jul 23 12:04:43 2011
    Using adconfig.pl version 115.78
    Classpath                   :
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: e:\oracle\prodappl\admin\PROD_dpqeaps01\log\07231204\adconfig.log
    See these docs.
    Autoconfig Error "Version Conflicts utility failed" [ID 437441.1]
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/autoconfig/AutoConfigSynchronizerException [ID 1324088.1]
    Class Not Found oracle.apps.ad.tools.configuration.VersionConflictListGenerator when running autoconfig on database tier [ID 303928.1]
    Autoconfig Failed On Db Tier, The java class is not found: oracle.apps.ad.tools.configuration.VersionConflictListGenerator ERROR: Version Conflicts utility failed [ID 1212681.1]
    Thanks,
    Hussein

  • MS Access form bound to an Oracle OraDynaset?

    Hello,
    I need to write an MSAccess 2007 application as a front-end to an Oracle 11g database.
    Is it possible to bind a MS Access form to an Oracle OraDynaset?
    Regards,
    M.R.
    Edited by: user7047382 on Sep 22, 2010 4:46 PM

    Hi,
    Unless, you are writing dynamic queries, you might want to
    define your outerj SQL in MS Access and then issue a simple
    SELECT in Reports against the outerj MS Access query (to MS
    Access this query is just another pseudo table).
    TP.
    Bramanathan K (guest) wrote:
    : Rajeev Grover (guest) wrote:
    : : I wish to execute an outer join query in Reports 3.0 using
    MS
    : : Access at back end. Since MS Access has a different syntax
    of
    : : outer query than Oracle Sql, it is unable to parse it.
    : : What could be the alternative or probable solution to it.
    : Instead of outer join why don't you try with Union, I think
    Union
    : will go with both
    null

  • Unable to access apple Macapps store

    I tried to download Maverick from the apps store but got a error message in Safari saying unable to access Macapps store.
    I couldn't find the apps store program in the applications folder - it seems to be missing.
    Is there any solution that anyone knows of: a) to download Maverick; b) reinstall the App store application.
    Thank you in advance for any help.

    Thank you for your great advice Varjak paw. The Mac App Store seems to be completely missing, there is no sign of it using 'Easy Find' or looking through the Applications folder.
    I saw some reference about reinstalling Mac OS X but that seems like a pain as then I would need to update everything else.
    The link to the Mac App Store within MacUpDate.com caused Safari to look for the link 'MacAppsStore....ect' that was generated by the Maverick link withing MacUpDate.
    I will try the Combo idea and then Pacifist. I guess that the Mac App Store Application needs to be on the HD in corrrupted form for Pacifist to retore it.
    Thank you for the directions.

  • FRM-30087: Unable to create form

    Hi,
    I am getting FRM-30087 error, when I try to run form for the second time. The error message index states as follows :
    FRM-30087: Unable to create form file %s.
    Cause:  You lack privileges in the specified directory, or you do not have the disk space required.
    Action:  Contact your DBA to make sure you have the access privileges you need.
    I am working in Windows XP and have enough disk space. What could be the problem?
    Thanks for any help.
    Mel

    Could it be that the forms is already running?

  • UNABLE to access the Filter Gallery

    Good morning,
    Per this screen shot, I am unable to view or access the filter gallery and I would very much like to. 
    The history portion of the screen shot shows my workflow.
    First I opened an image and then opened a Curves adjustment layer.  Because I only wanted to change the luminosity values, I then changed the Blending Mode from Normal to "Luminosity".  Then I made a minor Curves adjustment, followed by forming a new layer via copy of my original background layer.
    At that time, I was unable to access the filter gallery.
    I therefore converted that layer I had just created into a smart object but, as the screen shot demonstrates, am still unable to access the filter gallery.
    Any thoughts?  I am running CS6 on a Mac and I am working in Adobe RGB image mode, 16 bit.
    Matt Dubuque

    Additionally, your assertion that having this layer saved as a smart object as the cause of the problem seems incorrect.
    For example, I can use artistic filters on this layer of an 8-bit image, which is a smart object.
    Are there any ARTISTIC plug ins available that work in 16 bit?

  • Unable to open forms after login

    Hi All,
    My issue is quite different (As what i searched in this site previous posts).
    I am using 11.5.10 over IBM AIX-64bit. we have 2 different servers for TEST and PROD.
    last night i performed a cold backup based RDBMS clone on TEST.
    every thing went fine. even applications are up and running fine. no errors with autoconfig too.
    After the front end login i am unable to access any form on client system which are over Windows-7 but Xp users are able to access every form from front end login.
    More to it is that, PROD applications are fully accessible from Windows-7( Every form). then why not our TEST?
    No errors in errorlog and access log in apache/apache/logs.
    on windows-7 it asks for Jinitiator update and then closed down (IE-8) and Mozila too.
    Please update me.

    Hi,
    After the front end login i am unable to access any form on client system which are over Windows-7 but Xp users are able to access every form from front end login.What is the error?
    More to it is that, PROD applications are fully accessible from Windows-7( Every form). then why not our TEST?
    No errors in errorlog and access log in apache/apache/logs.
    on windows-7 it asks for Jinitiator update and then closed down (IE-8) and Mozila too.Please make sure you meet the requirements as per (Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i).
    Thanks,
    Hussein

  • FRM 30087 Unable to create form file \\pc1\CALENDAR_EX.fmx.

    there is a form calendar.fmb created on PC1 which runs proper on PC1.
    Now on PC2 i am opening the form and want to run the same. But it gives the following error...
    FRM 30087 Unable to create form file \\pc1\CALENDAR_EX.fmx...
    how to solve this..?

    If you look up the error message in the Help documentation, it says:
    FRM-30087: Unable to create form file %s
    Cause:  You lack privileges in the specified directory, or you do not have the disk space required.
    Action:  Contact your DBA to make sure you have the access privileges you need.

  • When iWorks for iCloud Beta become available I subscribed to it. After that I become unable to access iCloud at all as in all my devices I get messages to install it and other apps (find my phone, etc) that are already active. Anyone could help?

    When iWorks for iCloud Beta become available I subscribed to it. After that I become unable to access iCloud at all as in all my devices I get messages to install it and other apps (find my phone, etc) that are already active. Anyone could help?

    The first time an iPhone is connected to iTunes that is used to sync with another iPhone or iOS device, you are prompted to transfer the backup for the other iPhone or iOS device or to set up the iPhone as a new iPhone.
    The former does as provided - it transfers the backup for the other iPhone or iOS device to the iPhone replacing all data on the iPhone that is included with the backup being transferred. The latter does nothing allowing you to make your various selections for the iPhone sync preferences with iTunes.
    This is designed to be done right away with a new iPhone.
    If you don't have a backup for the iPhone with iTunes on your computer and don't have an iCloud backup that hasn't been updated since choosing to transfer the backup for your iPod Touch to the iPhone, the data that was on the iPhone is gone.

  • I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    Hi there
    I have version 5.7 and every time I opened it I was told that updates are available and to click on the icon to access these.  Instead it just took me to the
    adobe page with nowhere visible to update.  I then  sought to download lightroom cc and this is when I could not access the 'develop' section due to reduced
    functionality  It was apparent that my photos had been put in cc but no way to access them unless I wanted to subscribe. 
    I have since remedied the problem as  my original lightroom 5.7 icon is still available on the desktop and have gone back to that.  I do feel that this is a bit
    of a rip off and an unnecessary waste of my time though.
    Thank you for your prompt reply by the way.
    Carlo
    Message Received: May 04 2015, 04:52 PM
    From: "dj_paige" <[email protected]>
    To: "Carlo Bragagnolo" <[email protected]>
    Cc:
    Subject:  I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have
    reduced functionality what it this about and how do I get my product back
    dj_paige  created the discussion
    "I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it
    this about and how do I get my product back"
    To view the discussion, visit: https://forums.adobe.com/message/7510559#7510559
    >

Maybe you are looking for

  • I/O Write Performance

    Hello , we are currently experiencing heavy I/O problmes perfoming prrof of concept testig for one of our customers. Our setup is as follows: HP ProLiant DL380 with 24GB Ram and 8 15k 72GB SAS drives An HP P400 Raid controller with 256MB cache in RAI

  • CERTIFICATION COURSE FOR ALREADY EXPERIENCED IN SAP IMPLEMENTATION  PERSONS

    Hi Please clarify those who already got experienced in implementation in SAP to apper a certification without any class is possible? What is the procedure

  • Backorder although on-hand quantity exists

    When I perform Pick Release step, the Order status becomes Backorder, although on hand quantity for the ordered item exists. In Exceptions, I got: WSH_PICK_BACKORDER - Pick Release process could not allocate 1 of item test01 for order 49 as there was

  • CRVS2010 Beta - Problems with printing Crystal Reports for VS 2010

    Good afternoon, We have the following problem, we used the version of Crystal Reports that came integrated with visual studio for several years. But we are migrating to the version of Visual Studio 2010, and we are using the version of Crystal Report

  • Failed to connect to backend system

    Hello, I have installed visual composer and experience some errors. My system fails to connect to the backend system in VC. I am able to create SAP transaction iviews for the system, see the alias, and user mapping is configured. When I perform the S