cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
isbraki
Level 2

InstallAnywhere2014 Linux version zipcreator java hotspot error

When creating an InstallAnywhereImage I get the following error messages:

...
Finished assembling installer components
Adding other errors: Windows VM Pack missing, bailing out: OracleJRE170u60_Win(x32).vm
Adding other errors: Windows_Pure_64_Bit VM Pack missing, bailing out: OracleJRE170u60_Win(x64).vm
Building Unix archive (No VM) web installer...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGBUS (0x7) at pc=0x00007fd420279982, pid=10795, tid=140546578339584
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libzip.so+0x4982] newEntry+0x62
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

----

The hotspot file snippet shows:

Stack: [0x00007fddec018000,0x00007fddec119000], sp=0x00007fddec117260, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libzip.so+0x4982] newEntry+0x62
C [libzip.so+0x4fd3] ZIP_GetNextEntry+0x53
J 295 java.util.zip.ZipFile.getNextEntry(JI)J (0 bytes) @ 0x00007fde1d11fd96 [0x00007fde1d11fce0+0xb6]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 295 java.util.zip.ZipFile.getNextEntry(JI)J (0 bytes) @ 0x00007fde1d11fd24 [0x00007fde1d11fce0+0x44]
J 292 C2 java.util.zip.ZipFile$1.nextElement()Ljava/lang/Object; (5 bytes) @ 0x00007fde1d137200 [0x00007fde1d137140+0xc0]
j com.zerog.util.zip.ZipCreator.mergeInZip(Ljava/util/zip/ZipFile;Z)V+22
j com.zerog.util.zip.ZipCreator.mergeInZip(Ljava/util/zip/ZipFile;)V+3
j Flexeraad_.a8(LFlexeraawh;LFlexeraawh;ZZZ)V+55
j Flexeraadw.dv()V+134
j Flexeraadw.ah()V+145
j Flexeraadw.ab()V+18
j Flexeraaej.ax()V+17
j Flexeraaei.c3(Z)V+22
j Flexeraaej.ah()V+4
j Flexeraaei.ab()V+18
j Flexeraad_.a4(Ljava/lang/Object;LFlexeraad1;Ljava/lang/Object;LFlexeraad6;Ljava/util/Vector;Lcom/zerog/ia/designer/build/BuildConfiguration;)V+4304
j Flexeraad6.run()V+32
v ~StubRoutines::call_stub

----

Any ideas?  It appeared to finish assembling all components but I'm not sure what it is attempting to do now. 

I am running on Oracle Linux 7 with InstallAnywhere2014_SP1 and outputting Linux with VM platform. Build line: 

build file.iap_xml +LV

Thanks,

Gary

0 Kudos
(0) Replies