[SalesForce] Urgent Web-to-Lead. Lead not Processed

I have received both Grumpy and Bashful Oracle error messages for a Web-to-Lead form that won't create the Lead. I have created a case, and notified my AE; however, I am desperate for a solution or work around in the next hour or two.
I am updating Java, and hoping that works.
I have changed the form action to be 'ap4.salesforce' instead of 'www.salesforce'.
I'm not sure if encoding would have anything to do with it. It is currently set to UTF-8. This is my most recent error:

Salesforce could not create this lead because of the reason listed below. We will try creating the lead again. For more information about this error or help with Web-to-Lead, please contact Customer Support.

Reason: Your Lead could not be processed.
common.exception.SfdcSqlException: ORA-20025: 
ORA-06512: at "GRUMPY.CACCESS", line 2486
ORA-06512: at "GRUMPY.CACCESS", line 589
ORA-06512: at "GRUMPY.CACCESS", line 670
ORA-06512: at "GRUMPY.CTASK", line 552
ORA-06512: at line 1


{call cTask.insert_tasks(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

{call cTask.insert_tasks(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}

Lead Capture Page: Not available.

Record Information: (replaced with XXXX)

Submit = Submit 
accountid = XXXXXXXXXXXXXXXXX
city = lasdf 
country = Australia 
email = work@work.com 
encoding = UTF-8 
first_name = Jackie 
last_name = Please Work 
mobile = 0412121212 
oid = XXXXXXXXXXXXXXX
ownerid = XXXXXXXXXXXXXXXX
priority = Normal 
state = VIC 
status = Completed 
street = 12 work st 
subject = Delivery Registration 
zip = 8765 

Best Answer

Not sure if applies to you. I started having issued with cURL lately, then I found out the url was changed from:

https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8

to:

https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8