Issue607559

classification
Title: install problem jython-2.1 on AS/400
Type: Severity: normal
Components: Installer Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, nobody
Priority: low Keywords:

Created on 2002-09-10.23:20:08 by anonymous, last changed 2006-05-12.19:27:44 by fwierzbicki.

Messages
msg725 (view) Author: Nobody/Anonymous (nobody) Date: 2002-09-10.23:20:08
running the self-extracting installer results in :

java.lang.VerifyError: jython-21



IBM states that:

"-" (dash) isn't a legal character for a class name. 
Any JVM that accepts
it isn't compliant (or has verification turned off).



This is the answer I received when creating a problem
report with IBM about running the installer


jython seems to work fine if manually installed
msg726 (view) Author: Nobody/Anonymous (nobody) Date: 2002-10-28.10:31:58
Logged In: NO 

what do y ou mean by "manually installed".

I prepared the jython.jar on my PC and put it on the as/400. I 
doesn't work on the AS.

Regards

Nizar 
msg727 (view) Author: Nobody/Anonymous (nobody) Date: 2002-10-28.18:19:53
Logged In: NO 

By manually I mean that I ran the installer on my windows box
and then copied over the resulting directory structure
to the AS/400

jython 2.0 works fine if installed this way
haven't tried 2.1 yet

The old JPython installer actually worked on the AS/400
using the no gui option

Tim Schafer
tschafer@hotmail.com
msg728 (view) Author: Nobody/Anonymous (nobody) Date: 2002-10-30.00:34:03
Logged In: NO 

After switching to the:
jython_21.class
installer

I now get the following:
> java jython_21 -o /usr/local/db/jython-2.1
  try path /usr/local/db/install/
  can not get flavour null for os 'OS/400'
  $

The AS/400 software version is V5R1

Tim Schafer
tschafer@hotmail.com
msg729 (view) Author: Nobody/Anonymous (nobody) Date: 2002-10-30.19:06:43
Logged In: NO 

Success!

Using the underscore version of the installer:
jython_21.class

And providing the flavour manually (Thanks for the tip Oti)

I was able to install successfully:
> java jython_21 -f unix -o /usr/local/db/jython-2.1
  try path /usr/local/db/install/
  Done
  $



Perhaps the next installer release can include an entry for 
os 'OS/400'
Beyond that this bug can be closed

Tim Schafer
tschafer@hotmail.com
msg730 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2006-05-12.19:27:44
Logged In: YES 
user_id=193969

I am going to close this since jython_21 is sufficient
(though I need to document this -f flag)
History
Date User Action Args
2002-09-10 23:20:08anonymouscreate