CQ5 DAM upload failure - aem

I am trying to upload assets to CQ5 DAM using the dam admin screen. I am able to successfully upload files with sizes up to 5 MB. I am getting an error message "failed to upload the following file : " while uploading files with sizes greater than 5 MB. This happens in both HTML5 supporting browsers (FF) and non-HTML5 browsers (IE).
When I checked the POST request in the firebug console, I got an error message asking me to check the error logs in the server. Below is what i got in the error message,
The server encountered an internal error or misconfiguration and was unable to complete
your request.
Please contact the server administrator, webuser#localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
But when I searched the error logs, I couldn't find anything related to the failed uploads.
I searched over the internet but couldn't find any solution for this issue. Please let me know if anyone has faced the same issue and resolved it. Below is what I got when I checked the recent requests in OSGI console,
0 (2014-02-17 02:02:29) TIMER_START{Request Processing}
0 (2014-02-17 02:02:29) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message>
0 (2014-02-17 02:02:29) LOG Method=POST, PathInfo=/content/dam/test.createasset.html
0 (2014-02-17 02:02:29) TIMER_START{ResourceResolution}
0 (2014-02-17 02:02:29) TIMER_END{0,ResourceResolution} URI=/content/dam/test.createasset.html resolves to Resource=JcrNodeResource, type=nt:folder, superType=null, path=/content/dam/test
0 (2014-02-17 02:02:29) LOG Resource Path Info: SlingRequestPathInfo: path='/content/dam/test', selectorString='createasset', extension='html', suffix='null'
0 (2014-02-17 02:02:29) TIMER_START{ServletResolution}
0 (2014-02-17 02:02:29) TIMER_START{resolveServlet(JcrNodeResource, type=nt:folder, superType=null, path=/content/dam/test)}
0 (2014-02-17 02:02:29) TIMER_END{0,resolveServlet(JcrNodeResource, type=nt:folder, superType=null, path=/content/dam/test)} Using servlet com.day.cq.dam.core.impl.servlet.CreateAssetServlet
0 (2014-02-17 02:02:29) TIMER_END{0,ServletResolution} URI=/content/dam/test.createasset.html handled by Servlet=com.day.cq.dam.core.impl.servlet.CreateAssetServlet
0 (2014-02-17 02:02:29) LOG Applying Requestfilters
0 (2014-02-17 02:02:29) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter
0 (2014-02-17 02:02:29) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
0 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter
0 (2014-02-17 02:02:29) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
0 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter
0 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet
0 (2014-02-17 02:02:29) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter
0 (2014-02-17 02:02:29) LOG Calling filter: com.aio.aiofilter.AioImageFilter
0 (2014-02-17 02:02:29) LOG Calling filter: com.bc.ImageFilter
0 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter
0 (2014-02-17 02:02:29) LOG RedirectFilter did not redirect (method does not match)
0 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter
0 (2014-02-17 02:02:29) LOG Applying Componentfilters
0 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter
1 (2014-02-17 02:02:29) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter
1 (2014-02-17 02:02:29) TIMER_START{com.day.cq.dam.core.impl.servlet.CreateAssetServlet#0}
1 (2014-02-17 02:02:29) LOG Applying Error filters
1 (2014-02-17 02:02:29) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
1 (2014-02-17 02:02:29) TIMER_START{handleError:status=400}
2 (2014-02-17 02:02:29) TIMER_END{1,handleError:status=400} Using handler /libs/sling/servlet/errorhandler/default.jsp
3 (2014-02-17 02:02:29) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap#1df6f3d2), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap#40016f5c), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap#1e3621d8), serializer=Config(type=htmlwriter, config={}))}
4 (2014-02-17 02:02:29) TIMER_END{3,handleError:status=400} Error handler finished
4 (2014-02-17 02:02:29) TIMER_END{3,com.day.cq.dam.core.impl.servlet.CreateAssetServlet#0}
4 (2014-02-17 02:02:29) TIMER_END{4,Request Processing} Request Processing

When moving assets with huge size, it is better to use WebDAV by configuring it in ur system [1.New network connection in XP ; 2.Map network drive for windows 7] or any webDAV client like Bitkinex [http://www.bitkinex.com/download] for windows, cyberduck, webdrive for mac/ioS.
Suggest you to also refer http://dev.day.com/docs/en/cq/current/dam/dam_upload_asset.html and http://dev.day.com/docs/en/cq/current/dam/dam_media_handlers.html

Related

how to solve 'Adding file to index' has encountered a problem in Eclipse?

I am having problem with eclipse on my laptop while I want to add a project to index(for github). I get this error: Failed to add resource to index
Failed to add resource to index
Exception caught during execution of add command
this is my log:
!ENTRY org.eclipse.egit.ui 4 0 2023-01-25 20:38:42.622
!MESSAGE Failed to add resource to index
!STACK 1
org.eclipse.core.runtime.CoreException: Failed to add resource to index
at org.eclipse.egit.core.op.AddToIndexOperation.execute(AddToIndexOperation.java:78)
at org.eclipse.egit.ui.internal.actions.AddToIndexActionHandler$1.run(AddToIndexActionHandler.java:59)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of add command
at org.eclipse.jgit.api.AddCommand.call(AddCommand.java:225)
at org.eclipse.egit.core.op.AddToIndexOperation.execute(AddToIndexOperation.java:74)
... 2 more
Caused by: org.eclipse.jgit.errors.LockFailedException: Cannot lock C:\Users\motah\.git\index. Ensure that no other process has an open file handle on the lock file C:\Users\motah\.git\index.lock, then you may delete the lock file and retry.
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:221)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:292)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:258)
at org.eclipse.jgit.lib.Repository.lockDirCache(Repository.java:1285)
at org.eclipse.egit.core.RepositoryHandle.lockDirCache(RepositoryHandle.java:319)
at org.eclipse.jgit.api.AddCommand.call(AddCommand.java:122)
... 3 more
!SUBENTRY 1 org.eclipse.egit.core 4 0 2023-01-25 20:38:42.622
!MESSAGE Failed to add resource to index
!STACK 0
org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of add command
at org.eclipse.jgit.api.AddCommand.call(AddCommand.java:225)
at org.eclipse.egit.core.op.AddToIndexOperation.execute(AddToIndexOperation.java:74)
at org.eclipse.egit.ui.internal.actions.AddToIndexActionHandler$1.run(AddToIndexActionHandler.java:59)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.eclipse.jgit.errors.LockFailedException: Cannot lock C:\Users\motah\.git\index. Ensure that no other process has an open file handle on the lock file C:\Users\motah\.git\index.lock, then you may delete the lock file and retry.
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:221)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:292)
at org.eclipse.jgit.dircache.DirCache.lock(DirCache.java:258)
at org.eclipse.jgit.lib.Repository.lockDirCache(Repository.java:1285)
at org.eclipse.egit.core.RepositoryHandle.lockDirCache(RepositoryHandle.java:319)
at org.eclipse.jgit.api.AddCommand.call(AddCommand.java:122)
... 3 more
Can anyone help me here how I can solve it?
I have deleted my project and made another one and it did not work. I did with other projects that I have and I get the same error.
I am learning how to push in eclipse to github. I only had this problem at class and we could not solve it.
I just found the solution. I had to delete .lock file. Now it works fine.

