Installation for SAP Netweaver 2004s stops - I get the following errors:
ERROR 2008-06-15 05:40:13.406
CJS-00030 Assertion failed: in function (nothrow) { if (nothrow == undefined) { nothrow = false; } NW.trace("NW.getDirProfile(", nothrow, ")"); var retval; if (row.dir_profile) { retval = FSPath.get(row.dir_profile); } else { if (!nothrow) { var pf = this.getPersistentDefaultProfile(); var dirpf = pf.resolveExtended("DIR_PROFILE"); if (dirpf) { retval = FSPath.getPath(dirpf.value()); } else { ASSERT(arguments.callee, false, "DIR_PROFILE undefined: profile not yet loaded."); } row.dir_profile = retval.toString(); this._updateRow(row); } else { NW.trace("NW.getDirProfile() done, returning undefined"); } } NW.trace("NW.getDirProfile() done: ", retval); return retval;}DIR_PROFILE undefined: profile not yet loaded.
ERROR 2008-06-15 05:40:13.406
MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR 2008-06-15 05:40:13.406
FCO-00011 The step fillTrexContext with step key |rapidinstaller|ind|ind|ind|ind|0|0|rapid_Trex|ind|ind|ind|ind|8|0|fillTrexContext was executed with status ERROR .
INFO[E] 2008-06-15 05:39:54.531
FSL-02077 File system export (share) saploc does not exist.
INFO[E] 2008-06-15 05:40:13.390
FSL-02077 File system export (share) sapmnt does not exist.
Please help.