I've been working on an application for months. After some work today, it refused to deploy with the error "Application failed to validate."
However, when I run validation in the application designer, no problems are found.
I've undone my changes, but it made no difference.
On the server, the following errors occur when deployment fails:
[26F4:0020-3284] 10/09/2024 15:24:48 HTTP JVM: com.ibm.form.nitro.service.services.ServiceException: Could not find editable application for app "acaec79f-f288-4647-8464-4634cd4f86f7" for service description id of "nitro:in-app:domino:acaec79f-f288-4647f7:c16c34b1-7432-4891-85f9-cba13a
[26F4:0020-3284] 10/09/2024 15:24:48 HTTP JVM: 27c56" and user "CN=x/O=x".. For more detailed information, please consult error-log-0.xml located in C:/Program Files/IBM/Domino/data/domino/workspace/logs
[26F4:0020-3284] 10/09/2024 15:24:48 HTTP JVM: CLFNI0116E: Failed to generate application dojo files for application "Quotations".
Also, in Volt Builder, the status of the application is 'oos-published'.
Has anyone come across this before or got any ideas?
This error means that your application is referring to a service configuration where the app (or service) cannot be found.
Check your service configuration page and validate that all the services you have defined on that page exist and can be accessed.
Do you have an application with the app id "acaec79f-f288-4647-8464-4634cd4f86f7"? Does your account have read/write access to that application (i.e. in a role in the app).
A long time ago we had a defect where if you deleted a service it did not get removed from the application properly and then it could cause validation errors like this (and it would not appear on the service configuration page).
What version are you using? Can you send me (christopher.dawes@hcl.com) the app?
Thanks for the reply.
App id "acaec79f-f288-4647-8464-4634cd4f86f7" is an old, unrelated app. My account does have read/write access.
What you were saying about services is interesting. I wanted to remove redundant services from the app so changed the suspect services' names and IDs so that I could delete them if the app still worked. This led to the problem. Changing it back as it was didn't resolve the problem.
I can't send you the app as the NSF is way too big, and because it's not deployed it won't let me export. Is there somewhere I could put it for you? The NSF is 36Mb. Or I could create an NTF.
Send me an email, so that I have your email address and then I can give you a place to send the file.
You should be able to export the application even if it is not deployed.
hi Taranita, did you saw the error on the server's log? or in another database?
have the same problem
thanks in advance, Lea
Hi Lea, yes, you can find the error in the server's log.nsf .
You can also find a bit more detailed information in the "error-log-X.xml" and the "trace-log-X.xml" in the "Domino\Data\domino\workspace\logs" folder.