cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response code: 404 Not found

Former Member
0 Kudos

Hello all, I have a new PI system and I am currently doing the post install procedure. I am executing all of the PI post install templates in the Netweaver Administrator and all but one execute perfectly. The one in question is XI05_Configure_Integration_Server. The error it gives when I attemp to run this template is:

Element 'SAPConfigLib.XD2.Unclassified.configureIntegrationServer':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86

-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128

-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128

-:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96

-:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41

Element 'SAPConfigLib.XD2.Unclassified.configureIntegrationServer':Error during executing Java Reflection:CIM_ERR_FAILED: HTTP response code: 404 Not found

Any help is appreciated, thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Harrison.

I could solve this problem using the note 764176. I read it very carefully and the exact step the helped me was step 6.

Regards,

André Filette

Former Member
0 Kudos

Hi Harrison,

I have exactly the problem you described in your original question. Please could you tell me how you solved it

Thank you in advance

Yechezkel

agasthuri_doss
Active Contributor
0 Kudos

Hi,

This might help you

Regards

Agasthuri Doss

Former Member
0 Kudos

Please see the OSS note - 939892 & 939592...

There are some manual steps that you have to execute..before running the template..

Thanks,

Renjith

Former Member
0 Kudos

Thanks for the post Renjith, however I already checked out those notes and they don't apply to me. Mine is blowing up on the step XI05_Configure_Integration_Server, not the 7th and 8th steps, the executed fine.

Former Member
0 Kudos

404 denotes a 'Not Found'....is everything up,running and OK with the SLD ?

Thanks,

Renjith

Former Member
0 Kudos

Yes, that's the weird part, almost everything works perfectly. The SLD is up and running and the PI system registered itself as a technical system. So far the only thing that I have noticed is not working correctly is the <b>message monitoring</b> in the <b>runtime workbench</b>. The error is as follows:

Stack trace for the above error message is:

java.lang.NullPointerException
	at com.sap.aii.mdt.web.MonitorDynPage.setNewComponent(MonitorDynPage.java:415)
	at com.sap.aii.mdt.web.MonitorDynPage.process_go_button(MonitorDynPage.java:307)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:172)
	at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115)
	at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
	at com.sapportals.htmlb.page.PageProcessorServlet.doPost(PageProcessorServlet.java:22)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
	at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
	at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
	at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
	at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
	at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
	at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
	at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
	at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

However it only happens when I try to view message monitoring on <b>Integration Server</b>, message monitoring for <b>Adapter Engine</b> works correctly. So that leads me to believe that the two issues are related and basically dependant upon that template installer.