Weird Ticket Issue....Cannot enter a resolution

I recently created a ticket , and am trying to enter the following resolution:*****************************************************************************************************She has issues access OHIP from main computer. She gets Oracle screen & message saying "Contact System Admin". Confirmed this is not an issue with OHIP website. Was able to access from the office and from another workstation at her office. Suspect It may have something to do with underlying security protocols that govern browser behaviour.Already performed System Restore to June 10th 2015. She last confirmed website working on her computer June 16th 2015. Internet Explorer\Control Panel settings seems fine too.If she calls again tomorrow, the best you can do is re-install Google Chrome or install Mozilla Firefox. There are signs that software is starting to...
This topic first appeared in the Spiceworks Community

Does it work better on Firefox Beta? https://play.google.com/store/apps/details?id=org.mozilla.firefox_beta

Similar Messages

  • Weird soap issue: Cannot find the dispatch method

    Hi,
    I'm having strange problem with SOAP message.
    I created a simple web service using jax-ws, wsgen, and so on. I deployed it on sun app server 9.0. I wrote client application (i'm using SAAJ 1.3) for testing. The response I'm getting is something like this:
    <soapenv:Envelope xmlns:ns1="http://put/"
       xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <soapenv:Body>
          <soapenv:Fault>
             <faultcode>soapenv:Client</faultcode>
             <faultstring>Cannot find the dispatch method</faultstring>
          </soapenv:Fault>
       </soapenv:Body>
    </soapenv:Envelope>First I thought there's a problem with webservice I created. So I downloaded soapui (www.soapui.org) for testing. I provided it with wsdl and endpoint. And web sevice seems to work corectly - response I got back was ok.
    The strange part is: soap messages sent from soapui and from client application written by me seem to be identical. Both look like this:
    <SOAP-ENV:Envelope
       xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:put="http://put">
       <SOAP-ENV:Body>
          <put:sayHello>
             <arg0>test</arg0>
          </put:sayHello>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>I even sniffed packets (WinDump) sent to application server and in both cases soap message is the same. There's only a slight difference in http headers. Here's what server log contains after receiving a soap message from my client application:
    DetailsTimestamp:     2006-09-14 13:28:03.315
    Log Level:      SEVERE
    Logger:     javax.enterprise.resource.webservices.jaxws.server.soapmd
    Name-Value Pairs:     _ThreadID=13;
    Record Number:     443
    Message ID:     Error in decoding SOAP Message Error in decoding SOAP Message at com.sun.xml.ws.encoding.
    soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java
    Complete Message
    86)
         at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.
    toMessageInfo(SOAPMessageDispatcher.java:168)
         at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher$SoapInvoker.
    invoke(SOAPMessageDispatcher.java:533)
         at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:144)
         at com.sun.xml.ws.server.Tie.handle(Tie.java:88)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.handle(WSServletDelegate.java:279)
         at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:232)
         at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:77)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    Caused by: javax.xml.ws.soap.SOAPFaultException: Cannot find the dispatch method
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.raiseFault(SOAPDecoder.java:662)
         at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.decodeDispatchMethod(SOAPXMLDecoder.java:151)
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBodyContent(SOAPDecoder.java:335)
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBody(SOAPDecoder.java:325)
         at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeEnvelope(SOAPDecoder.java:248)
         at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:78)
         ... 39 moreI'm new to web services and I'm completely out of ideas what is the problem. I googled a lot but I can't find any solution. Any help would be appreciated :)
    null

    Are you saying I can't just write jax-ws based web service using @WebService and @WebMethod and then, on client side, write code like this?
    SOAPConnectionFactory soapConnectionFactory = SOAPConnectionFactory.newInstance();
    SOAPConnection connection = soapConnectionFactory.createConnection();
    MessageFactory factory = MessageFactory.newInstance(SOAPConstants.SOAP_1_1_PROTOCOL);
    SOAPMessage request = factory.createMessage();
    // create proper message elements
    URL endpoint = new URL(endpoint_url);
    SOAPMessage response = connection.call(request, endpoint);
    // process response
    //

  • My 5S touchscreen is not working, I cannot enter the lock password, is there a way to retrieve data? Apply store wants to reissue a new iphone and wipe out the existing.

    Hello,
    I purchased a new Iphone 5S about a couple of months back. The phone use to hang up occassionally with a white screen and the black apple logo on it. Two days back the screen went unresponsive. I cannot enter the lock code. Everything seems to be normal otherwise. I can see the Atnt signal, I get calls.  The find my iphone app on a different device can locate my iphone. I can even take screenshot by pressing the home key and power button simultaneously.
    I took the phone to apple store and they say they will issue me a new phone. I dnt mind but I will loose the data on the phone. It was never backed up because my icloud is filled with data from my ipad. Is there a work around to get the data  back.?
    Any help is appreciated.

    Are you sure that the battery is not empty: when the battery is VERY empty (that is when it was on and a long time off the charger) it may take an hour or even more to start charging with the charger connected. When you have an iPad charger you can also use that one, and it charges a bit faster.

  • Cannot enter event in iCal on iPad

    Got new iPad 2
    Got I cloud set up enter events on my Mac And they appear on the iPad (and phone) no worries but I cannot enter any events on the iPad
    Get message "calendar not set" or "event does not belong in that event store"
    Anybody got any ideas on that .....?....
    Pleas e help very frustrated

    I have the same issue and it just started.  My Iclous , Mac and Iphone work , Ipad does not.

  • Message no. V1631-You cannot enter new delivery costs

    Hi All,
    before posting this issue i have searched and could not found the correct thread.
    system: ECC: 6.0
    Scenario1: Inter company STO with import process
    PO created and delivery created and TO created and confirmed and PGI done.and SD invoice done
    After this foreign trade module process starts and creating shipment and entering delivery import costs and releasing import costs from the custom transaction which will update the delivery costs into PO through BAPI_PO_CHNAGE
    here i am getting the above error Message no. V1631-You cannot enter new delivery costs
    but when i am adding delivery conditions manually in ME22N system accepting
    scenario2:
    PO created and delivery created and TO created and confirmed
    foreign trade module process starts and creating shipment and entering delivery import costs and releasing import costs from the custom transaction
    successfully updating delivery conditions  in PO
    scenario 3:
    PO created and delivery created and TO created and confirmed
    Foreign trade module process starts and creating shipment and entering delivery import costs and releasing import costs from the custom transaction
    successfully updating delivery conditions  in PO
    PGI done and SD invoce done and GR completed
    After that trying to add delivery conditions and getting the same error
    Question: why i am not able to update the conditions through BAPI and i am able to update conditions in ME22N manually in scenario1??
    Thanks
    Kiran

    Hi ajit,
    Getting issue after PGI. no GR done.

  • I can no longer sync my IPAD2 to my ITUNES and I cannot enter the ITUNES store.

    Up until recently, I was able to enter the ITunes store and sync my IPAD2.  Now I cannot enter the ITune store and cannot sync my IPAD2.  Not sure what to do.  Can anyone help if you have had the same issue?

    Sounds like there is a conflict between iTunes and the security software on your computer. What secuirty software is running on your computer? Have you update the security software or iTunes before this started happening?
    This Apple document is a good starting point -> iTunes for Windows: Troubleshooting security software issues.
    WTH.

  • I cannot enter text in the iTunes search box

    I'm having a really bizarre problem with iTunes latest version (10.5,0.142). When I click in the search field in the upper right-hand corner of the program, I cannot enter any text--no text cursor appears.  I can click on the little down arrow next to the magnifying glass and select "All," or "Artist," or "Album," etc, but I'm not able to enter text. It's like the focus doesn'tshift from the Library pane and any letters I type just cause the highlight for that window to drop down to the closest match to the character I typed, even though the focus has shifted to the search pane.
    I've tried uninstalling and reinstalling iTunes, but that does not correct this misbehavior.
    Not sure if it's related, but I also no longer have the text menus available at the top of the window, whether the program is maximized or minimized and taking up only part of the screen (this is not a screen clipping problem--those text menus are no longer there, though you can get very small hotspots to appear near the upper left hand edge of the program window (when you have the program window in normal mode, rather than maximized), where those text menus would be, and if you click on the hotspots, the menus do appear.
    But, by far, the first issue is the most perplexing.

    Solved: This was caused by replacing the SegoeUI (Regular) true-type font. I have no idea what process or why that font was deleted, but finding the segoeui.ttf file on another Windows machine, emailing it to myself, saving it to disk, then right-clicking and choosing "Install" fixed this problem.

  • Error: You cannot enter negative value - message 3504-4

    Getting the above error message when trying to enter a sales order delivery. quantity on hand for the warehouse is 3000. We are trying to ship 3000 and getting the above error.
    Any ideas

    Hi Keith ,
    This might be helpful too to troubleshoot .
    You cannot enter a negative value - Goods Receipt - PO
    Even though thread talks about GRPO , Apple's message also talk about same issue in Delivery.
    Hope this helps
    Bishal

  • V1 631 - You cannot enter new delivery costs

    Recently we upgraded from 4.6C to ERP 2005 ECC 6.0.Since the upgrade, we have noticed an issue in ME22N. Once you perform invoice verification on a purchasing document, you can not add any new conditions or change any existing conditions. You get message V1631 - You cannot enter new delivery costs. The purchasing document has not had Goods Receipt done on it, only Invoice Receipt. I even tried reversing the Invoice Receipt and then adding/changing conditions, and it still gives me the message noted above. Please advise.

    Dear Jamie,
    below is the sap explaination to your question:
    Is it possible to change or add delivery costs in the purchase order after a goods receipt has been executed?
    Answer:
    No, this should not be possible. The system generates error message V1631 'You cannot enter new delivery costs' (V1631). Important: If your system does not behave in the manner described, this is an error that can be corrected using Notes 187694 and 196884. This affects the earlier Support Packages of Release 31I, 40B, 45B and 46B (you will find more detailed information in the two notes mentioned).
    For the changeability of delivery costs after an invoice receipt, see Note 651798 and Note 720191, or Note 549408.
    The existence of held delivery cost invoice documents must be checked manually and has to be considered.
    Delivery costs must not be entered again or changed if all follow-on documents were cancelled for the purchase order item, unless there were no delivery costs for the posted documents. Otherwise there is no guarantee that continued processing will run without errors.
    If you change the Customizing for existing delivery costs, the system does not read this either in a purchase order with an existing goods receipt. The new Customizing settings only take effect when you create a new purchase order.
    Of course, the condition values of time-dependent conditions can still be changed even after a goods receipt has occurred.
    Please note:
    The restrictions on changing delivery costs as described above have only been developed over time. This is not due to changed functions, rather previously we did not know that making changes could sometimes lead to subsequent irreparable errors.
    In particular, when you post invoices for delivery costs, the logic considers delivery costs that have already been posted (even if they have since been cancelled) AND the data for delivery costs from the database (as displayed in the purchase order). During processing, you have no way of knowing if this information is no longer compatible, nor any way to discover the cause, and this leads to incorrect processing.
    You should therefore proceed as follows:
    If delivery costs were entered incorrectly, you must cancel all related purchase order items (reverse all documents) and enter a new purchase order item with the correct delivery costs. Otherwise, there is no guarantee that further processing will be correct.
    If your delivery costs are changed regularly, you should use master conditions.
    Additional note:
    If you have manually changed or maintained conditions in the purchase order, under certain Customizing settings when you run a new price determination after a goods receipt, a condition may be determined twice. For more information, see Note 456691.
    Regards
    Rajesh

  • I'm using photoshop elements 2.0 and window vista.  when i want to crop i cannot enter any values in

    I'm using photoshop elements 2.0 and window vista.  when i want to crop i cannot enter any values in the width and height boxes.  the cursor won't enter.  same thing with resolution.  what did i do?  what's wrong?

    The first thing you might try is resetting the Crop Tool by right clicking on the crop icon in the tool options bar and choosing Reset Tool.
    If that doesn't work then the next thing is to reset the photoshop elements 2 settings file by holding down
    the Shift+Ctrl+Alt keys just after clicking or double clicking on the pse 2 shortcut.
    Keep holding the keys until a dialog appears ask if you want to delete the photoshop elements settings file
    and click yes in the dialog.

  • Windows 7 Stuck At BIOS Cannot Enter BIOS or Change Boot Media

    My laptop has no problem before. Recently I try to install Windows XP. First attempt fail, so I change SATA at BIOS from AHCI to Compatible, success. However the partition that I want to install Windows XP to is not available. 
    So just to test I choose my Windows 7 partition. Since it want to format the partition, I cancel the installation. After restarting windows, it stuck at bios. I restart again and change SATA to AHCI. Restart, still stuck at bios. This time I cannot enter BIOS, recovery or change boot media. Assuming the boot sector has corrupt, will reseating the cmos battery will fix this  problem. Please help. Thanks in advance. 
    Solved!
    Go to Solution.

    hi kiebloom,
    Yes, you will need to boot without the HDD to try and access the BIOS again. If you're able to access the BIOS using this method, reload the BIOS defaults by pressing F9 then press F10 to save and exit.
    From here, you can try to:
    1. Re-insert the HDD and press the OneKey Recovery button to reinstall Windows 7
    2. Create a recovery disc for Windows 7, format the HDD and downgrade to Windows XP
    3. Dual-boot Windows 7 and Windows XP (see this guide)
    Best regards,
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • The unit of issue cannot be changed because the material is used in BOM.

    Hi Pals
    Please could you help with the following:
    I have a request to change value in unit of issue field (Work Scheduling tab), current value if ZPC and i need to remove it and leave field blank.
    When i delete this value and press enter error message occurs: "The unit of issue cannot be changed because the material is used in a BOM" (Message no. M3214).
    I've removed this material from all BOMs at concerns plant level, but this doesn't help.
    Under cs15 tcode, SAP still sees deleted BOM history and probably this stops SAP to allow to change unit of issue.
    Do you know how to remove BOMs without history. And mainly, how to solve this problem.
    Thank you in advance
    Regards
    Andrey

    Hi R.Brahmankar
    thank you for support!
    you wrote:
    Dear,
    Please refer OSS note 215970 It will resolve this issue.
    Regards,
    R.Brahmankar
    I searched in note you gave: and there are 3 reports mentioned:
    1. ZZITMTC4 - selection report without update option
    2. ZZITMTD4 - selection report with update option
    3. ZZITMTD5 - selection report per each material with update option
    4. ZZITMTDOC - selection report with document entry and update option
    To be honest, i don't know how to use those reports...
    I searched in GRR3 tcode for such, but no such reports exist.
    Please could you advise how to use those reports.
    Thank you
    Best Regards
    Andrey

  • Cannot enter URL and text in Opera Mini on 5800

    I installed Opera Mini and it works, but I cannot enter any URL.
    Clicking on the URL does not popup the onscreen keypad.
    How do you enter text on Opera Mini ?
    Nokia 5800
    FW 30.0.011

    Is the version of Opera supported on the S60 5th edition?  That may be an issue.
    Lumia 920, Lumia 800
    Nokia N8-00 (NAM, Product Code: 059C8T6), Symbian Belle, Type RM-596, 111.030.0609
    Nokia 5800 XpressMusic (NAM, Product Code: 0577454) Software v51.2.007, Type RM-428

  • Users cannot enter parameters in CRM Custom Reports

    Need assistance:
    Out of 200+ users of our CRM deployment, I have two end users who cannot enter parameters into the parameter fields on a report.  The fields appear when the report is selected from the reports list, however the fields are not accessible to these
    two users.  No data can be entered in them, nor can the combo boxes be dropped down to select from.  No other users are encountering this issue on the same report, including me.  It would seem to be a security or permissions issue, but I have
    verified that these users have identical permissions to other users who can populate parameters on this report.
    Please advise, I am happy to provide any other necessary info needed to identify the issue
    EG

    Found a solution. Users needed to change from https to http to force the report param fields to be accessible. This is not the ultimate solution, but is a work around for now. Any other suggestions would be appreciated

  • 6131 - Keypad inoperative, cannot enter PIN code

    After stopping an alarm on my 6131 I noticed a couple of minutes later that there was a flashing alarm indication on the screen. I tried to clear this alarm with the keypad but the keypad was frozen. I turned off the phone and on turning it back on the keypad is inoperative and I cannot enter the PIN code.
    Any help appreciated.

    Hi Iwonami,
    I apologize, I'm a bit unclear on the exact nature of the issue you are describing. If you are having issues with a SIM PIN on your cellular-enabled iPad, you may find the following article helpful:
    iOS: Understanding the SIM PIN
    Regards,
    - Brenden

