활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
When i creat a new jsp file and save the file , i get the following error on CRXDE lite :
Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. This node already exists: /content/TrainingSite/contentpage.jsp
Can anybody please suggest the cause of the problem and the meaning of the code.
Thanks
해결되었습니다! 솔루션으로 이동.
Well that usually means that there is already a file/node with the same name so you can't create a new one at the same place. Are you sure there isn't already a node with that name? Perhaps created by someone else?
Also it would be unusual to create a JSP under /content - normally all JSPs would be created under /apps/<myapp>/components/somecomponent/contentpage.jsp. Are you creating you JSP in the right place?
조회 수
답글
좋아요 수
Do and check the following to fix the problem:
1. Did you earlier create and then delete some nodes under the folders you are working on?
2. Did you make too many changes without saving after each change?
3. Close the browser. open a new window. Clear the cache to be sure.
Redo the changes (you could choose different node names) and save each time after every change. Doing this seems to solve the issue in most of the cases
You should be able to save now.
조회 수
답글
좋아요 수
Well that usually means that there is already a file/node with the same name so you can't create a new one at the same place. Are you sure there isn't already a node with that name? Perhaps created by someone else?
Also it would be unusual to create a JSP under /content - normally all JSPs would be created under /apps/<myapp>/components/somecomponent/contentpage.jsp. Are you creating you JSP in the right place?
조회 수
답글
좋아요 수
Besides what is already explained about the conflict, restarting the instance worked for me. And yes, you have to be careful while renaming and saving components.
조회 수
답글
좋아요 수
I got the same problem due to session expiry, I just re-login into the CRX lite console and issue got fixed.
조회 수
답글
좋아요 수
조회 수
Likes
답글