« Return to Thread: Strange error in the logs

Strange error in the logs

by Israel Derdik :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

One of my servers is showing a strange error in the logs. The error references a custom object called sessionInfo  of type SessionInfo  that is being passed into a method. The method signature is :

public String startSaveSession(SessionInfo sessionInfo)

The error is

2009-04-05 07:57:27,342 [13] ERROR FluorineFx.MethodHandler - Could not find a suitable method with name startSaveSession
2009-04-05 07:57:27,342 [13] ERROR FluorineFx.MethodHandler - Displaying verbose logging information
2009-04-05 07:57:27,342 [13] ERROR FluorineFx.MethodHandler - Checking startSaveSession(sessionInfo(
SessionInfo))
2009-04-05 07:20:17,654 [1] ERROR FluorineFx.MethodHandler - sessionInfo(SessionInfo) did not match value "
        auth_id = "xxxxxxk" 
         uploader_id = "111" 
         submissionSource  = "xxxx" 
         fguid  = "" 
         fvguid  = "" 
         thumbnailSizes  = "" 
         tags  = "" 
         description  = "" 
         filename = "test" 
         thumbnailHeight = "1" 
         thumbnailWidth = "1" 
         applicationid  = "peacock" 
         viewpermissions  = "none" 
         editpermissions = "none" 
         originalfileversionguid  = ""
         sessiontoken = "" 
         partnerposturl = "" 
" (SessionInfo)

all that text in quotes is what the output of SessionInfo.ToString().   Why is that showing up and what does " did not match value" mean?

Thanks,
Iz

PS Sorry about the previous email - I sent it from the wrong account.

_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: Strange error in the logs