Hello Experts,
I followed the standard guide to create an custom j2ee enterprise application, named test_app. The .EAR file is deployed successfully but when I tried to start the application, i get the below error:
[EXCEPTION]
javax.servlet.ServletException: Initialization of Extended Configuration Management failed.
at com.sap.isa.core.ActionServlet.init(ActionServlet.java:127)
at javax.servlet.GenericServlet.init(GenericServlet.java:270)
at.....
I tried to access the 'test_app/xcm/admin/init.do' page but getting the same error. My application is referring to the standard web module 'crm/isa/web/b2b' and I have configured the XCM for this standard web shop and it works fine.
Could anyone please shed some light on this? I have stuck at this for quite sometimes, I strictly followed the standard guide to create a custom application but it seems like i'm missing some steps...
HI Nhu Viet,
I believe what you have done is created a new ear and added the same dependencies like crm~b2b.
This will not just change the application container, what I meant is, the standard one will be
<host>:<port>/b2b/.. pointing to b2b application
This b2b application has indirect reference to xcadmin application which has url <host>:<port>/b2b/admin/xcm/...
When you create your custom project, you just create a wrapper for your application, but the application still remains the same.
So even if you wanted to change the xcm for your custom proj, it will still point to same URL as <host>:<port>/b2b/admin/xcm/..
Please let me know if you need more clarification on it.
Regards
Prashil
hi
please follow below blog, it will solve admin link authorization issue in custom application.
http://blog.boris-wach.de/permalink/141
Thanks!
Please check if your build has included all the necessary SCA files. Missing Datadictionary SCA usually creates this error.