Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52752

https://jenkins.io/redirect/class-filter/ ali-provider-api-2.32-495.jar

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor

      Jenkins shall build our SW an push the info to a HP ALM Server. 

      According to https://jenkins.io/blog/2018/03/15/jep-200-lts/ I want to report this problems.

       

      In "All Jenkins Logs" I get the following warnings:

      ...
      Jul 25, 2018 2:26:27 PM WARNING jenkins.security.ClassFilterImpl notifyRejected
      com.hp.alm.ali.hudson.coverage.salesforce.AliSalesforceCoverageExtension$SalesforceConfig in file:/C:/Programme/Jenkins/plugins/ali-hudson-plugin/WEB-INF/lib/ali-hudson-common-2.32-495.jar might be dangerous, so rejecting; see https://jenkins.io/redirect/class-filter/

      ...
      Jul 25, 2018 2:32:00 PM WARNING jenkins.security.ClassFilterImpl notifyRejected
      com.hp.alm.scm.build.CodeChanges in file:/C:/Programme/Jenkins/plugins/ali-hudson-plugin/WEB-INF/lib/ali-provider-api-2.32-495.jar might be dangerous, so rejecting; see https://jenkins.io/redirect/class-filter/
      Jul 25, 2018 2:32:00 PM SEVERE hudson.model.Run execute
      Failed to save build record java.lang.UnsupportedOperationException: Refusing to marshal com.hp.alm.scm.build.CodeChanges for security reasons; see https://jenkins.io/redirect/class-filter/

      ...

          [JENKINS-52752] https://jenkins.io/redirect/class-filter/ ali-provider-api-2.32-495.jar

          Daniel Gront added a comment -

          floriane, Did you receive this error by using the HPE Application Automation Plugin?

          If so please provide a full log message because com.hp.alm.ali.hudson.coverage.salesforce is not a plugin component.

          Daniel Gront added a comment - floriane , Did you receive this error by using the HPE Application Automation Plugin? If so please provide a full log message because com.hp.alm.ali.hudson.coverage.salesforce is not a plugin component.

          I restarted Jenkins and got the following log:

           

          Jenkins Log

          Jul 26, 2018 3:32:43 PM INFO org.eclipse.jetty.server.handler.ContextHandler doStart
          Started w.@1ecda92{/,file:///C:/Programme/Jenkins/war/,AVAILABLE}

          {C:\Programme\Jenkins\war}

          Jul 26, 2018 3:32:43 PM INFO org.eclipse.jetty.server.AbstractConnector doStart
          Started ServerConnector@1504ae9{HTTP/1.1,[http/1.1]}

          {0.0.0.0:8081}

          Jul 26, 2018 3:32:43 PM INFO org.eclipse.jetty.server.Server doStart
          Started @3032ms
          Jul 26, 2018 3:32:43 PM INFO winstone.Logger logInternal
          Winstone Servlet Engine v4.0 running: controlPort=disabled
          Jul 26, 2018 3:32:46 PM INFO jenkins.InitReactorRunner$1 onAttained
          Started initialization
          Jul 26, 2018 3:32:48 PM INFO jenkins.InitReactorRunner$1 onAttained
          Listed all plugins
          Jul 26, 2018 3:32:59 PM INFO jenkins.InitReactorRunner$1 onAttained
          Prepared all plugins
          Jul 26, 2018 3:32:59 PM INFO jenkins.InitReactorRunner$1 onAttained
          Started all plugins
          Jul 26, 2018 3:33:00 PM INFO hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 error
          Failed to instantiate optional component hudson.plugins.build_timeout.operations.AbortAndRestartOperation$DescriptorImpl; skipping
          Jul 26, 2018 3:33:01 PM INFO jenkins.InitReactorRunner$1 onAttained
          Augmented all extensions
          Jul 26, 2018 3:33:01 PM INFO jenkins.model.Jenkins setBuildsAndWorkspacesDir
          Using non default workspaces directories: ${JENKINS_HOME}/workspace/${ITEM_FULLNAME}.
          Jul 26, 2018 3:33:02 PM INFO jenkins.InitReactorRunner$1 onAttained
          Loaded all jobs
          Jul 26, 2018 3:33:02 PM INFO hudson.model.AsyncPeriodicWork$1 run
          Started Download metadata
          Jul 26, 2018 3:33:02 PM INFO hudson.model.AsyncPeriodicWork$1 run
          Finished Download metadata. 16 ms
          Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext prepareRefresh
          Refreshing org.springframework.web.context.support.StaticWebApplicationContext@1a250db: display name [Root WebApplicationContext]; startup date [Thu Jul 26 15:33:02 CEST 2018]; root of context hierarchy
          Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
          Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@1a250db]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1c61fa4
          Jul 26, 2018 3:33:02 PM INFO org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
          Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c61fa4: defining beans [authenticationManager]; root of factory hierarchy
          Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext prepareRefresh
          Refreshing org.springframework.web.context.support.StaticWebApplicationContext@18514b2: display name [Root WebApplicationContext]; startup date [Thu Jul 26 15:33:02 CEST 2018]; root of context hierarchy
          Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
          Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@18514b2]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1484160
          Jul 26, 2018 3:33:02 PM INFO org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
          Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1484160: defining beans [filter,legacy]; root of factory hierarchy
          Jul 26, 2018 3:33:02 PM INFO jenkins.InitReactorRunner$1 onAttained
          Completed initialization
          Jul 26, 2018 3:33:02 PM INFO hudson.WebAppMain$3 run
          Jenkins is fully up and running
          Jul 26, 2018 3:33:05 PM WARNING jenkins.security.ClassFilterImpl notifyRejected
          com.hp.alm.ali.hudson.coverage.salesforce.AliSalesforceCoverageExtension$SalesforceConfig in file:/C:/Programme/Jenkins/plugins/ali-hudson-plugin/WEB-INF/lib/ali-hudson-common-2.32-495.jar might be dangerous, so rejecting; see https://jenkins.io/redirect/class-filter/

          Florian Eidenhammer added a comment - I restarted Jenkins and got the following log:   Jenkins Log Jul 26, 2018 3:32:43 PM INFO org.eclipse.jetty.server.handler.ContextHandler doStart Started w.@1ecda92{/, file:///C:/Programme/Jenkins/war/,AVAILABLE } {C:\Programme\Jenkins\war} Jul 26, 2018 3:32:43 PM INFO org.eclipse.jetty.server.AbstractConnector doStart Started ServerConnector@1504ae9{HTTP/1.1, [http/1.1] } {0.0.0.0:8081} Jul 26, 2018 3:32:43 PM INFO org.eclipse.jetty.server.Server doStart Started @3032ms Jul 26, 2018 3:32:43 PM INFO winstone.Logger logInternal Winstone Servlet Engine v4.0 running: controlPort=disabled Jul 26, 2018 3:32:46 PM INFO jenkins.InitReactorRunner$1 onAttained Started initialization Jul 26, 2018 3:32:48 PM INFO jenkins.InitReactorRunner$1 onAttained Listed all plugins Jul 26, 2018 3:32:59 PM INFO jenkins.InitReactorRunner$1 onAttained Prepared all plugins Jul 26, 2018 3:32:59 PM INFO jenkins.InitReactorRunner$1 onAttained Started all plugins Jul 26, 2018 3:33:00 PM INFO hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 error Failed to instantiate optional component hudson.plugins.build_timeout.operations.AbortAndRestartOperation$DescriptorImpl; skipping Jul 26, 2018 3:33:01 PM INFO jenkins.InitReactorRunner$1 onAttained Augmented all extensions Jul 26, 2018 3:33:01 PM INFO jenkins.model.Jenkins setBuildsAndWorkspacesDir Using non default workspaces directories: ${JENKINS_HOME}/workspace/${ITEM_FULLNAME}. Jul 26, 2018 3:33:02 PM INFO jenkins.InitReactorRunner$1 onAttained Loaded all jobs Jul 26, 2018 3:33:02 PM INFO hudson.model.AsyncPeriodicWork$1 run Started Download metadata Jul 26, 2018 3:33:02 PM INFO hudson.model.AsyncPeriodicWork$1 run Finished Download metadata. 16 ms Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext prepareRefresh Refreshing org.springframework.web.context.support.StaticWebApplicationContext@1a250db: display name [Root WebApplicationContext] ; startup date [Thu Jul 26 15:33:02 CEST 2018] ; root of context hierarchy Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@1a250db] : org.springframework.beans.factory.support.DefaultListableBeanFactory@1c61fa4 Jul 26, 2018 3:33:02 PM INFO org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1c61fa4: defining beans [authenticationManager] ; root of factory hierarchy Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext prepareRefresh Refreshing org.springframework.web.context.support.StaticWebApplicationContext@18514b2: display name [Root WebApplicationContext] ; startup date [Thu Jul 26 15:33:02 CEST 2018] ; root of context hierarchy Jul 26, 2018 3:33:02 PM INFO org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@18514b2] : org.springframework.beans.factory.support.DefaultListableBeanFactory@1484160 Jul 26, 2018 3:33:02 PM INFO org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1484160: defining beans [filter,legacy] ; root of factory hierarchy Jul 26, 2018 3:33:02 PM INFO jenkins.InitReactorRunner$1 onAttained Completed initialization Jul 26, 2018 3:33:02 PM INFO hudson.WebAppMain$3 run Jenkins is fully up and running Jul 26, 2018 3:33:05 PM WARNING jenkins.security.ClassFilterImpl notifyRejected com.hp.alm.ali.hudson.coverage.salesforce.AliSalesforceCoverageExtension$SalesforceConfig in file:/C:/Programme/Jenkins/plugins/ali-hudson-plugin/WEB-INF/lib/ali-hudson-common-2.32-495.jar might be dangerous, so rejecting; see https://jenkins.io/redirect/class-filter/

          Daniel Gront added a comment -

          It seems like an issue in ali-hudson-common and not in our plugin.

          Daniel Gront added a comment - It seems like an issue in ali-hudson-common and not in our plugin.

          Ok, can you assign it to a responsible person?

          Florian Eidenhammer added a comment - Ok, can you assign it to a responsible person?

          Daniel Gront added a comment -

          It seems the issue is in ali-hudson-plugin which doesn't have a component in public JIRA.
          I think your best option is to file a report in ALM support.
          roy_lu Do you know where can he open a ticket for this?

          Daniel Gront added a comment - It seems the issue is in ali-hudson-plugin which doesn't have a component in public JIRA. I think your best option is to file a report in ALM support. roy_lu Do you know where can he open a ticket for this?

          Daniel Gront added a comment -

          I've talked to ALM about this issue.

          This version of ALI is deprecated, you should upgrade your ALI/ALM and it should solve your problem.

          If the issue still occurs, please reopen one of the tickets and I'll refer you to where you should submit a ticket.

          Daniel Gront added a comment - I've talked to ALM about this issue. This version of ALI is deprecated, you should upgrade your ALI/ALM and it should solve your problem. If the issue still occurs, please reopen one of the tickets and I'll refer you to where you should submit a ticket.

          Florian Eidenhammer added a comment - - edited

           

          Thank you for your help!

          Florian Eidenhammer added a comment - - edited   Thank you for your help!

            gront Daniel Gront
            floriane Florian Eidenhammer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: