cancel
Showing results for 
Search instead for 
Did you mean: 

java.io.IOException: Not enough files, skip(42225498) failed

echo_haryono
Participant
0 Kudos

dear expert,

During the migration of SAP CRM, on phase - Import Java dump, the following error occurs:

Apr 21, 2008 12:18:45 PM com.sap.inst.jload.Jload logStackTrace

SEVERE: java.io.IOException: Not enough files, skip(42225498) failed

at com.sap.inst.jload.io.SplitInputStream.skip(SplitInputStream.java:368)

at com.sap.inst.jload.io.SplitInputStream.close(SplitInputStream.java:193)

at com.sap.inst.jload.io.ChoppedInputStream.close(ChoppedInputStream.java:61)

at java.io.BufferedInputStream.close(BufferedInputStream.java:398)

at java.io.FilterInputStream.close(FilterInputStream.java:159)

at com.sap.inst.jload.io.DataFile.closeDataInputStream(DataFile.java:169)

at com.sap.inst.jload.db.DBTable.load(DBTable.java:301)

at com.sap.inst.jload.Jload.dbImport(Jload.java:323)

at com.sap.inst.jload.Jload.executeJob(Jload.java:397)

at com.sap.inst.jload.Jload.main(Jload.java:621)

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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Apr 21, 2008 12:18:57 PM com.sap.inst.jload.db.DBConnection disconnect

i already increase ulimit nofile to 5000

all source migration already put on hardisk

our system using HPUX - oracle

thanks for your help ...

rgds

echo

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

ulimit for root and <sid>adm?

Markus

echo_haryono
Participant
0 Kudos

i already done increase ulimit for root, but still error

rgds

echo

markus_doehr2
Active Contributor
0 Kudos

and also for <sid>adm?

Markus

echo_haryono
Participant
0 Kudos

oh ic, you mind i must increase to for user <sid>adm

so if i summary the solution is only :

set ulimit for user root and <sid>adm

using command : *ulimit -n ( value )*

Edited by: echo haryono on Apr 22, 2008 12:53 AM

markus_doehr2
Active Contributor
0 Kudos

Yes - and not only for installation but permanently.

I suggest you add that to your .sapenv* environment files (for <sid>adm).

Markus

echo_haryono
Participant
0 Kudos

hi thanks a lot for help ..

any way .. can you guide me how to set permanently ulimit our using HP UX ..

current ulimit configuration :

  1. ulimit -a

time(seconds) unlimited

file(blocks) unlimited

data(kbytes) 1048576

stack(kbytes) 131072

memory(kbytes) unlimited

coredump(blocks) 4194303

nofiles(descriptors) 60000

#

thanks a lot

rgds

echo

Edited by: echo haryono on Apr 22, 2008 11:35 AM

Former Member
0 Kudos

Hi,

In my case the files in folder 51035979 were corrupted.

Try to see the SAPnote: Note 942766 - Jload troubleshooting

Regards