Web Forms Connection Error

Hi Folks,
I need help in deciphering this error message. I am trying to
connect via the browser to a simple form in Developer SErver and
I get this error in the Applet Window:
FRM-99999: An unexpected error occurred.
Details...
Java Exception:
sun.applet.AppletSecurityException: Checkconnect.networkhost1
at sun.applet.AppletSecurity.checkConnect
(AppletSecurity.java:599)
at sun.applet.AppletSecurity.checkConnect
(AppletSecurity.java:641)
at sun.applet.AppletSecurity.checkConnect(Compiled Code)
at java.net.InetAddress.getAllByName0(Compiled Code)
at java.net.InetAddress.getByName0(Compiled Code)
at java.net.Socket<init>(Socket.java:89)
at oracle.forms.net.SocketConnection.connect
(SocketConnection.java)
at oracle.forms.engine.Runform.initConnection(Runform.java)
at oracle.forms.engine.Runform.startConnection(Runform.java)
at oracle.forms.engine.Main.createRunform(Main.java)
at oracle.forms.engine.Main.startImpl(Main.java)
at oracle.forms.engine.Main.start(Compiled Code)
at sun.applet.JinitAppletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:466)
I have tries the following so far:
1) changed to HTTP mode in the ifsrv60 service
2) changed from the default port 9000 to 9999
Although the errors are slightly different in each, they are
also sufficiently similar.
Many thanks,
Ara Jeknavorian
Genesis Consultants Inc.
[email protected]
null

Thanks for the reply; however, I was using IE 5 when this
problem occured and am still using IE 5. I think my problem may
be one of configuration. Presently, I have the OAS on a linux
maching and the Developer Server on an NT box. I am using the
parameter "serverHost" in the ActiveX control. I have tried
using the UNC format and it responded with an error so I
revereted back to the explicit the host name (HOSTS file is
correct).
Since the original problem, ifsrv60 has caused NT to die. Now
I have to reinstall the OS. Luckily I had a dual-boot with
Win98 or else I would have lost much more than the OS.
Ara
harjeet singh bakshi (guest) wrote:
: hello,
: this problem will not come using IE 5.0 browser, if everything
: else is configured properly.just try it out
: harjeet
null

