Zoom enabled forms not opening

Hi All,
We have a Dev instance which is cloned from Prod.
We have got zoom buttom enabled in couple of forms using AXF accelerator.
After cloning, the forms (ex: AP Invoice work bench) are not opening at all.
All other forms are opening.
What could be the issue.
I have tried recompiling the CUSTOM.pll
Checked the axf tables.
Your inputs please

Also.. here is the error i am getting when i try to open any document in the content server or imaging:
!csUserEventMessage,sampleuser,CIS!$!$!csConnectionAuthFailed
intradoc.common.ServiceException:
at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
at intradoc.server.Service.buildServiceException(Service.java:2326)
at intradoc.server.Service.createServiceExceptionEx(Service.java:2320)
at intradoc.server.Service.createServiceException(Service.java:2315)
at intradoc.server.ServiceSecurityImplementor.validateRemoteClientConnectionPrivilege(ServiceSecurityImplementor.java:718)
at intradoc.server.ServiceSecurityImplementor.globalSecurityCheck(ServiceSecurityImplementor.java:232)
at intradoc.upload.UploadSecurityImplementor.globalSecurityCheck(UploadSecurityImplementor.java:57)
at intradoc.server.Service.globalSecurityCheck(Service.java:2737)
at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:678)
at intradoc.server.Service.doRequest(Service.java:1956)
at intradoc.server.ServiceManager.processCommand(ServiceManager.java:437)
at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: intradoc.common.ServiceException: !csConnectionAuthFailed
at intradoc.provider.ProxyConnectionUtils.getRemotePassword(ProxyConnectionUtils.java:262)
at intradoc.provider.ProxyConnectionUtils.incomingProxyAuth(ProxyConnectionUtils.java:241)
at intradoc.provider.SocketIncomingConnection.getAndCheckConnectionProperties(SocketIncomingConnection.java:255)
at intradoc.provider.SocketIncomingConnection.checkRequestAllowed(SocketIncomingConnection.java:163)
at intradoc.server.ServiceSecurityImplementor.validateRemoteClientConnectionPrivilege(ServiceSecurityImplementor.java:714)
at intradoc.server.ServiceSecurityImplementor.globalSecurityCheck(ServiceSecurityImplementor.java:232)
at intradoc.upload.UploadSecurityImplementor.globalSecurityCheck(UploadSecurityImplementor.java:60)
at intradoc.server.Service.globalSecurityCheck(Service.java:2738)
... 8 more

