cancel
Showing results for 
Search instead for 
Did you mean: 

WEB AS installing error (SAP Press Edition)

Former Member
0 Kudos

Hi,

I just bought the book "Java Programming with the SAP Web Application Server". I tried to install the Web AS that comes with the book. But it failed at the phase 22 of 33 "Loading Java Database Content". The error is "Corrupt gzip trailer". The full error trace stack is:

06.12.05 15:05 com.sap.inst.jload.Jload dbImport

INFO: trying to delete from table CBS_BINARY

06.12.05 15:05 com.sap.inst.jload.Jload dbImport

INFO: CBS_BINARY deleted

06.12.05 15:06 com.sap.inst.jload.Jload logStackTrace

SEVERE: java.io.IOException: Corrupt GZIP trailer

at java.util.zip.GZIPInputStream.readTrailer(GZIPInputStream.java:174)

at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:89)

at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:105)

at java.io.DataInputStream.readBoolean(DataInputStream.java:310)

at com.sap.inst.jload.db.FieldHandler.checkAndSetNullValue(FieldHandler.java:46)

at com.sap.inst.jload.db.IntegerHandler.setValue(TinyIntHandler.java:117)

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

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

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

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

Could anyone please help me how to fix this error?

Thanks a lot!

Kenny

Accepted Solutions (0)

Answers (3)

Answers (3)

sankar_narayana
Active Participant
0 Kudos

Hi,

Even i too face the same problem. Could you please share the solution for this problem.

Former Member
0 Kudos

hi, did you fix this error.

i have the same problem, and i tried several times to continue installation use different user(ex. administrator, j2eadm, sapservicej2e, etc).

of course, i have tried many times to uninstall(all sap products) and reinstall. also it's not use.

could anyone help me?

thank u.

Former Member
0 Kudos

Generally when it fails in Java DB, it could be due to access rights. Normally your setup creates users <SYSID>adm <SYSID>Service. You should log off and then Login using the SYSIDadm user and continue installation. No matter what user rights you got for your profile, Setup doesn't allow those users to create profiles.

Regards

Ak