Similar Messages

  • First ever Web Form - URL error

    Hi. I'm attempting to call my first Web form, but I'm getting this error:
    URL:
    http://springfield01:7777/forms/frmservlet?config=ttmsmenu
    ERROR:
    500 Internal Server Error
    Forms Servlet Error.
    Missing or invalid value for baseHTML parameter.
    Please check the servlet configuration to make sure this value specifies a valid file.
    My FormsWeb.Cfg file is posted below. Any help would be greatly appreciated!
    FORMSWEB.CFG:
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    # HTMLbodyAttrs=
    # immediately hide the applet parent window
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'
    # HTML to add before the form
    # HTMLbeforeForm=
    HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    # imageBase=DocumentBase
    imageBase=/forms/java
    # Forms applet parameter
    #width=1000
    #width=100%
    width=500
    # Forms applet parameter
    #height=700
    #height=100%
    height=500
    # Forms applet parameter
    separateFrame=true
    # separateFrame=
    # Forms applet parameter
    splashScreen=no
    #splashScreen=ttmslogo_new.gif
    # Forms applet parameter
    background=no
    # background=
    # background=ttmslogo_new.gif
    # Forms applet parameter
    logo=ttms_banner.gif
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=/apps/oracle9i/product/oracleforms
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [ttmsmenu]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    width=500
    height=500
    background=no
    form=ttmsmenu.fmx

    # or by overriding them in a specific, named configuration (see below)
    [default]
    this line seems to start a named section that finishes nowhere.
    comment this line (put a # in front of it)
    FRancois

  • BODS SOAP Web Service Connection error RUN-248005

    Hi Experts,
    I need help connecting SOAP web service to BODS. We have configured the initial set up by importing the functions from the WSDL that was provided to us. The WSDL provided us with a request and reply schema as follows:
    We then created the data service job that would consume the function call. An overview of the dataflow is as follows:
    When we run the job with null values for the source table the job returns no errors, but returns no data either into the destination table (Which we think is to be expected because we have no parameters to search on). If we add a value to the source table that is a required field for WSDL GET function (sys_ID) the job runs, but produces the error shown below:
    We configured the data flow by using a reference document that can be found at this link: http://www.dwbiconcepts.com/etl/23-etl-bods/158-web-service-call-in-sap-data-services.html.
    Any help in regards to why we are getting a “No response to web service error” would be much appreciated! Also, if further detail is needed please feel free to ask.

    Yes we did make progress. Follow the steps listed below.
    Pre-Configuration
    A WSDL for BODS can be provided from your vendor (Amazon or Twitter) or created in-house.  In my tutorial I will be using ServiceNow.  ServiceNow is a platform-as-a-service (PaaS) provider of IT service management (ITSM) software.
    The WSDL provided should look like this:
               https://<instance>.service-now.com/incident.do?WSDL
    To verify that the WSDL works you can open it in a browser to see the xml schema.  Since the WSDL is HTTPS the browser will prompt you to enter credentials in order to view it.  The username and password will need to be provided to you from vendor you are trying to connect to.
    BODS requires that any web service connection that is https to have a certificate saved to its internal configuration on the job server where the application resides. The certificate is referenced when the call goes out to verify authentication. 
    You can get the server certificate from the vendor who is providing the web service or you can also download the certificate from the browser and save it in base64 binary encoded format to a file and use that.  In my example I will be using Firefox to export.
    if you have fire fox, then on the left side before the URL Address bar there will be a lock icon, click on view certificate, select the details tab, select the *.service- now.com  and click on export, in the dialog box, select the Save as type X.509 Certificate (PEM), you can save this with any name on your machine.
    Now go to the JobServer machine, go to %LINK_DIR%\ext\ folder, open axis2.xml in notepad,
    since it's https uncomment the following tag (transportReceiver)
    <!--transportReceiver name="https" class="axis2_http_receiver">
    <parameter name="port" locked="false">6060</parameter>
    <parameter name="exposeHeaders" locked="true">false</parameter>
    </transportReceiver-->
    it should look line something below
    <transportReceiver name="https" class="axis2_http_receiver">
    <parameter name="port" locked="false">6060</parameter>
    <parameter name="exposeHeaders" locked="true">false</parameter>
    </transportReceiver>
    uncomment the following tag (transportSender) and comment out the parameter KEY_FILE and SSL_PASSPHRASE, enter the complete location of the certificate that you saved from the browser in the SERVER_CERT parameter. you can save the certificate also in this folder
    <!--transportSender name="https" class="axis2_http_sender">
    <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
    <parameter name="xml-declaration" insert="false"/>
    </transportSender>
    <parameter name="SERVER_CERT">/path/to/ca/certificate</parameter>
    <parameter name="KEY_FILE">/path/to/client/certificate/chain/file</parameter>
    <parameter name="SSL_PASSPHRASE">passphrase</parameter>
    -->
    this should look like
    <transportSender name="https" class="axis2_http_sender">
    <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
    <parameter name="xml-declaration" insert="false"/>
    </transportSender>
    <parameter name="SERVER_CERT">enter the certificate path</parameter>
    <!--parameter name="KEY_FILE">/path/to/client/certificate/chain/file</parameter-->
    <!--parameter name="SSL_PASSPHRASE">passphrase</parameter-->
    save this file and open this file is browser to make sure that the XML is valid
    ****How to set up multiple axis files****
    Creating a Datastore
    Select Project -> New- >  Datastore
              Datastore name: Applicable Name
              Datastore Type:  Web Service
              Web Service URL: https://<instance>.service-now.com/incident_list.do?WSDL
              Advance <<
              User name: *****
              Password: ******
              Axis2/c config file path: \Program Files (x86)\Business Objects\BusinessObjects Data           Services\ext\Service_now

  • (WWC-40019) web cache connection error

    Dear All,
    I installed Oracle9iAS Release 2 Portal & Wireless installation type on my PC and the Oracle Infrastructure on another PC. When i tried to follow the described steps to shutdown my Oracle9iAS instance and then the Infrastructure instance to increace the RAM size of the Infrastructre machine and when i tried to startup the infrastructure and then my portal instance. I faced with the problem that my portal instance can't connect to the web cache and got the following error message :
    Error: Could not open web cache connection. The portal use-web-cache setting is set to ON while web cache
    may be down. (WWC-40019)
    Any help will be appreciated.
    Regards,
    Mohammed Amin
    [email protected]

    This error could happen because of various causes. These are mentioned in the Config Guide.
    Oracle9iAS Portal Configuration Guide Release 2 (9.0.2)
    8.1 Oracle9iAS Web Cache related issues
    Error: Could not open web cache connection. The portal use-web-cache setting is set to "on" while web cache may be down. (WWC-40019)
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgtroub.htm#1015385
    Most often the reason is that of wrong Web Cache related config. info.in the Portal.
    The following doc on scripts might help you address the config. issue
    B.2 Oracle9iAS Web Cache configuration scripts
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgscript.htm#639250
    If your problem is still not sovled you might want to read the following sections
    6.4 Configuring Load Balancing Routers
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgmidfw.htm#1006335
    6.8 Configuring Oracle9iAS Portal to Work with Oracle9iAS Web Cache
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/CONFIGHTML/cgmidfw.htm#1009317
    Hope this helps.
    - Senthil

  • Web form integration error

    I am working on integrating a web form with Oracle CRM On-demand. This web form offers the ability for users to submit file attachments.
    Rether than submit the whole file as an attachments, we would like them to submit a URL to the attachment. I would like these URLs to appear under the "Attachemnts" tab which appears at the bottom of every new Oracle profile.
    I’ve attached the error message and the wsdl file that I’m using.
    You can download them here:
    http://www.mediafire.com/?djeeeify0zn
    Also here is the code snippet that is calling the web service:
    SCAPTitle.AttachmentData[] data = new SCAPTitle.AttachmentData[1];
    data[0] = new SCAPTitle.AttachmentData();
    data[0].Attachment = file.FileBytes;
    data[0].DisplayFileName = displayFileName;
    SCAPTitle.ListOfAttachmentData[] listOfAttachmentData = new SCAPTitle.ListOfAttachmentData[1];
    listOfAttachmentData[0] = new SCAPTitle.ListOfAttachmentData();
    listOfAttachmentData[0].Attachment = data;
    CustomObject1Data[] myCustom1Data = new CustomObject1Data[1];
    myCustom1Data[0] = new CustomObject1Data();
    myCustom1Data[0].ListOfAttachment = listOfAttachmentData[0];
    ListOfCustomObject1Data myListOfCustom1Data = new ListOfCustomObject1Data { CustomObject1 = myCustom1Data };
    CustomObject1Update_Input myCustom1ObjectUpdateInput = new CustomObject1Update_Input { ListOfCustomObject1 = myListOfCustom1Data };
    CustomObject1Update_Output myCustom1ObjectUpdateOutput = scap.CustomObject1Update(myCustom1ObjectUpdateInput);
    This is using Visual Studio 2008.
    Can you help me fix the code, so I don't get an error message?

    Hi,
    Attachment in Ondemand are Always Child objects, they need to be associated to a parent in you case which is CustomObject1, as you can see you have not specified the CustomObject Record Id to which the Attachment needs to be associated to.
    Specify the Row Id of the record to which the Attachment needs to be associated to
    //Specifing the Record's RowId
    myCustom1Data[0] .Id='AXSA-1234'
    Regards,
    Deepak H Andeli

  • Web Form creation Error

    Hi,
    When I am going to create a web form and click the create button, there comes out an error, when clicking the explorer warning tab, it says
    "URL: http://ip:19000/HyperionPlanning/Servlet/HspCreateForm?Application-demo&RND=0.61554385&FOLDERID=9"
    Does anybody ever encounter this kind of problem and know how to solve it? Thanks in Advance.

    When I am going to create a web form and click the create button, there comes out an error, when clicking the explorer warning tab, it says What is that error?
    Which version of Planning and web browser you are using?
    check if something is logged in Planning's sysout or syserror logs.
    Cheers...!!!
    Rahul S.

  • Web form delivery error

    I tested a web form in the staging environment (villagekidsdentistry.businesscatalyst.com) and it worked perfectly.  Then I pushed the site live and now the form will not deliver to any of the notification e-mail addresses.  The form is sending using a Yahoo e-mail address and I get a delivery error notirication in that Yahoo account from "[email protected]" saying, "An error occurred while trying to deliver the mail to the following recipients:"
    Can anyone help me fix this problem?  The actual live site is www.villagekidsdentistry.com.
    Thanks.

    I'm having the same sort of trouble, but a little different. We have group email addresses and a contact form we have on our site (www.adam.co.uk) - it flings emails out to everyone in the group, even though only one email is used. We're having some mailer daemons ping through to those people in the group who have a slightly different email designation/ending.
    For example this is everyone in this [email protected] group:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    Everyone received the email who has the 'adam.co.uk' designation, but anyone who has another (in this example 'centerprise.co.uk') gets a daemon. Does anyone have any ideas why this might be?

  • Web Cache Connection Error

    Hi All,
    I had installed Application Server 10g on one Window 2000 Server machine. It was working fine. But as all the components of Application Server were installed on one machine thats why its performance was bad.
    So i decided to move the Oracle AS Portal to another machine. I installed only oracle portal and its required subcomponets on another machine. The new instance used the old server's metadata and other services.
    The Portal Now works fine but there are certain issues.
    First is that when i deploy an application on the new portal home and when try to register it, it gives me following error:
    =============================================================
    Internal error (WWC-00006)
    The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    =============================================================
    The Provider URL is also correct and the the provider is also running. as when i open the URL in browser it gives me success page.
    The Second Error is of Web Cache. and i think it could be the cause of the first error as well.
    When i go to the global Setting of the Portal/Administer, and then to Cache Tab and check Clear The Entire Web Cache and press apply i get the following error.
    =============================================================
    Could not open web cache connection. (WWC-40019)
    =============================================================
    I checked everything and everything seams to be fine. Remember that now the WebCache is pointing to the new server webcache services.
    I need help in removal of these problems.
    Regards
    Osama Hashmi

    Hi Osama,
    See my reply in the Install forum:
    Just checking, have you reviewed the OracleAS Portal Error Messages Guide for the error message "WWC-40019: Could not open web cache connection?"
    This guide can be found on OTN at http://www.oracle.com/technology/documentation/appserver1012.html and it t describes this error and what can be done to solve it in detail.

  • Cannot enable HP Web Services: "Connection error. Check Internet connection."

    Hello,
    I have a problem with LaserJet setup using Wi-Fi network from windows 7 and 8. The problem as far as I understand is due to inaccessible HP Web Services.
    Details:
    1, The printer works good by USB.
    2. The printer is correctly configured to use Wi-Fi router with right password.
    3. It can be successfully ping'ed from Windows
    4. In Web browser I can enter on printer's IP
    (Serial Numbers are hidden as you recommend, firmware updated)
    4. But when I try to Enable HP Web Services, an error message appears:
    which is strange, because the printer is connected to the same router as the computers and other devices  with automatic configuration (and internet is available without any proxy when I am typing this message):
    Please help to resolve this issue.
    Thanks,
    Fedor

    Thanks for clarifying Fedor,
    HP Web Services are not related to the pritner installation over the local network, those are two different features.
    However that may indicate a nework issue.
    First try running the HP Print & Scan Doctor below on one of your PCs:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&jumpid=ex_r4155/hho/ipg/ccdoc/p...
    Does the tool can see your printer throught eh local network?
    By clicking the top Network menu and Troubleshoot Firewall, what Firewall software is detected on your system?
    Try disabling it and check if that may help.
    From teh top Network menu select Show Advanced Information.
    What is the IP address of your PC?
    I also suggest rebooting the router by unplugging its power for a moment, then reboot the printer and try installing it again.
    If the issue persists, what is your router model?
    May you see any difference by connecting the printer to your router with an Ethernet cable?
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • SAP Web AS connection Error

    Hello Guru's,
    we have a problem to connect our ERP (saperp) with EP (sapep).
    Following is show by the coneectiontest:
    SAP Web AS Connection
    Test Details:
    The test consists of the following steps:
    1. Checks the validity of system ID in the system object.
    2. Checks if the system can be retrieved from the PCD.
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Checks if the host name of the server can be resolved.
    6. Pings the server to see if it is alive.
    7. Pings the WAS ping service; works only if the service is activated on the ABAP WAS.
    8. Checks HTTP/S connectivity to the defined back-end application
    Results
    1. The system ID is valid
    2. The system was retrieved.
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (saperp.domain.com:8000)
    5. The host name saperp.domaint.com was resolved successfully.
    6. The server saperp.domain.com was pinged successfully.
    7. The Web AS ping service http://saperp.domain.com:8000/sap/bc/ping was pinged successfully.
    8. An HTTP/S connection to http://saperp.domain.com:8000sap/bc/bsp/sap was not obtained successfully; this might be due to a closed port on the Firewall.
    Test Connection with Connector works fine.
    Checks:
    -Connectiontest to saperp port 8000 with telnet works fine.
    -Service test of "http://saperp.domain.com:8000/sap/bc/ping" with browser works fine. ("Server reached successfully")
    -SSO works fine
    -All services for BSP are activated.
    -No Firewall are present between the Systems
    -ICMP are possible
    -Can't find some entry's in J2ee Log's
    -Sec. Audit prot. are no entry's
    i have no more ideas, can someone help?!
    regards
    Chris

    Hi,
    Don't worry : these test results are meaningless. You should test a real BSP application and see if it works.
    Regards,
    Pierre

  • HTTPS web service connection errors

    We have a Java web application that accesses a Web Service using https. Last week the hosts of the web service installed a new signed SSL certificate. As soon as they installed the new certificate, our Java web app stopped working. When we try and access the web service via the web app we get the following error:
    2008-05-16 20:20:07,226 ERROR [org.codehaus.xfire.transport.http.HttpChannel] - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    2008-05-16 20:20:07,237 ERROR [grantee.GranteeServlet] - Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Couldn't send message.
    The Operating System is Solaris, The Web application server is Tomcat 5.5, and the JDK java version is "1.5.0_05".
    The confusing part is that we can test the web service using SOAP UI. We can access the webservice that way. So the web service seems to be working correctly, but our Web Application can't seem to connect to it.
    Any ideas?
    Thanks in advance, and let me know if you have any more questions.

    Hi Aaron,
    You may want to try formatting the cell of "ModifiedOn" to a TEXT format instead of date to get yyyy/mm/dd formatting to appear. 
    It seems that Xcelsius automatically converts any type of date-specific formatting (as specified from Excel) to a date serial, which is what you are seeing here.
    Hope that works.

  • Forms connectivity error

    Hi, I have installed R12.1.1 on Oracle Linux 5.5.
    The installation is now completed.
    when I try to access the forms example --> security--> define--> users, I am getting FRM-92050 failed to connect to server error message.
    Thanks for the help.
    Edited by: user598436 on May 8, 2012 10:55 PM

    Hi, I have installed R12.1.1 on Oracle Linux 5.5. Is this a 32-bit or 64-bit OS?
    when I try to access the forms example --> security--> define--> users, I am getting FRM-92050 failed to connect to server error message. Does AutoConfig complete successfully?
    Please check the application.log file for details about the error.
    Thanks,
    Hussein

  • Web server connection error

    I have had my printer for about 8 months.  (I use eprint from my tablet).  It has worked fine until last week.   I am now geting a server connetion error, unable to connect to server.  I have unplugged the router, modem and printer.  Then plugged them back in one at a time.  It is connected to a wireless internet.    

    Let's set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). You can find the DHCP range of the router using its internal settings page or in its manual. Use the CD that came with your router or type the router's IP address (ends in .1) into a browser.
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway and first DNS. Leave the second one blank.  <<< The DNS could be your problem.  If this does not work, try Google's DNS 8.8.8.8
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Forms connection error

    I have installed forms 6i and i am getting the following error
    ORA-12154: TNS:could not resolve service name
    Please reply with some solutions

    Hi,
    The requested sample files are in this thread
    urgent
    Regards,
    Hugo

  • Forms login error for first 2-3 time

    Hello,
    we have a strange issue , users from Europe region are getting Form connection error(FRM 92050) while they login for the first time of the day,self service page is coming fine then while opening any form it's giving error. after they close the session and try for another 2/3 times they are able to open the forms.
    Jinitiator console is not showing any error.
    Also FRD trace is not getting generated for the above case of issue.
    we have shared appltop architecture with 4 apps tier loadbalanced. if setting 'ICX Forms Launcher' to direct hostname instead of loadbalancer url issue is not coming.but it doesn't prove load balancer has issue as self service pages are coming properly through LB
    Any idea how to trouleshoot?
    Thanks,
    Rishi

    Hi,
    Please see (Note: 420021.1 - FRM-92050: FAILED TO CONNECT TO THE SERVER /FORMS/FORMSERVLET:-1 WHEN USING LOAD BALANCE) and (Note: 601694.1 - How To Check Session Persistence On BigIP F5 And Cisco Ace Load Balancer Appliances).
    Regards,
    Hussein

Maybe you are looking for

  • Unable to update the values from store procedure

    hi , I have simple table with 3 columns. id, name , sal. am updating the salary based on names.  alter PROCEDURE p1(@names varchar(100)) AS BEGIN declare @empData varchar(200) set @empData= '''' + replace(@names,',',''',''')+'''' print @empData updat

  • Problem with accessing BIEE services

    Hello. I installed Oracle Database 10g, SOA Suite, Internet Application Server and Business Intelligence Enterprise Edition. It is running on Linux. When I enter AS homepage and go to - for example - Application Server Control from it it's ok - it ac

  • Net Use in Script Client Side Extension

    Hi, I just rebuild my home Network. In my old home Network I had my loginscripts added to each user in AD. However - now I want to move my Loginscripts to GPO. So I added a batch to User Configuration\Policies\Windows Settings\Logon The script is jus

  • Cannot open a set of files in iPhoto

    I was uploading photos from my camera and the battery went out - because I was uploading such a huge card, I had to do it three times before it was successful. No problems in iPhoto but after a couple months I noticed that in addition to my original

  • Data Compression express VI chops off last waveform element

    While using the data compression express vi, I noticed the vi truncates the array of waveforms by removing the last element.  When I log this to an excel file, it puts a blank row into it.  I ran this VI twice which appended two runs in teh same log