Request.getParmeter()-problem

request.getParmeter() does not take value of the field.
iused this order before nat it work but now it doesn't work.
There is no error just value is always null.
Thank you for any help.

Tom
this is just java code
<% priv.getName();
priv.connect();
//priv is instance of the class for connecting to database
out.println(request.getParameter("document"));
%>
I am using JScript function to take value from selectbox and put in the hiddenfield.The value of select box is taken from database.
I use JScript because I need value which is selected.
<input type=hidden value="" name="document">
selectbox is taglib(dbfroms).
Thank you for any help.
Jelena

Similar Messages

  • Request.getParameter problem

    Did any one faced the problem please provide me a solution I am converting a project to WebSphere. using J2EE jsp 1.1 from NAS,jsp 0.92
    I have a jsp page and I am submitting the form:
    Test.jsp
    <body>
    <form name="frm" method="post" action="TestServlet">
    <INPUT type="CHECKBOX" name="CKBXVCH23" value="A" checked>A
    <INPUT type="CHECKBOX" name="CKBXVCH23" value="B" checked>B
    <INPUT type="CHECKBOX" name="CKBXVCH23" value="C" checked>C
    </form>
    </body>
    TestServlet:
    when i do String str=request.getParameter("CKBXVCH23")
    I am getting only str="A"
    It suppose to give str=A;B;C because I have selected all the three items Its working fine in iPlanet, jsp 0.92
    can anyone know whats the diffenrece.???
    Thanks
    zakir hussain

    If you change the post to a get so you can see what is passed to the servlet you'll see the following parameters are passed:
    CKBXVCH23=A&CKBXVCH23=B&CKBXVCH23=C
    You need to use the
    public java.lang.String[] getParameterValues(java.lang.String name)
    mehod to get an array of all the values associated with "CKBXVCH23"

  • Data request deletion problem from remote system.

    Hi experts.
    Now i am facing one critical problem . The description is as following:
    we design the edw level in one phsical BW machine(A) which contains only dso infoprovider. This machine(A) works as datasource to provide data to another physical BW machine(B).
    The dso in A system is exported as datasource , Cubes in B system load data through this datasource .
    We first do the initialization with data contained on B system and then load delta data from A system. But if we want to delete some request in system A ,the system indicate this request can not be deleted unless the initialization in system B is deleted( this will lead to all the data missing in system B).
    Can anyone explain this mechanism to me , please help me suggesting some kind of methods to delete the request in system A without deleting the initialization information in system B.
    Thanks in advance.
    Waiting online for your kindly reply.

    1. Ask your Basis to look into it.
    2. try analyse your Baqckground Process in SM51.
    3. Is your Deletion Job started immediately or any Delay?
    4. If That cube or ODS has only this request which you are deleting, go with Context Menu Cube or ODS (by right click) --> Delete Contents.
    Delete Contents will improve performence compare to Request Deletion..
    If you have request more than this, you should not go for this.
    Nagesh Ganisetti.
    Assign points if it helps.

  • Credit memo request creation problem

    Hello Guys,
      I try creating credit  memo request passing all related parameters in FM 'SD_SALESDOCUMENT_CREATE'.
    I get the error 'Document 9992222 doesn't have document category  but  '.
    Message is V2 068 .  It  space before and after but.
    I have passed the document category as 'M', in the header data.
    Please reply, if you know the problem or want more details from me.
    Thanks and Best Regards!
    Sandip

    Hi Guys,
    The Ref_doc_cat was not filled correctly in the BAPI. Hence the error.
    Its working now.
    Thanks!
    Sandip

  • A few feature requests and problems

    This mail is going to have several requests for improvement on the Oracle Help for Java platform. Lest anybody think I'm just complaining, let me say that in general I have been very happy with OHJ. We (ANSYS, Inc: http://www.ansys.com) use it as the online help system for a series of engineering simulation software products which we have been developing and marketing for over twenty years. We support about a dozen platforms and have a very large documentation set and OHJ is the only online help system we have encountered that gives us reasonable performance and the features we need. So far as we can tell, it is the best cross-platform online help system available.
    That said, we have encountered a few minor problems which we would like to have addressed. I have already tried sending this to the support email address ([email protected], or something like that), but the mail is always returned with a message about internal lists not being available to outside users. (Another user complained about this in a prior thread)
    1) We have two applications which run in tandem and access the same instance of OHJ. The documentation is contained in two different helpsets, and we want to keep the helpsets separate to the user, so we have set the combineBooks parameter to "false." When the user requests help, however, the Table of Contents pane is not updated to match the helpset in which they requested help. Could the showTopic(Book book, java.lang.String topicID) method be modified to call the showNavigatorWindow(Book activeBook) method if necessary? (i.e. if the navigator window is currently visible and set to a different book object)
    2) Similarly, could the NavigatorWindow be updated if we follow a hyperlink into another book?
    3) On the Windows platform, the Help window doesn't come to the top / gain focus when the user requests help for the first time
    4) When using "dockedByDefault", the control over window size and position we had with the <wintype> tag is lost. That is, when docked, the window (navigator + content) always comes up in a fixed pixel by pixel dimension at the center of the screen. I use a high resolution screen, and the result is that I always have to resize the help window to read the content. I expect that some of our users will have similar high resolution screens. (we cater to the world of CAD). Could we have more control over the window size in docked mode, or at least have the default size relative to screen resolution in the same way we could set the wintype to 60% width and 60% height to fill a good portion of the user's screen?
    5) Have the OHJ developers (or anyone else) looked closely at memory usage? I'm using up to 70MB of RAM for a run of the help system, and I'm just waiting for users' complaints on that one. I realize this is a trade-off that you often have to simply accept with Java-based technologies, and I'm not all that upset about it. However, if we could gain the user 10 or 20 more MB of RAM, that would be something.
    6) Is there any way to combine some books and not others? (This is really grasping at straws. Feel free to simply say "no, and there never will be")
    7) The documentation refers to the capability of customizing the toolbar for different wintypes. I haven't been able to do this for the default wintype.
    The remaining few problems have to do with printing. These are really trivial issues from my point of view, as our official policy is that we don't support printing from the help system. (We provide PDF's of the manuals for people wanting hardcopy) However, they would still be nice to fix:
    1) Printed hyperlink text often overlaps neighboring text
    2) Ignoring background color when printing requires that we use media rules in our CSS. Could you ignore the background by default when printing?
    3) In our Table of Contents, we have tree nodes that point to subheadings in a file, so it ends up that a single file will have multiple entries in the Table of Contents. When using the "Print Topics" feature, the entire file is printed for each of these nodes. Could the Print Topics feature keep track of which HTML files it prints, and print each one only once?
    Again, I apologize for the many complaints (really suggestions) raised in this single post. These have been building up for a while, but between the previous state of this mailing list (completely overrun by people wanting general Java information) and the mail server errors at the only e-mail address I could find, this list just kept growing, based on our internal usage and testing. The truth is, I am very satisfied with OHJ, and am happy to find a cross-platform help system other than Sun's JavaHelp (which was way too slow for us last time I checked). Please consider this a detailed field test of OHJ 4.1.12.
    Thanks for any help and attention to these concerns,
    Jeff Beal
    Documentation Tools Specialist
    Ansys, Inc.

    Wow, that's a lot! I have tried to answer all of your concerns. Here goes!
    Problems with the mailing list
    We're working on restoring the ability to send messages to our mailing list for external users. We'll post on this forum after we get that working again. Sorry about that.
    1 and 2) Automatic switching of active book when showing topic
    OHJ does not (by design) automatically switch the active book when a topic is displayed, whether it is from a CSH request or by following a link.
    3) Help doesn't come to top
    I cant reproduce this with OHJ 4.1.12 on Windows 2000. What OHJ and OS versions are you running? What options are you using on your Help object? Can you post some way to reproduce it?
    4) dockedByDefault causes OHJ to ignore wintypes size
    I reproduced the fact that OHJ ignores the wintypes size parameters when dockedByDefault is set to true. I have filed this as a bug; the height and width parameters should set the size of the content pane even if docked by default. The location parameters, on the other hand, are not supported when dockedByDefault.
    5) Have the OHJ developers (or anyone else) looked closely at memory usage?
    We certainly have looked closely at memory usage, but unfortunately this is not a problem with easy answers! :) Partially its due to the overhead Java imposes, and partially its a function of the size of your help contents metadata the number of entries you have in your keyword indices, TOCs, and (to a lesser degree) topic maps. So, the more you can remove entries from these files, the smaller OHJs memory footprint will be. (Note that you can have as many HTML files as you like; these dont stay in memory!)
    6) Is there any way to combine some books and not others?
    Sure. To combine books a.hs, b.hs and c.hs, you can create a master help set (master.hs) with these contents:
    <helpset>
       . . . various helpset parameters here . . .
       <subhelpset location="a.hs" />
       <subhelpset location="b.hs" />
       <subhelpset location="c.hs" />
    </helpset>Then instead of loading the books individually, just load master.hs.
    See the docs for subhelpset in the Oracle Help guide at http://otn.oracle.com/ohguide/help.
    7) Customizing the toolbar
    Though we have documented syntax to support customizing the toolbar for a window type, OHJ does not currently implement this.
    printing 1) Printed hyperlink text often overlaps neighboring text
    This is an ICE problem, and we are waiting on a fix from them. Sorry about that. Out of curiosity, have you tried it on various printers/OSs/JDKs? Weve found some work better than others. Id be curious whether JDK 1.4 was any better.
    printing 2) Ignoring background color when printing
    You can disable printing background colors by doing the following in your code:
    System.setProperty("ice.pilots.html4.printBackground", "false");
    printing 3) Printing multiple copies of topics in same HTML file
    Yep, this is a bug, and it is logged.
    Thanks for all your comments, and were glad that you like the product.
    -brian

  • Urgent, creating xml files dynamically, request dispatcher problem

    hi all,
    Problem 1:
    There is a problem we are facing, while request dispatching.
    The files CBECBC.XML & CBECBC_Envelop.XML,
    both xml files. These files are created on request from the user, dynamically, and displayed on the browser,
    by including them in a jsp page.
    Here we face a problem when they are to be included into the jsp page.
    The error is the following :
    //////// Error ////////
    Could not find request dispatcher for the url CBECBC.xml
    Could not find request dispatcher for the url CBECBC_Envelop.xml
    The created files are stored in the "d:\pstudio35\desks\bank\BankWeb\".
    We are using " <jsp:include page="...."/> " (dynamic jsp include tag), to include the xml files.
    Problem 2:
    And could you just let me know how to include a xml file in a jsp file,
    so that the xml file is displayed in the exact format of xml(with the tags).
    I am using Pramati Studio 3.5
    Its urgent!!!
    Regards,
    Deepa Datar

    problem 2:
    either translate all < en > into < and > or display the XML in a textarea

  • Web service request formatting problem

    I'm trying to create a few interfaces to work with some web services that we have published within our organization. Creating the web service reference seems to go fine. We had to work through the details of getting that working over SSL and we seem to have gotten past that hurdle.
    Problem is that when I either test the web service reference through the testing page of the Apex app builder or attempt to call the web service from a page built on the web service reference I'm getting an error indicating that the XML of the SOAP request isn't properly formatted. Specifically, it seems that Apex is inserting an extra double-quote at the end of each element tag for all the input parameters.
    So I have this:
    <SOAP-ENV:Header><ns1:parameters xmlns:ns1="urn:GetIncidentTest"><ns1:userName">
    Notice the double-quote at the end of the userName element tag.
    The error message says:
    Element type "ns1:userName" must be followed by either attribute specifications, ">" or "/>".
    So it's seeing the double-quote where it's not expected/supposed to be and returning an error.
    It would seem to me that Apex must be putting that extra double-quote in there at request time, since the web service definition (the WSDL) seems to return all the proper parameters all neatly layed out in the testing page and any other pages I build off the service definition.
    Anyone got any ideas on this?
    Earl

    Jeff,
    That text() thing came from the Oracle magazine example. I've been looking in the documentation for an explanation of what it's for but haven't had any luck finding anything yet.
    Here's a sample response
    <?xml version="1.0" encoding="utf-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <ns1:HelpDesk_QueryList_ServiceResponse xmlns="urn:Port"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns1="urn:Port">
    <ns1:getListValues>
              <ns1:Assigned_Group>Voice Services</ns1:Assigned_Group>
              <ns1:Assigned_Group_Shift_Name/>
              <ns1:Assigned_Support_Company>University of Utah</ns1:Assigned_Support_Company>
              <ns1:Assigned_Support_Organization>Office of Information Technology</ns1:Assigned_Support_Organization>
              <ns1:Assignee>JULIA JONES</ns1:Assignee>
              <ns1:Categorization_Tier_1/>
              <ns1:Categorization_Tier_2/>
              <ns1:Categorization_Tier_3/>
              <ns1:City>Salt Lake City</ns1:City>
              <ns1:Closure_Manufacturer/>
              <ns1:Closure_Product_Category_Tier1>Voice / Telephone Services</ns1:Closure_Product_Category_Tier1>
    <ns1:Closure_Product_Category_Tier2>Phone</ns1:Closure_Product_Category_Tier2>
    <ns1:Closure_Product_Category_Tier3>Coral</ns1:Closure_Product_Category_Tier3>
              <ns1:Closure_Product_Model_Version/>
              <ns1:Closure_Product_Name/>
              <ns1:Company>University of Utah</ns1:Company>
              <ns1:Contact_Company>University of Utah</ns1:Contact_Company>
              <ns1:Contact_Sensitivity>Standard</ns1:Contact_Sensitivity>
              <ns1:Country>United States</ns1:Country>
              <ns1:Department/>
              <ns1:Summary>Calling to outside numbers rings busy or just drops call</ns1:Summary>
              <ns1:Notes>Found trouble and corrected.  I will follow up with Cindy later today</ns1:Notes>
              <ns1:First_Name>CINDY</ns1:First_Name>
              <ns1:Impact>4-Minor/Localized</ns1:Impact>
              <ns1:Incident_Number>INC000000000230</ns1:Incident_Number>
              <ns1:Internet_E-mail>[email protected]</ns1:Internet_E-mail>
              <ns1:Last_Name>SOMEBODY</ns1:Last_Name>
              <ns1:Manufacturer/>
              <ns1:Middle_Initial/>
              <ns1:Organization/>
              <ns1:Phone_Number>888/555-6648</ns1:Phone_Number>
              <ns1:Priority>Low</ns1:Priority>
              <ns1:Priority_Weight>1</ns1:Priority_Weight>
              <ns1:Product_Categorization_Tier_1>Voice / Telephone Services</ns1:Product_Categorization_Tier_1>
         <ns1:Product_Categorization_Tier_2>Phone</ns1:Product_Categorization_Tier_2>
         <ns1:Product_Categorization_Tier_3>Coral</ns1:Product_Categorization_Tier_3>
              <ns1:Product_Model_Version/>
              <ns1:Product_Name/>
              <ns1:Region/>
              <ns1:Reported_Source>Other</ns1:Reported_Source>
              <ns1:Resolution>Misconfigured Trunk was corrected
    No futher reports of trouble</ns1:Resolution>
              <ns1:Resolution_Category/>
              <ns1:Resolution_Category_Tier_2/>
              <ns1:Resolution_Category_Tier_3/>
              <ns1:Service_Type>User Service Restoration</ns1:Service_Type>
              <ns1:Site>0523 Moran Phase II</ns1:Site>
              <ns1:Site_Group/>
              <ns1:Status>Closed</ns1:Status>
              <ns1:Status_Reason>No Further Action Required</ns1:Status_Reason>
              <ns1:Urgency>4-Low</ns1:Urgency>
              <ns1:VIP>No</ns1:VIP>
         </ns1:getListValues>
    </ns1:HelpDesk_QueryList_ServiceResponse>
    </soapenv:Body>
    </soapenv:Envelope>When I use the wrong node syntax I get an error saying that the node is invalid. However, when I set the xpath value to /HelpDesk_QueryList_ServiceResponse, with or without the /text() suffix I get the error I mentioned in my last post.
    Is that any more help? Sorry I'm such a noob with the XML stuff. I was hoping to avoid this level of detail by using the WSDL, but we already know that story. Thanks.
    Earl

  • STMS change request release problem

    Hi
    I am not able to release change requests, sab task able to release, but problem in main request, when I press , release directly, on the bottom it shows u2026tp successfully connected / check writeability of buffers finished with return cod 0. Then screen hangs u2026 manually I have to stop the transition.
    I have configured STMS 4,5 times but same problem, in SM59 all retaliated RFCs working fine.
    Our System is ERP 6.0, HPUX with DB2
    Kindly give me a solution.
    But in Tcode STMS >>Monitor>>TMS Alerts>>TMS Alert viewer showers following error:
    Date       Time       User           Function      Message                                            System   Clt
    23.05.10   17:29:07   TMSADM         TMS_TS_GET_TRLIST    NO_LOG                SID      000
    23.05.10   16:58:25   TMSADM         TMS_PS_READ_PROFILE_FROM_DISK                               READ_PROFILE_FAILED                                            SID      000
    23.05.10   16:57:30   TMSADM         TMS_PS_READ_PROFILE_FROM_DISK                                 READ_PROFILE_FAILED                                            SID      000
    23.05.10   15:55:59   TMSADM         TMS_TP_MAINTAIN_BUFFER                                        RFC_SYSTEM_FAILURE                                             SID      200
    23.05.10   15:05:36   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID     000
    23.05.10   15:01:29   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID     000
    23.05.10   14:53:00   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID    000
    23.05.10   14:51:38   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID      000
    Regards
    Sunny

    Hi Sunny,
    Its hard to tell what might be the problem.
    I would recommend that you:
    - update kernel to the latest patch level for your release
    - update your transport tools, tp and R3trans to the latest available for your release
    - go into STMS - system pverview and do the 3 checks: Connection test, transport directory, transport tool
    check if they all pass.
    - try to release a transport and then if it still freezes after all of the above, stop it and check the system log, trans.log, the latest logs in usr/sap/trans/tmp and usr/sap/trans/log to see what was the action it was doing before it froze. That will give a clue as to where the issue may be.
    regards,
    Paul

  • Request response problem

    I am using WAS 5.0 to run my application using JSF pages.
    The problem I am facing is
    When i try send a request which involves huge data insertion in SQL server using IE the browser shows "Page not found"after 2minutes and does not wait for the response but the request is processed and the process completes after 15 minutes.
    When i try to run the same in firefox it works fine
    is it related to some time out or request reaponse settings in IE.

    Not sure about the workings of IE.
    A way around it would be to process the data insertion in the background (new thread, excuse the lazy terminology) and send a full "please wait" page as the response. If the user is required to wait then get the page to check if it has finished at regular intevals (this page will be fully loaded so no timeout issues). Or you could even implement a progress bar using AJAX.
    http://www.w3schools.com/ajax/default.asp
    http://forum.java.sun.com/thread.jspa?forumID=45&threadID=5202310
    http://www.google.com/search?q=ajax+progress+bar
    Bamkin

  • Requesting certificate problem ( SRV 2008 R2 )

    Dears,
    I have problem with requesting the certificate on server 2008 R2 , I create some template and I enable supply on the request but I couldn't enter the credential and customize the cert information like we had on 2003 . and when I put the root hash
    on the saved request but the "Error Parsing Request  ASN1 bad tag value met. 0x8009310b (ASN: 267)" happens .

    Amir, I think you are trying to request an SSL certificate but you need to be able to export the private key after you receive the certificate correct? If that is the case, the template needs to allow for the private key to be exportable. But I am confused,
    because you say you create the request in IIS (management tool?) but then you say you are using the Basic EFS template - those dont seem to make sense to me. Did you mean to use the Web Server template? If so, that template does not allow the private key to
    be exportable. So you could duplicate the template (right click, duplicate) and make it a V2 template (Windows 2003 type - do not use V3/2008 as it wont be available on the web enrollment page).
    It would be a lot easier if you could tell us what kind of certificate you need and where you need it (what operating system, etc..)
    Mark B. Cooper, President and Founder of PKI Solutions Inc., former Microsoft Senior Engineer and subject matter expert for Microsoft Active Directory Certificate Services (ADCS). Known as “The PKI Guy” at Microsoft for 10 years.

  • Nov 19 11:12:17 EET: ppp8272 PPP: Sent PAP LOGIN Request PPPOE problem

    a session stays in LCP and the debug is :
    Nov 19 11:43:20 EET: PPPoE 0: I PADI R:0015.0c44.e6c4 L:ffff.ffff.ffff 1470 Gi1/1/0.1470
    Nov 19 11:43:20 EET: Service tag: NULL Tag
    Nov 19 11:43:20 EET: PPPoE 0: O PADO, R:001b.53c3.1d24 L:0015.0c44.e6c4 1470 Gi1/1/0.1470
    Nov 19 11:43:20 EET: Service tag: NULL Tag
    Nov 19 11:43:20 EET: PPPoE 0: I PADR R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:20 EET: Service tag: NULL Tag
    Nov 19 11:43:20 EET: PPPoE : encap string prepared
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: Access IE handle allocated
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: AAA get retrieved attrs
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: AAA get nas port details
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: AAA unique ID allocated
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: AAA method list set
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: Service request sent to SSS
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: Created, Service: None R:001b.53c3.1d24 L:0015.0c44.e6c4 1470 Gi1/1/0.1470
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: State NAS_PORT_POLICY_INQUIRY Event SSS MORE KEYS
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: data path set to PPP
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: Segement (SSS class): PROVISION
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: State PROVISION_PPP Event SSM PROVISIONED
    Nov 19 11:43:20 EET: [12789]PPPoE 59193: O PADS R:0015.0c44.e6c4 L:001b.53c3.1d24 Gi1/1/0.1470
    Nov 19 11:43:21 EET: PPPoE 0: I PADR R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:21 EET: Service tag: NULL Tag
    Nov 19 11:43:21 EET: [12789]PPPoE 59193: O PADS R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:22 EET: PPPoE 0: I PADR R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:22 EET: Service tag: NULL Tag
    Nov 19 11:43:22 EET: [12789]PPPoE 59193: O PADS R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: AAA get dynamic attrs
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: AAA get dynamic attrs
    Nov 19 11:43:25 EET: PPPoE 59133: I PADT R:0015.0c7f.3617 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: Destroying R:0015.0c7f.3617 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:25 EET: PPPoE: Returning Vaccess Virtual-Access1.5542
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: AAA get dynamic attrs
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: AAA get dynamic attrs
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: AAA account stopped
    Nov 19 11:43:25 EET: [1564]PPPoE 59133: Segement (SSS class): UNPROVISION
    Nov 19 11:43:26 EET: PPPoE 59133: I PADT R:0015.0c7f.3617 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: O PADT R:0015.0c44.e6c4 L:001b.53c3.1d24 Gi1/1/0.1470
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: Destroying R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA get dynamic attrs
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: AAA account stopped
    Nov 19 11:43:29 EET: [12789]PPPoE 59193: Segement (SSS class): UNPROVISION
    Nov 19 11:43:29 EET: PPPoE 59193: I PADT R:0015.0c44.e6c4 L:001b.53c3.1d24 1470 Gi1/1/0.1470
    sh pppoe session | in e6c4
    9040 61583 0015.0c44.e6c4 Gi1/1/0.1470 1 N/A LCP
    Does anyone understands why the session stays to LCP and it is terminated?

    I have already tried a debug ppp negotiation and a debug radius authentication, but i do not seem to get the user's username....And after all the ppp stops in LCP. I run a certain pppoe debug and i watched the user changing from PADI to PADO all the time. Is there a chance to have a problem in the dlsam?

  • Request dispatch problem

    To all
    The problem is that my request dispatching is not forwarding the request and I haven't got a clue why. I have a upload servlet which is working fine as it parses the request and the forwards you to the same jsp page or the next jsp page according to what values it extracts. However I have set up a bean to display the contentType() of each request which is sent to it from the jsp pages, however nothing is displayed when the request is forwarded from the upload servlet. this is what is happening .....
    public class upload extends HttpServlet {
    public void doPost( HttpServletRequest req, HttpServletResponse res ) throws ServletException, IOException {
    HttpServletRequest request = _req;
    HttpServletResponse response = _res;
    parseMultiForm pMF = new parseMultiForm( _req );
    Hashtable values = new Hashtable();
    String param;
    while ( ( param = pMF.getNextParameter()) != null) {
    String value = pMF.getParameter();
    values.put(param, value);
    if (values.containsKey("submit")) {
    String url = (String) values.get("reload");
    RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/" + url);
    dispatcher.forward(request, response);
    if (values.containsKey("continue")) {
    String url = (String) values.get("next");
    RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/" + url);
    dispatcher.forward(request, response);
    The above servlet forwards the request to a jsp which does the following....
    <jsp:useBean id="info" scope="session" class="InfoBean" />
    <jsp:setProperty name="info" property="request" value="<%= request %>" />
    However infoBean does not receive anything when the request is forwarded from the servlet??
    Can anyone see anything obviously wrong?? is it to do with the JSP asking for the <%= request> and not receiving it because the request dispatcher has altered it in some way?
    Thanks in advance anyone
    Andy.

    I have exactly the same problem. I can�t make the servlet pass the request object to the target jsp.
    Try not changing the request nor the response. Unfortunatelly due to the kind of job i do inside my servlet there's no way i can't touch the request. So if you can make it work with mi advice please let me know.

  • Help please  Url request variables problem

    I have a problem .I am trying to load some data from a php
    script . I want to send some variables to php .
    public function
    LoadXML2(nume:String,c1:String,c2:String,c3:String):void {
    var loader2:URLLoader = new URLLoader();
    loader2.addEventListener(Event.COMPLETE, OnComplete2);
    var request:URLRequest = new URLRequest(nume);
    var variables2:URLVariables = new URLVariables();
    variables2.c1 =c1;
    variables2.c2 =c2;
    variables2.c3 =c3;
    request.data = variables2;
    request.method = URLRequestMethod.POST;
    try {
    loader2.load(request);
    } catch (error:Error) {
    trace("Unable to load requested document.");
    private function OnComplete2(event:Event):void {
    var loader2:URLLoader = URLLoader(event.target);
    logInAnunt=loader2.data;
    The problem is that in firefox works , but in IE dont :
    in Ie it appears a box:
    ReferenceError: Error #1065: Variable URLLoaderDataFormat is
    not defined.
    at medieval::DataLoader/::OnComplete2()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::onComplete()
    I want to mention that this error appears when I add
    urlVariables
    what should I DO??

    loader2.data is undefined in onComplete2.

  • Repetitive authorization request; Sync Problems

    Hello,
    Lately, I've been using iTunes (PC) to listen to my music on iPod, because I don't want to overheat my external GB hard drive. I don't have to turn on my HD; I just plug my iPod via USB. I often burn new music onto my HD and then sync to my iPod without any problems until...
    Yesterday, I decided to plug my iPod into an iMac and chill. My iPod was set on "manual management"; and the iMac did not ask to authorize the use of my iPod on its iTunes... and so I played music off my iPod.
    A few hours later, I go back to my PC; burn some music; and tried to sync my PC iTunes (HD) to my iPod... and I get this repeating dialog box asking me to authorize this computer for the 400+ purchased songs.
    Now, I did what iTunes support pages suggested: 1.) Authorize computer via administrative account... except, I don't think authorization via administrative account applies to Windows limited account. 2.) I deleted the SC folder.
    Then nothing syncs.
    P.S.
    Oh, I see... I forgot to set my preference and connect to my external HD.
    Now it syncs.
    But my question is: Why does it seem that after I use my iPod thru iMac iTunes that I start to have problems with Windows and the repetitive authorization request? ... Is that a bug?

    see above

  • Invoice correction request price problem

    User would like to create Invoice Correction Order  from Invoice.
    Problem is, the original order is from Schedule Agreement in which customer buy in big quantity in order to get cheaper price (scale price is applied).
    If you can see the original invoice is having cheaper price (due to scale price), however when they do the invoice correction, the price copied is from list price with the lesser quantity.
    please check whether this can be solved using copycontrol of the price or any otheralternative for this
    Thanks

    Hi,
    Specify Pricing Type "D" in Copy control at item level.
    Regards
    Pradyumna

Maybe you are looking for

  • Flash Player crashes frequently on new MacBook Pro

    The Flash Player plugin on my new MacBook Pro crashes frequently.  It says Plug-in Failure when it is on Facebook.  It is caused by a protection failure.  The latest version of Flash Player is version 16.0.0.235. Here is one of the crash reports: Pro

  • Oracle application server 10 installation error

    Hi, I am installing oracle applicaton server 10.g on linux. after running the ./runInstaller i am getting error: Checking Temp space: must be greater than 400 MB. Actual 39581 MB Passed Checking swap space: must be greater than 1536 MB. Actual 1983MB

  • Browserlab not loading from CS5 Dreamweaver

    Hi, I am using Dreamweaver CS5 and have previously been able to connect to the online Browserlab to test a page layout in several browsers. I am using a Mac platform. This no longer seems to work. It used to load the browserlab site into the browser

  • Determining the last time an appointment was modified

    Does any one know how to determine the date and time an appointment was modified. I do not see any thing for this in the iCal format. I have looked in the CAPI documentation but must be missing it. Thanks

  • Aluminum Keyboard Media Keys Question

    I just got a new Logitech M500 mouse to replace the $15 Dynex mouse I was using prior and I have had a slight problem with the button mapping. What I want to do is set one of the buttons on the mouse to perform the same action as the play/pause butto