I have a web server in the DMZ running an SSL site with a Java applet, we have people logging in to the site and using the applet to enter information which is transfered to a sql database. At random times I get a "no_new_conn_for_this_packet" (error 600012) from the person using the applets public IP to my public IP, followed straight away by "ruleset_drop_packet" (error 6000051) from the web servers IP to the dfl's DMZ IP even though I have a NAT rule to allow this connection.
The result of this is a error connecting to database shown to the people using the applet. Is there a way to stop this happening?