Hi All,

  Here is the trace of the Error i am getting..

[ERROR]

Error =(mx.rpc.events::FaultEvent)#0
  bubbles = false
  cancelable = true
  currentTarget = (null)
  eventPhase = 2
  fault = (mx.rpc::Fault)#1
    errorID = 0
    faultCode = "Server.Processing"
    faultDetail = (null)
    faultString = "java.lang.NullPointerException : null"
    message = "faultCode:Server.Processing
faultString:'java.lang.NullPointerException : null' faultDetail:'null'"
    name = "Error"
    rootCause = (Object)#2
      cause = (null)
      localizedMessage = (null)
      message = (null)
  message = (mx.messaging.messages::ErrorMessage)#3
    body = (null)
    clientId = (null)
    correlationId = "4C515111-9282-B474-AD9F-D2334E3EDE75"
    destination = "NavigatorFacade"
    extendedData = (null)
    faultCode = "Server.Processing"
    faultDetail = (null)
    faultString = "java.lang.NullPointerException : null"
    headers = (Object)#4
    messageId = "462F61B6-290F-6FAE-CDEF-EB9D9E69146F"
    rootCause = (Object)#2
    timestamp = 1193232522041
    timeToLive = 0
  messageId = "462F61B6-290F-6FAE-CDEF-EB9D9E69146F"
  target = (null)
  token = (mx.rpc::AsyncToken)#5
    message = (mx.messaging.messages::RemotingMessage)#6
      body = (Array)#7
        [0] "Collection__f3ebb0ca-009e-46ac-baa6-5bd8a6788ed0"
      clientId = (null)
      destination = "NavigatorFacade"
      headers = (Object)#8
        DSEndpoint = "my-amf"
      messageId = "4C515111-9282-B474-AD9F-D2334E3EDE75"
      operation = "getInstanceInfoForEdit"
      source = (null)
      timestamp = 0
      timeToLive = 0
    responders = (Array)#9
      [0] (mx.collections::ItemResponder)#10
    result = (null)
  type = "fault"

[/ERROR]

Thanks
Kumar

--- In [email protected], "sk_acura" <[EMAIL PROTECTED]> wrote:
>
> Hi Steven,
> 
>   I am also getting the same problem. How ever the issue i have is
> when the Server takes more time to process i might be getting it.When
> i perform the same action some time it works fine..
> 
>   I though it has some thing to do with the Flash Player running out
> of the wait time..
> 
>   I have searched thru all the config files and couldn't find any
> thing related to it..
> 
> Regards
> Kumar
> 
> --- In [email protected], "Alex Harui" <aharui@> wrote:
> >
> > Adding a keyword so the experts may notice
> > 
> >  
> > 
> > ________________________________
> > 
> > From: [email protected]
[mailto:[EMAIL PROTECTED] On
> > Behalf Of stephen50232
> > Sent: Saturday, October 20, 2007 8:32 AM
> > To: [email protected]
> > Subject: [flexcoders] Flex sites not running under the URL
> > 
> >  
> > 
> > HI,
> > 
> > I've posted this message on the Adobe forum, but I thought I'd post it
> > here too, so sorry for the cross posting, anyway
> > 
> > I have recently been moving some Flex apps onto a new server, now the
> > problem I'm having is that any Flex app that uses Remoting is only
> > available via the IP address. When I call the site via the URL I
> > create in IIS i always get this error message:
> > 
> > mx.rpc::Fault)#0
> > errorID = 0
> > faultCode = "Server.Processing"
> > faultDetail = (null)
> > faultString = "java.lang.NullPointerException"
> > message = "faultCode:Server.Processing
> > faultString:'java.lang.NullPointerException' faultDetail:'null'"
> > name = "Error"
> > rootCause = (null)
> > 
> > Now when I call the same site via the IP address I don't get an error
> > message and the site works. I've been researching this problem and
> > asked other people about this and it seems that the problem has to do
> > with the service-config.xml file, so I've checked my
> > service-config.xml file and the endpoint entries are fine, e.g:
> > 
> > <endpoint
> >
uri="http://{server.name}:{server.port}{context.root}/flex2gateway/cfamf
> > polling"
> > class="flex.messaging.endpoints.AMFEndpoint"/>
> > 
> > Which seems fine, I've also put a crossdomain policy file in the root
> > of my app and that's not fixing the problem. So I'm stuck for ideas.
> > 
> > Can anyone shed so light and ideas and what to check to solve this
> > problem?
> > 
> > Thanks
> > 
> > Stephen
> >
>


Reply via email to