function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bobsullivanbobsullivan 

404 error missing classes

Since we added salesforce api login and contact update to our applet at startup our webserver logs are getting filled up with a ton of 404 errors due to missing salesforce classes from our salesforce api jar.  Here is a typical example:

'GET /current/com/sforce/soap/enterprise/GetUserInfoResultBeanInfo.class HTTP/1.1','Java1.3.1_06','12.129.242.136','[15/Jul/2004:01:11:46 -0400]'

In all the cases the type of class is "BeanInfo".  What should I do to prevent this?