Browsing Oracle application using CISCO SSL VPN forms not opening

Hi all,
Any idea why am not able to access my application using CISCO SSL VPN.Normal clients are able to use our application there is no problem.i have modifyed the "certdb.txt",still i am having the same problem.here am attaching the Java console output.
java.net.ConnectException: Operation timed out: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(Unknown Source)
     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
     at java.net.PlainSocketImpl.connect(Unknown Source)
     at java.net.Socket.<init>(Unknown Source)
     at java.net.Socket.<init>(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
     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.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 https://212.72.22.86/+CSCO+1a756767633A2F2F62656E6A726F322E7A75712E70622E627A++/forms/java/frmwebutil.jar
java.net.ConnectException: Operation timed out: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(Unknown Source)
     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
     at java.net.PlainSocketImpl.connect(Unknown Source)
     at java.net.Socket.<init>(Unknown Source)
     at java.net.Socket.<init>(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
     at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
     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.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 https://212.72.22.86/+CSCO+1a756767633A2F2F62656E6A726F322E7A75712E70622E627A++/forms/java/frmall_jinit.jar
java.net.ConnectException: Operation timed out: connect

Hi,
From your description, my understanding is that you get invalid workflowinstanceid error when you click on workflow link like "inprogress” in the current list.
Please check the URL of workflow “inprogress” (also URL for workflow approval instance to open task form) to see if it’s correct.
Please use your company network directly instead of CISCO SSL VPN, then access SharePoint portal url “https://vpnssl.companyname.com/”,  see if the issue still occur.
Also, check the ULS log on the SharePoint server based on the Correlation ID value, get more detailed information about this error message.
And you could refer to this similar issue:
https://social.technet.microsoft.com/Forums/en-US/08aa6b33-cef6-4b01-8af7-6c25ed7d9953/invalid-workflowinstanceid-parameter-in-url?forum=sharepointgeneralprevious.
Best Regards
Vincent Han
TechNet Community Support

Similar Messages

  • Test scripts for oracle applications using qtp testing tool

    hi
    i want some test scripts for oracle applications using qtp testing tool
    regards

    You will need to create separate scripts for Load testing. The functional scripts cannot be used in OLT. The exceptions to this would be the "General" items (Java Code Script & Web Services) which can also be used in OLT.
    e.g. Instead of selecting "Functional Testing - Oracle EBS/Forms"
    select "Load Testing (Protocol Automation) - Oracle EBS/Forms"
    Once you get into load testing you'll realise that you want to create very specific scripts and won't want to try re-using functional scripts. I know a lot of such tools are 'sold' on the fact that functional scripts can be re-used for load, but when it comes down to it you'll want to design your load scripts seperately anyway!

  • Oracle forms not opening after FNDCPASS & adconfig in 11i

    i changed password of user SYSADMIN
    FNDCPASS apps/apps 0 Y system/manager USER SYSADMIN WELCOME
    and then run adconfig
    . adconfig.sh contextfile=/d02/oracle/proddb/9.2.0/appsutil/PROD_erpx.xml appspass=apps
    . adconfig.sh contextfile=/d01/oracle/prodappl/admin/PROD_erpx.xml appspass=apps
    after this oracle forms not opening. adconfig ran successfully for db tier and apps tier .
    please help me where the problem occcurrred.

    bounce the application and check again
    How To Change The Password For The SYSADMIN User [ID 423274.1]
    for fndcpass plz see old thread
    how to use FNDCPASS utility
    Regards
    Haafiz

  • Forms not opening in 11i

    i installed 11i EBS on linux, when i am trying to launch forms , Forms not opening in 11i
    11.5.10.2
    LInux 4.5

    Are you trying to access the applications remotely?
    what is the browser?
    post here
    grep plugin $CONTEXT_FILE
    if your using Jinitallor
    http://blogs.oracle.com/stevenChan/2008/12/reminder_migrate_your_jundefinediator_clients_to_sun_jre_now.html
    upgrade to Sun java .
    check this notes
    Internet Explorer Crashes When Forms Is Launched (Doc ID 430359.1)
    Internet Explorer Crashes When Running Oracle Forms Using JInitiator (Doc ID 602001.1)

  • Adobe LiveCycle Forms not opening in Chrome.

    Adobe LiveCycle Forms not opening in Chrome.
    Today, I noticed that if the PDF from is opened from Chrome when it is rendered from an IIS server using the following methoed:
    Response.ContentType = "application/vnd.adobe.xdp+xml"
    Response.WriteFile(""...file-path-name...")
    Just Yesterday morning it was working fine.
    If I open the PDF over a direct link to the PDF file, it will open fine.
    I reported this problem from Chrome using "Report Issue". I hope someone can help me to solve this problem.
    Note: I have disabled the built-in PDF Viewer, and Enabled the Aodbe Reader Plugin in Chrome long time ago. I also reset the Chrome Browser, and still not working
    Tarek.

    UPDATE:
    This is a reported issue in latest Chrome Update:
    https://code.google.com/p/chromium/issues/detail?id=333449
    This is an update to give more details.
    Following is the environment I use:
    Chrome Version (type about:version into your omnibox): 32.0.1700.76
    Adobe Reader: XI
    Adobe Acrobat 9.5
    Operating System (Windows 7/8/Vista/XP, Mac, Linux, Android, iOS): Windows 7
    Extensions (type Chrome:extensions into your omnibox): SnappySnippet 0.4
      - Adobe Reader Plugin is enabled.
      - Native PDF Viewer is disabled.
      - All other extensions are disabled.
    Note: I am rewriting the problem discription to clarify.
    Few days ago, I noticed that if the PDF form will not be rendered properly, if it is opened from Chrome over ASP.NET Website, and when it will be rendered from an IIS server using the following method:
       Response.ContentType = "application/vnd.adobe.xdp+xml"
       Response.WriteFile("...file-path-name...")
    I am 100% sure it was working fine before. Also, it is working fine from IE 10 and Latest FireFox version.
    If I open the PDF over a direct link to the PDF file, it will open fine.
    Note: I have disabled the built-in PDF Viewer, and Enabled the Adobe Reader Plugin in Chrome long time ago. I also reset the Chrome Browser, and still not working.
    When I navigate to the link using Chrome to render the PDF Form, I can see that Adobe is trying to open the PDF Form, and then I get a black Window.
    Sometimes the PDF form will open in the following cases:
    1. After waiting for several minutes
    2. When I detach the browser tab from main browser window
    3. When I resize the Window or Minimize/Maximize it
    I have no problem whatsoever when I use IE or FireFox.
    See attached snapshots for more details.
    Appreciate your help.
    Tarek.

  • Infopath Forms Not Opening in Broweser - Problem not organization wide, just one user

    I have a browser enabled, Infopath 2010 form that has been in production in Sharepoint for a couple of years now.  The form is a browser enabled form but it keeps opening in the Infopath client when the forms are opened via Sharepoint.  As far
    as I know, there is only one user in our entire organization that is having the problem. The problem did not start until a new site master page was implemented a few weeks ago.
    In addition to the form not opening in the browser, he does not get the sharepoint drop down arrow when hovering over a file name in this library. I was going to have him try selecting "edit in browser" but he does not get the menu.
    I've seen dozens of posts on how to resolve this Infopath issue as an enterprise wide solution, but my problem is limited to one user.
    The following has been confirmed:
    Infopath Forms Services feature is active
    The form was designed and published as a browser enabled form
    The library advanced settings for "Opening Documents in the Browser" has the option selected for "Open in the browser".
    The affected user is using IE 9 32-bit.  I made sure he was not using 64-bit as I've seen a lot of other Sharepoint problems with that before.

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Please check whether add the following code in the master page(<head/> tags).
    <meta http-equiv="X-UA-Compatible" content="IE=8"/>
    2. Check whether it works on the user colleague’s computer.
    3. Try to use IE8 to check whether it workds.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • After Cloning forms not opening

    Hi ,
    After 11.5.10.2 cloning forms not opening.we tried all possibilities but forms not opening.if it is there any possibilites plz let me know asap...
    DB Version: 10.2.0.2
    Apps :11.5.10.2
    OS: Sun Solaris SPARC 10
    Regards
    Ramesh

    Hi Hussein,
    Thanks for updating...
    access log...
    197.0.9.31 - - [30/Nov/2011:09:17:01 +0000] "GET /pls/DEVP/fnd_icx_launch.launch?resp_app=SYSADMIN&resp_key=SYSTEM_ADMINISTRATOR&secgrp_ke
    y=STANDARD&start_func=FND_FNDCPVCM&other_params= HTTP/1.1" 302 5
    197.0.9.31 - - [30/Nov/2011:09:17:01 +0000] "GET /dev60cgi/f60cgi?&appletmode=nonforms&HTMLpageTitle=&HTMLpreApplet=&code=oracle/apps/fnd/
    formsClient/FormsLauncher.class&width=400&height=100&archive=/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar,/OA_JAVA/oracle/apps/fnd/jar/fndfor
    msi18n.jar,/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar,/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar,/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar
    ,/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar,/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar,/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar&gp14=jinit_apple
    tcache&gv14=offjinit_appletcache=off&gp2=resp_app&gv2=SYSADMIN&gp3=resp&gv3=SYSTEM_ADMINISTRATOR&gp4=sec_group&gv4=STANDARD&gp5=function&g
    v5=FND_FNDCPVCM&gp6=other_params&gv6=&gp7=forms_url&gv7=http%3A%2F%2Fs609596bl2su01.inbglr8.savvis.net%3A8003%2Fpls%2FDEVP%2Ffnd_icx_launc
    h.runforms%3FICX_TICKET%3D%26resp_app%3DSYSADMIN%26resp_key%3DSYSTEM_ADMINISTRATOR%26secgrp_key%3DSTANDARD%26start_func%3DFND_FNDCPVCM%26o
    ther_params%3D&encoding=US-ASCII&gp8=error_url&gv8=http%3A%2F%2Fs609596bl2su01.inbglr8.savvis.net%3A8003%2FOA_HTML%2Fjsp%2Ffnd%2Ffnderror.
    jsp&gp12=port&gv12=6945&gp13=dbc&gv13=mareno_devp&gp15=icx_ticket&gv15=2__sUGu7a0ypjtT0wElgiw.. HTTP/1.1" 200 43031
    197.0.9.31 - - [30/Nov/2011:09:55:05 +0000] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code
    =US&oas=4uf_VXcLpjCcg5XnIVlfTQ..&formsLink=yes HTTP/1.1" 200 1043
    197.0.9.31 - - [30/Nov/2011:09:55:06 +0000] "GET /OA_HTML/RF.jsp?function_id=90&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code
    =US&oas=4uf_VXcLpjCcg5XnIVlfTQ..&formsLink=yes HTTP/1.1" 200 1110
    Error Log....
    Wed Nov 30 07:08:45 2011] [error] [client 197.0.9.31] File does not exist: /data01/home/DEVAPPS/devcomn/portal/DEVP_s609596bl2su01/oracle
    smpchronos/oracle_sm
    Terminated
    [Wed Nov 30 07:59:04 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 08:15:26 2011] [notice] FastCGI: process manager initialized (pid 15950)
    [Wed Nov 30 08:15:27 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Terminated
    [Wed Nov 30 08:38:41 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 08:39:14 2011] [notice] FastCGI: process manager initialized (pid 18178)
    [Wed Nov 30 08:39:15 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed Nov 30 08:45:42 2011] [error] [client 197.0.9.31] script not found or unable to stat: /data01/home/DEVAPPS/9iAS/8.0.6/tools/web60/cgi
    /ifcgi60.exe
    Terminated
    [Wed Nov 30 08:48:17 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 08:49:37 2011] [notice] FastCGI: process manager initialized (pid 19081)
    [Wed Nov 30 08:49:38 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    Terminated
    [Wed Nov 30 09:03:10 2011] [notice] caught SIGTERM, shutting down
    [Wed Nov 30 09:07:44 2011] [notice] FastCGI: process manager initialized (pid 20816)
    [Wed Nov 30 09:07:45 2011] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    ~
    plz help on this
    Regards
    Ramesh

  • Data forms not opening

    Hi All,
    We have got hyperion planning & workforce planning plan types in Planning APP,.......all of a sudden the dataforms connected to main plan type stopped opening.....dataforms connected to workforce planning are opening......
    I refreshed the planning.....still dataforms are not opening.
    appreciate your response

    The issue with data forms not opening.....we have recently enabled YTD & QTD in the planning App..........
    1.In the columns if we have YTD(&CurrentMonth) with Suppress missing blocks option selected then dataforms are NOT opening...and if we Unselect Suppress missing blocks the dataforms are opening.
    2.In the columns if we have YearTotal with Suppress missing blocks option selected then dataforms are opening.
    The issue is with using YTD ....how can we solve this issue

  • A file which was created and saved using Adobe Photoshop CS6 is not opening anymore HELP

    Hi, please help with my issue which is as follows:
    A file which was created and saved using Adobe Photoshop CS6 is not opening anymore and sends a message saying that the file is not compatible.
    What should I do, I have invested so much in that file and I dont think i will be able to do it all over again.

    That's why people do incremental saves and use backups... You could try to open the file in an image viewer like IrfanView and see which parts are salvagable, but that's as good as it gets most likely...
    Mylenium

  • Calling web service in Oracle Applications using Forms....

    Can I call a web service in Oracle Appications 11.5.10?
    I created a simple form on my local machine and invoked the webservice in that form and it works perfectly. I used Oracle forms 9i and 6i for this purpose and both are working perfectly.
    But when I created the same form on the UNIX server and imported the Java Class and placed that form in Oracle Applications and tried to invoke the web service it is not working.
    I am using Forms 6i for creating the form in Oracle Applications.
    Are there any other factors that I am neglecting?
    Any help is highly appreciated.
    Thanks.........

    Hi,
    could you please explain here the detailed steps (with code example if it's possible) to invoke a webservice from Oracle Applications?.. how did yo do it...?
    I've read differents posts here and the 33097.1 metalink note (by the way, the first recommended link in this note is broken...), but there are lots of theorical concepts and no real examples to see how/from where invoke the WS
    I'll have to call one webservice (I suppose the customer will give me the interface implementation)...but I've never did it with Applications so that's why I ask you for all the detailed steps...
    I work with Forms 6i, Apps 11.5.10.2 and DB 9.2.0.7.
    Thanks a lot.
    Jose.

  • Cisco AnyConnect WEB/SSL VPN - does not launch after Apple's security update on Mac OS 10.7 and 10.6

    AnyConnect version: 2.5.2001
    Mac OS versions: 10.7.2 and 10.6.8
    We used to invoke Cisco AnyConnect VPN via the Safari browser for the SSL URL and it used to work fine on Mac OS 10.6 and 10.7. Apple released a security update on 8/Nov/2011 (see: http://support.apple.com/kb/HT5045) and after applying the update, invoking AnyConnect from the browser no longer invokes the AnyConnect application on the machine. The browser stops at this page repeatedly:
    I have installed AnyConnect on my machine and am able to invoke it explicitly, but browser login just fails to do that. I have tried re-installing AnyConnect, but the problem still persists.
    Any help would be highly appreciated as we are in a show-stopped situation because of this issue.
    Thanks
    Vivek.

    This is an old issue, but I ran into it continually this month while trying to use AnyConnect on my Mac 10.8+ version.
    For me, the solution was:
    I realized that I should have seen a pop-up warning me about the dangers of using Java etc. etc but it seemed as if my computer was blocking it automatically without giving me the option.
    I went to the Java page (Java.com) and clicked on "Do I have Java?" The plug-in was inactive, so clicking it allowed me to check that my Java was up to date. Going back to my AnyConnect, this time, it seemed to go through and give me all the pop-ups allowing me to allow Java.

  • Cisco SSL-VPN / webvpn with Cisco 2901 IOS 15.3.3M

    Dear Community,
    I have a strange issue that I am hoping some of you will be able to assist with.
    I am running an environment with the following specifications
    Cisco ISR G2 2901 with IOS 15.3.3M
    Security Licence enabled
    Data Licence enabled
    VPN Licence enabled
    Cisco ISR G2 2951 with IOS 15.3.3M
    Security Licence enabled
    Data Licence enabled
    SM with ESX server.
    Desktop Environment
    Windows XP SP3
    Internet Explorer 8
    Desktop Environment 2
    Windows 8
    Internet Explorer 10
    I have a ESX server set up with a web page on the 2951. The 2901 unit has a SSL VPN / web vpn service set up on it to allow the Desktop Environments to connect to the 2951 web page. The Desktop Environments are not allowed to directly connect to the 2951 router that is why the SSL-VPN / web vpn is used.
    This system was initially working with IOS 15.2.4M2 however an update of the IOS was required and now the VPN does not fully function correctly.
    PROBLEM: Now the webvpn interface loads with the welcome screen and login. After logging in it has a screen with a link to the webpage on the 2951. When I try open this webpage on the 2951 and the SSL-VPN starts to build I only get half my web page. There seems to be a problem where I only get half a page loading or just a blank page with just HTML headers. I have tried changing the page to just HTML but it still does not display properly. This is with Internet Explorer ( all versions ). With firefox there are no problems but I cannot run this browser as my environment will not allow it.
    If anyone can assit me here it would really make my day.
    Thanks,
    Will

    Can anyone help with this ?

  • Oracle forms not opening after applying devoloper 6i patch 19 (P 9935935)

    Dear All,
    I have planned to upgrade forms version from 6.0.8.25 to 6.0.8.28 as followed the note      Upgrading Developer 6i with Oracle Applications 11i [ID 125767.1]
    and applied the Patch 9935935 after this we have not open the forms and Open the all three windows as normal but after third window we are not able to get any forms window.
    what is the problem we can not find any errors and remain applications services are running fine..
    please give me solution for this??
    Thanks in advance...

    Hi Hussein,
    Thanks for quick response..
    yes, all patches has been applied successful and we are not get any error in Apache log file..
    below the Java console error:
    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\mu34835
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\mu34835\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>
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar to JAR cache
    Deleted glahelib.jar-5452fb74-2d4101e0.zip from JAR cache
    Deleted glahelib.jar-5452fb74-2d4101e0.idx from JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar to JAR cache
    Downloading http://oraapps03.emri.net:8009/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar to JAR cache
    connectMode=Socket
    serverHost=oraapps03.emri.net
    serverPort=9009
    Forms Applet version is : 60828
    java.lang.NoClassDefFoundError: com/trend/iwss/jscan/runtime/Session
         at oracle.forms.handler.UICommon.<clinit>(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.engine.Runform.registerHandlerClass(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Yes, auto config successfully completed
    Thanks,

  • While clicking Responsiby forms not opening no error in oracle apps r12

    Hi DBAs
    After RMAN cloning while clicking responsibilities forms are not opening. We are having two nodes servers. One is Admin & CM node another node is Forms & Web entry server.
    Thanks
    DBA

    In Apache log below having below error
    Directory index forbidden by rule: /u01/oracle/R12/apps/apps_st/comn/java/classes/This error can be ignored -- How To Avoid Error In Apace Error Logfile - Directory Index Forbidden By Rule [ID 1385785.1]
    Again i am running adcfgclone after changing apps password.Why do you have to run adcfgclone after changing the apps password? The cloning procedure is to run adcfgclone and make sure it completes successfully on all tier nodes, then change the apps password and run AutoConfig.
    Have you added the application URL to the trusted sites list from the browser?
    Can you find any errors in the application.log file?
    Thanks,
    Hussein

  • FortiClient SSL VPN Client Not Functioning Correctly

    Hello,
    I use the FortiClient SSL application to connect to work. In Windows 7 x64 it works without issue. In Windows 8 Build 9200 it exhibits and odd behaviour.
    I can connect using FortiClient version 4.4.3.445. Once connected my sent bytes continues to increase which is correct. However received bytes stays at 0.
    If I try to Remote Desktop it fails.  This is obviously due to no inbound packets coming back from the Fortigate appliance being allowed back to Windows 8.
    Disabling the Firewall doesn't have any affect on the condition. Received bytes stays at 0. 
    This is a clean install with no 3rd party applications, other than the Forticlient software. This is only the SSL VPN portion of  the the FortiClient software and does not included AV or Firewall options.
    Doing some Googling, I've seen some other people with the same problem but no resolution. Another FortiClient user and Sophos & Juniper SSL VPN clients having the same problem.
    Does anybody have any idea what would be causing the SSL VPN to only send bytes but not receive.
    Thanks!
    UPDATE 2:
    In the built in MSTSC.exe "Remote Desktop" I went into Options/Advanced/Server Authentication. I switched the setting to "Connect and don't warn me" and that fixed the problem. The default was "Warn Me' However the warning screen was not coming up.
    Just for the heck of it I switched it back to the default settings and saved. Strangely I now get the "Warning" screen that you would normally see. So now both the built-in and App Store Remote Desktop applications are working. FortiClient still shows Bytes
    received as 0.....which is odd.
    UPDATE: Solved Workaround
    I was using the built-in Remote Desktop Application without success. I went into the APP Store and saw their was an APP called "Remote Desktop" I installed that and connected my FortiClient SSL to work. Still no received bytes like I would get in
    Win7. I then launched the "APP" Remote Desktop, punched in my PC name at work and creds and boom I can login to my work PC. FortiClient SSL still showing no received bytes, but the "Remote Desktop" from the APP store does work. Not sure why MSTSC.exe will
    not work, and why FortiClient shows no received bytes is still unsolved. At least the APP Store Remote Desktop works with the SSL Client.

    Hello Everyone,
    I finally able to track down the issue .
    After spending 3 days i found that VPN Client may bind some setting with user. I tried to install the same on my personal laptop and another machine where the user bind with same account
    (hotmail).
    Then I realize may be this is user issue so I follow below steps and it work fine.
    1. Uninstall Client from Machine
    2. Remove same from IE ( Options =>> Connections)
    3. Restart System
    4. Create Local user and provide administrator rights.
    5. Login with new user and logoff all other.
    6. Install Client.

Maybe you are looking for

  • Running a process within a java program

    Hi I have code that runs a process for performance monitoring on an installed system. When I run the code standalone as below, it runs fine. If I include the code below inside another java program, the process fails to execute and the status returned

  • Error during creation of push button on selection screen

    Hi, I wanted to create push buttons on selection screen, Code: DATA DB1 TYPE VBAP-WERKS. DATA DB2 TYPE MARA-MATNR. SELECT-OPTIONS : SPLANT FOR DB1,                                 SCLASS FOR DB2. SELECTION-SCREEN:  FUNCTION KEY 1,                    

  • Incredible increase in broadband usage

    I am on a 40Gb infinity connection. The usage monitor shows "Your average monthly usage is 13.97 GB." which I agree with. As of tonight my usage is reported as "You have used 79.24 GB this month" I have 2 android phones and a Roku connected via wpa2.

  • Characterstic restrictions error in BI 7.0- very urgent

    Hi, I am trying to create a query on a multiprovider which is having ODS. Data is fine in ODS. In the report, when I put 'create date' in rows, it is displaying correctly. But when I put in Characterstic restrictions and give a variable, it is displa

  • Mail disappears/re-appears with exchange imap?

    first off the specs and versions: mbp running os 10.6.7 mail version 4.5 (1084) i have been using mail.app for my email for over a year now, and have had this issue all along.  i have my fetch timer set to one minute, and what happens is that i will