Mutated the title again since I DO have PHP talking to MSSQL in test_connect test script.
WSF is not making the client or proxy so I assume I am missing something on the install for WSF. Since I do not know what the directory structure looks like could some one tell me if I should have a 'scripts' dir and what should files be in it? This looks like the same kind of install issues we had with the dotnet WSF. Thanks! Drew ________________________________________ From: Drew Baird (Volt) Sent: Tuesday, May 26, 2009 11:36 PM To: Drew Baird (Volt); [email protected] Subject: RE: Stonehenge PHP on LINUX talking to MSSQL (was Building WSF/C (for WSF-PHP) (for Stonehenge PHP) on LINUX) I corrected the entries if the wsf.home and the errors changed although they are similar Fatal error: Uncaught exception 'Exception' with message 'ws client create failed' in /var/www/html/php_stocktrader/trader_client/request_processor.php:526 Stack trace: #0 /var/www/html/php_stocktrader/trader_client/request_processor.php(526): WSClient->__construct(Array) #1 /var/www/html/php_stocktrader/trader_client/request_processor.php(804): GetBSEndPoint() #2 /var/www/html/php_stocktrader/trader_client/request_processor.php(820): GetProxy() #3 /var/www/html/php_stocktrader/trader_client/login.php(36): Login('uid:1', 'xxx') #4 {main} thrown in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 526 ________________________________________ From: Drew Baird (Volt) Sent: Tuesday, May 26, 2009 11:03 PM To: Drew Baird (Volt); [email protected] Subject: RE: Stonehenge PHP on LINUX talking to MSSQL (was Building WSF/C (for WSF-PHP) (for Stonehenge PHP) on LINUX) more: I looked at the wsf entries in PHPInfo. Most the values are set to 'tmp' and the wsf.home value was set to 'no value' -- I think this is a bad thing. ________________________________________ From: Drew Baird (Volt) Sent: Tuesday, May 26, 2009 9:32 PM To: [email protected] Subject: RE: Stonehenge PHP on LINUX talking to MSSQL (was Building WSF/C (for WSF-PHP) (for Stonehenge PHP) on LINUX) Thanks for responding Chintana Yes I did the colon. It seems to not want to make the proxy. I do e an empty scripts directory. at /var/www/scripts. I created it and expected it to contain code related to WFS. Drew ________________________________________ From: Chintana Wilamuna [[email protected]] Sent: Tuesday, May 26, 2009 7:19 PM To: [email protected] Subject: Re: Stonehenge PHP on LINUX talking to MSSQL (was Building WSF/C (for WSF-PHP) (for Stonehenge PHP) on LINUX) On Tue, May 26, 2009 at 11:06 AM, Drew Baird (Volt) <[email protected]> wrote: > New title for clarity > Current state: The welcome screen displays but I cannot login > 1. I did do the phpinfo script and WSF and MSSQL are installed. > 2. The PHP StockTrader is in the correct place > 3. The PHP MSSQL Test connect described in the PHP man pages appears to work > > Any ideas are appreciated. In resources/conf/database_config.xml have you changed the <server>127.0.0.1,1433</server> to <server>ip:port</server>? (Note the colon instead of the comma) Bye, -Chintana -- http://engwar.com/