Similar Messages

  • This form template is not currently browser-enabled. It must either be republished as a browser-enabled form, or opened using Microsoft Office InfoPath 2007

    Hi,
    When I try to open a Infopath related file from Sharepoint, I am receiving the below error. 
    This form template is not currently browser-enabled. It must either be republished as a browser-enabled form, or opened using Microsoft Office InfoPath 2007.
    Office Professional Plus 2010 and Infopath 2010 are installed in my Windows 7 Enterprise edition. Have executed ""C:\Program Files\Microsoft Office\Office14\InfoPath.exe" /cache ClearAll" the command. But still getting the same error.
    It works in different machine. Repaired Office 2010 and Infopath. 
    Please let me know if any solution available. 
    Regards,
    Boopathi S

    Hi,
    You can try Amit Bajaj's method in another thread which has fixed the same problem for several users:
    Check if the default “Form Templates” option in appearing under “View all site contents” page. If it is not enabled by
    default, then you can follow this following steps.
     If "Office SharePoint Server Enterprise Site Features" is enabled but we don't see the default "Form Templates" on the "View
    all site contents" page, then you should use the following steps.
    Make sure they have backup of everything.
    Opened the site http://<your site url> in SharePoint Designer.
    Select the root URL and click FILE >> NEW >> SharePoint Content
    Choose Document Library >> Form Library
    Under options type the name as “FormServerTemplates” and it will create the content.
    Now right click on “FormServerTemplate” and open “Properties”
    On settings Tab change the name to “Form Templates” and uncheck the option “Use a template for new documents”
    Click OK
    Now you should see “Form Templates” on the view all site content page.
    You should be able to publish the InfoPath form with "Enable this form to be filled out by using a browser."
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/c9617953-a54c-44ec-86cf-df215c750c18/this-form-template-is-browsercompatible-but-it-cannot-be-browserenabled-on-the-selected-site?forum=sharepointcustomizationlegacy
    Since this issue is more related to SharePoint, if above steps doesn't resolve the problem, I'd recommend you post your question in the following forum for further assistance:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=sharepointcustomizationlegacy
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected].

  • 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

  • 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.

  • 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

  • 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

  • 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)

  • Browser enabled InfoPath form not opening in browser from a link in a Task list

    I have a browser enabled InfoPath deployed to SharePoint as a template in a Forms Library. The form opens in the browser when a user navigates to the Form library and clicks New.
    There is an Approval workflow associated with this form which kicks in whenever a new Form is submitted. The workflow creates a task in a task list. The task list shows a Link column which provides the link to open the form. Now, when a user clicks on the
    link (in the Task list), the form always open in InfoPath instead of opening in a browser.
    I see that the URL for the form (http://<Server>/Training/Enrollment%20Forms/<FormName>.xml)  is same in both the Forms Library and Task list link.
    What am I doing wrong or what do I need to do to make the form open in browser from the Task list link.
    Thanks
    Rajat

    This question is asked constantly - we just discussed this last week, I believe - so you can probably find a lot more discussion to help you out if yous earch within this form or browse through the topics.  The reason for your issue is because of
    what you just wrote - the URL is directly to the XML file, so it tries to invoke InfoPath.  Browser forms are rendered by Forms Services, which has a much different URL.  Go click on one of your existing forms, and notice how different the URL is. 
    To get forms to open in the browser when invoked from a different location, you must use this full Forms Services URL.  Built-in workflows only generate a link to the XML file, and since the task in a different list than the form, then it has no idea
    how to open the form in the browser.  Only users who don't have InfoPath installed will see it in the browser automatically.  This is why I generate my own URLs dynamically with custom workflows and don't use OOTB workflows.SharePoint Architect || Microsoft MVP ||
    My Blog

  • PDF Forms not opening in Windows 7 Pro and 8

    I am having problems with editable PDFs I have created using Mac Acrobat Pro 10.1.13 not opening with editable features. These PDFs open correctly when opened with Mac OSX and Windows 7 home version. They do not work correctly when opened in Windows 7 Pro or Windows 8. I get the following error message in Windows 7 Pro. Any ideas how I can make these forms work on all operating systems will be helpful. This document enabled features in Adobe Reader. The document has changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document.

    By extended reader rights do you mean Save As > Reader Exteded PDF > Enable Additional Features YES I did this Here is a link to some PDFs with this problem http://www.wkrause.com/new/

  • 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,

  • Forms not opening after cloning ebs 12.1.3

    Hello,
    I just finished hot cloning ebs 12.1.3 on Linux 6.3. All went well and the I can log into the apps as sysadmin but no form can open. For example, I wanted to get in and change the Site Name: log in to E-Business Home Page -> System Administrator -> Profile -> System but the expected form would not pop up. What am I missing?
    Thanks
    Mathias

    Hello Hussein,
    this is a partial output of debugging Java:
    basic: Plugin2ClassLoader.addURL parent called for http://ofindev01.corp.phillips.com:8006/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar
    security: Blacklist revocation check is enabled
    security: Trusted libraries list check is enabled
    network: Cache entry found [url: http://ofindev01.corp.phillips.com:8006/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar, version: null] prevalidated=false/0
    network: Connecting http://ofindev01.corp.phillips.com:8006/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar with proxy=DIRECT
    network: Connecting http://172.17.17.198:8006/ with proxy=DIRECT
    network: Connecting http://ofindev01.corp.phillips.com:8006/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar with proxy=DIRECT
    network: Connecting http://172.17.17.198:8006/ with proxy=DIRECT
    java.net.ConnectException: Connection 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.SocksSocketImpl.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at sun.net.NetworkClient.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.New(Unknown Source)
      at sun.net.www.http.HttpClient.New(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
      at sun.plugin.PluginURLJarFileCallBack.connect(Unknown Source)
      at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
      at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
      at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
      at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
      at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
      at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$1000(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
      at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
      at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
      at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    network: Cache entry found [url: http://ofindev01.corp.phillips.com:8006/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar, version: null] prevalidated=false/0
    network: Connecting http://ofindev01.corp.phillips.com:8006/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar with proxy=DIRECT
    network: Connecting http://172.17.17.198:8006/ with proxy=DIRECT
    Note:
    We just tested on a brand new machine, the EBS Installed Java _41 and Forms opened?  On the failing PC, Java 1.6.0_41 is installed and working for the instances of EBS. What are we missing?
    Thanks
    Mathias

  • 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

  • Why does the link to the forms not open the form?

    The email link to the form only works when I am trying to view the page however it does not open for other participants.

    Its possible they have email clients that can't properly handle the URL. Do you know what email clients they are receiving he email with?
    When you send out the email make sure it is formatted as HTML and not plain text/rtf.
    Randy

  • Form Not opening in Browser fully

    Hello Sir
    I have one problem that when I run my form in 9i it just show form in a fix space not in whole window (IE browser). It shows scroll bar and I have to move scroll bar to see column in form.
    My menu has also the same problem. Showing in fix space in Browser
    I have checked the window size and it’s already set maximized
    Please help me about this. I will be grateful to you.
    Regards
    Pankaj Toshniwal

    duplicate post
    From Not opening in Browser fully

Maybe you are looking for

  • Solaris Management Console hung up - not responding.

    When I select User Accounts in SMC the console is hung up - it just displays the watch pointer . The SMC server gives a status that it is running. Ideas anyone?

  • How build a function with an array in input and another array in output

    Hi, I need to create a function, which receive in input a list of Group's name and retrieve the correspondent list of Group's id. So I need to have these conditions: 1) The parameter in input has to be only one "p_user_name" (an array of values) 2) t

  • TS4268 Imessage and FaceTime enabling

    Hope this is some what related, but does iMessage need to be turned on/enabled for FaceTime calls? I know you need an account, just wanna know if it needs to be set to On in the settings menu. Thank you!

  • Track order shipping history

    Hi, We are trying to work on a process to track an order history to find lines in the order that caused it to ship late. The basic idea is to pick orders that were shipped late and check their shipping history to find lines in the order that had issu

  • Filename arrays in bash

    I want to make a filename array to use with ffmpeg under BASH.  For example there are six video files named video_1.h264, video_2.h264, video_3.h264, video_4.h264, video_5.h264 and video_6.h264. I want to then concat them using ffmpeg ffmpeg -i "conc