Free cookie consent management tool by TermsFeed Policy Generator

Opened 13 years ago

Closed 13 years ago

#1537 closed defect (done)

Plugin update service is broken because of the switch to .NET 4.0

Reported by: gkronber Owned by: gkronber
Priority: highest Milestone: HeuristicLab 3.3.5
Component: PluginInfrastructure Version: 3.3.5
Keywords: Cc:

Description


Change History (15)

comment:1 Changed 13 years ago by gkronber

  • Status changed from new to accepted

comment:2 Changed 13 years ago by gkronber

The default user for the update service has been locked in the ASP.NET SqlMemberShipProvider user database (probably because of a number of invalid password attempts).

  • unlocked the anonymous user
  • increased maxInvalidPasswordAttempts setting to 20 in the web.config for the deployment service
  • changed .NET framework version of the Deployment-3.3 application pool from v2.0 to v4.0 (because of this change the users and roles cannot be edited directly within the IIS GUI anymore)
  • created a new application pool Deployment-3.3_usermanagement with .NET framework version v2.0
  • created a new application Deployment-3.3_usermanagement using application pool Deployment-3.3_usermanagement. Users and roles for all applications in site services.heuristiclab.com can be edited in the configuration for this application now.

comment:3 Changed 13 years ago by gkronber

r6410: recreated deployment service client classes using script GenerateServiceClients.cmd

comment:4 Changed 13 years ago by gkronber

  • Owner changed from gkronber to swagner
  • Status changed from accepted to reviewing

comment:5 Changed 13 years ago by gkronber

Probably we should add a unit test which checks if connecting to the deployment service is possible in case the anonymous user is locked again.

comment:6 Changed 13 years ago by gkronber

  • Owner changed from swagner to gkronber
  • Status changed from reviewing to assigned

comment:7 Changed 13 years ago by gkronber

  • Status changed from assigned to accepted

comment:8 Changed 13 years ago by gkronber

r6427: implemented unit test to check if the connection to the update service works.

comment:9 Changed 13 years ago by gkronber

r6428: set svn:ignore properties

comment:10 Changed 13 years ago by gkronber

  • Owner changed from gkronber to swagner
  • Status changed from accepted to reviewing

comment:11 Changed 13 years ago by gkronber

r6429: added missing license header

comment:12 Changed 13 years ago by gkronber

r6434: renamed project to HeuristicLab.PluginInfrastructure-3.3.Tests

comment:13 Changed 13 years ago by swagner

r6535: corrected namespace of test project

comment:14 Changed 13 years ago by swagner

  • Owner changed from swagner to gkronber
  • Status changed from reviewing to readytorelease

Thanks for updating the service and implementing the unit test.

comment:15 Changed 13 years ago by swagner

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.3 to 3.3.5
Note: See TracTickets for help on using tickets.