Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-user] Problems .... :(

Hi Nikola,

For me your first problem looks like a very basic authentication problem. To have a deeper look into this problem some more detailed information would be helpful:

1) Which type of authentication token are you using (Globus, VOMS, pem, p12, ...)? I guess it is VOMS and not Globus. But if it is p12 instead of pem ... there are known issues with this, see second point at http://www.g-eclipse.eu/documentation/index.jsp?topic=/eu.geclipse.doc.user/html/known_issues.html

2) Are your server certs in place?
As Ariel already mentioned this should give you another error report. Nevertheless you should check this first.

3) What are the Java-Versions you are using with Ubuntu 9.04 aka 9.10? Are they identical? If not please have a try on 9.10 with the same Java as you are using on 9.04.

4) Are your 9.04 and 9.10 Versions on the same machine, same ip, same subnet? Maybe your 9.10 is somehow blacklisted or blocked?!

5) If everything else fails you could start g-Eclipse with net-Debugging turned on. I've not tested this but it should be possible to add something like "javax.net.debug=all" into the eclipse.ini file under the vmargs-section in order to turn this on. The debugging output should help us to track down the problem to the SSL-level. For more information see for instance http://java.sun.com/developer/technicalArticles/Security/secureinternet2/

Cheers, Mathias


I have successfully installed newest gEclipse for repo.There are two problems.

One is with Ubuntu 9.10...

When i try to submit job trought gLite i get this error:



Plug-In:
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

Contact Address:
    N/A

Description:
    Job submission failed

Reasons:
    Check if input data for job was defined properly.

Proposed Solutions:
    Open Job Submission wizard (ID=null)
    Open Job editor (ID=null)

Stacktrace:
    eu.geclipse.core.reporting.ProblemException: Job submission failed
    at eu.geclipse.glite.WMSClient.submit(WMSClient.java:865)
    at eu.geclipse.glite.WMSClient.submitJob(WMSClient.java:955)
    at eu.geclipse.glite.GliteJobAPI.submitJob(GliteJobAPI.java:121)
at eu.geclipse.glite.resources.GliteWMSService.submitJob(GliteWMSService.java:75) at eu.geclipse.glite.resources.GliteWMSService.submitJob(GliteWMSService.java:89) at eu.geclipse.ui.wizards.jobsubmission.JobCreatorSelectionWizard$JobSubmissionJob.run(JobCreatorSelectionWizard.java:361)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    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.gridsite.www.namespaces.delegation_1.DelegationSoapBindingStub.getProxyReq(DelegationSoapBindingStub.java:180)
    at eu.geclipse.glite.WMSClient.delegateProxy(WMSClient.java:364)
    at eu.geclipse.glite.WMSClient.submit(WMSClient.java:748)
    ... 6 more
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
    at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1693)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:952)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1132)
    at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:643)
    at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:78)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:516) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
    ... 18 more



In Win 7 and Ubuntu 9.04 works fine.


Second thing is for all verisons.I can mount LFC servis with no problem...But when i want to list folder i get this :

Plug-In:
    eu.geclipse.core

Contact Address:
    N/A

Description:
    Failed to fetch children

Reasons:
    N/A

Proposed Solutions:
Check your proxy settings (ID=eu.geclipse.core.solution.net.checkProxySettings) Check your authentication tokens (ID=eu.geclipse.core.solution.auth.checkTokens) Check your imported CA-certificates (ID=eu.geclipse.core.solution.auth.checkCaCertificates)

Stacktrace:
    eu.geclipse.core.reporting.ProblemException: Failed to fetch children
at eu.geclipse.core.model.impl.AbstractGridContainer.getChildren(AbstractGridContainer.java:249) at eu.geclipse.ui.providers.FetchChildrenJob.run(FetchChildrenJob.java:55)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.NullPointerException
at eu.geclipse.core.auth.AbstractAuthTokenProvider.isTokenRequestCanceledException(AbstractAuthTokenProvider.java:56) at eu.geclipse.core.model.impl.AbstractGridContainer$ChildFetcher.run(AbstractGridContainer.java:126)
    ... 1 more




First problem is not so important but second gives me a headek/./

------------------------------------------------------------------------

_______________________________________________
geclipse-user mailing list
geclipse-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-user



Back to the top