You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:19:24 UTC

[jira] [Created] (TRAFODION-1009) LP Bug: 1421458 - trafodion_install misleading message about file not existing

Alice Chen created TRAFODION-1009:
-------------------------------------

             Summary: LP Bug: 1421458 - trafodion_install misleading message about file not existing
                 Key: TRAFODION-1009
                 URL: https://issues.apache.org/jira/browse/TRAFODION-1009
             Project: Apache Trafodion
          Issue Type: Bug
            Reporter: Chris Tjepkema


1) if user specifies an existing directory when asked for tar file location...
 Enter location of trafodion tar file (): /root/Downloads
***ERROR: /root/Downloads does not exist

but
/root/Downloads Does exist.

The user did not specify a tar file  just a directory

2) sudoer has permission problem
 Specify location of Java 1.7.0_65 or higher, default is /usr/java/jdk1.7.0_67:
Enter location of trafodion tar file (): /root/Downloads/trafodion-20150206_0830.tar.gz
***ERROR: /root/Downloads/trafodion-20150206_0830.tar.gz does not exist
***ERROR: Error while running traf_config_setup.
***ERROR: No configuration file created.

[trafodion@n003 installer]$ ls -l /root/Downloads/trafodion-20150206_0830.tar.gz
ls: cannot access /root/Downloads/trafodion-20150206_0830.tar.gz: Permission denied

[trafodion@n003 installer]$ sudo ls -l /root/Downloads/trafodion-20150206_0830.tar.gz
-rw-r--r-- 1 trafodion trafodion 169921954 Feb  6 17:28 /root/Downloads/trafodion-20150206_0830.tar.gz



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)