An error occured while updating some of the page status :0 - xpages

i've started to have the error message "An error occured while updating some of the page unable to load http ://xxxxxx status:0"
when i change from xpage to xpage in my application,it wasn't appear in the beginning , but it started to appear recently , i thing when i open a page and save it !!

Related

Blue Prism - Internal : AMI error occurred in WaitStart Stage 'Wait4' on page 'Navigate menu' - Not Connected

I'm getting this error message
"Internal : AMI error occurred in WaitStart Stage 'Wait4' on page 'Navigate menu' - Not Connected" in relation to trying to perform the Blueprism sample project. (still a rookie, so please be gentle)
I have included an "attached action" on the business object page. The weird thing is when the process is ran only through Object it works fine. But when I try to connect the different actions in the process studio the error occurs after a couple of actions.
Launch works fine
Log-in works fine
Navigate (finding that menu seems not to work) When I spy nothing seems to be wrong.
So dear experts - where do I fail?
Error
The reason it fails for you is because you have the decision arrows switched. You should attach if you are not connected.
In the Wait Stage, Probably you are looking for an Element as Check Exists. Change it to Parent Document Loaded. It should work fine. Thank you

InvalidOperationException in EPiServer edit mode after deploy to Azure

We are in the process of moving our functioning EPiServer 10 site to Azure.
After deploying our site to Azure, we get
[InvalidOperationException: This request has probably been tampered with. Close the browser and try again.]
EPiServer.Framework.Web.AspNetAntiForgery.ThrowForgeryException() +263
when edit interface is loaded.
Error message:
An unhandled error has occured in a background request.
Unable to load /EPiServer/cms/Stores/notification/ status: 500
The page may not function properly unless it's reloaded. Press the button below to reload the page now.
Screen shot of error message
The site seems to be working 'ok' in spite of error message.
If browser is reloaded, the same error message is shown.
We are running: EPiServer 10.5
Check this configuration setting:
<system.web><httpCookies requireSSL="true" /></system.web>
If you are using http, it should say "false".

Jhipster application error "the server responded with a status of 401 (Unauthorized)"

I generate an application with jhipster generator and when I tried to run this application the execution was successful and without error but the display of the application was strange and when I inspect the home page of the application I got this error : "the server responded with a status of 401 (Unauthorized)"
I really can't understand the reasen of this error or how can I solve it

error when calling agent from xpage button

I am receiving an error when trying to call an agent from an xpages button click: Error below
Error while executing JavaScript action expression
Script interpreter error, line=2, col=7: [TypeError] Exception occurred calling method NotesAgent.runWithDocumentContext(lotus.domino.local.Document) null
JavaScript code
var agent=database.getAgent("xpCreateNewCopy");
agent.runWithDocumentContext(currentDocument.getDocument());
I had missed an important setting, run as web user. Problem solved.

Reason for Uncaught Error: Attempting to use a disconnected port object

I am getting this error in background page when responding to request
from content script.
Does anyone know what can be causing this error?
Full stack trace:
Uncaught Error: Attempting to use a disconnected port object chrome/RendererExtensionBindings:147
chrome.Port.postMessage chrome/RendererExtensionBindings:147
chromeHidden.Port.dispatchOnConnect.connectEvent chrome/RendererExtensionBindings:89
myExtension.foo.sendResponse.state background.js:1573
db.readTransaction.tx.executeSql.paramStr background.js:1038
This only happens after a couple of hours of browsing reloading extension is not helping - not that it would be a solution after restarting chrome browser all gets back to normal for couple of hours content script can keep sending request to background but NO response
from background can be sent back Is there any way I could catch this Uncaught error and reset the listener?
I am using chrome.extension.onRequest.addListener for my communication. Before I respond I query DB and I do not send any other response before query is finished.
Thanks,
Marek
This is caused when a connection get closed. For example if you open a tab that has the content_script injected, it opens a connection, the tab is closed, and then the background_page tries to pass a message. It will fail because the tab is no longer active to receive the message.
In your case I would guess that as tabs close and new tabs open you are attempting to post messages with the old tabId instead of creating a new connection to the new tab. I would recommend reading through the long-lived connections section again.
In my case, however, I needed to provide the sendResponse function to the chrome.runtime.sendMessage(msg, responseCallbackMissingHere), which will give you the "Attempting to use a disconnected port object" error.

Resources