Group Tree: Error in Ajax response - message: missing } in XML expression

Hi,
We were using a previous version of Crystal libs and viewer. I wanted to get up to date with the latest jars and viewer so I downloaded and installed the version with Eclipse 3.4.1 and crystal development bundled together.
I've copied the new jars from there into my existing project. I've also copied the folder cyrstalreportviewers into the project. We're using Tomcat 6.
I've now got a problem with the Group Tree at the moment since I started using the latest libraries and crystal report viewers.
My web.xml looks like this.
        <context-param>
          <param-name>crystal_image_uri</param-name>
          <param-value>/crystalreportviewers</param-value>
     </context-param>
     <context-param>
          <param-name>crystal_image_use_relative</param-name>
          <param-value>webapp</param-value>
     </context-param>
        <servlet id="CrystalReportViewerServlet">
          <servlet-name>CrystalReportViewerServlet</servlet-name>
          <display-name>CrystalReportViewerServlet</display-name>
          <servlet-class>
               web.servlet.ReportingViewerServlet
          </servlet-class>
          <load-on-startup>1</load-on-startup>
     </servlet>
       <servlet-mapping id="CrystalReportViewerServletMapping">
          <servlet-name>CrystalReportViewerServlet</servlet-name>
          <url-pattern>/CrystalReportViewerHandler</url-pattern>
     </servlet-mapping>