Maybe you are looking for

  • ITunes 7.1.1 and Tag Issues

    I just upgraded to iTunes 7.1.1 on my Vista machine, and now I cannot edit the tags for any of my songs. When I try to edit the tag of a single song, all the forms are greyed out and cannot be changed. If I try to change the tags of multiple songs, t

  • Excel cant find this file when double clicking to open

    Hi, Our Imacs 10.8.2 and 10.7.3 joined to windows 2008 domain cant open certain excel files from the network share. When double clicking the file or opening from excel -> file open it says it cant find the file. If I drag the file to the desktop then

  • How to create a SOAP body based on a Serializable Object?

    Hello, I have a serializable object such as this one         HeaderSection header = new HeaderSection();         RequestName requestName = new RequestName();         requestName.setActivityName("this is an activity");         NNSVMessage nnsvMessage

  • Roll over and click states don't work in CC Folio Preview

    I'm working to get all the settings right before i go much further in this project, which is a PDF version for Ipad. Any input appreciated... got to be simple... the link works but different states do not. "button 1" on release or tap go to next page

  • Unable to activate 3G  (Not Iphone 3GS - 2009 pre model)

    When I activate my 3G on my phone it gives an 'E' symbol where the '3G' symbol should be. Why? Other people in my location can get it on their iphone, it has never work properly.