[ 
https://jira.nuxeo.com/browse/NXP-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=99628#comment-99628
 ] 

Florent Guillaume commented on NXP-7182:
----------------------------------------

This commit also fixed the bug that manifests itself through:
{noformat}
java.lang.NullPointerException
at 
org.nuxeo.ecm.platform.wi.backend.AbstractBackendFactory.getBackend(AbstractBackendFactory.java:47)
at 
org.nuxeo.ecm.platform.wi.service.PluggableBackendFactory.getBackend(PluggableBackendFactory.java:41)
at 
org.nuxeo.ecm.platform.wi.backend.wss.WSSBackendFactoryImpl.getBackend(WSSBackendFactoryImpl.java:57)
at org.nuxeo.wss.spi.Backend.get(Backend.java:75)
at org.nuxeo.wss.servlet.WSSFilter.handleWSSCall(WSSFilter.java:90)
at 
org.nuxeo.wss.servlet.BaseWSSFilter.handleForwardedCall(BaseWSSFilter.java:232)
at org.nuxeo.wss.servlet.BaseWSSFilter.doFilter(BaseWSSFilter.java:104)
at org.nuxeo.wss.servlet.FailSafeWSSFilter.doFilter(FailSafeWSSFilter.java:55)
{noformat}


> Improve CoreSession Management in Windows Integration backend
> -------------------------------------------------------------
>
>                 Key: NXP-7182
>                 URL: https://jira.nuxeo.com/browse/NXP-7182
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>          Components: WSS integration
>    Affects Versions: 5.4.2
>            Reporter: Vitalii Siryi
>             Fix For: 5.4.3
>
>
> Somethimes we got such exception:
> org.nuxeo.ecm.core.api.ClientException: Failed to load repository null
>       at 
> org.nuxeo.ecm.core.api.local.LocalSession.createSession(LocalSession.java:106)
>       at 
> org.nuxeo.ecm.core.api.local.LocalSession.getSession(LocalSession.java:166)
>       at 
> org.nuxeo.ecm.core.api.AbstractSession.resolveReference(AbstractSession.java:516)
>       at 
> org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:1201)
>       at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
> As I understand it, this means that we are trying to use closed CoreSession.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to