A request to the uri https://......../WebApp/CrystalReportViewerHandler?id=3
The servlet doesn't do anything that seems to be uncommon. I can post more precisely what it does if needed.
The report will load correctly, I don't get an error page asking if my crystalreportviewers/ path is accessable to the server.
I get a parameter page asking for a value. I enter that and click OK.
The viewer sends a POST request to my Servlet and is handled correctly.
The report is then loaded.
On the click of an item in the Group Tree it sends an Ajax POST request and I then get the following error:
message: missing } in XML expression
fileName: https://localhost:8080/WebApp/crystalreportviewers/allInOne.js
lineNumber: 10
stack: ()@:0
eval("(\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n)")@:0
([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
([object Object],[object Object],[object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:12
([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
()@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
([object XMLHttpRequest])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
([object Object],[object Event])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
([object Event])@https://localhost:8080/WebApp/crystalreportviewers/allInOne.js:10
name: SyntaxError
Clicking on the Groups headers on the right hand pane work as expected. Although I notice they are not Ajax requests.
I've spent a few days at this now and I feel like I'm running out of options but to revert back to the previous version we were using. I presume this works elsewhere so I've got to be doing something incorrectly with my setup.
If anyone needs more info then please ask.
Thanks,
Patrick

Hi Ted,
Thanks for your reply.
That's our own Servlet. It extends javax.servlet.http.HttpServlet
doGet does the following stuff:
Creates a ReportClientDocument.
Sets the ReportAppServer to "inproc:jrc".
Opens the report as read only.
Gets the DBController and calls logon on it.
Then calls replaceConnection.
Adds some discrete param values.
Creates a CrystalReportViewer.
gets the report source from the report client document.
sets the report source on the crystal report viewer.
set own page to true.
sets the report source in the session.
The crystal Report Viewer then processes the Http Request.
doPost:
gets the report source from the session.
creates a CrystalReportViewer.
sets the report source on the crystal report viewer.
set own page to true.
The crystal Report Viewer then processes the Http Request.
One thing I changed in there was the way the data source was changed. It used to loop through tables.
Tables tables = clientDoc.getDatabaseController().getDatabase().getTables();
newTable.setQualifiedName(qualifiedName);
clientDoc.getDatabaseController().setTableLocation(origTable, newTable);
Now it does this:
DatabaseController dbController = clientDoc.getDatabaseController();
dbController.logon(username, password);
dbController.replaceConnection(new ConnectionInfo(), connectionInfo, null, DBOptions._useDefault);
If you need more info please do let me know. Thanks for your help.
Patrick

Similar Messages

  • Error: missing } in xml expression. I cant solve this!

    <script type="text/javascript">
    var myObject = new ActiveXObject("Scripting.FileSystemObject");
    var pasta = "C:\Users\Catatau\Desktop\BROTHER\Medcurso\oukey\";
    var folder = myObject.GetFolder(pasta);
    var jpg = ".jpg"
    var pdf = ".pdf"
    var barra = "\";
    </script>
    for(var pastas in folder)
            <script type="text/javascript">
              var newDoc = app.newDoc();
            var pt1 = pastas.name;
            var pasta2 = pasta + pt1 + barra;
              var folder2 = myObject.GetFolder(pasta2);
              var x = 1;
              for(var files in folder2){x = x+1}
              var k = 0;
            </script>
            while(x>k) {
                    <script type="text/javascript">
                    k = k+1;
                        var arquivo = pasta2 + k + jpg;
                        newDoc.insertPages({nPage: k, cPath: arquivo,});
              var destino = pasta + pt1 + pdf;
              newDoc.saveAs({cPath: destino,});
              newDoc.closeDoc(true);
    </script>
    That`s the script.
         Error1: SyntaxError: missing } in xml expression                                                     Ln 25. Col 3.
                    24: line 25.
                   First text in red is selected / first text in green (where i think the error refers to).
         Error2: SyntaxError: missing } in xml expression                                                     Ln 28. Col 24.
                    27: line 28.
                   Second text in red is selected / Second text in green (where i think the error refers to).

    Why not? Sorry if im stupid in javascript... the sentence <script type="text/javascript"> helped me to jump through errors from jscript editor on acrobat.
    What im trying to do: i have a folder with several subfolders. Each subfolder has .jpg files. I want to combine each subfolders .jpg files into one .pdf. Others subfolders should be combined into different pdfs. I`m trying to see if this could be done by thie script i wrote. But i can`t even put it to work so i can see it.

  • HTTP PUBSUB not initializing giving  [ Error: missing } in XML expression ]

    Hi
    I am using WEBLOGIC 10.3 pusub sever and dojo-release1.1.1
    **I have created a channel with the following config as below**
    <wlps:channel-constraint>
    <wlps:channel-resource-collection>
    <wlps:channel-resource-name>subscribe</wlps:channel-resource-name>
    <wlps:description>subscribe channel constraint</wlps:description>
    <wlps:channel-pattern>/DispatchView/**</wlps:channel-pattern>
    <wlps:channel-operation>subscribe</wlps:channel-operation>
    <wlps:channel-operation>create</wlps:channel-operation>
    <wlps:channel-operation>publish</wlps:channel-operation>
    </wlps:channel-resource-collection>
    In my client side I have the following code in a page.
    dojo.require("dojox.cometd");
    var DEFAULT_CHANNEL = "/DispatchView/PubSub";          
    cometInit = function(){
                   dojox.cometd.init("cometd");
                   log( 'cometd initialized' );
    onMessage = function(msg) {
         log( 'onMessage() ' + msg.data.test );
    //alert(msg.data.test);
    //handles subscribe onclick
    onSubscribe = function(){
         dojox.cometd.subscribe( DEFAULT_CHANNEL, 'onMessage');
         log( 'subscribed to ' + DEFAULT_CHANNEL );
    cometInit();
    onSubscribe();
    Whenever I am opening the page its giving me the following error.
    [ Error: missing } in XML expression ]
    handshake error!: [ Error: missing } in XML expression ]
    cometd init failed
    Retry in interval+backoff=0+4000=4000ms
    [ Error: missing } in XML expression ]
    handshake error!: [ Error: missing } in XML expression ]
    cometd init failed
    Retry in interval+backoff=0+5000=5000ms
    Am I missing something. Can any body help me with this.

    Hi,
    The problem in your code is you haven't mentioned the server URL which is needed to subscribe.
    dojox.cometd.init("cometd"); this is a wrong intitialization instead you have to use
    dojox.cometd.init("http://localhost:9002/pubsub"); or something like this with an appropriate URL. In this URL /pubsub is context path and not the default channel you subscribe. This was the reason for your error (cometd init failed)
    Please let me know if the problem get solved or still u have any queries regarding the same.

  • SOAP sender Adapter - response message missing in adapter engine level

    Hi,
    We have a synchronous scenario SOAP<-> P I <--->Proxy .Request comes from  web service get the response from ECC.
    Issue reported that response message not reached the web service .
    I am able to see the request & response messages in SXMB_MONI. To check the status in message monitoring through RWB synch message are not existing more than a day.
    Is there any possibility of failure of messages at adapter engine level in this case? If so How can I get error log?
    what are the settings required to make the synchronous messages available in RWB?
    Thanks in advance,
    Regards,
    Kartikeya

    what are the settings required to make the synchronous messages available in RWB?
    Set messaging.syncMessageRemover.removeBody = false in NWA / Visual Admin. Have a look at the below link for details -
    /people/william.li/blog/2008/02/07/display-adapter-synchronous-message-content-in-rwb-of-pi-71
    Regards,
    TK

  • JDBC Sender Response Message as an XML SQL

    Hi All,
    I have a scenario as follows :
    JDBC Sender <-> XI (synchronous) <-> ABAP Proxy.
    I'm hoping that I can use XML SQL form at the JDBC Sender Response message, so I can update some fields at the database using the response message's data. But actually it's not working. Please advise whether it's applicable or not ? If it's not, is there any other way to do that ?
    Thanks in advance,
    Andy S

    Andy,
    Adding to the discussion here, JDBC sender adapter does not support Synchronous Processing .It supports only Asynch procesing and so, you would need a BPM inorder to update the database again with the ABAP Proxy response.
    You would have a sender jdbc adapter polling over the db and getting the data, --> a receiev step in the BPM receives the data.
    Next a send Synch Step makes the call to the ABAP Proxy and get the response.
    You map this response to a JDBC receiver adapters data format on the basis of the action you need and then use a send step with a receierv JDBC adapter to update the DB.
    Regards,
    Bhavesh

  • Incomplete request/response operation missing send

    Brief on orchestration whihc have request response port(published as WCF service)
    1. receive(initialize co-relation)
    2. Looping and do some operation(in scope and exception handling)
    3.listen with receive(follow co-relation )& dynamic set delay shape(this step is also in loop, delay continues untill second request is received)
    4. construct resp message and send
    getting build error incomplete request/response operation missing send

    You have a loop shape, and obviously an condition associated to that loop.
    Now consider a scenario: you receive a message - and your loop condition is not met. In such cases you are coming out of loop (after receiving a message), and you will not be able to send anything back on the Req/Res port. Hence the Compiler restricts you
    this way.
    Thanks
    Abhishek

  • Message Missing Properties : [serviceURL]

    Hi All,
    I have been trying to setup Oracle EM to monitor my OSB Domain. I installed the Oracle Grid Control on a separate server and then installed the Agent on the Target Machine where i have my Oracle OSB Domain.
    Once i conifgured my Oracle Domain in the Middleware Targets I could see that the OSB that i had deployed was also added as one of the monitored targets. However when i click on that OSB it shows me an error.
    Has anyone any idea on what this error is and how can it be resolved?
    Target -          /TEST_osb_domain/osb_domain/MY_OSB1/MY_OSB1_osb
         Type -          Oracle Service Bus
         Metric -          JMS Queue Configuration Metrics
         Collection Timestamp -          Sep 13, 2011 11:14:03 AM
         Error Type -          Collection Failure
         Message -          Missing Properties : [serviceURL]
    Edited by: Codean on Sep 16, 2011 12:03 PM

    Hi,
    What version on OSB and Grid Control are you using.... If it's Gc 11.1.0.1 and FMW 11.1.0.2 or higher
    You will need GC PSU 4 patches, MLR 3 patch and another patch to fix a metric issue for FMW
    Speak to support
    Cheers
    M

  • Handling/Mapping a SOAP response message back to the RFC request Message

    Hi
    I was wondering if you could kindly offer some advice on how to handle the SOAP response back to an RFC in a RFC>SOAP>RFC.Response scenario. When executing an RFC function module that triggers a message to XI, the outbound message seems to process successfully, however, there is an error in the response message. I am not sure how to map the response back to the function module response message because it looks like the response payload is empty. It is also strange that the interface seems to run in synchronous mode despite being configured as an asynchronous interface. If it ran in asynchronous mode, there would not be a problem because we actually do not need a response back. The interface also runs perfectly when executing it from the Runtime Workbench, and it also runs in asynchronous mode as it should.     
    I would really appreciate any suggestions on how to solve this problem.
    Thank you,
    Brendon

    Hi Reyaz,
    This is actually an RFC-->SOAP scenario where the message structure of the source and target systems are different. We don't actually need a reponse back from the SOAP system. I was wondering if you perhaps know how we can cancel the Response response back to the requestor or at leaset map the SOAP response back?
    The interface runs perfectly in asynchronous mode when executing it from the Runtime Workbench in the test section, but it runs in synchronous mode for some reason when executing the RFC function call in SAP.
    Thank you,
    Brendon

  • SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPT

    Hi there,
    I am trying to publish a file from SAP as web service using XI and SOAP Adapter.
    I am using ABAP proxy to get the data into XI.
    Designing and Configuration in XI has no problems because when i use File adapter the data is trasmitted to FTP server.
    But when I used SOAP Reciever adapter I am getting following error in RWB
    Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Error during parsing of SOAP header.
    <b>Scenario</b>: SAP ABAP Proxy -> XI -> WebService. Asynchronous.
    <b>SOAP</b> Receiver adaptor.
    <b>Target URL</b> http://<host>:<port number >/sap/xi/engine?type=entry&version=3.0&Sender.Service=SAPDC2653&Interface=urn:bzttest:00:hsa:test%5EOB_MI_BZT_TEST&QualityOfService=ExactlyOnce
    Do not use SOAP Envelop is checked.
    <b>SOAP Action</b> http://sap.com/xi/WebService/soap1.1
    What i am missing here? How should I solve this problem?
    Any help is appreciated,
    Thx,
    Yogi

    Say there's a bapi/rfc that you want to call on an R/3 backend (e.g. 4.6c).  On it's own, the R/3 system cannot expose the rfc/bapi as a web service, but XI can.  So in this case, the scenario would be:
    WS client -> XI -> R/3
    When XI "exposes" a web service, it is exposing a service for a receiving system (in the above example, the R/3 system).  XI itself does not provide or contain the service implementation.  When XI exposes a web service, it is always done via the <b>sender</b> soap adapter (i.e. if soap adapter is used).   Receiver soap adapter is used to call or consume an actual web service from an external application.
    Regards,
    Jin

  • Response message error in queue when using ABAP proxy

    I am using an abap proxy for the first time, and some of the response messages are getting stuck in the sender's (R/3) inbound queue.  To resolve them, I have to either reset the status or execute the LUW.  Sometimes, this doesn't even work. 
    Here is my "asynchronous" scenario:
    R/3 -> <proxy> -> PI -> <file adapter> -> File
    The R/3 system that I'm using has not used PI before, so I'm thinking something is missing from the set-up on the R/3 side.  On the errors I finally do get to process, I get the following error in the SXMB_MONI on the sender (R/3) side (the PI SXMB_MONI shows successful).  Can someone help me understand what a response message is and how it is different from an acknowledgement?  Also, help me to understand what could be causing the response messages to get stuck in the R/3 queue.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Integration Server -->
       - <SAP:ErrorHeader xmlns:SAP="http://sap.com/exchange/MessageFormat">
        <SAP:Context />
        <SAP:Code p1="MessageId"
                          p2="4962B2EDB60A003BE1008000A2844D1A"
                          p3="00000000000000000000000000000000"     
                          p4="">PROTOCOL.WRONG_HEADER_IN_RESPONSE</SAP:Code>
        <SAP:Text language="EN">Response message header contains the value 00000000000000000000000000000000 in element MessageId instead of the expected value 4962B2EDB60A003BE1008000A2844D1A</SAP:Text>
      </SAP:ErrorHeader>

    Ultimate testing tool for services is soapUI (Freeware)
    http://www.soapui.org/
    If you can invoke your service from soapUI and you receive a response, then PeopleSoft is working fine and the request handling in the calling system is incorrect.
    Try downloading soapUI and try invoking your service (not that a fan of SendMaster).
    Hakan

  • Missing response message in Idoc - WS scenario

    Hello
    I 'm missing a response message in the follwing scenario:
    Idoc-> XI -> Web service (SOAP)
    A Matmas idoc is sent from R/3 to XI. In XI the Idoc is
    mapped to a SOAP message and sent to a web service.
    The Message Interface for the SOAP call is synchronous
    and has a PushMaterialSoapOut and a PushMaterialSoapIn
    messsage, which is defined in the WSDL from the
    web service and imported into XI Repository.
    Everything is working fine but I do not get the response
    message. The web service has sent the response message. I
    have traced the firewall logs and i have seen the
    response.
    What is wrong? Is it basically possible to have a
    scenario like this?
    The message must have arrived somewhere, since the web
    server does not throw an exception. But where is it?
    Thank you in advance
    Thomas

    Hello Stefan
    >Scenarios with IDOCs are always async. Therefore you
    >cannot have a response.
    Ok, so I have to use BPM.
    >How do you want to process the response? What should
    >happen in the sender system?
    I was thinking about an ALEAUD idoc which is sent back
    to R/3. Therefor I have created an synchronous message
    interface with the MATMAS idoc as outgoing message and an
    ALEAUD as incoming message. Accordingly I have a message
    mapping for the response message.
    An other reaction to the response message could be to set
    the message to status failed. But this is the next issue.
    >In some scenarios you might use a BAPI instead of an
    >IDOC for synchronous message processing, but this
    >depends of many circumstance depending ofyour business
    >requirement.
    The process in SAP R/3 is fixed. To move to BAPI is not
    an option.
    Regards
    Thomas

  • Error message: Missing PDF maker files in Word 2007

    OK, I am beyond frustrated. I have had nothing but trouble with Windows Vista and Adobe Acrobat. Please help!!!
    What happens: first, the pdf addin for Word 2007 suddenly becomes disabled, for no apparent reason. Forget about trying to re-enable it through the Add-Ins menu, because Word tells me that the "connected state of Office Add-Ins registered in the HKEY_LOCAL_MACHINE cannot be changed". This is a problem for me, because I use a special font (Vietnamese) that sometimes gets corrupted when running pdf maker. The only consistent way I have found to avoid this problem is to run the pdf maker as "Quick PDF" and as far as I can see that option is only available through the pdf addin in Word, I have never been able to find it when I open the Acrobat program and create a pdf from there.
    Second problem: shortly after the pdf addin becomes disabled, my Acrobat program loses the ability to create pdfs altogether. I get the error message "Missing PDF maker files". Yes, I have tried repairing the installation and re-starting my computer per the instructions given. It doesn't fix the problem. I also tried looking in the Knowledge Database on this website, but it appears that the instructions they have to fix the problem there are for earlier versions of Word, not 2007, because my version of word does not look like the version of Word in their little videos.
    This is the second time this has happened. The first time I resolved the problem by a) re-installing Acrobat, which is a pain because it involves calling Adobe and wading through their customer service to get a new installation number, and b) paying a computer repair service to dig deep into the guts of my computer and convince it to change the Office Add-ins to allow the pdf addin again. It worked for about 6 months, and now I have the same problem again. For some reason Vista is spontaneously disabling Acrobat.
    I simply cannot deal with this every few months. We all know that Vista is a crappy program, but I run a business and I need a program that works with whatever crappy program Microsoft puts out. Please, can anyone give me suggestions about how to re-enable these functions when Vista disables them?
    Thanks in advance!
    Alycia

    for Office 2007, see if this Microsoft product will work for you
    http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87 041&displaylang=en

  • Unable to open PWA in browser and MSP on application server in project server 2007. ERROR: Sending the Soap message failed or no recognizable response was received.

    Hi All,
    I am using project server 2007 and WSS 3.0. 
    I have been facing a strange issue for couple of days. I am unable to open PWA in browser and MS Project Pro on application server.
    Everything is correct whether it is URL or MS Project profile account on MSP.  This is strange because i can open same PWA/MSP from other computers (Database server / Client PCs) but not locally on server.
    When i try to connect to MSP on App server, i get the following errors in event viewer.
    Event Type: Error
    Event Source: MSSOAP
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Connection time out..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: An unanticipated error occurred during the processing of this request..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description: Soap error: Sending the Soap message failed or no recognizable response was received.
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Unspecified client error..
    One more issue i am facing and i guess that is related to above issue. The Issue is, when i am creating a new project, It's workspace gets created but doesn't get linked to the project and i can't link it manually because it already exists for the project.
    sandeep

    Hi Paul ,
    Thanks for reply. The project server URL was already added to the Trusted
    Sites/Local Intranet areas in IE. 
    sandeep

  • Error:SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to read request. --- There is an error in XML document (1, 447). --- Input string was not in a correct format.

    Hi All,
        We have a scenario of FTP-->PI---> Webservice.  While triggering the data in the FTP, it is failing in the PI with the below error
    SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to read request. ---> There is an error in XML document (1, 447). ---> Input string was not in a correct format.
    Can you please help?

    Hi Raja- It seems to be a data quality issue.
    Check for the value @ 1447 position in the xml message that you are trying to send to web service..
    may be a date filed/decimal value which is not in expected format.

  • Sharepoint error - Search Issue - The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1).

    i see this error everywhere - In ULS logs, on site. On the site > Site settings > search keywords; I see this - 
    The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 7.0 Detailed Error - 500.19 - Internal Server Error</title> <style type="text/css"> <!-- body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} .config_source code{font-size:.8em;color:#000000;} pre{margin:0;font-size:1.4em;word-wrap:break-word;} ul,ol{margin:10px 0 10px 40px;} ul.first,ol.first{margin-top:5px;} fieldset{padding:0 15px 10px 15px;} .summary-container fieldset{padding-bottom:5px;margin-top:4px;} legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'.
    I am facing issues in searching, my managed metadata service is not running, search results page throws internal error. Any Idea why this above error comes.
    P.S: We use windows authentication in our environment.

    Hi IMSunny,
    It seems you have solved this issue based on your another post.
    http://social.technet.microsoft.com/Forums/en-US/aa468ab0-1242-4ba8-97ea-1a3eb0c525c0/search-results-page-throws-internal-server-error?forum=sharepointgeneralprevious
    Thanks
    Daniel Yang
    TechNet Community Support

Maybe you are looking for