Getting an error for a missing file on a aem project that is no longer installed

When editing a template I see an 404 error for a file that is supposed to no longer exist in my js console. When I try to open it I see this error:
Resource at '/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html' not found: No resource found
Cannot serve request to /conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html in /libs/sling/servlet/errorhandler/404.jsp
Request Progress:
0 TIMER_START{Request Processing}
3 COMMENT timer_end format is {<elapsed microseconds>,<timer name>} <optional message>
10 LOG Method=GET, PathInfo=null
13 TIMER_START{handleSecurity}
1613 TIMER_END{1597,handleSecurity} authenticator org.apache.sling.auth.core.impl.SlingAuthenticator#6e7c2e44 returns true
3677 TIMER_START{ResourceResolution}
3865 TIMER_END{186,ResourceResolution} URI=/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html resolves to Resource=NonExistingResource, path=/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html
3872 LOG Resource Path Info: SlingRequestPathInfo: path='/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html', selectorString='null', extension='html', suffix='null'
3873 TIMER_START{ServletResolution}
3877 TIMER_START{resolveServlet(/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html)}
4597 LOG {0}: no servlet found
4606 TIMER_END{727,resolveServlet(/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet
4610 TIMER_END{737,ServletResolution} URI=/conf/MyOldProject/settings/wcm/templates/landing-page/structure/jcr:content/root/title.html handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet
4614 LOG Applying Requestfilters
4619 LOG Calling filter: com.adobe.granite.resourceresolverhelper.impl.ResourceResolverHelperImpl
4625 LOG Calling filter: org.apache.sling.security.impl.ContentDispositionFilter
4629 LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
4632 LOG Calling filter: com.adobe.granite.httpcache.impl.InnerCacheFilter
4638 LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
4640 LOG Calling filter: com.adobe.cq.mcm.campaign.servlets.CampaignCopyTracker
4642 LOG Calling filter: com.adobe.cq.history.impl.HistoryRequestFilter
4752 LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter
4768 LOG Calling filter: com.adobe.cq.wcm.core.components.internal.servlets.CoreFormHandlingServlet
4773 LOG Calling filter: com.adobe.granite.optout.impl.OptOutFilter
4778 LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet
4780 LOG Calling filter: com.adobe.cq.social.commons.cors.CORSAuthenticationFilter
4784 LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter
4787 LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter
4790 LOG Calling filter: com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl
4871 LOG Calling filter: com.adobe.granite.csrf.impl.CSRFFilter
4873 LOG Calling filter: com.adobe.granite.rest.assets.impl.AssetContentDispositionFilter
4877 LOG Calling filter: com.adobe.granite.requests.logging.impl.RequestLoggerImpl
4884 LOG Calling filter: com.adobe.granite.rest.impl.servlet.ApiResourceFilter
4887 LOG Calling filter: com.day.cq.dam.core.impl.servlet.ActivityRecordHandler
4897 LOG Calling filter: com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareAuthHandler
4900 LOG Calling filter: com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostServlet
4902 LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter
4909 LOG Applying Componentfilters
4911 LOG Calling filter: com.day.cq.personalization.impl.TargetComponentFilter
4913 LOG Calling filter: com.day.cq.wcm.core.impl.page.PageLockFilter
4915 LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter
4925 LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter
4934 TIMER_START{org.apache.sling.servlets.get.DefaultGetServlet#0}
4992 TIMER_END{57,org.apache.sling.servlets.get.DefaultGetServlet#0}
5011 LOG Filter timing: filter=com.day.cq.wcm.core.impl.WCMDebugFilter, inner=0, total=0, outer=0
5013 LOG Filter timing: filter=com.day.cq.wcm.core.impl.WCMComponentFilter, inner=0, total=1, outer=1
5014 LOG Filter timing: filter=com.day.cq.wcm.core.impl.page.PageLockFilter, inner=1, total=1, outer=0
5059 LOG Filter timing: filter=com.adobe.cq.dtm.reactor.impl.servlets.ClientLibraryFilter, inner=0, total=1, outer=1
5061 LOG Filter timing: filter=com.adobe.cq.dam.webdav.impl.io.DamWebdavRequestFilter, inner=1, total=1, outer=0
5062 LOG Filter timing: filter=com.day.cq.wcm.core.impl.warp.TimeWarpFilter, inner=1, total=1, outer=0
5063 LOG Filter timing: filter=com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostServlet, inner=1, total=1, outer=0
5065 LOG Filter timing: filter=com.adobe.cq.dtm.impl.servlets.DTMLibraryCompatibilityFilter, inner=1, total=1, outer=0
5066 LOG Filter timing: filter=com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareAuthHandler, inner=1, total=1, outer=0
5068 LOG Filter timing: filter=com.day.cq.dam.core.impl.servlet.DamContentDispositionFilter, inner=1, total=1, outer=0
5070 LOG Filter timing: filter=com.day.cq.dam.core.impl.servlet.ActivityRecordHandler, inner=1, total=1, outer=0
5071 LOG Filter timing: filter=com.adobe.granite.rest.impl.servlet.ApiResourceFilter, inner=1, total=1, outer=0
5072 LOG Filter timing: filter=com.adobe.granite.requests.logging.impl.RequestLoggerImpl, inner=1, total=1, outer=0
5074 LOG Filter timing: filter=com.adobe.granite.rest.assets.impl.AssetContentDispositionFilter, inner=1, total=1, outer=0
5075 LOG Filter timing: filter=com.adobe.granite.csrf.impl.CSRFFilter, inner=1, total=1, outer=0
5076 LOG Filter timing: filter=com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl, inner=1, total=1, outer=0
5077 LOG Filter timing: filter=com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter, inner=1, total=1, outer=0
5079 LOG Filter timing: filter=org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter, inner=1, total=1, outer=0
5080 LOG Filter timing: filter=com.adobe.cq.social.commons.cors.CORSAuthenticationFilter, inner=1, total=1, outer=0
5081 LOG Filter timing: filter=com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet, inner=1, total=1, outer=0
5082 LOG Filter timing: filter=com.adobe.granite.optout.impl.OptOutFilter, inner=1, total=1, outer=0
5084 LOG Filter timing: filter=com.adobe.cq.wcm.core.components.internal.servlets.CoreFormHandlingServlet, inner=1, total=1, outer=0
5085 LOG Filter timing: filter=com.day.cq.wcm.core.impl.WCMRequestFilter, inner=1, total=1, outer=0
5086 LOG Filter timing: filter=com.adobe.cq.history.impl.HistoryRequestFilter, inner=1, total=1, outer=0
5087 LOG Filter timing: filter=com.adobe.cq.mcm.campaign.servlets.CampaignCopyTracker, inner=1, total=1, outer=0
5089 LOG Filter timing: filter=org.apache.sling.rewriter.impl.RewriterFilter, inner=1, total=1, outer=0
5090 LOG Filter timing: filter=com.adobe.granite.httpcache.impl.InnerCacheFilter, inner=1, total=1, outer=0
5091 LOG Filter timing: filter=org.apache.sling.i18n.impl.I18NFilter, inner=1, total=1, outer=0
5093 LOG Filter timing: filter=org.apache.sling.security.impl.ContentDispositionFilter, inner=1, total=1, outer=0
5095 LOG Filter timing: filter=org.apache.sling.distribution.servlet.DistributionAgentCreationFilter, inner=1, total=1, outer=0
5295 LOG Applying Error filters
5299 LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
5301 LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
5308 TIMER_START{handleError:status=404}
5331 TIMER_END{21,handleError:status=404} Using handler /libs/sling/servlet/errorhandler/404.jsp
6214 LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html], order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=JcrPropertyMap [node=Node[NodeDelegate{tree=/libs/cq/config/rewriter/default/transformer-mobile: { jcr:primaryType = nt:unstructured, component-optional = true}}], values={jcr:primaryType=nt:unstructured, component-optional=true}]), Config(type=mobiledebug, config=JcrPropertyMap [node=Node[NodeDelegate{tree=/libs/cq/config/rewriter/default/transformer-mobiledebug: { jcr:primaryType = nt:unstructured, component-optional = true}}], values={jcr:primaryType=nt:unstructured, component-optional=true}]), Config(type=contentsync, config=JcrPropertyMap [node=Node[NodeDelegate{tree=/libs/cq/config/rewriter/default/transformer-contentsync: { jcr:primaryType = nt:unstructured, component-optional = true}}], values={jcr:primaryType=nt:unstructured, component-optional=true}]), serializer=Config(type=htmlwriter, config={}))}
7481 TIMER_END{7479,Request Processing} Dumping SlingRequestProgressTracker Entries
What's strange is that the template was removed long ago and there shouldn't be any reference to it. As a test I deleted the crx-quickstart folder and started from scratch. After doing a fresh install without any of my projects installed I still see that error. I thought maybe something was cached so I deleted my adobe folder in my cached folder (I'm on OS X). I tried moving the aem jars to a completely different location and I still had the same issue.
How could aem possibly know the name of an old project that was never installed? Is there somewhere where AEM caches these references?
How can I make it forget it and stop giving 404 errors?
It turned out it was due to caching performed by chrome. As soon as I cleared on cached data related to my aem instance the error disappeared.

WARN with NPE in logs when opening Page Properties on AEM 6.5 and Java 11

Running AEM 6.5.3 on Java 11. When I open Page Properties for edition I keep getting from time to time warning in error.log containing NPE thrown from table_jsp.java:56:
13.12.2019 07:32:21.487 *WARN* [91.202.100.5 [1576222341248] GET /mnt/overlay/wcm/core/content/sites/properties.html HTTP/1.1] libs.granite.ui.components.coral.foundation.table Failed to wrap datasource for lookahead
java.lang.NullPointerException: null
at org.apache.jsp.libs.granite.ui.components.coral.foundation.table.table_jsp$LimitIncreaseDatasourceWrapper.<init>(table_jsp.java:56)
at org.apache.jsp.libs.granite.ui.components.coral.foundation.table.table_jsp._jspService(table_jsp.java:257)
at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.3.6]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:725) [org.apache.felix.http.servlet-api:1.1.2]
at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:449) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:339) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:97) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:600) [org.apache.sling.scripting.jsp:2.3.6]
at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:388) [org.apache.sling.scripting.core:2.0.56]
at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:184) [org.apache.sling.scripting.core:2.0.56]
at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:491) [org.apache.sling.scripting.core:2.0.56]
at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:552) [org.apache.sling.engine:2.6.20]
at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:44) [org.apache.sling.engine:2.6.20]
at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:82) [org.apache.sling.engine:2.6.20]
at com.day.cq.wcm.core.impl.WCMDeveloperModeFilter.doFilter(WCMDeveloperModeFilter.java:133) [com.day.cq.wcm.cq-wcm-core:5.12.106]
at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:72) [org.apache.sling.engine:2.6.20]
at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:138) [com.day.cq.wcm.cq-wcm-core:5.12.106]
at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:72) [org.apache.sling.engine:2.6.20]
Is this a known issue?
At the moment of writing (according to my best knowledge), it is a known issue and it should not cause any problems. It can be fixed by updating /apps/wcm/core/content/sites/properties/tabs/permissions/items/userGroupList/datasource node:
<userGroupList jcr:primaryType="nt:unstructured">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/siteadmin/admin/properties/localacl/localacldatasource"
itemResourceType="cq/gui/components/siteadmin/admin/properties/localacl/localacllistitem"
limit="{Long}40"
page="${empty param.item ? requestPathInfo.suffix : param.item}"/>
</userGroupList>
According to Adobe support this issue is resolved as of AEM 6.5.5.0 though I can't find the hotfix ID that addresses this

