cancel
Showing results for 
Search instead for 
Did you mean: 

Map error : class not found

Former Member
0 Kudos

Hi all,

I am using JAVA Udf which will take the file name and trim that on the basis of the file name.

But in moni I am geting an erorr something like --

Found to many entries for c50de590-de04-11dc-ce16-ccff8d7afaaf, -1, com/xyz/glo/javaudf/GenericFunctions.class.</Trace>

<Trace level="1" type="T">Class not found: com.xyz.glo.javaudf.GenericFunctions</Trace>

<Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.persist.ResourceNotFoundException: More than one entry for resource com/xyz/glo/javaudf/GenericFunctions.class (c50de590-de04-11dc-ce16-ccff8d7afaaf, -1) was found in the following archives: GenericFunctions (http://ams.xyz.com/gd), GenericFunctions (http://us.ams.xyz.com/fi), GenericFunctions (http://us.ams.xyz.com/tp) at ...

http://us.ams.xyz.com/fi and http://us.ams.xyz.com/tp are my namespaces.

Please suggest though I have imported the class com.xyz.glo.javaudf.GenericFunctions while writing the udf.

Thanks

Sugata B

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

You have imported the archieve in 3 namespaces.

Delete any of the two imports, activate changelists.

Answers (0)