Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] FW: Problem: running "selector switch" on windows: need help.

Hi Leonardo,

I need to run hbxie under debugger and see why it is failing. Will get back to you with some details soon.

What windows do you use? XP/Vista? And browser IE6/7/8?

Thanks,
Jeesmon

On May 5, 2009, at 7:06 AM, Leonardo Straniero wrote:

Hi,
yes I install all the components. I use the Installer.exe that install (Air
Runtime, Higgins Identity Selector and Higgins Services).

The build of SVN code is unnecessary because only the installer is
necessary.

Other ideas?

Thanks,
  Leonardo.

-----Original Message-----
From: Jeesmon Jacob [mailto:JJacob@xxxxxxxxx]
Sent: martedì 5 maggio 2009 12.32
To: leonardo.straniero@xxxxxxxxxxxx; Higgins (Trust Framework) Project
developer discussions
Cc: 'Domenico Rotondi'
Subject: Re: [higgins-dev] FW: Problem: running "selector switch" on
windows: need help.

Hi Leonardo and Philippe,

Have you installed all components and it's runtime dependencies needed
for Higgins Selector Switch (hbxie.dll, ss-runner.exe and higgins-ss-
service.exe)? Did you build your binaries from the source in higgins
svn? When you install hbxie.dll it will replace the registry key for
application/x-informationCard mime handler from icradie.dll to
hbxie.dll. So you need to replace it back to icardie.dll key when you
uninstall hbxie.dll to get to the previous state. I would suggest to
use some installer software that keeps track of the previous state and
get to that state after uninstalling new components.

You can run either icardie.dll or hbxie.dll and not both as both of
them are mime handlers for application/x-informationCard.

Philippe's error is happening in the following call in
http://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/app/org .
eclipse.higgins.tcpserver/src/SSSupport/src/hiemime/TheBehavior.cpp
. I will debug more and see why it is failing.

	    	bResult = WinHttpSendRequest
				(hRequest,
				WINHTTP_NO_ADDITIONAL_HEADERS,
				0,
				WINHTTP_NO_REQUEST_DATA,
				0,
				0,
				0);
		if (!bResult)
		{
            			hr = ::GetLastError();
            			//if(12475 = hr)
            			//ERROR_WINHTTP_SECURE_FAILURE 12175
            			MessageBox(NULL, L"Higgins Identity Selector

encountered an error when verifying the identity of the site and
cannot continue.", L"Higgins Identity Selector error", MB_OK |
MB_ICONERROR);
            			return hr;
         	}


Hope this helps.

-Jeesmon

On May 5, 2009, at 4:05 AM, Leonardo Straniero wrote:

Hi All,
hi have the same problem (Runtime Error and Higgins Identity
Selector Error when I open my web page. Are these problem linked?).

If I disable TheBehavior IE add on (hbxie.dll) the error is solved
(I want use only the Higgins Selector Switch Service on the 31002
port for my socket application) but I can’t enable the default ICard
manager (icardie.dll).

Any ideas?

TIA.
    Leonardo

From: higgins-dev-bounces@xxxxxxxxxxx
[mailto:higgins-dev-bounces@xxxxxxxxxxx
] On Behalf Of Smadja Philippe
Sent: lunedì 4 maggio 2009 16.03
To: higgins-dev@xxxxxxxxxxx
Subject: [higgins-dev] FW: Problem: running "selector switch" on
windows: need help.

RESENT


From: Smadja Philippe
Sent: lundi 4 mai 2009 15:08
To: 'Andrew Hodgkinson'; Markus Sabadello; Jeesmon Jacob
Cc: higgins-dev@xxxxxxxxxxx
Subject: Problem: running "selector switch" on windows: need help.


Hello,
I just installed the « selector switch » I found on the wiki
http://wiki.eclipse.org/Higgins_Selector_Switch

When I restart the machine, I have.


<image001.jpg>


ANYWAY, the higgins-ss-service.exe is running with ss-runner.exe (as
a child process)
Probably, a retry has been performed.

WHEN I go to  https://www.webcard-loyalty.com/
I do not click on, Infocard ICON and I have…..

<image002.jpg>


I SWITCH To CARDSPACE

<image003.jpg>



WHEN I go to  https://www.webcard-loyalty.com/
Same problem and   I am configured using CARDSPACE.

<image004.jpg>


I GO TO

https://cards.bandit-project.org/BanditIdP/index.jsp?option=login&action=log
inform&altLoginPage=YES


SAME problem.


FINALLY.  I  uninstall the “Higgins Service “  and I am not able  to
use my old CardSpace.
HOW TO reinstall  CardSpace ???


<image005.jpg>



Philippe Smadja
T&I project manager,  Gemalto
Tel:  +33 1 55 01 61 47
4 rue de la verrerie
92197 Meudon   France
** Contribuons au respect de l'environnement. Merci de n'imprimer ce
courriel que si nécessaire.
** Please protect the environment. Print only if necessary, on
recycled paper, using the two sided print option.


www.gemalto.com

<image006.jpg>




<ATT00001.c>



Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top