Spring WebClient reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutException

I am using Spring WebClient to call a rest service. The code for the post call as mentioned below.
Mono<ClientResponse> response = client.post()
.uri(uriBuilder -> uriBuilder.build())
.headers(httpHeaders -> httpHeaders.setAll(getHeaders()))
.body(BodyInserters.fromPublisher(Mono.just(message), String.class))
.exchange();
response.subscribe(clientResponse -> {
System.out.println(clientResponse.statusCode());
});
I am getting the following exception after posting continuously for a while (after posting 2-3 million requests in 5 mins).
[ parallel-3] r.c.s.Schedulers : Scheduler worker in group main failed with an uncaught exception
reactor.core.Exceptions$ErrorCallbackNotImplemented: reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutException: Pool#acquire(Duration) has been pending for more than the configured timeout of 45000ms
Caused by: reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutException: Pool#acquire(Duration) has been pending for more than the configured timeout of 45000ms
at reactor.netty.internal.shaded.reactor.pool.AbstractPool$Borrower.run(AbstractPool.java:317) ~[reactor-netty-0.9.0.RELEASE.jar!/:0.9.0.RELEASE]
Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
Error has been observed at the following site(s):
|_ checkpoint ⇢ Request to POST https://myrest-service-c12-1-lb-125370128.us-west-2.elb.amazonaws.com/antenna [DefaultWebClient]
Stack trace:
at reactor.netty.internal.shaded.reactor.pool.AbstractPool$Borrower.run(AbstractPool.java:317) ~[reactor-netty-0.9.0.RELEASE.jar!/:0.9.0.RELEASE]
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) [reactor-core-3.3.0.RELEASE.jar!/:3.3.0.RELEASE]
at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) [reactor-core-3.3.0.RELEASE.jar!/:3.3.0.RELEASE]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]
It looks like the pool is exhausted and I need to limit the number of requests. Could some one help me in solving this issue. Thanks in advance.
Seems to be a bug in reactor-netty that has recently been fixed: https://github.com/reactor/reactor-netty/issues/1012

