cancel
Showing results for 
Search instead for 
Did you mean: 

Installation CMC error - urgent please!

Former Member
0 Kudos

Dear gurus!

Help please a.s.a.p

Installation of CMC stops:

2006-05-18 10:52:27

CJSlibModule::writeError_impl()

CJS-00278 The portal could not complete the configuration upgrade. The J2EE Engine unexpectedly stopped during the portal configuration deployment. Installation stops. Start the J2EE Engine and SAPinst again to complete the installation. Contact your local support center.

^C

Current script:

===============

var fMgr = new FileMgt();

var webas = WebAS.restore(context.get("WebASDump"));

var j2eePath = "";

var epts = [];

var pars = [];

for (var it = webas.getMyInstancesOnHost(); ! it.isDone(); it.next())

{

var instance = it.get();

if ( ( instance.isJCI() || ( instance.isCI() && instance.hasJ2EE() ) ) )

j2eePath = instance.getDirInstance() + "/j2ee";

}

// Switched to visitor mechanism to avoid fielnode invalidity problems

var visitor = new MyVisitor( "ept" );

gui.updateMsg( "ep.prt.executeStep", "Checking for undeployed EPTs in " + j2eePath + "/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcdcontent" + "." );

fMgr.getNode( j2eePath + "/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcdcontent" ).takeVisitor(visitor);

epts = visitor.getFileNames();

visitor = new MyVisitor( "par" );

gui.updateMsg( "ep.prt.executeStep", "Checking for undeployed PARs in " + j2eePath + "/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcd" + "." );

fMgr.getNode( j2eePath + "/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcd" ).takeVisitor(visitor);

pars = visitor.getFileNames();

var mon = new EpDeployMonitor( j2eePath, epts, pars );

mon.start();

but J2EE engine works!!

Solaris, NW04, SP11

Thanks in advance

Best regards, Elena

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Redeplyoment

Former Member
0 Kudos

I've found in cf_installation.report:

  1. more cf_installation.report

A Configuration upload sequence has started at: Wed May 17 23:21:47 YEKST 2006

Number of upgrades to be processed: 69

META_ONLY_CA: OK

bc.util.prjconfig: OK

com.sap.netweaver.bc.uwl: OK

kmc.util.core: OK

bc.protocol.prjconfig: OK

bc.sf.prjconfig: OK

bc.sf.service.prjconfig: OK

kmc.people.appl.presence: OK

kmc.util.sor: OK

kmc.people.shared.cpr: OK

bc.rf.prjconfig: OK

bc.rf.repository.service.prjconfig: OK

bc.rf.manager.prjconfig: OK

com.sap.ip.bi.repositorymanager: OK

bc.rf.global.service.prjconfig: OK

km.appl.srv.base.prjconfig: OK

The server process was stopped unexpectedly, thus preventing all config upgrades from completing.

But there are no files with *.err

Any ideas?

Thanks in advance

Best regards, Elena

tilesh_maharaj
Discoverer
0 Kudos

How did you solve this?