Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > more information
 

more information

Is there any way to get more information about why a creature send has failed? i mean log files or anything?

ive not recieved any creatures for a while now, and i have reintroduced some several times, but sending failes most of the time (not all had one successful send).

Im guessing it might be the black list, but it would be helpful if there was a log written somewhere that had error messages ect in it.

Regards,

Scott
MigrationUser 1  Thursday, April 21, 2005 6:20 AM
Thought I would post some more info as to whats happening on my machine because i am really keen to get this working;

here is the messages past between my client and someone else, trying to send them my own home made assembly called SimplePlant_1

This was the most basic thing i could make, because i was sitting with an empty terrarium, so i figured Id see if i could send intormation because I was not recieveing anything.

here goes.

1:
GET /version HTTP/1.1
User-Agent: Microsoft .NET Terrarium
Host: xxx.xxx.xxx.xxx:50000

response;

HTTP/1.1 200 OK
Server: Microsoft .Net Terrarium
Date: Sat, 23 Apr 2005 10:12:10 GMT
Connection: Close
Content-Length: 97
Content-Type: text/xml

<version><build>0</build><major>1</major>.<minor>2</minor>.</version><channel>EcoSystem</channel>


So far so good. next message

POST /organisms/assemblycheck HTTP/1.1
User-Agent: Microsoft .NET Terrarium
Content-Type: application/text
Content-Length: 62
Expect: 100-continue
Host: xxx.xxx.xxx.xxx:50000

:response:

HTTP/1.1 100 Continue
Server: HttpWebListener

::

Ebula_3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

(note Eblua was added from the servers extinct list)


::


HTTP/1.1 200 OK
Server: Microsoft .Net Terrarium
Date: Sat, 23 Apr 2005 10:12:10 GMT
Connection: Close
Content-Length: 38
Content-Type: text/xml

<assemblyexists>false</assemblyexists>


::

POST /organisms/assemblies HTTP/1.1
User-Agent: Microsoft .NET Terrarium
Content-Type: application/octet-stream
Assembly: Ebula_3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
Content-Length: 11776
Expect: 100-continue
Host: xxx.xxx.xxx.xxx:50000

I then proceded to send the assembly;

HTTP/1.1 200 OK
Server: Microsoft .Net Terrarium
Date: Sat, 23 Apr 2005 10:12:12 GMT
Connection: Close
Content-Length: 36
Content-Type: text/xml

<assemblysaved>false</assemblysaved>

great error messages here ;)

::

POST /organisms/state HTTP/1.1
User-Agent: Microsoft .NET Terrarium
Content-Type: application/octet-stream
peerChannel: EcoSystem
Content-Length: 3032
Expect: 100-continue
Host: xxx.xxx.xxx.xxx:50000


i get a few more messages before receiving this


HTTP/1.1 200 OK
Server: Microsoft .Net Terrarium
Date: Sat, 23 Apr 2005 10:12:12 GMT
Connection: Close
Content-Length: 147
Content-Type: text/xml

<organismArrived>false</organismArrived><reason>The peer yyy.yyy.yyy.yyy did not pass the check for badpeer/shouldreceive on the remote peer</reason>

so im assming that im being black listed and i dont know why. btw yyy.yyy.yyy.yyy is my correct Ip, so it should be working. bleh im flumexed again.

MigrationUser 1  Saturday, April 23, 2005 10:23 AM

You can use google to search for other answers

Custom Search

More Threads

• Stuck at the first code line of the terrarium...
• have any framework support windows-based applicaton ?
• Application Updater Component
• using n-tier architecture for winforms
• Online/Offline Quirk
• Protection Level error?????
• Converting Windows Application to DLL
• How to show Exe icon in Picture Box
• Has Microsoft officially killed terrarium??
• Has anyone got this working via mobile phone?