Stack overflow while working with CFBuilder plugin

In the past 30 minutes of working in CFBuilder (I have it as an Eclipse Plug in), I got this error 4 times:
A stack overflow has occurred.
You are recommended to exit the workbench.
Subsequent errors may happen and may terminate the workbench without warning.
See the .log file for more details.
Do you want to exit workbench?.
together with:
Unhandled event loop exception
java.lang.StackOverflowError
The log file had this:
!ENTRY org.eclipse.ui 4 0 2010-05-11 09:41:51.951
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.StackOverflowError
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1613)
at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1603)
at com.adobe.ide.editor.model.CFMLDOMUtils.getVariable(CFMLDOMUtils.java:2375)
at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromNode(CFMLDOMUtils.java:2484)
at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromFunctionCall(CFMLDOMUtils.java:2168)
at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromNode(CFMLDOMUtils.java:2495)
at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromFunctionCall(CFMLDOMUtils.java:2168)
at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromNode(CFMLDOMUtils.java:2495)
at com.adobe.ide.editor.model.CFMLDOMUtils.getComponentNameFromFunctionCall(CFMLDOMUtils.java:2168)
(and so on - repeat n times)
It happens whenever I copy/paste something. Does anyone know what is going on?
Seems like this is a CFB bug http://forums.adobe.com/thread/551761
EDIT: i saw now you added comment there ;)
Please see Update 1 to ColdFusion Builder, this should fix the issue being reported here:
http://kb2.adobe.com/cps/846/cpsid_84607.html