Précédent   Forum des professionnels en informatique > Logiciels > Solutions d'entreprise > Business Intelligence > ETL > Talend
Talend Forum d'entraide sur Talend (Talend Open Studio, ...). Avant de poster --> FAQ Talend, Tutoriels Talend
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 27/05/2011, 08h35   #1
Membre habitué
 
Inscription : janvier 2004
Messages : 507
Détails du profil
Informations forums :
Inscription : janvier 2004
Messages : 507
Points : 101
Points : 101
Par défaut installation Talend nouveau soucis

Bonjour,

L'executable se lance maintenant,
j'arrive sur une fenetre intitulé :
Join the talend communauty

je rempli les infos necessaire (mail, nom ...mot de passe) et je clique sur suivant et à ce moment j'ai une popup error qui apparait :

Citation:
Une erreur s'est produite(; nested exception is :
java.net.ConnectException: Connection timed out : connect).
avec cette log, apparamment un problème de proxy,
mais que faire ?ou dois indiquer le proxy à talend ?

Code :
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
 
org.talend.commons.exception.BusinessException: ; nested exception IS: 
	java.net.ConnectException: Connection timed out: connect
 
	at org.talend.repository.registeruser.RegisterManagement.createUser(Unknown Source)
 
	at org.talend.repository.ui.wizards.register.RegisterWizardPage2.buttonPressed(Unknown Source)
 
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
 
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
 
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
 
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
 
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
 
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
 
	at org.eclipse.jface.window.Window.open(Window.java:801)
 
	at org.talend.repository.ui.wizards.register.RegisterWizardPage1.buttonPressed(Unknown Source)
 
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
 
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
 
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
 
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
 
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
 
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
 
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
 
	at org.eclipse.jface.window.Window.open(Window.java:801)
 
	at org.talend.dataprofiler.rcp.intro.Application.openLicenseAndRegister(Unknown Source)
 
	at org.talend.dataprofiler.rcp.intro.Application.start(Unknown Source)
 
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
 
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
 
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
 
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
 
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
	at java.lang.reflect.Method.invoke(Method.java:597)
 
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
 
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
 
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
 
Caused BY: java.net.ConnectException: Connection timed out: connect
 
	at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
 
	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
 
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
 
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
 
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
 
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
 
	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
 
	at org.apache.axis.client.Call.invoke(Call.java:2767)
 
	at org.apache.axis.client.Call.invoke(Call.java:2443)
 
	at org.apache.axis.client.Call.invoke(Call.java:2366)
 
	at org.apache.axis.client.Call.invoke(Call.java:1812)
 
	at org.talend.repository.registeruser.proxy.RegisterUserBindingStub.createUser(RegisterUserBindingStub.java:529)
 
	at org.talend.repository.registeruser.proxy.RegisterUserPortTypeProxy.createUser(RegisterUserPortTypeProxy.java:86)
 
	... 33 more
 
Caused BY: java.net.ConnectException: Connection timed out: connect
 
	at java.net.PlainSocketImpl.socketConnect(Native Method)
 
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
 
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
 
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
 
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
 
	at java.net.Socket.connect(Socket.java:529)
 
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
	at java.lang.reflect.Method.invoke(Method.java:597)
 
	at org.apache.axis.components.net.DefaultSocketFactory.CREATE(DefaultSocketFactory.java:153)
 
	at org.apache.axis.components.net.DefaultSocketFactory.CREATE(DefaultSocketFactory.java:120)
 
	at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
 
	at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
 
	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
 
	... 44 more
Merci à tous
donny est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 27/05/2011, 08h59   #2
Membre habitué
 
Inscription : janvier 2004
Messages : 507
Détails du profil
Informations forums :
Inscription : janvier 2004
Messages : 507
Points : 101
Points : 101
j'ai trouver ou on configurait le proxy
mais ça ne marche pas.
apparamment on peut s enregistrer plus tard.
j'ai cliquer sur ce bouton,et j'ai ce message d'erreur :

Citation:
Workspace in use, connot start multiple instances at the same time.
Comment je fais pour savoir quel workspace est utilisé ?
donny est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 27/05/2011, 11h54   #3
Membre habitué
 
Inscription : janvier 2004
Messages : 507
Détails du profil
Informations forums :
Inscription : janvier 2004
Messages : 507
Points : 101
Points : 101
c'est bon j'ai réussi
en faite j'ai renomme le dosier workspace :
Code :
Z:\TOP-All-r60995-V4.2.1
et il en a recrée un.
donny est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 19h56.


 
 
 
 
Partenaires

Hébergement Web