BPM 11.1.1.7 Oracle Web Forms Error

Hi,
I have successfully installed Oracle BPM 11.1.1.7 on 32 bit Window machine.
Under BPM Composer, when I tried to create new Web Forms(follows BPM Composer User Guide- Chapter 3), I am getting this error message:
Error getting form: LeaveRequestForm
Caused by: Could not instantiate form: got wrong status=500
Is anyone have any clue- How to rectify this error message ?
Regards,
RS

The error you are getting is because you are using "localhost". Change it to the fully qualified machine name. When invoking Composer, most of us are in the habit of not fully qualifying the machine's name in the URL. For example, the URL http://localhost:7001/bpm/composer will be used to invoke Composer from a browser on the same machine that WebLogic is running or http://MachineName:7001/bpm/composer to invoke it when WebLogic is running on a machine named "MachineName".
If you plan to use the Web Forms Designer feature in Composer, you now instead must fully qualify the URL with the full machine's name when you invoke Composer (e.g. http://MachineName.SomeDomainName.com:7001/bpm/composer or if you are using an Amazon EC2 instance http://ec2-50-19-167-0.compute-1.amazonaws.com:7001/bpm/composer).
More than you wanted to know, but another change I believe that you will likely have to make is to change the WebLogic settings for the domain. When creating the WebLogic domain for Oracle BPM, the "Listen Address" and "Frontend Host" fields are left blank by default. While this does not cause an issue when you're in development normally, when using Composer's Web Forms Designer tool these fields need to be set to the fully qualified name of the machine.
1. Backup the current config.xml file in the <WebLogic domain home directory>\config directory before doing the next step.
2. In the WebLogic Administration Console expand Environment -> click Servers -> click the server's name -> with both the Configuration and General tabs selected, enter the fully qualified name of the machine where WebLogic is running (e.g. machineName.someDomain.com) in the Listen Address field -> click Save.
3. Next, enter this same text into the Frontend Host field by clicking the Protocols tab -> click the HTTP tab -> enter the fully qualified name of the machine in the Frontend Host field -> click Save. Finally, be sure to stop and restart the WebLogic domain after making these two changes.
After you have changed these two fields, you will no longer be able to use localhost in the URLs to invoke Composer, the Workspace, Enterprise Manager or the Administration Console and will instead need to use the fully qualified machine name in these URLs as well.
Just another heads-up - you will also likely run another issue when you attempt to run Composer's Player. The role names in the processes cannot have any space characters or special characters. You will know that you've run into this issue when you see the error message:
exception.70207.description: Action INITIATE on process Player/EmployeeOnboarding!1.0*soa_5eba8a37-486e-4451-a714-78912aad9fa9/Process1 cannot be performed by <some user name>Although you are allowed to enter space and special characters (including the "_" character) into the names of the roles in Composer and in Oracle BPM Studio, the role names in the process cannot have any space characters or special characters if you plan on running the process in Composer's Process Player.
Hope this gets you going,
Dan

