cancel
Showing results for 
Search instead for 
Did you mean: 

MII Custom Attribute Mapping Link Error

Former Member
0 Kudos

Dear all,

We have installed XMII 12.2, and every link is function correctly, but when we test the link for Custom Attribute Mapping the following error appears.

java.lang.NoSuchMethodError: com.sap.xmii.ejb.sysadmin.CustomAttributeMapping.getUsersInfo()Ljava/util/List;

When we look at the trace we found

Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object 'sap.com/xappsxmiiuiadminnavigation' since it is not a Web Dynpro object.

We search in posts and notes but we couldn't find anything like this.

Is the only link in the XMII that doesn't works.

Could anybody have a clue for this issue???

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Make sure you've deployed the latest ADMIN sca file for MII 12.2. Note: for 12.2 the MII application and the WebDynpro pages are in 2 separate SCA files on service marketplace.

Former Member
0 Kudos

Dear Jeremy,

This issue was solved for the XMII 12.2 but now we're facing the issue for the XMII 12.1.8 we put the SP8 for XMII and XMII_BUILDT but the problem was not solved.

The trace is showing us the following

#2.0 #2011 06 29 11:43:07:699#0-500#Error#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#

com.sap.ASJ.web.000137##sap.com/xappsxmiiear#000C29FA46D8004E0000000200000FDC#3760450000000004#sap.com/xappsxmiiear#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#basis_admin#4##859AF034A26E11E0B13F000000396142#8653816ea26e11e08e0c000000396142#8653816ea26e11e08e0c000000396142#0#Thread[HTTP Worker [@15161873],5,Dedicated_Application_Thread]#Plain##

Cannot process an HTTP request to servlet [jsp] in [XMII] web application.

For more details on the problem please check traces searching by logId: 000C29FA46D8004E0000000000000FDC#

#2.0 #2011 06 29 11:43:07:700#0-500#Error#com.sap.engine.services.servlets_jsp.ISE500#

com.sap.ASJ.web.000500##sap.com/xappsxmiiear#000C29FA46D8004E0000000300000FDC#3760450000000004#sap.com/xappsxmiiear#com.sap.engine.services.servlets_jsp.ISE500#basis_admin#4##859AF034A26E11E0B13F000000396142#8653816ea26e11e08e0c000000396142#8653816ea26e11e08e0c000000396142#0#Thread[HTTP Worker [@15161873],5,Dedicated_Application_Thread]#Plain##

500 Internal Server Error is returned for HTTP request [http://server:50000/XMII/Admin/CustomAttributeMap.jsp]:

component [jsp],

web module [XMII],

application [sap.com/xappsxmiiear],

DC name [sap.com/xappsxmiiear],

CSN component[],

problem categorization [com.sap.ASJ.web.000137],

internal categorization [-1001756452].

[EXCEPTION]

java.lang.ArrayIndexOutOfBoundsException: 0

All the Java EE applications are running.

Regards,

jcgood25
Active Contributor
0 Kudos

Assuming that the list of custom attributes is not a problem (and that the Custom Attributes menu page works fine) I would suspect either the list of Roles or Users that appear in the drop down boxes on the two tabs for the jsp page that is not working.

Does the Data Access (Security Services section) menu page work? This would be the same list of Roles that the Custom Attribute Mapping page would show in a combo box.

Other test URLs to try would be:

/XMII/Illuminator?Service=Admin&Mode=RoleAttribList&Group=XXXX  (substitute the name of the first Role)
/XMII/Illuminator?Service=Admin&Mode=UserAttribList&Group=XXXX  (substitute the name of the first User)

The Navigation page (Navigation Services) would also be a help to see the expected behavior since the Role/User concept is also used here - at least the first items in the list for the above URLs.

Former Member
0 Kudos

Jeremy,

For the version 12.1.8 the Custom Attribute Link is not working.

When we push in the link is showing us the error 500

#2.0 #2011 06 29 11:43:07:700#0-500#Error#com.sap.engine.services.servlets_jsp.ISE500#

com.sap.ASJ.web.000500##sap.com/xappsxmiiear#000C29FA46D8004E0000000300000FDC#3760450000000004#sap.com/xappsxmiiear#com.sap.engine.services.servlets_jsp.ISE500#basis_admin#4##859AF034A26E11E0B13F000000396142#8653816ea26e11e08e0c000000396142#8653816ea26e11e08e0c000000396142#0#Thread[HTTP Worker [@15161873],5,Dedicated_Application_Thread]#Plain##

500 Internal Server Error is returned for HTTP request [http://server:50000/XMII/Admin/CustomAttributeMap.jsp]:

component [jsp],

web module [XMII],

application [sap.com/xappsxmiiear],

DC name [sap.com/xappsxmiiear],

CSN component[],

problem categorization [com.sap.ASJ.web.000137],

internal categorization [-1001756452].

[EXCEPTION]

java.lang.ArrayIndexOutOfBoundsException: 0

at JEE_jsp_Admin_CustomAttributeMap_3760450_1308939430946_1308939448638._jspService

Regards,

Former Member
0 Kudos

Dear All,

The deployment of the components for MII 12.1 was XMII with SP and patches, MIIBUILDT with SP and XMIIMIGRATION with SP to level 8

With these the problem was solved.

Answers (0)