While running any test class in developer console I am getting this error
Failed to enqueue tests.: Unknown Exception.
The reason for this error is you have hit the maximum salesforce limit. You will get this if your using other then Unlimited Edition. You have to wait for 24Hr to get reset.
Related
I'm using Google App Engine Standard with Python 3. When i click on an error in Google Error Reporting and then click "View Logs", I get taken to Google Logs Viewer/Explorer with something like this error_group("CObpg_HTfjskb6GA") as a search filter.
I see the individual log line with the stacktrace but not any logs for the parent request for which this occurred.
In the docs, they have a screenshot where it does look like we should be able to see the parent http request in which the error occurred: https://cloud.google.com/error-reporting/docs/viewing-errors#view_associated_log_entries
Right now when I need to look into an error, I have to do a separate search in logs explorer with part of the error message (in the case of the above example I'd search for "KeyError: 'c'") to find a duplicate log that has a trace id set. Then I'd be able to 'show all logs for trace' and be able to finally see all the logs that lead up to this error.
This feels related to this other issue from before, where logs in general in python3 were not getting correlated like they were in python2: How to group related request log entries GAE python 3.7 standard env
Logs now get grouped together via trace, but as far as I can tell, I cannot set trace on error report logs.
I have my logging setup by doing:
client = google.cloud.logging.Client()
client.setup_logging()
For error reporting I was just getting error reports from google.cloud.logging's integration with the python logger:
try:
# code where an error occurs
except Exception as exc:
logging.exception(exc)
raise
I've now started trying to use google-cloud-error-reporting to see if maybe there are some options in there that I can set to get it to correlate, but I seem to only be able to set a HttpContext & ReportingLocation. There isnt a spot for me to set trace or anything like that.
Trying to start a debug session to experiment with adding a custom skill. When I hit run, this message appears:
Session status: Running
Debug session is running. Please wait a few seconds for the latest data.
But then is almost immediately replaced with:
Session status: Error
Parsing failure: unexpected ' '; expected end of input (Line 1, Column 16); recently consumed: ment/Start
The Indexer, Skillset, Datasource, and Index objects attached to the debug session all work just fine on their own. I only experience issues from within the debug session. The "Errors/Warnings" tab continues to report "No errors or warnings", even after repeatedly attempting to run the skillset through the debug session and getting that same error.
After upgrading Flink to 1.7.2, when I try to submit a job from the dashboard and there's some issue with the job, the job submission fails with the following error.
Exception occurred in REST handler: org.apache.flink.client.program.ProgramInvocationException: The main method caused an error.
There's no other reason given as to why the job failed to submit. This was not the case in 1.4.2. Is there a way to see the full reason why the job failed to deploy? I see the same error in the logs too with no additional information.
This is a known issue in version 1.7.2. It has been fixed in 1.8.0.
Jira ticket - https://issues.apache.org/jira/browse/FLINK-11902
For no reason known GAE just shut down the instance.
There's the log showing 3 events:
Handling signal: term
Worker existing
Shutting down: Master
I've tried to stop and start a version in GAE but I get an error:
Flex operation
projects/center/regions/europe-west1/operations/7f6-4f6e-a95e-4cad0e9d7307
error [INTERNAL]: An internal error occurred while processing task
/appengine-flex-v1/delete_flex_deployment/flex_delete_resources>2019-03-21T04:06:22.362Z12155.jc.3:
Deployment Manager operation
center/operation-1553141182646-58492dc7a4a74-abbc5c2d-282b2316 errors:
[code: "RESOURCE_ERROR" location:
"/deployments/aef-default-20181116t191408/resources/aef-default-20181116t191408-hcfw"
message:
"{\"ResourceType\":\"compute.v1.firewall\",\"ResourceErrorCode\":\"400\",\"ResourceErrorMessage\":{\"code\":400,\"errors\":[{\"domain\":\"global\",\"message\":\"The
resource \'projects/center/global/networks/default\' is not
ready\",\"reason\":\"resourceNotReady\"}],\"message\":\"The resource
\'projects/center/global/networks/default\' is not
ready\",\"statusMessage\":\"Bad
Request\",\"requestPath\":\"https://www.googleapis.com/compute/v1/projects/center/global/firewalls/aef-default-20181116t191408-hcfw\",\"httpMethod\":\"DELETE\"}}"
]
I don't have much experience with GAE, so kind of lost what should I be doing next. Any ideas are highly appreciated.
I'm running test cases in protractor and observing error message from point to point as "ERROR:service_manager.cc(425)] InterfaceProviderSpec prevented connection from: content_utility to: content_browser" which in return failing some of my test cases. I have not observed this error message before and observing it now after updates in chrome browser.
Find attached imageRun Sql server browser under services.