The file “VP_Suite_Linux_3_1_20070918.sh” is quite old and the latest release is “VP_Suite_Linux_3_1_sp1_20071119.sh” (124,718,326 bytes). Can you have a try and see is it working?
And about the no-install version, are you also trying the SP1 build (VP_Suite_Linux_NoInstall_3_1_sp1_20071119.tar.gz)?
Same problem here. Downloaded the file from visual-paradigm.com, multiple times, and had the same problem with the version available on freshmeat.net. Using:
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu10)
OpenJDK 64-Bit Server VM (build 14.0-b08, mixed mode)
Output:
$sudo sh VP_Suite_Linux_4_0_20090706.sh
Unpacking JRE …
Preparing JRE …
VP_Suite_Linux_4_0_20090706.sh: 229: bin/unpack200: not found
Error unpacking jar files. Aborting.
You might need administrative priviledges for this operation.
Thanks for your post. Could you please try to install Sun 64-bit JRE 1.6 for installing the software? Please let me know if this helps solving the problem or not, thanks!
Thanks for your post. Could you please try No-install version and see if same problem happens? You can download No-install version from website ( http://www.visual-paradigm.com/download/ ) by selecting “Linux (No Install)”.
ive had the same error msg when down loading a file` unpack 200 I sent email to Microsoft and they advised downloading Java from sun micro systems the version I down loaded was 6.0.180.74 I did this and file fully unpacked and is now working as it now looks that previous installed Java was corrupt in my windows downloaded programs file BUT since found I could have just right clicked and updated it hope this helps anyone even tho most post on this are quite old
Hi.
I had the same problem on my ubuntu 10.04 and i solved it in the following way.
As every one probably have understood, this problem is related to the 64bit architecture.
The real issue, anyway, is that the bash script installer uses the unpack200 executable present into the jre/bin folder in a tarball that itself extract (when it prints “Unpacking JRE”), instead of using the system /usr/bin/unpack200
Now, THAT unpack200 executable is for 32bit architecture.
So i solved in this way.
Download the no-install release
Backup the unpack200 executable in jre/bin folder
$ cd jre/bin
$ mv unpack200 unpack200.original
Create a symbolink link named unpack200 pointing to the system unpack200 (that is obviously the 64bit one)
$ ln -fs /usr/bin/unpack200 unpack200
NOTE: you may veirify the right path of your unpack200 ( $ which unpack200 )
[quote=Anonymous]Hi.
I had the same problem on my ubuntu 10.04 and i solved it in the following way.
As every one probably have understood, this problem is related to the 64bit architecture.
The real issue, anyway, is that the bash script installer uses the unpack200 executable present into the jre/bin folder in a tarball that itself extract (when it prints “Unpacking JRE”), instead of using the system /usr/bin/unpack200
Now, THAT unpack200 executable is for 32bit architecture.
So i solved in this way.
Download the no-install release
Backup the unpack200 executable in jre/bin folder
$ cd jre/bin
$ mv unpack200 unpack200.original
Create a symbolink link named unpack200 pointing to the system unpack200 (that is obviously the 64bit one)
$ ln -fs /usr/bin/unpack200 unpack200
NOTE: you may veirify the right path of your unpack200 ( $ which unpack200 )[/quote]
If you are installing VP Suite to a 64bit system and you googled something like “unpack200 visual paradigm”, you will find yourself here.
You more than likely have downloaded your binaries from the downloads page but, thanks to the discussion at http://forums.visual-paradigm.com/posts/list/289653.html , the correct installation binaries can be had here:
btw. A few extra pointers:
My installation worked on Debian (wheezy) 64bit.
I have not been able to find a link to this download via the download links as of January 2012 (unless I missed it).
This worked. Please help me with the reason for this. I am new to Unix. [/quote]
Apparently the 1a32-lib libraries are designed to run 32 bit applications on 64 bit machines. This code is missing from the original Ubuntu installation. I have the same problem with two different programs I am trying to install.