cancel
Showing results for 
Search instead for 
Did you mean: 

Build time Errors in NWDS Java Portal Upgrade from 7.0 to 7.4 SP9

Former Member
0 Kudos

Hi,

I am a SAP CRM Technical consultant working in CRM and Java portal upgrade project.

We are upgrading Java portal from version 7.0 to 7.4 SP9.

We have customization in  sap.com~crm~icss~web~icss_b2b component.

I downloaded NWDS 7.3 SP12 and jdk 1.6 and imported the above customized component into it and added respective Jar files.

But we are facing lot of import errors(build time) for missing Jar files in Jsp's.

Below are the Jar files missing, I checked in Java Docs also for these Jar files but could not find them.

com.sap.isacore.action.dbmig.PrepareDBMigrationAction

com.sap.isacore.action.dbmig.StartDBMigrationAction

com.sap.isacore.action.dbmig.ShowDBMigrationResultsAction

com.sap.isa.core.xcm.admin.model.help.HelpItem

com.sap.isa.core.UserSessionData

com.sap.isa.catalog.admin.util.WebUtil

com.sap.isa.core.xcm.admin.actionform.MainNavigationForm

com.sap.isa.jcs.JCS

com.sap.isa.jcs.LeasedConnectionContainer

com.sap.isa.cic.comm.chat.logic.*,com.sap.isa.cic.customer.IConstant

com.sap.isa.cic.customer.beans.*

com.sap.isa.core.util.WebUtil

com.sap.isa.core.util.JspUtil

com.sapmarkets.isa.core.util.WebUtil

com.sap.icss.impl.container.Component

com.sap.icss.impl.container.IbaseItem

com.sap.engine.services.servlets_jsp.server.exceptions.InvalidSessionException

com.sap.security.api.UMFactory

com.sapportals.htmlb.enum.TableColumnType

com.sapportals.htmlb.enum.TableCellStyle

com.sap.util.monitor.grmg.GrmgRequest

com.sap.util.monitor.grmg.GrmgResponse

com.sap.util.monitor.grmg.GrmgScenario

When I checked in Java class path there are some Jar files deprecated which I attached, so how can I find the alternative Jar files provided by SAP to remove these errors.

Please help me to resolve these errors and deploy the code.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Hari,

Can you please share the list of activities/steps performed for B2B upgrade.

We have a similar requirement to upgrade B2B from 5.0 to 7.01.

Quick help will be highly appreciated

Thanks

Harshmeet

former_member193379
Active Contributor
0 Kudos

Hi Hari,

You have to find the relevenat missing jar files and add these into your project.

Please find the below some of the jar files name.

For com.sap.security.api.UMFactory
com.sap.security.api.jar

For com.sapportals.htmlb.enum.*, pleae find the below jar file
com.sapportals.htmlb.jar

For Generic Request and Message Generator (GRMG), please try to find the below ear file.
It is registered under the name sap.com/com.sap.engine.heartbeat.

You have to find the all missing & depricated jar file names and then doenload these from market place. I am hopefull that some of them you will find in your infrastructure only.

Thanks,

Hamendra