cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent missing web components in xcm

Former Member
0 Kudos

I am on CRM 4 SR1 with Webas 6.40 sp9 addin on windows. I have deployed web app(e-selling, biller direct...) through java installer. When i go to localost:port/b2b.../init.do i get a 404 error (requested resource doesnot exist)

The way we upload the app is different from 6.20. so i don't know how to set the context parameteres. I find that differ components such as jco, b2b, b2c... are missing in xcm

all installations such as ipc, saf, jco, jdi, sdm, j2ee, ccms, sld... are running on the same host and are successful with no errors

I have tested jco with TutorialConnect1.java and all files such as sapjco.jar, sapjcorfc.dll,librfc32.dll are of the same version

Any help would be great

Many thanks

deekshant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check this oss notes it might help you out.

673638

0 Kudos

Hi Natarajan

Your oss ref improved my understanding. Thx, but it still doesn't address the issue. Based on the doc I should be able to see standard components (b2b,b2c...) and then create a custom config.

I see the following error, I don't know if this could throw some light.

Dec 14, 2005 1:21:51 PM,375 SAPEngine_Application_Thread[impl:3]_16 <b>Error CRM SAF compilation</b> Service.com.sapmarkets.isa.core.util.MiscUtil [(hostname_CRM_20)ID208758050DB723689731378160538End|system.xcm.admin.exception] <u>Error occurred in the administration of the XCM: Error in custom method.</u> [class]='class com.sapmarkets.isa.core.security.SecureStore' [method name]='retrieve'

java.lang.reflect.InvocationTargetException

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.sapmarkets.isa.core.util.MiscUtil.callMethod(MiscUtil.java:164)

at com.sapmarkets.isa.core.util.conv.ParamConverterUtil.customDecode(ParamConverterUtil.java:84)

at com.sapmarkets.isa.core.xcm.admin.model.CompDataManipulator$ParamConfig.getDisplayValue(CompDataManipulator.java:406)…………..

<u><b>Caused by:</b></u> <u>java.lang.IllegalArgumentException:</u> hexUtil.bad

at com.sapmarkets.isa.core.util.HexUtil.convert(HexUtil.java:135)

at com.sapmarkets.isa.core.security.PasswordEncrypt.decryptStringAsHex(PasswordEncrypt.java:111)

at com.sapmarkets.isa.core.security.SecureStore.retrieve(SecureStore.java:115)

at com.sapmarkets.isa.core.security.SecureStore.retrieve(SecureStore.java:56)

... 38 more

kind regards

deekshant

Former Member
0 Kudos

Hi

SAF Error

Check the following

Define Knowledge Base

Compile the content of KB in to search index (TREX)

Automatically synchronize KB and search index(TREX)

Clusters the content of search indexes for KB

Search a KB

Refine the search(Requires TREX)

Build your won information security for KB

SAF Customizing IMG>CRM>Enterprise Intelligence>SAF

Check it out..also a piece of advice reward points for relevant answers not for me am asking generally if experts answer your queries reward them with points and they will be happy to guide you.

Cheers

Former Member
0 Kudos

Hi Natarajan

The least I could do is to award you points. Thankyou for reminding me. I know it does wondersļ

SAF Diagnosis tool result is green for everything including Check Java and CRM Communication via JCO and Http.

Index compilation,clustering and classification has a red mark for

¡§check system consistency for jco¡¨ (Failed ) and also ¡§check index maintainence cycle ¡§

Failed

Failed

Failed

Failed

Failed

Auto suggest of solutions also has a red mark at check system consistency for jco

J2ee system monitoring shows no details on Instance JC20 where as it does on other instances such as Dispatcher,Server0¡K http://localhost:52000/sap/monitoring/SystemInfo

Check System Settings tcode CRMS_IC_CHECK shows that Java Server Pool is not reachable. Http ping failed because of wrong host name where as icm monitor tcode smicm shows correct http application server and it is active.

I am not sure if I can upload the ¡§sar files¡¨ through SDM. I tried it earlier but it accepted only ¡§sar¡¨ files. It was throwing me an error ¡§com.sap.sdm.util.sduread.IllFormattedSduFileException: The information about the development component

found in the SDA G:icssides-icss.sar is either missing or incomplete!

Manifest attributes are missing or have badly formatted value¡¨

SORRY, I AM THROWING IN A NO OF THINGS

Kind regards

deekshant

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar,

the error 404 has nothing to do with the deployed applications. May be you didn't deploy them correctly. Did you use the SDM tool?

The correct URL for a standard B2B application will be:

http://localhost:port/b2b/b2b/init.do

But please note that for 4.0 versions you will need to configure the application using the XCM tool: http://localhost:port/b2b/admin/xcm/init.do

More information on how to use the XCM tool can be found in the tool itself.

And the most important is that there are two different EAR files for the J2EE 6.20 and for J2EE 6.40!! May be the problem is that you still use the old EAR files. Please download the relevant for J2EE 6.40 EARs.

Hope this will help you.

Cheers

Borislav

0 Kudos

Hi Borislav

thx for email. I am on CRM SR1 4.0 SP8 with Webas 6.40sp9 on windows/mssql. I am trying to deploy Eselling.sar, ICSS.sar... . On 6.40 if you want to deploy these sar files you need to use SAP Installer for CRM Java Components Refer to (<b>Oss Note 776448</b>)

<u>I am not using ear files from OSS but instead I am using non abap components from Ides DVDS for CRM SR1 SP8</u> for test purposes

Using java installer I have successfully deployed these non abap components but they got installed in the following path as an example on their own

D:\ProgramFiles\sapinst_instdir\CRM40_SR1_JAVA\01_ICSS\j2ee\j2ee_01\cluster\server\services\servlet_jsp\work\jspTemp\icss_b2b\....

Based on Java Components installation guide I should be able to login to the web applications eg http://localhost:port/b2b/b2b/init.do

http://localhost:port/b2b/admin/xcm/init.do but i get the 404 error.

I am able to login to http://localhost:port/cmp/admin/xcm/init.do but not http://localhost:port/b2b/admin/xcm/init.do.

On http://localhost:port/cmp/admin/xcm/init.do <u>I am not able to run the test for connection</u> under Start „u00B3 General Settings „u00B3 Customer „u00B3 Connection „u00B3 ConnectionConfig with default user Java_IC. <u>I also do not see any components under Start „u00B3Components „u00B3Customer</u>

XCM Monitoring shows the following path for

<u>ScenarioConfig</u>

sap:file:///G:\usr\sap\CRM\DVEBMGS20\j2ee\cluster\server0\apps\sap.com\crm.saf.compile\servlet_jsp\cmp\root\WEB-INF\xcm\sap

<u>XCM Managed Config Files</u>

file:/G:/usr/sap/CRM/DVEBMGS20/j2ee/cluster/server0/apps/sap.com/crm.saf.compile/servlet_jsp/cmp/root/WEB-INF/xcm/sap/configuration/scenario-config.xml

All components such as J2ee, IPC, JCO, SDM, JDI, CCMS, SLD, SAF, BCB are running with no errors.

I think I am missing out on something but have not been able to figure out based on the docs.

Kind Regards

deekshant