cancel
Showing results for 
Search instead for 
Did you mean: 

RFC found in negative cache

Former Member
0 Kudos

Hello all,

I had an RFC model connected to my WD component.

I erased the model from my component (it is still being used in another component).

everything was working fine for a few month until today.

today the following exception appeared (without any changes to the code):

java.lang.classNotFoundException: <rfc name> found in negative cache

p.s. the RFC still works fine in the other component.

Does anybody knows what is the negative cache and how to erase it?

thanks in advance, Varda.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Varda,

It is class loading issue.

Try restart your server.

If problem persist, it is necessary to revisit references to model classes (if they are located in separate DC)

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Hi Valery,

thanks for your reply.

we restarted the server (assuming that you meant the portal server) but it didn't help.

what do you mean by: "it is necessary to revisit references to model classes"

we checked again and this model is no longer one of this component model classes.

thanks, Varda.

Former Member
0 Kudos

Hello Varda,

To understand <u><i>it is necessary to revisit references to model classes</i></u>, you may check out this <a href="http://help.sap.com/saphelp_webas630/helpdata/en/5d/11243ee9399a0be10000000a114084/content.htm">link:</a>

Bala

Former Member
0 Kudos

Varda,

Then please describe how many DCs are you using (previously and now), where RFC model was located (what DC), what references you had/have between DCs.

VS

david_fryda2
Participant
0 Kudos

Hi Valery,

I have the same problem.

How did you solve it ?

Thanks.

Regards.

Former Member
0 Kudos

David,

Most probably you have wrong run-time references between your DC(s) and/or standard SAP libraries.

VS

david_fryda2
Participant
0 Kudos

Hi Valery,

In my WD app, I do not use DCs. I created directly in the class models all my RFC models.

Can it be a problem ?

Thanks.