Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Transport error

    i am developing a web application.where we can add items to family or groups.

    this application is working fine in development environment but after pushing to QA, transport error is coming and preventing adding the items to families.

    i am using smartclient 5.7.

    error description is

    Transport error-HTTP Code:500 for url:
    http://172.16.1.67/aaaa/Webservices/nasgw.asmx


    some times items are adding and deleting sometimes i am getting transport error. what i need to do

    I enabled the RPCManager log category in the Developer Console to see what error message the server is returning with that error


    i got this

    13:21:35.965:INFO:Log:initialized
    13:21:36.699:WARN:Log:Duplicate load of module 'Core'.
    13:21:36.761:WARN:DataSource:ManAddingGroup:field.name collision: first field: {name: "SubCategory",
    type: "integer"}, discarded field: {name: "SubCategory",
    type: "text"}
    13:21:37.043:WARN:Log:ClassFactory.addGlobalID: ID:'SNRequired' for object '[SelectItem ID:SNRequired name:SNRequired]' collides with ID of existing object '[StaticTextItem ID:SNRequired name:SNRequired]'. The global reference to this object will be replaced
    13:21:37.043:WARN:Log:ClassFactory.addGlobalID: ID:'MSDS' for object '[SelectItem ID:MSDS name:MSDS]' collides with ID of existing object '[LinkItem ID:MSDS name:MSDS]'. The global reference to this object will be replaced
    13:21:38.355:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:38.683:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:38.840:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:39.027:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:41.168:WARN:PaneContainer:MyInfoTabs_paneContainer:ignoring bad or negative height: -23 [enable 'sizing' log for stack trace]
    13:21:41.355:WARN:PaneContainer:MyInfoTabs_paneContainer:ignoring bad or negative height: -23 [enable 'sizing' log for stack trace]
    13:21:41.668:WARN:PaneContainer:MyInfoTabs_paneContainer:ignoring bad or negative height: -23 [enable 'sizing' log for stack trace]
    13:21:42.230:WARN:PaneContainer:MyInfoTabs_paneContainer:ignoring bad or negative height: -23 [enable 'sizing' log for stack trace]
    13:21:42.543:WARN:PaneContainer:MyInfoTabs_paneContainer:ignoring bad or negative height: -23 [enable 'sizing' log for stack trace]
    13:21:43.824:INFO:Log:isc.Page is loaded
    13:21:44.199:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:44.215:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:44.215:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:44.215:WARN:DynamicForm:itemViewer:couldn't find focus item: undefined
    13:21:48.293:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:48.621:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:51.840:WARN:DynamicForm:groupViewer:values specified as an array. Treating the first item in the array as intended values.
    13:21:51.871:WARN:DynamicForm:groupEditForm:values specified as an array. Treating the first item in the array as intended values.
    13:21:51.871:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:53.433:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:53.621:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:58.543:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:58.808:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:21:59.574:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    13:22:29.949:WARN:UploadItem:MSDSUpload:Attempting to set the value for an upload form item. This is disallowed for security reasons - returning the current value of the form item
    Last edited by uaar; 11 Jun 2008, 09:43.

    #2
    Hi uaar,

    That's an error being returned by your server, not SmartClient. Take a look at the server-side logs and/or enable the RPCManager log category in the Developer Console to see what error message the server is returning with that error.

    Comment


      #3
      thank you

      Thank you for your support. I solved that error by disabling firewall and antivrus.

      Thank you once again.
      Uaar


      Originally posted by Isomorphic
      Hi uaar,

      That's an error being returned by your server, not SmartClient. Take a look at the server-side logs and/or enable the RPCManager log category in the Developer Console to see what error message the server is returning with that error.

      Comment

      Working...
      X