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
Velvett FoggVelvett Fogg 

org.apache.axis.NoEndPointException

Can someone please explain to me what that error means?
EnderEnder
Can you post your code and a little more of the stack trace?
Velvett FoggVelvett Fogg

Ender,

I am programming in ColdFusion, calling some Java written by someone else.  I dont understand the java part at all.  Heck, I dont even know what you mean by a "stack trace".

 

I get this error quite often.  The code does not change.  I can get this error with any call to the SF Server.  I think I get this error when the SF Server does not respond.

 

Any of that make sense?

EnderEnder
Well, I haven't specifically seen that error, but I would venture to say that the code isn't setting an end point. Note that you are seeing a client side error, not a salesforce.com error. The request is never even being made.

I would contact whoever's java code you are calling.
Velvett FoggVelvett Fogg
I guess Im puzzled by the fact the code works 90% of the time, then it will fail for a few minutes, then it works again.