Endeca XM Facets Issue - endeca

I am facing a problem like, some times when accessing facets in the Endeca Experience manager, am getting 500 exception.
enter image description here
I had to restart ToolsAndFrameworks and do an indexing to resolved this issue.
Is there any clue like why this issue occurs?

Related

RDLC report randomly crashes application with compiler error -1073741502

The error as seen in the image is a compiler error -1073741502. I have searched SO and Google with little success. Tried to debug the process and was not able to determine what the issue is causing the error. The error has been occurring for some time and is random with no apparent pattern in the data or operation. This is also in a VB website using .net 4.0. The report RDLC has been recreated 2 times to see if the issue would be resolved but was not successful.
The only way to get the application to continue past this error once it occurs is to do an app pool reset. This is something we would like to avoid doing for obvious reasons.
Any help and suggestions are appreicated.

BigQuery preview: Unknown error response from the server

I'm getting an "Unknown error response from the server" error on a lot of my datasets, when trying to do a preview. I have this already since a couple of days with no workaround to fix it. Do you have any idea, what's happening or how to solve this? Is there a bug tracker for BigQuery or some other way to reach out to the Google Platform staff?
This issue happens due to the request (created during "preview" command) being too large for some tables with a lot of fields. We are implementing a partial solution where we reduce the size of the request. The changes are currently being pushed in all regions (issuetracker).

"Your lab is in a failed state"

I have twice experienced that a lab ends up in a failed state. All I can do is remove and re-create the lab.
Is there anyway one can prevent this from happening? Or at least be able to recover the lab master VM?
Thank you for reporting the issue! We're investigating the root cause right now. We'll keep you updated on the status here. Currently we have not yet identified a workaround.
This issue has been resolved! Please try again.
We reached out to the Product Team and it appears this was a known issue which is now resolved.
Please try to create the lab again.
Here is a blog post update for this.

mpdf 504 gateway timeout error

i am using mpdf library in my project for report generation, when ever i generate report with minimum record it works fine but if there is more record of more than 2000 and i want to generate the pdf report for that record it's give error Gateway Timeout. i search for the issue on internet i fount solution of different developer who face issue of gate way time out. i increase the php memory_limit=1024M and set execution time = 600 but still have error. Please any one help thanks.enter image description here
"504 - Gateway Timeout Error" simply means Server is not responsive. A server is taking too much time to respond. The server may be down. I don't see any other issue.
and look her to fix this issue
https://www.scalescale.com/tips/nginx/504-gateway-time-out-using-nginx/

What causes coldfusion.document.spi.DocumentExportException: java.lang.NullPointerException issue?

This exception is being thrown by my ColdFusion application whenever I try to generate pdf reports using cfdocument.
Problem is, till 5 days ago everything was working perfectly and I was getting the reports. The suddenly, since yesterday morning, I have been getting the above error.
I have researched about this on the net extensively and have confirmed that:
1. Error is not occurring due to use of unknown fonts.
2. Missing CFM files.
Can somebody tell me if there is any other reason for this exception to occur suddenly.
I faced the same issue a few months back with one of my servers and has to re-install Coldfusion enterprise server. This is probably not the correct solution but can be used as a last resort.
Unknown if this is still an issue with CF9, but CF8 had problems with unscoped query variables inside the CFDocumentItem tag.
http://blog.dkferguson.com/index.cfm/2008/1/11/CFDocument--pdf-generation-broke-after-CF8-upgrade