<p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">Hi,</p><p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">
maybe somebody can give some tips what the root cause could be here. we have one content item that is not editable anymore (it is not locked, I checked that).<br>we are using the v3 version of the JellyAdapter resource, and when we call the edit URL (yanel.resource.usecase=modify) the following Yanel Internal Error shows up.</p>
<p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">The URL looks absolutely the same as for other content items which are still editable.<br>
Any clue? Thanks for any tips that maybe help my analysis.<br><br>@Michael: I have seen that some changes have been done to the v3 version, but I did not review those changes. Should I look into those?<br><br>Cheers</p><p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">
Balz</p><p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); "><br></p><p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">
<br></p><p style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">The server is currently unable to handle your request. Please try again later. If the error persists, consider contacting the website operators.</p>
<ul style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); "><li>Servlet path: /de/HR/rennberichte/Hockenheim-Historic-2011-packende-Rennkaempfe-zwischen-Zwergen-und-Hubraumriesen.html.editedArticle-edit.html</li>
<li>Request path: /de/HR/rennberichte/Hockenheim-Historic-2011-packende-Rennkaempfe-zwischen-Zwergen-und-Hubraumriesen.html.editedArticle-edit.html</li><li>Message: Due to an exception the request has been canceled. Exception message: Item with the name already exists</li>
</ul><h4 style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; text-align: left; background-color: rgb(255, 255, 255); ">Stacktrace</h4><span class="Apple-style-span" style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 12px; background-color: rgb(255, 255, 255); ">java.lang.Exception: Due to an exception the request has been canceled. Exception message: Item with the name already exists at org.wyona.yanel.impl.resources.jellyadapterofcmdv3.JellyAdapterForCUDResource.getView(JellyAdapterForCUDResource.java:148) at org.wyona.yanel.servlet.YanelServlet.getContent(YanelServlet.java:599) at org.wyona.yanel.servlet.YanelServlet.doGet(YanelServlet.java:429) at org.wyona.yanel.servlet.YanelServlet.service(YanelServlet.java:333) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.wyona.yanel.servlet.communication.YanelFilter.doFilter(YanelFilter.java:37) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalArgumentException: Item with the name already exists at org.wyona.yanel.impl.jelly.ResourceInputImpl.add(ResourceInputImpl.java:109) at com.zwischengas.contentnode.ContentNodeResource.setUpTextFieldInputItem(ContentNodeResource.java:912) at com.zwischengas.editedarticle.EditedArticleResource.setUpAssetFields(EditedArticleResource.java:295) at com.zwischengas.editedarticle.EditedArticleResource.setUpEditionForm(EditedArticleResource.java:204) at com.zwischengas.contentnode.ContentNodeResource.getResourceInputForModification(ContentNodeResource.java:520) at org.wyona.yanel.impl.resources.jellyadapterofcmdv3.JellyAdapterForCUDResource.init(JellyAdapterForCUDResource.java:315) at org.wyona.yanel.impl.resources.jellyadapterofcmdv3.JellyAdapterForCUDResource.getView(JellyAdapterForCUDResource.java:76) ... 19 more</span>