Bonjour,

J'ai essayé d'installer Java EE avec "java_ee_sdk-6u4-jdk7-linux.sh" et "java_ee_sdk-6u4-unix.sh" mais rien à faire aucun des deux ne fonctionne.
J'ai aussi essayé avec différents JDK : "jdk-6u37-linux-i586.bin" et "jdk-7u7-linux-i586.tar.gz" mais rien à faire...

Alors voici comment je procède :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ chmod +x java_ee_sdk-6u4-jdk7-linux.sh
$ ./java_ee_sdk-6u4-jdk7-linux.sh
Extracting the installer archive...
Extracting the installer runtime...
Extracting the installer resources...
Extracting the installer metadata...
 
Welcome to GlassFish installer
 
Using the user defined JAVA_HOME : /home/.../documents/downloads/software/jdk1.6.0_37
Entering setup...
WARNING: Warning: Could not detect OS Architecture, falling back to os.arch [Architecture=GenuineIntel ]
SwixML 1.5 (#144)
/home/.../glassfish3/glassfish/lib/registration/servicetag-registry.xml (No such file or directory)
WARNING: [/home/.../glassfish3/glassfish/lib/registration/servicetag-registry.xml (No such file or directory)]*[{0} {1}]
Je fais Next, Next, Next, Next, Install, Next, Next, Exit en laissant les choix par défaut dans le formulaire de l'installeur.

L'installation est super rapide : quelques secondes suffisent...

Au final je me retrouve avec ça :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
$ tree ~/glassfish3/
/home/.../glassfish3/
|-- updatetool
|   `-- lib
|       `-- updatetool-start
`-- var
    `-- install
        |-- config
        |   `-- Domain
        |       |-- ClusteredInstance.xcu
        |       |-- ConfigResults.xcu
        |       |-- ConfigType.xcu
        |       |-- Domain.xcu
        |       |-- InstallHome.xcu
        |       |-- InstallType.xcu
        |       |-- InstallUserType.xcu
        |       |-- JDKSelection.xcu
        |       |-- L10nSelection.xcu
        |       |-- PageFlow.xcu
        |       |-- Progress.xcu
        |       |-- ReadyToInstall.xcu
        |       |-- RegistrationInfo.xcu
        |       |-- RegistrationOptions.xcu
        |       |-- SOAccountCreation.xcu
        |       |-- StandaloneInstance.xcu
        |       |-- UpdateTool.xcu
        |       `-- Welcome.xcu
        `-- pkgdb
            `-- sims-product
                |-- Domain-0.5-instance0
                |-- Engine-1.0-instance0
                |-- jdk-1.6.0-instance0
                `-- UpdateTool-0.5-instance0
 
8 directories, 23 files
Bref, l'installation semble avoir échoué.

Tous les liens dans l'installeur ne fonctionnent pas (dont celui vers le "log file").
Le navigateur web ne s'ouvre pas...
Si je décoche "Install update tool" lors de l'installation, ça me dit à la fin de l'installation : Overall Status : Complete.
Si je coche "Install update tool" lors de l'installation, ça me dit à la fin de l'installation : Overall Status : Incomplete.

Voilà vous savez tout.
Est-ce que je procède correctement pour installer ?

Merci.
Cordialement.