cancel
Showing results for 
Search instead for 
Did you mean: 

Preview download error - not enough disk space

Former Member
0 Kudos

Hi,

1. I first tried to download WAS Java 6.40 Sneak Preview edition from CD but quickly received Error112 (There is not enough space on the disk) in execution of a 'GetTempFileName' function, line(205), with parameter (I:/). My laptop has 20 GB free space but only with 512 MB of RAM (the installation guidance specifies 768 MB RAM minimum). The Network Drive (I) has 140 GB space.

2. I then tried download it from SDN web site. It took about 45 minutes loading 8363 files to c:\temp. When I double click ..\je22-sneak-preview\log...\sapinst the same error appeared (see below).

I appreciate if anyone can help me out. The above 2 procedures have different steps and which one I should follow.

Thank you in advance for the help.

SAPinst is getting started.

Please be patient ...

guiengine: login in process.

INFO 2004-10-20 16:29:57 [syxxcfile.cpp:346]

CSyFileImpl::copy(iastring)

Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/log_14_Oct_2004_10_49_45/keydb.xml to: q0w9e9r8t7.1.xml.

INFO 2004-10-20 16:29:57 [syxxcfile.cpp:446]

CSyFileImpl::copy(iastring)

Copying file C:/Program Files/sapinst_instdir/j2ee-sneak-preview/install/log_14_Oct_2004_10_49_45/keydb.xml to: q0w9e9r8t7.1.xml.

INFO 2004-10-20 16:30:00 [ianxbusprv.cpp:337]

CIaNtUserPrivileges::add_impl(., AMERICAS\KLin, SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege)

Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'AMERICAS\KLin' on host '.'.

INFO 2004-10-20 16:30:01

CJSlibModule::writeLogEntry()

File not found: [C:/DOCUME1/klin/LOCALS1/Temp/sapinst_exe.2716.1097758814/msvcp71.dll].

INFO 2004-10-20 16:30:01

CJSlibModule::writeLogEntry()

File not found: [C:/DOCUME1/klin/LOCALS1/Temp/sapinst_exe.2716.1097758814/msvcr71.dll].

PHASE 2004-10-20 16:30:02 [iaxxcwalker.cpp:409]

CDomWalker::printPhaseInfo()

Prepare the installation program.

INFO 2004-10-20 16:30:05 [iaxxcwalker.cpp:59]

CDomWalker::walk()

Installation start: Wednesday, 20 October 2004, 16:29:57; installation directory: C:\Program Files\sapinst_instdir\j2ee-sneak-preview\install\log_14_Oct_2004_10_49_45; product to be installed: Sneak Preview Edition of SAP Web Application Server Java 6.40> Install SAP Web Application Server Java 6.40

INFO 2004-10-20 16:30:10

CJSlibModule::writeLogEntry()

DNS is configured correctly.

          • Transaction begin ********************************************************

ERROR 2004-10-20 16:30:13 [synxsyshlp.cpp:93]

syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)

FSL-06002 Error 112 (There is not enough space on the disk.

) in execution of a 'GetTempFileName' function, line (205), with parameter (I:/).

          • Transaction end **********************************************************

WARNING 2004-10-20 16:30:13 [iaxxccntrl.cpp:474]

CController::stepExecuted()

The step fillMounts with step key J2EE_Workplace|ind|ind|ind|WebAS|630|0|J2EE_EngineEnterpriseDefault|ind|ind|ind|WebAS|630|0|fillMounts was executed with status ERROR.

SAPinst component stack:

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

Preinstall|ind|ind|ind|ind|ind|0

Current script:

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

gui.update("Checking system drives...");

var table = new Table("t_mounts");

table.remove();

var mgt = new FileMgt();

var numrows = 0;

var biggest = ;

for (var it = mgt.getFSMounts(); ! it.isDone(); it.next()){

mount = it.get();

if (mount.getFSType() == "LOCAL") {

var drive = mount.getDriveLetter();

if (drive != undefined) {

var mp = mount.getMountPoint();

if (mp && mp.getFullName().length <= 3) {

table.insertRow({mount:drive});

var freespace = mount.getFreeSpace();

if (freespace > biggest.free) {

biggest = {drive:drive, free:freespace};

}

}

numrows++;

}

}

}

if (numrows == 1) {

context.setUnchangeable("sapdrive", table.arraySelect(undefined, "WHERE 1=1")[0].mount);

context.setUnchangeable("DBDataDrive", table.arraySelect(undefined, "WHERE 1=1")[0].mount);

context.setUnchangeable("DBRedologDrive", table.arraySelect(undefined, "WHERE 1=1")[0].mount);

context.setUnchangeable("DBSoftwareDrive", table.arraySelect(undefined, "WHERE 1=1")[0].mount);

} else {

context.setChangeable("sapdrive", biggest.drive);

context.setChangeable("DBDataDrive", biggest.drive);

context.setChangeable("DBRedologDrive", biggest.drive);

context.setChangeable("DBSoftwareDrive", biggest.drive);

}

var saploc = mgt.getFSExport("saploc");

if (saploc != undefined) {

var sapdrive = saploc.getFSName().match(/(^.:)/)[1].toUpperCase();

context.setUnchangeable("sapdrive", sapdrive);

}

var sw = get_info_for_key("IndepPrograms", "Globals");

if (sw != "") {

var drive = sw.replace(/:.*$/, ":").toUpperCase();

context.setUnchangeable("DBSoftwareDrive", drive);

}

WARNING 2004-10-20 16:30:16 [iaxxcsihlp.hpp:183]

main()

An error occurred during the installation.

Exit status of child: 1

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem fixed. Thanks