cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with DC External library

Former Member
0 Kudos

Hai,

I am using 3 DCs .

1st Dc: is type of external library

2nd Dc: having the some class files using that libraries(DC type of Wdp)

3rd DC: is main wdp DC

I added the libraries in public part of 1st DC . add as a used dc in 2nd DC. Add 2nd DC class files to public part. add it as a used Dc in 3rd DC.

Its working fine.

Now i added one more jar file in External library and build it . add some classes in 2nd DC and build it . build the 3rd Dc then Deployed the 2nd and 3rd DCs.

when i tried to invoke the classes in 2nd Dc it is giving me java.lang.NoClassDefFoundError

How to solve this ?

Regards,

Naga Raju

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai,

I am getting warning when i tried to build the 2nd DC.

[pppacker] WARNING: Overlapping entity definitions? Ignoring duplicate file: com/abc/ac/AtoR.class

[pppacker] WARNING: Overlapping entity definitions? Ignoring duplicate file: com/abc/ac/AtoQ.class

How to solve this warnings

Regards,

Naga