Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-12647

"get(authenticationTypes) failed on instance of com.atlassian.bamboo.repository.svn.SvnRepository" while bulk editing svn credentials

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 4.4.1, 5.0
    • 4.3.3
    • None
    • None

    Description

      When trying to do bulk action of svn credentials change, the following NPE error is encountered:

      2013-01-17 17:03:35,951 INFO [qtp21680077-890] [AccessLogFilter] admin POST http://localhost:8085/bamboo/admin/choosePlansForBulkAction.action 120589kb
      2013-01-17 17:04:11,164 ERROR [qtp21680077-890] [runtime] get(authenticationTypes) failed on instance of com.atlassian.bamboo.repository.svn.SvnRepository
      
      get(authenticationTypes) failed on instance of com.atlassian.bamboo.repository.svn.SvnRepository
      The problematic instruction:
      ----------
      ==> user-directive ww.select [on line 5, column 1 in build/edit/editSvnCredentialsSnippet.ftl]
      ----------
      
      Java backtrace for programmers:
      ----------
      freemarker.template.TemplateModelException: get(authenticationTypes) failed on instance of com.atlassian.bamboo.repository.svn.SvnRepository
      	at freemarker.ext.beans.BeanModel.get(BeanModel.java:210)
      	at freemarker.core.Dot._getAsTemplateModel(Dot.java:76)
      	at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
      (...)
      Caused by: java.lang.reflect.InvocationTargetException
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      	at java.lang.reflect.Method.invoke(Method.java:597)
      	at freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:805)
      	at freemarker.ext.beans.BeanModel.invokeThroughDescriptor(BeanModel.java:251)
      	at freemarker.ext.beans.BeanModel.get(BeanModel.java:176)
      	... 306 more
      Caused by: java.lang.NullPointerException
      	at com.atlassian.bamboo.repository.svn.SvnRepository.getAuthenticationTypes(SvnRepository.java:1760)
      	... 313 more
      

      Attachments

        Issue Links

          Activity

            People

              pstefaniak PiotrA
              pstefaniak PiotrA
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: