VMware Horizon Community
ryul
Enthusiast
Enthusiast
Jump to solution

Failed to publish transfer package - unknown error (nfc connection failed)

Hi there,

I finally installed nearly all view packages, only the transfer option is left.

I configured the server, installed a certificate and now I want to publish the master-image in the transfer repository for the linked-clone desktops.

The publishing process starts, it initialize, progress at 0% and it  breaks up with an error message "Failed to publish transfer package".

All is setuped fine, the repository is shared correctly, inside of the "Processing" folder a new folder with an ID of the publishing process is created, inside of this folder a new folder named "work" is created, but there's nothing inside.

Ok, I looked into the debug log file of the transfer server:


2011-04-26 13:54:50,776 DEBUG <Thread-6> [RepoMessageHelper] Filter received message: Type=RepoLifeCycle, RepoOperationName=PROGRESS, GUID=6f84bcab-8f85-47f0-8fd7-8ced7dd9e90a
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] Cannot connect to server esx1.atb-potsdam.de:902: Unknown error 10060 (0x274c)
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] CnxAuthdConnect: Returning false because CnxAuthdConnectTCP failed
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] CnxConnectAuthd: Returning false because CnxAuthdConnect failed
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] Cnx_Connect: Returning false because CnxConnectAuthd failed
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] Cnx_Connect: Error message: Failed to connect to server esx1.atb-potsdam.de:902
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] TicketNFCOperations::TicketNFCOperations: failed to estabilish NFC connection: Failed to connect to server esx1.atb-potsdam.de:902.
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] MVDIServer_CreateTransferFilesForPublish: error opening NFC session.
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] MVDIServer_CreateTransferFilesForPublish: finished.
2011-04-26 13:54:54,011 ERROR <MessageFrameWorkDispatch> [ws_mvdi] Failed to make NFC connection to host 'esx1.atb-potsdam.de' while attempting to generate transfer files for desktop 'serverDn'.
2011-04-26 13:54:54,011 ERROR <PublishWorker-6f84bcab-8f85-47f0-8fd7-8ced7dd9e90a> [PublishWorker] Error publishing transfer package: 6f84bcab-8f85-47f0-8fd7-8ced7dd9e90a com.vmware.vdi.transfer.imagerepository.PublishWorker.run(SourceFile:123)
com.vmware.vdi.transfer.commoncontrol.TransferServerException: Mvdi error occurred in framework queue:mvdi, hint:createTransferFilesForPublish. Mvdi error code:1
    at com.vmware.vdi.transfer.commoncontrol.TransferServerException.fromFrameworkError(SourceFile:68)
    at com.vmware.vdi.transfer.imagerepository.DiskBasedPublishWorker.a(SourceFile:402)
    at com.vmware.vdi.transfer.imagerepository.PublishWorker.run(SourceFile:85)
    at java.lang.Thread.run(Thread.java:619)

2011-04-26 13:55:00,776 DEBUG <Thread-8> [RepoMessageHelper] Filter received message: Type=RepoLifeCycle, RepoOperationName=PROGRESS, GUID=6f84bcab-8f85-47f0-8fd7-8ced7dd9e90a
2011-04-26 13:55:12,261 DEBUG <MessageFrameWorkDispatch> [ws_vmx] Rpci: Sending request='machine.id.get '
2011-04-26 13:55:12,261 DEBUG <MessageFrameWorkDispatch> [ws_vmx] Rpci: Sent request='machine.id.get ', reply='vdi.broker.useSvi=0;

I searched Google, the VMware KBs, this forum, I do not find the solutions for this issue.

Reply
0 Kudos
1 Solution

Accepted Solutions
npeter
Expert
Expert
Jump to solution

Do you have the transfer server in the same ESX/Cluster as the desktops to be transffered?

Also check if transfer server can contact esx on port 902

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

>[ws_mvdi] Cannot connect to server esx1.atb-potsdam.de:902: Unknown error 10060 (0x274c)
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  CnxAuthdConnect: Returning false because CnxAuthdConnectTCP failed
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  CnxConnectAuthd: Returning false because CnxAuthdConnect failed
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  Cnx_Connect: Returning false because CnxConnectAuthd failed
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  Cnx_Connect: Error message: Failed to connect to server  esx1.atb-potsdam.de:902
2011-04-26 13:54:54,011 DEBUG  <MessageFrameWorkDispatch> [ws_mvdi]  TicketNFCOperations::TicketNFCOperations: failed to estabilish NFC  connection: Failed to connect to server esx1.atb-potsdam.de:902.
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  MVDIServer_CreateTransferFilesForPublish: error opening NFC session.
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] MVDIServer_CreateTransferFilesForPublish: finished.
2011-04-26  13:54:54,011 ERROR <MessageFrameWorkDispatch> [ws_mvdi] Failed to  make NFC connection to host 'esx1.atb-potsdam.de' while attempting to  generate transfer files for desktop 'serverDn'.

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

-noble

-nObLe

View solution in original post

Reply
0 Kudos
3 Replies
mittim12
Immortal
Immortal
Jump to solution

Did you get this worked out?   The host that is referenced in the log files, what role does it play? 

Reply
0 Kudos
npeter
Expert
Expert
Jump to solution

Do you have the transfer server in the same ESX/Cluster as the desktops to be transffered?

Also check if transfer server can contact esx on port 902

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

>[ws_mvdi] Cannot connect to server esx1.atb-potsdam.de:902: Unknown error 10060 (0x274c)
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  CnxAuthdConnect: Returning false because CnxAuthdConnectTCP failed
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  CnxConnectAuthd: Returning false because CnxAuthdConnect failed
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  Cnx_Connect: Returning false because CnxConnectAuthd failed
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  Cnx_Connect: Error message: Failed to connect to server  esx1.atb-potsdam.de:902
2011-04-26 13:54:54,011 DEBUG  <MessageFrameWorkDispatch> [ws_mvdi]  TicketNFCOperations::TicketNFCOperations: failed to estabilish NFC  connection: Failed to connect to server esx1.atb-potsdam.de:902.
2011-04-26  13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi]  MVDIServer_CreateTransferFilesForPublish: error opening NFC session.
2011-04-26 13:54:54,011 DEBUG <MessageFrameWorkDispatch> [ws_mvdi] MVDIServer_CreateTransferFilesForPublish: finished.
2011-04-26  13:54:54,011 ERROR <MessageFrameWorkDispatch> [ws_mvdi] Failed to  make NFC connection to host 'esx1.atb-potsdam.de' while attempting to  generate transfer files for desktop 'serverDn'.

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

-noble

-nObLe
Reply
0 Kudos
ryul
Enthusiast
Enthusiast
Jump to solution

Thank you!!

There is only 1 cluster in the Datacenter but Port 902 wasn't accessible because we use IPsec in our infrastructure.

Now everything is fine and I can publish the image! :smileyblush:

Reply
0 Kudos