Don't specify freq two times. If you want both raman and IR spectra specify just freq=raman (IR is always calculated, no matter what the method, raman for DFT is calculated only if you add it).
I also don't like the opt and scf commands written this way, which may get confusing (though it's probably not causing the error). It's better to write:
scf(maxcycle=1000) opt(maxcycle=1000)
geom=connectivity may cause problems, if you don't have the connectivities defined after the xyz/z-matrix specifications. See http://www.gaussian.com/g_tech/g_ur/k_geom.htm, if you don't have any info about the connectivites/bonds, just remove it.