cancel
Showing results for 
Search instead for 
Did you mean: 

"b2b/admin/index.jsp" and "XCM" throwing error

Former Member
0 Kudos

Hi,

I am trying to set up my local NWDS with sneak preview of SAP WEB AS 7.0 SP9.

I have deployed

SAP-SHRAPP - SP12

SAP-CRMDIC - SP12

SAP-SHRWEB - SP12

SAP-SHRJAV - SP12

SAP-IPCMSA - SP12

Now I am trying to access "http://<host>:50100/b2b/admin/index.jsp"; and I am not getting any thing on it. i.e. no content at all. Only SAP header and "Main Menu" text on left frame and then nothing on page.

When I try to access "http://<host>:50100/b2b/admin/xcm/init.do"; or "http://<host>:50100/b2b/b2b/init.do"; I am getting below error.

Application error occurred during request processing.

Details: Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.].

Exception id: [00A0D12CD9A9004F0000032300001358000458B1834E9FB5]

I do not know why I am getting this error. Am I forgot some component to deploy along with mentioned above.

Please let me know what I can do to resolve this issue.

I really appreciate any help or guidance to resolve this issue.

Thanks.

Ecommerce Developer

Accepted Solutions (0)

Answers (1)

Answers (1)

devendervb
Contributor
0 Kudos

Hi,

I suppose you have not deployed all the applications,

Apart from the sca files you have deployed you need to deploy below sca files, while are available in service market places.

SAPCRMAPP

SAPCRMJAV

SAPCRMWEB

STRUTS

TEALEAF(I think its optional).

or you can do one things you will get the required sca files as a zip in service places, deploy all of them.

it works.

Regards,

Devender

Former Member
0 Kudos

Hi Devender,

Thanks for your reply.

I have installed Sneak Preview NW2004s 7.0 SP9 on my lap top and I have deployed below component on my laptop through SDM.

SAP-SHRAPP

SAP-IPCMSA

SAP-SHRJAV

SAP-SHRWEB

SAP-CRMDIC

SAP-CRMAPP

SAP-CRMJAV

STRUTS

TEALEAF

All are SP12

After deploying all above SCA files still I am getting only Header and Main Menu text when I access "http://localhost:50100/b2b/admin/index.jsp"

When I try to access "http://localhost:50100/b2b/admin/xcm/init.do" I am getting same error which I have mentioned.

No change at all.

Can you tell me am I still missing some components?

Please guide me.

Again thanks for your help and time.

Regards.

Ecommerce Developer

Former Member
0 Kudos

I checked my "defaulttrace" file and error is like

#1.5#00A0D12CD9A90056000003B100001670000458C1179D7EE4#1223486254837#System.err#sap.com/crm~b2b#System.err#Administrator#162#####SAPEngine_Application_Thread[impl:3]_10##0#0#Error##Plain###com.sap.isa.core.init.InitializeException: Error initializing 'com.sap.isa.core.xcm.init.XCMAdminInitHandler'

com.sap.isa.core.init.InitializeException: ExtendedConfigInitHandler is not active#

It is something which is creating problem for me.

If you have any idea about it please guide me.

Thanks and Regards.

Ecommerce Developer

Former Member
0 Kudos

Hi,

can you please perform the following steps:

- build your application

- open the EAR file and choose the META-INF directory of the ear file (not of the war file!!!)

- you will find a file called application-j2ee-engine.xml

- can you please post the content of these file to the forum?

I got the same error and it was related to the content of the application-j2ee-engine.xml file.

Regards

Michael

Former Member
0 Kudos

Hi Michael,

Thanks for your reply.

I remove sneak preview from my laptop and install SAP WEB AS J2EE 7.0 with 30 Days licence.

After that when I installed all required component It is working fine and I am able to see all the options on Admin page of ISA application and able to go to XCM and configure it.

I do not know what is the problem with Sneak Preview.

Still I am interested to know about your solutions.

What I have to look exactly in "application-j2ee-engine.xml".

Can you please explain me about your solution.

Thanks.

Regards.

Former Member
0 Kudos

hi,

this file contains the references to additional libraries and it misses an entry for a XML parser.

Regards

Michael