jim7jim
sdb disk is the problem, in particular partition sdb2 has been thrown out of the array.
This can happen for a variety of reasons, one of which is a faulty or failing hard disk drive (in this case sdb).
Adding the drive back without thoroughly testing it first is VERY UNWISE !
Your error message is already suggestive of a fault.
To determine which drive is which use
fdisk -l
and
smartctl -a /dev/sdx
(replace sdx with sda sdb sdc etc, or even hda hdc on older IDE systems)
You can identify the serial number of the drive so you remove the correct faulty) drive.
Run thorough tests using the drive manufacturers diagnostic testing software (free download usually, or get the Ultimate Boot CD - UBCD), also free download, and also test with smartctl (long tests preferably), refer wiki Howto re Drive Health or similar name -
http://wiki.contribs.org/Monitor_Disk_HealthIn this case test/dev/sdb, but it would not hurt to test all drives while you are there, ie run a test on /dev/sda also, the reasoning being that if one drive is faulty or failing, then possibly the other drive in a RAID1 array is also becoming problematic.