-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: nuxeo-connect-client
-
Tags:
-
Sprint:NOS-6
If I register the project from someone else than my sandbox, I can't access the Admin Center > Update Center. The page crashes with a NPE:
aused by: java.lang.NullPointerException at org.nuxeo.connect.packages.PackageManagerImpl.listRemoteAssociatedStudioPackages(PackageManagerImpl.java:729) at org.nuxeo.connect.client.jsf.AppCenterViewsManager.getStudioInstallationStatus(AppCenterViewsManager.java:306) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79)
It should not happend with branch management.
The issue is kept to validate it works fine.
- is required by
-
NXS-2353 Studio: Branch Management
- Resolved