UDDI configuration with Microsoft.Practices.ESB.UDDIPublisher keeps failing to run correctly


when try run publisher application registration of esb webservices keep getting error. searched of internet , found hints ssl checked in uddi server (not case.). looked in service trace viewer , found exception thrown when running publish application. (details below). error :
error 285012: unexpected error occurred retrieving business information in uddi business name, 'microsoft.practices.esb.uddi3.uddiclientexception: error 285008: unexpected error occurred retrieving uddi business information business name 'system.servicemodel.faultexception

server stack trace:
   @ system.servicemodel.channels.servicechannel.handlereply(proxyoperationruntime operation, proxyrpc& rpc)
   @ system.servicemodel.channels.servicechannel.call(string action, boolean oneway, proxyoperationruntime operation, object[] ins, object[] outs, timespan timeout)
   @ system.servicemodel.channels.servicechannelproxy.invokeservice(imethodcallmessage methodcall, proxyoperationruntime operation)
   @ system.servicemodel.channels.servicechannelproxy.invoke(imessage message)

exception rethrown @ [0]:
   @ system.runtime.remoting.proxies.realproxy.handlereturnmessage(imessage reqmsg, imessage retmsg)
   @ system.runtime.remoting.proxies.realproxy.privateinvoke(messagedata& msgdata, int32 type)
   @ microsoft.practices.esb.uddi3.uddi_inquiry_porttype.find_business(find_businessrequest request)
   @ microsoft.practices.esb.uddi3.uddi_inquiry_porttypeclient.microsoft.practices.esb.uddi3.uddi_inquiry_porttype.find_business(find_businessrequest request)
   @ microsoft.practices.esb.uddi3.uddiclient.getbusinessbyname(string businessname)'.
   @ microsoft.practices.esb.uddi3.uddiclient.getbusinessbyname(string businessname)
   @ microsoft.practices.esb.uddi3.uddiclient.getmybusinessbyname(string businessname)'.

source: microsoft.practices.esb.uddi3.uddiclient

method: system.string savebusiness(system.string, system.string)

error source: microsoft.practices.esb.uddi3

error targetsite: microsoft.practices.esb.uddi3.businessinfo getmybusinessbyname(system.string) 

error stacktrace:    @ microsoft.practices.esb.uddi3.uddiclient.getmybusinessbyname(string businessname)
   @ microsoft.practices.esb.uddi3.uddiclient.savebusiness(string businessname, string description)

xml of trace log application.

<e2etraceevent xmlns="http://schemas.microsoft.com/2004/06/e2etraceevent">
<system xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<eventid>131075</eventid>
<type>3</type>
<subtype name="warning">0</subtype>
<level>4</level>
<timecreated systemtime="2009-10-26t14:20:41.1395953z" />
<source name="system.servicemodel" />
<correlation activityid="{00000000-0000-0000-0000-000000000000}" />
<execution processname="microsoft.practices.esb.uddipublisher" processid="2508" threadid="1" />
<channel />
<computer>win-pmejj9loro3</computer>
</system>
<applicationdata>
<tracedata>
<dataitem>
<tracerecord xmlns="http://schemas.microsoft.com/2004/10/e2etraceevent/tracerecord" severity="warning">
<traceidentifier>http://msdn.microsoft.com/en-us/library/system.servicemodel.diagnostics.throwingexception.aspx</traceidentifier>
<description>throwing exception.</description>
<appdomain>microsoft.practices.esb.uddipublisher.exe</appdomain>
<exception>
<exceptiontype>system.servicemodel.faultexception, system.servicemodel, version=3.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089</exceptiontype>
<message></message>
<stacktrace>
@ system.servicemodel.channels.servicechannel.handlereply(proxyoperationruntime operation, proxyrpc&amp; rpc)
@ system.servicemodel.channels.servicechannel.call(string action, boolean oneway, proxyoperationruntime operation, object[] ins, object[] outs, timespan timeout)
@ system.servicemodel.channels.servicechannelproxy.invokeservice(imethodcallmessage methodcall, proxyoperationruntime operation)
@ system.servicemodel.channels.servicechannelproxy.invoke(imessage message)
@ system.runtime.remoting.proxies.realproxy.privateinvoke(messagedata&amp; msgdata, int32 type)
@ microsoft.practices.esb.uddi3.uddi_security_porttype.get_authtoken(get_authtokenrequest request)
@ microsoft.practices.esb.uddi3.uddi_security_porttypeclient.microsoft.practices.esb.uddi3.uddi_security_porttype.get_authtoken(get_authtokenrequest request)
@ microsoft.practices.esb.uddi3.uddiclient.setuddiauthentication(string username, string password, string url, basichttpsecuritymode securitymode, httpclientcredentialtype credential)
@ microsoft.practices.esb.uddipublisher.publish.main(string[] args)
</stacktrace>
<exceptionstring>system.servicemodel.faultexception</exceptionstring>
</exception>
</tracerecord>
</dataitem>
</tracedata>
</applicationdata>
</e2etraceevent>

system consists of 2008 server uddi 3.0 sql 2008.
recognizes error or has solution ?

already solved.....

installed biztalk , skipped step of uddi install because uddi installed windows server 2008 r2. thought same release...... not :-(. after deinstall of uddi 2 , install of uddi 3 included on biztalk disc worked fine......


BizTalk Server  >  BizTalk ESB Toolkit



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to send non-standard Content-Type header ?