Error in creating bonds

Dear users,

I am loading an object of a hybrid (sphere and bond) from a data file. After loading the object, I am trying to create bonds between the spheres but it is giving ‘Numeric index is out of bounds’. Below is the input file-

Dear users,

I am loading an object of a hybrid (sphere and bond) from a data file.
After loading the object, I am trying to create bonds between the spheres
but it is giving 'Numeric index is out of bounds'. Below is the input file-

------------------------------------------------------------
-------------------------
units lj
atom_style hybrid bond sphere

read_data data1.bucky
read_data data1.bucky add append shift 0.0 0.0 50.0

comm_modify vel yes
region container block -25 45 -25 45 -25 45 units box

neighbor 0.3 bin
neigh_modify delay 0 every 1 check yes

mass * 1.0

pair_style lj/smooth 8.0 10

timestep 0.012

run 5000

bond_style harmonic
bond_coeff * 1060.0 1.2

create bonds between atoms
create_bonds * * 1 1.0 1.2

dump 3 all movie 50 movie.mpg type type axes yes 0.8 0.02 view 80 -30
dump_modify 3 acolor 1 green

run 5000
------------------------------------------------------------
-----------------------------

What is the error I am making?

​you are trying to assign parameters to bond types, without first having
reserved space for it when creating the simulation cell.

axel.​