There is a problem with the signs, it should be $$\color{red}{ (bc|a) = (ac|b) = (-ab|c) = 1 } $$ the way you wrote the coefficients.
This has been posted often enough before. It works as advertised if all the numbers are primes. However, for composite numbers there is a big difference between saying $(G|H) = 1$ and saying that $G$ really is a quadratic residue $\pmod H,$ which requires that $(G|p) = 1$ for every prime $p$ that divides $H.$
So, here is an example where the Jacobi symbols do not tell enough of the story:
$$ 5 x^2 + 41 y^2 = 21 z^2. $$ We are alright on two out of three, as $5,41$ are primes, and we do get, with $21 \cdot 41 = 861$ and $5 \cdot 21 = 105,$
$$ (861|5) = 1 \; \; \mbox{AND} \; \; (105|41) = 1. $$
It is also true that
$$ (-205|21) = 1. $$ However, the reason this is true is that
$$ (-205|3) = -1 \; \; \mbox{AND} \; \; (-205|7) = -1. $$
Well,
$$ -205 \equiv 5 \pmod {21}. $$
The actual quadratic residues $\bmod {21}$ are
$$ 0,1,4,7,9,15,16,18 $$ and simply do not include $5.$
Now, if there were to be any solution to $5 x^2 + 41 y^2 = 21 z^2$ in nonzero integers, there would be such a solution with $\gcd(x,y,z) = 1.$ However, you can check that it is necessary for both $x,y$ to be divisible by $3$ in order to get $5 x^2 + 41 y^2$ divisible by $3.$ Once this happens, $5 x^2 + 41 y^2$ is actually divisible by $9.$ Therefore $z$ must be divisible by $3,$ and $3 | \gcd(x,y,z).$ This contradicts the assumption that there is a solution in nonzero integers. The word for this is anisotropic. The quadratic form $5 x^2 + 41 y^2 - 21 z^2$ is anisotropic in the $3$-adic numbers $\mathbb Q_3.$ It is also anisotropic in the $7$-adic numbers $\mathbb Q_7.$
Here is a more optimistic one: $3x^2 + 5 y^2 = 17 z^2.$
$$\color{red}{ (85|3) = (51|5) = (-15|17) = 1 }, $$
and $x=2,y=1,z=1$ works.
Here is another one with all primes $3 \bmod 4,$ so there can be no doubt about any $\pm$ signs: $3x^2 + 7 y^2 = 19 z^2.$ Once again, $12+7=19.$
Note on finding one integer solution: on page 82 of CASSELS, if there are any solutions, there is at least one $(U,V,W)$ with
$$ a U^2 + b V^2 + c W^2 < 4abc. $$ Finite search!
Apparently the version with the $\pm$ signs as above is pretty widespread, see Proof of Legendre's theorem on the ternary quadratic form Widespread but wrong.