Re: RPC Problem

Hi.

I can think of two reasons for your problem. Either there's a network setup 
problem, or you compute the service URL in a wrong way.

Can you access the start page of the apache which runs on your laptop from a 
browser not running on your laptop? If not, it's a network setup problem. If 
you can, you probably don't call the service with the right URL. Have your app 
alert the service URL, copy and paste it into a browser window, and see the 
server's response. That might help.

br,

flj

On 14.02.2011 10:24, Tranninger Harald wrote:
> Hi all,
>
> I already had a running Application useing rpc calls to invoke a php script,
getting SQL Data from a Database.
>
> I had a server running on an embedded Linux PC. But now I want  my laptop to
be the Testserver too.
> I?ve got Xampp running on my notebook. everything is working fine. If I try my
app local, then I get things loaded from the DB as required.
> If I acess my laptop from another PC or mobile DEvice, I only get the blank
page without any data loaded from the DB.
>
> It seems, that my php script is not called due to the RPC. Why? I really
turned off my Windows Firewall and Antivir software. I use Win7 on my Notebook.
> It?s so strange, on my localhost everything works but on any other host not.I
don?t understand this, because the php script always is locally on the machine
and has its database local with rootaccess.
>
> It seems, that my Win7 machine doesn?t support RPC or whatever. But I check
all my RPC services locally.
>
> Any suggestions?
>
> Thanks! 


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to