Similar Messages

  • Web form Error Number:-2147467259

    Dears,
    i'm facing the below error when running a web form
    Error Number:-2147467259
    Error Description:Unspecified error
    Error Source:msxml6.dll
    Page On which Error Occurred:/hfm/data/webformgenerated.asp
    would you please adivse.
    Thanks.

    The response buffer size of IIS Server has to be increased. Execute the below steps in HFM Web server:
    - Go to Start > All Programs > Oracle EPM System > Foundation Services > EPM system Configuration.
    - Select Configure Web Server under Financial Management > Configure IIS for Financial management Web Application > Click on Advanced Options.
    - Change the "Response Buffer Size to 1073741824 > OK > Next > Finish the configuration.

  • How to suppress Oracle Seeded Form Error Message

    I have a requirement to suppress the oracle seeded form error message.
    How this can be done. Can any one please advise?
    Thanks,
    Ananga

    Also, a redirect is possible - look for note 555137.1 in My Oracle Support.
    -Vinod

  • New in Oracle Web form 9i : How to run fmx from web and login

    oracle form 9i from web.
    I am new in oracle form 9i (web form). Before I use oracle form client 6i. Just set icon with command (D:\ora6i\BIN\ifdbg60.EXE MYFORM.FMX). The login will be prompt out and user can log in to run many oracle 6i forms from oracle menu. In Oralce form 9i designer, I can open form designer and use run form from IE.
    1. How can I depoly these form with menu to other users.
    2. How can I define the url link to public (Application Server)?
    3. SHould there is any login prompt from web usage.
    Tks.

    solved.

  • How to find LOV Query in Oracle Web Form

    Hi All,
    I am currently use oracle ebs R12.1.2 and i just want to know the query which is attached in lov for Oracle web pages kindly help.
    Regards

    Hi,
    There is a bug in OAF for this one, upon clicking on About this page on the newly opened LOV page it still shows the Parent Page Details.
    Workaround:
    1. After the LOV window opens, click on about this page [This will still show the parent page properties]
    2. Now click on backspace. [You should be back to the same LOV Page]
    3. Now click on About this page, again, - This should show you the correct details.
    Hope that helps!!!
    Regards,
    Yuvaraj

  • How to find last_query for oracle web form?

    I know that for standard forn we can navigate diagnostics-system-last_query
    How can we do it for web forms?
    Diagnostics menu contain only 5 items
    - Show log
    - Set trace lavel
    - Show Log on screen
    - Show pool monitor
    Thanks

    Are you talking about the Block Menu - which allowed you to select the "Last Query" variable? If so, Forms 6i was the last version to support the Block Menu. If you need to see the last query executed, then you will have to explicitly capture the value of the :SYSTEM.LAST_QUERY variable. In other words, you will have to write code to assign the value of :SYSTEM.LAST_QUERY to a form variable.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Web Form Errors?

    Hi, sorry if this is in the incorrect section, couldnt find one specifically tailored to web forms.
    I am attempting to edit the content of a web form. When laying out the design of the form in the web form editor, the html  is not being updated with the changes I make. (I understand that the form needs to be inserted into a page, I am refering to html generated by the form editor) Specifically, when I drag an input field up or down to rearrange the order. The input field will 'click' into place, and I get a message saying that the layout has saved. Everything looks fine until I check the html code, the changes are not updating. If I check back to the form editor, everything looks fine again (in the correct order.)
    I have tried everything I can think of, deleting and recreating the incorrect input fields, using the 'update' button at the bottom of the screen, etc.
    The one thing I have found to work is that if I insert the form into a page, then rearrange the misbehaving input fields in the page html. This has worked, but then I am running into another problem that the data collected is still out of order. When a form is submitted, everything is in the wrong order in the email recieved by our accounting. This makes it very hard for them to sort it out and use the data.
    I have noticed that each 'custom input" field has a unique number, possibly it sorts them according to this?
    Thanks for the help!

    Web forms can be inserted into the page as html or as a module. If as the html the edits and changes you do there will only be there. Anything done differently in the admin will not appply to that for in terms of its layout.
    In the admin you have two things. Customise web form which runs updated changes so if you add as a module then what you change there will update in the module.
    The other, the get html is just a static non changing raw html source output which is there to be used if you were giving someone the working code for that form to be on a different website.
    If you are viewing that this will never change.
    In terms of what you see in the admin and the form order.. If you make ANY changes to the html of a form the system will not try and take control of the source of the form so the ordering will not change. This is for you to do in the html yourself if you want custom modifications to that form.

  • Planning Web form error

    Hi
    We are using Planning 11.1.2. We have web forms build. When we try to edit web forms to change substitution variables it gives error. When we cleck on Variables tab in Member Selection window error pops up something like below.
    ["BDNYScenario=Budget","","",0,false,1,false,false,1,-1,"isSV"],
    Any idea what could be wrong.
    Thanks
    Shyam

    The reason is that the substitution variables in EAS are set with double quotes. Change the values to remove the double quotes around the values. Restart the Planning service.
    Refer: Error when Selecting Variables in the Form Member Selection (Doc ID 1267931.1) in MOS.
    HTH-
    Jasmine.

  • Planning web form error "This form contains unsaved data. Select OK to cont

    I've got a user that suddenly gets an error on a planning web form. She opens the form and enters data but when she tries to submit gets the following error “This form contains unsaved data. Select OK to continue without saving data, or Cancel to discard operation” and then it takes her back to the blank form. This form worked for her yesterday but not today. She has tried shutting down hyperion, even rebooting her machine but no luck. Any ideas?

    Hi,
    Make sure scripting isn't disabed in hte web browser.
    Regards,
    Robb Salzmann

  • Web-form errors/Its urgent

    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    Why above error occues in folllowing form:
    <div class="mid-container col2-left-layout" id="rowan" rel="pay">
    <div class="col-1">
    <div class="div-0ne">
    <div class="para-col1">
    <p><span>Rowan</span></p>
    <p><span>Document Solutions</span></p>
    <p> is a family-owned, recognized </p>
    <p> leader in ROI, document scanning</p>
    <p> and records</p>
    <p>management for the</p>
    <p>medical industry. </p>
    </div>
    <div class="free-quote"><img alt="" src="img/get-free.png" /> </div>
    </div>
    <div class="border-document">
    <div class="img-document">
    <img alt="" src="img/document-scan.png" />
    </div>
    <div class="para-document">
    <p>Document Scanning &amp; Records Management </p>
    </div>
    <div class="clr"></div>
    </div>
    <div class="border-document">
    <div class="img-document-circle">
    <img alt="" src="img/circle-img.png" />
    </div>
    <div class="para-document-roi">
    <p>ROI </p>
    <p>Release of Information) </p>
    </div>
    <div class="clr"></div>
    </div>
    <div class="border-document-new">
    <div class="para-document-roi-nr">
    <img alt="" src="img/trangle.png" />
    </div>
    <div class="para-document-recordes">
    <p>Request Your Records </p>
    <p>&amp; Pay Online </p>
    </div>
    <div class="clr"></div>
    </div>
    </div>
    <div class="col-2">
    <div class="about-documnett">
    <h1>PAY ONLINE </h1>
    </div>
    <div class="clr"></div>
    <div class="experience-h">
    <div class="payonline">
    <p class="para"> Have you received invoice from Rowan Document Solutions? You can securely pay on line and also retrieve the requested records online.</p>
    <p class="para">Just enter the requested information below exactly as shown on your Rowan Document Solutions invoice:
    </p>
    </div>
    <form name="catwebformform10549" method="post" onsubmit="return checkWholeForm10549(this)" enctype="multipart/form-data" action="http://rowan.creativeimagewebsites.com/FormProcessv2.aspx?WebFormID=29207&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}">
        <table cellspacing="0" cellpadding="2" border="0" id="paytable" class="webform">
            <tbody>
                <!--- <tr>
                    <td><label for="Title">Title</label><br />
                    <select class="cat_dropdown_smaller" id="Title" name="Title">
                    <option value="1559314">DR</option>
                    <option value="1559313">MISS</option>
                    <option selected="selected" value="1559310">MR</option>
                    <option value="1559311">MRS</option>
                    <option value="1559312">MS</option>
                    </select></td>
                </tr>
                <tr>
                    <td><label for="FirstName">First Name <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /> </td>
                </tr>
                <tr>
                    <td><label for="LastName">Last Name <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /> </td>
                </tr>
                <tr>
                    <td><label for="EmailAddress">Email Address <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /> </td>
                </tr>--->
                <tr>
                    <td><label for="CAT_Custom_131280">INVOICE NUMBER:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131280" id="CAT_Custom_131280" class="new-put" /></td>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131281">ORGCODE/PO NUMBER:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131281" id="CAT_Custom_131281" class="new-put" /></td>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131282">PATIENT'S LAST NAME:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131282" id="CAT_Custom_131282" class="new-put" /></td>
                    <td> </td>
                </tr>
                <!--<tr>
                    <td style=""> </td>
                    <td><input type="image" id="catwebformbutton" value="Submit" class="cat_button" src="/img/get-free.png" /></td>
                </tr>-->
            </tbody>
        </table>
        <script type="text/javascript" src="http://rowan.creativeimagewebsites.com/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount10549 = 0;function checkWholeForm10549(theForm){var why = ""; if (theForm.CAT_Custom_131280) why += isEmpty(theForm.CAT_Custom_131280.value, "INVOICE NUMBER");if (theForm.CAT_Custom_131281) why += isEmpty(theForm.CAT_Custom_131281.value, "ORGCODE/PO NUMBER");if (theForm.CAT_Custom_131282) why += isEmpty(theForm.CAT_Custom_131282.value, "PATIENT'S LAST NAME");if(why != ""){alert(why);return false;}if(submitcount10549 == 0){submitcount10549++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <div class="payonline">
        <p class="para"><input type="image" src="/img/get-free.png" class="cat_button" value="Submit" id="catwebformbutton" /></p>
        </div>
    </form>
    </div>
    </div>
    </div>
    <div class="clr"></div>

    I am adding a form for the first time. I created a web form and I am using the code to adjust an existing form:
    <code>
    <form name="catwebformform81533" method="post" onsubmit="return checkWholeForm81533(this)"
                enctype="multipart/form-data" action="http://domain.businesscatalyst.com/FormProcessv2.aspx?WebFormID=74594&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}" id="form">
      <div class="span4">
    <input type="text" name="FirstName" id="FirstName" class="cat_textbox" maxlength="255" value="ingevuld"/>
    <input type="text" name="LastName" id="LastName" class="cat_textbox" maxlength="255" value="ingevuld" />
      <div class="field">
      <label>Name:</label>
      <input type="text" name="name" value="" id="name"/>
      </div>
      <div class="field">
      <label>Email:</label>
      <input type="text" name="email" value="" id="email" />
      </div>
      <div class="field">
      <label>Subject:</label>
      <input type="text" name="subject" value="" name="CAT_Custom_343661" id="CAT_Custom_343661" />
      </div>
      </div>
      <div class="span4">
      <div class="field">
      <label>Message:</label>
      <textarea rows="7" name="CAT_Custom_343660" id="CAT_Custom_343660"
                        onkeydown="if(this.value.length>=4000)this.value=this.value.substring(0,3999);"></textare a>
      </div>
                    <div class="field">
      {module_recaptcha}
                    </div>
      <div class="submitbutton clearfix">
      <input type="submit" value="Send Your Message" class="m-btn red rnd right"/>
      </div>
      </div>
                    <script type="text/javascript" src="http://domain.businesscatalyst.com/CatalystScripts/ValidationFunctions.js">
                    </script><script type="text/javascript">
    //<![CDATA[
    var submitcount81533 = 0;function checkWholeForm81533(theForm){var why = "";
    if (theForm.email) why += checkEmail(theForm.email.value);
    if (theForm.CAT_Custom_343661) why += isEmpty(theForm.CAT_Custom_343661.value, "Subject");
    if (theForm.CAT_Custom_343660) why += isEmpty(theForm.CAT_Custom_343660.value, "Message");
    if(why != ""){alert(why);return false;}if(submitcount81533 == 0){submitcount81533++;
    theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
      </form>
    </code>
    As you can see the FirsName and LastName have been added. I do still get the same error that I need to insert the form again. What am I missing here?

  • E-mail signup web form - Error message

    My index page has a newsletter signup web form. The workflow attached works, but when a user enters their e-mail and clicks "submit" they get an error message. I used a bc gurus template and this is the one thing I cannot find, how to change the link of the submit button or fix the confirmation. url is thesoleconnectionllc.com
    I'm stumped, help would be greatly appreciated!!
    Thanks

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • WPC web form error...

    Hi all,
    I am new to WPC and i am trying to create sample  DropDownList wpc editor component that will be shown in the custom web form properties. When i try to open the custom web form i am getting the below error.
    Exception ID:11:29_01/10/09_0012_109903950
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : com.sap.nw.wpc.designtime.EditorTool
    Component class : com.sap.nw.wpc.editor.EditorTool
    User :******
         at
    Caused by: java.lang.NullPointerException
         at com.sap.nw.wpc.editor.EditorBean.updateDocumentFromContext(EditorBean.java:324)
         at com.sap.nw.wpc.editor.EditorBean.getPreview(EditorBean.java:600)
         at pagelet.editor._sapportalsjsp_editor.subDoContent(_sapportalsjsp_editor.java:1802)
         at pagelet.editor._sapportalsjsp_editor.doContent(_sapportalsjsp_editor.java:58)
         ... 43 more
    Please advise where i went wrong.
    Thanks in advance,
    Vasu

    Even I also having same problem. what ever u got the error message I am also getting it.
    I found this forum but no where i found the solution and thread is showing Answerd. could you please share the solution.

  • Web Form Error

    I'm having a promblem on our simple quick contact form
    We are getting this when submitting... but before it was ok
    ERROR: An error occurred while processing credit card
    here's the link to our site
    http://www.jdteterlaw.com/
    test the rRequest Consult form
    Thanks

    Hi Dave Blubaugh,
    To expand further on what I mentioned in my previous post; when a web form is created within the admin console, the 'Anti-bot Fraud Protection' module is now included by default. This module is not used to verify Credit Cards - what this module does is create a hidden input field (i.e. a honeypot) for that form. Therefore, if this hidden field is populated, an error will be returned. This is due to the fact that spam bots usually populate all fields as sometimes they cannot differentiate between whether a field is hidden or not - it is used as a preventive measure to reduce spam.
    Now the confusion here is that the error returned is “ERROR: An error occurred while processing credit card”. This is because the feature was originally introduced for the online shop. As mentioned in my previous post, there is a bug logged where we have requested to update this error message to something more generic as this module is now used across all web forms. I suspect this update will be rolled out with our next release, however at the moment this is not something I can guarantee.
    There have also been reports of this error being triggered randomly, yet this is not something we can replicate. Please note that if you use a tool to auto-populate the web form’s fields, this will populate the hidden ‘honeypot’ field causing the error to be thrown. If you do believe that the error message is being thrown incorrectly, I will need you to submit a case directly to support so we can investigate this.
    I hope this clarifies things and additional information on this feature can be found in the following document: http://forums.adobe.com/docs/DOC-2882.
    To answer your questions directly, yes, the 'Anti-bot Fraud Protection' module does render the {module_ccsecurity} module tag. When the form is viewed live, that module tag then renders the ‘honeypot’ field.
    The module tag {module_error} itself cannot be modified. But you can modify the layout this tag resides in as well as the template assigned to this layout. Therefore, effectively you can assign a different template to this layout that does not include the breadcrumbs module. You can modify this layout via Site Manager > System Pages > General.

  • Web Form Error Message

    I have a very large collection form although it only has 14 "Required fields
    When I press submit, I get a new page with the following message -
    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    Name and email are definitely there, and I have tested every field and submitted data.
    However if I enter just my name and email address, then all the other required fields are ignored.
    I cut down the code to only include the fields that are important to check - same result
    here it is
    <script type="text/javascript" src="http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    //<![CDATA[
    var submitcount75734 = 0;function checkWholeForm75734(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name");if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address");if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City");if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State");if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode");if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country");if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number");if (theForm.CAT_Custom_19946743) why += isEmpty(theForm.CAT_Custom_19946743.value, "Your Age");if (theForm.CAT_Custom_19946749) why += checkDropdown(theForm.CAT_Custom_19946749.value, "Marital Status");if (theForm.CAT_Custom_19946750) why += checkDropdown(theForm.CAT_Custom_19946750.value, "Living Arrangements");if (theForm.CAT_Custom_19947405) why += isEmpty(theForm.CAT_Custom_19947405.value, "What would you like to discuss at our first meeting?");if (theForm.CAT_Custom_19947406) why += isEmpty(theForm.CAT_Custom_19947406.value, "What would you like to achieve in the next 5 years.");if (theForm.CAT_Custom_19948331) why += checkDropdown(theForm.CAT_Custom_19948331.value, "Please read and consent to our use of your information as per our Privacy Statement");
    if(why != ""){alert(why);return false;}if(submitcount75734 == 0){submitcount75734++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    I checked it against another smaller form, which is working but can't see any difference between the first few lines and last lines.

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • ASP Web Forms Error: Session state can only be used when enableSessionState is set to true

    Hello,
    I am developing a custom application page for a custom Web Forms I am creating, which I plan on using for custom task form into SharePoint 2010 Foundation.
    Currently, I am trying to test it in Debug Mode using Visual Studio 2010 but when I am trying to use Sessions I get the error:
    Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration
    I've already done this on trying to fix:
    On my page
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestForm.aspx.cs" Inherits="TestForm" EnableSessionState="True" %>
    And on my web.config
    <pages enableSessionState="true">..<httpModules>
    <remove name="Session" />
      <add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    </httpModules>
    Note: I am getting an error when I try to add <module> into web.config
    ASP .NET State Service is currently running.
    And the part where it keeps error is when in PageLoad, I try to set a List object something like this:
    List<object> myobject
    get
    if (Session["object"] == null)
    Session["object"] = new List<object>();
    return Session["object"] as List<object>;
    set
    Session["object"] = value;
    protected void Page_Load(object sender, EventArgs e)
    myobject= new List<object>();
    BUT the error still persists! I also try to restart IIS but still the error still happens.
    I am running out of ideas so can you help me out?
    Thank you!

    Could be your skype intercepting your requests at 80 port, in Skype options uncheck
    Or Your IE has connection checked for Proxy when there is no proxy
    Or your fiddler could intercept and act as proxy, uncheck it!
    Solves the above problem, It solved mine!
    HydTechie
    HydPhani

Maybe you are looking for

  • Need help in importing from a flash drive

    My problem is the content on the flash drive will play in itunes as long as the flash drive is connected to my computer. How to I move the files from the flash permanently into itunes? Thanks for any help

  • Customization step for classic to extended classic

    Hi, Currently I have implemented classic scenario in SRM 7.0 with ECC in back-end. Now I am planing to implement extended classic scenario.  In the same time we are planning to continue the classic scenario for some product category. In breif: Purcha

  • Flash player won't run on some games

    I just purchased a new Toshiba laptop with Adobe Flash Player installed.  Why does it tell me in a lot of the games I want to play that I need to install Adobe Flash Player.  The laptop came with the latest version.

  • Webi Drill on a dimension using substring

    Hi, I have the webi drill functionality working on dimensions, however I would like to use substring on one of the dimensions, when I do this I loose the ability to drill.  Anyone have a work around? The universe is a BEX query so I believe I can't u

  • WD-ALV

    How to clear wd_cpifc_alv error. please help me to clear this error...