Hi Brett, Junjun

I've test what you advice me. No changes in the error message, the same "Server error: null". And trying to find out where that change https to http happens. Only a java error found (added at the end of my mail).
Would you recommend to enable some debug flag in biomart?

The other factor I think can make things go wrong is a rewrite http to https I keep in my apache virtual host config file. But puzzles me because what you tell me is about a https to http change.

           regards.

   Alexis.

By the way I put also some biomart.properties variables :

locale.name = en
location.code = 005
locale.plurals = true
##################################################
# HTTP SETTINGS
##################################################
http.host = 0.0.0.0
#http.host = localhost
http.port = 9000
# Only if public URL different from host+port above
http.url = http://dcc.cllgenome.es/

##################################################
# HTTPS SETTINGS
##################################################
https.port = 9043

# Only if public URL different from host+port above
https.url = https://dcc.cllgenome.es

ssl.keystore = etc/keystore
#ssl.password = OBF:19iy19j019j219j419j619j8
ssl.password = XXXXXXXX

#ssl.truststore = etc/keystore
#ssl.trustpassword = OBF:19iy19j019j219j419j619j8

# Set to false if x509 certificate verification is required
x509.trustall = true


THE JAVA EXCEPTION :

2011-05-23 15:20:29,391 ERROR [881581266@qtp-1986936160-6:Log.java:208]: Request to Central Registry threw an IOException: centr
java.lang.NullPointerException
at org.biomart.api.lite.MartRegistry.getGroupName(MartRegistry.java:186)
        at org.biomart.api.rest.UserResource.verify(UserResource.java:229)
        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 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch( at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.j at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:279)
...
at org.mortbay.jetty.security.SslSocketConnector$SslConnection.run(SslSocketConnector.java:680) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)



On 05/20/2011 08:18 PM, Brett Whitty wrote:
*Hi Alexis,*
*
*
When I try to use openID to log into your site I get a popup in my browser that warns about the traffic being switched from HTTPS to HTTP, which leads me to believe there is a problem with the http.url and https.url settings in your biomart.properties file. You should set these to the real external URLs of your site if they aren't already set to that. You also should set your http.host to '0.0.0.0'.

When I try to login with yahoo instead of openid, I get redirected to the following URL on successful login:
*http://localhost:9000/*
*which is what the default settings would be if they weren't changed.*
*
*
Please send future email support requests to [email protected] and not to Junjun or myself directly, as it is easier for us to co-ordinate this way.

Regards,
*
*
*Brett*

From: Alexis <[email protected] <mailto:[email protected]>>
Date: Fri, 20 May 2011 11:07:38 -0400
To: jzhang <[email protected] <mailto:[email protected]>>
Subject: openID authentication against https://centralregistry.dcc.icgc.org


    Hi Junjun

    After some issues I think our server at BSC could be tested from
    your site. There is only a matter about openID. I put the
    "location" Brett
    told us to use for openID authentication (
    https://centralregistry.dcc.icgc.org ). I receive after signing in
    an error message such as : "Server error: null" in a yellow box
    just at my dcc portal. When I use an empty "location" it works
    well. There is some detail I'm missing, I suppose. Do you know
    where it could come from?

    By the way... https and many other details worked shoulder to shoulder
    with Jorge are fine (dcc from bsc do not complaints about the
    "binary" problem is annoying Jorge). If you consider it's the
    right time to add dcc.cllgenome.es to your test pipelines, go
    ahead, you are welcome.

       regards.

    Alexis.








    WARNING / LEGAL TEXT: This message is intended only for the use of
    the individual or entity to which it is addressed and may contain
    information which is privileged, confidential, proprietary, or
    exempt from disclosure under applicable law. If you are not the
    intended recipient or the person responsible for delivering the
    message to the intended recipient, you are strictly prohibited
    from disclosing, distributing, copying, or in any way using this
    message. If you have received this communication in error, please
    notify the sender and destroy and delete any copies you may have
    received.

    http://www.bsc.es/disclaimer.htm




WARNING / LEGAL TEXT: This message is intended only for the use of the
individual or entity to which it is addressed and may contain
information which is privileged, confidential, proprietary, or exempt
from disclosure under applicable law. If you are not the intended
recipient or the person responsible for delivering the message to the
intended recipient, you are strictly prohibited from disclosing,
distributing, copying, or in any way using this message. If you have
received this communication in error, please notify the sender and
destroy and delete any copies you may have received.

http://www.bsc.es/disclaimer.htm
_______________________________________________
Users mailing list
[email protected]
https://lists.biomart.org/mailman/listinfo/users

Reply via email to