Mosek solver has an error

i use mosek solver to solve the programme, but there is an error
Mosek error: MSK_RES_ERR_HUGE_C (A huge value in absolute size is specified for one an objective coefficient.)

Status: Error
Optimal value (cvx_optval): NaN

Reference to non-existent field ‘sol’.
Error CVX_ mosek
Error cvxprob / solve (line 429)
[ x, status, tprec, iters, y ] = shim.solve ( At, b, c, cones, quiet,
prec, solv.settings , eargs{:} );
Error CVX_ end (line 88)
solve( prob );
Error penalty (line 106)
cvx_ End

the error happened after some iterations and the optimai value becomes bigger and bigger with the iteration, but my aim is to minimize the value

The error means exactly what the message says: your input data has too big coefficients and Mosek will not even try to solve it. The only thing you can do is work on the numerical properties of your problem.