Skip to main content

alphaWorks  >  Forums  >  Web 2.0 Starter Toolkit for IBM DB2  >  developerWorks

Atom and Web Services Control Panel will not install    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 8 - Pages: 1 - Last Post: Dec 18, 2007 1:52 PM Last Post By: LeoPetraz Threads: [ Previous | Next ]
junious

Posts: 15
Registered: Feb 25, 2005 08:32:34 PM
Atom and Web Services Control Panel will not install
Posted: Jul 30, 2007 10:58:58 PM
Click to report abuse...   Click to reply to this thread Reply
the pear and Atom and Web Services Control Panel will not install from your install screen, something about permissions. the Php and the web server did work. I was able to install pear by going to the pear website, but I do not know where to go to in order to in the Atom and Web Services Control Panel on windows.
Community Manager LeoPetraz

Posts: 211
Registered: Sep 14, 2006 06:17:08 PM
Re: Atom and Web Services Control Panel will not install
Posted: Jul 31, 2007 10:10:30 AM   in response to: junious in response to: junious's post
Click to report abuse...   Click to reply to this thread Reply
> the pear and Atom and Web Services Control Panel will
> not install from your install screen, something about
> permissions. the Php and the web server did work. I
> was able to install pear by going to the pear
> website, but I do not know where to go to in order to
> in the Atom and Web Services Control Panel on windows.

Hi junious,

What is your default browser?

Also, are you running as a limited user or as an Administrator?

The installer will have created a codedb2onphp/[/code] folder next to itself.

Go to codedb2onphp/php/[/code] and double-click on Atom-2007-07-24.exe

You'll need to extract it to your Apache htdocs directory. The default with regular Apache is:
codeC:\Program Files\Apache Software Foundation\Apache2.2\htdocs[/code]
The default with Zend Core is:
codeC:\Program Files\Zend\Apache2\htdocs[/code]

***

Also, you need to install two PEAR extensions. Please open up your Command Prompt (Start Menu > Programs > Accessories) and enter:
codepear install HTML_Template_Flexy HTML_Javascript[/code]

If PEAR is not in your path, you might need to first navigate to the PEAR install folder.

***

Shortcuts aren't created this way, but you can just open http://localhost/Atom in your web browser.

If you installed on a port ## other than 80, please open http://localhost:##/Atom instead where ## is that port number.

***

Thanks for trying the Starter Toolkit,

Leons Petrazickis
Database Technology Advocate
Akmal Chaudhri

Posts: 11
Registered: Jul 07, 2003 12:53:44 PM
Re: Atom and Web Services Control Panel will not install
Posted: Sep 23, 2007 07:43:30 PM   in response to: junious in response to: junious's post
Click to report abuse...   Click to reply to this thread Reply
> the pear and Atom and Web Services Control Panel will
> not install from your install screen, something about
> permissions. the Php and the web server did work. I
> was able to install pear by going to the pear
> website, but I do not know where to go to in order to
> in the Atom and Web Services Control Panel on windows.

I use Firefox as my default browser. But Firefox is rather fussy about relative paths for javascript in external files and I was getting errors as well. Switching to IE, I was also getting permissions errors. [b]However, setting IE as the default browser solved my problem[/b] and both the pear install and the Atom and Web Services Control Panel correctly installed.

Incidentally, for the pear install, I found that using the default web address in the pear batch file caused it to hang a little later with a bunch of warnings. However, using http://go-pear.org instead fixed the problem for me.
Community Manager LeoPetraz

Posts: 211
Registered: Sep 14, 2006 06:17:08 PM
Re: Atom and Web Services Control Panel will not install
Posted: Sep 27, 2007 10:24:09 PM   in response to: Akmal Chaudhri in response to: Akmal Chaudhri's post
Click to report abuse...   Click to reply to this thread Reply
Hi Akmal,

Thanks for the feedback. The launchpad sneed to be started from setup.exe to work correctly, so one can't just copy the URL into IE. Unfortunately, it has to be set as the default browser right now. The next release will work with Firefox.

Regards,

Leons Petrazickis
Database Technology Advocate
DataOnDemand

Posts: 33
Registered: Sep 25, 2006 03:49:59 PM
Re: Atom and Web Services Control Panel will not install
Posted: Oct 23, 2007 10:26:03 AM   in response to: LeoPetraz in response to: LeoPetraz's post
Click to report abuse...   Click to reply to this thread Reply
Junios - Did this information help with getting installed?
sheeba

Posts: 5
Registered: Jul 21, 2006 03:58:30 AM
Re: Atom and Web Services Control Panel will not install
Posted: Oct 25, 2007 12:45:30 AM   in response to: LeoPetraz in response to: LeoPetraz's post
Click to report abuse...   Click to reply to this thread Reply
hi all

I'm also getting stucked by the above problem. I tried all the above suggestions. But still now it's not working. Apache and php installation is ok. And when i call the phpinfo() function it works properly. But when i try to install the Demo(ie Download (1MB) and install PEAR modules ) i'm getting the following.

C:\Installation Files\web 2.0_db2 webservice using php\db2onphp>C:

C:\Installation Files\web 2.0_db2 webservice using php\db2onphp>cd "C:\Program F
iles\PHP"\

C:\Program Files\PHP>php -r "readfile('http://pear.php.net/go-pear');" 1>go-pea
r

C:\Program Files\PHP>php -q go-pear
Welcome to go-pear!

Go-pear will install the 'pear' command and all the files needed by
it. This command is your tool for PEAR installation and maintenance.

Use 'php go-pear local' to install a local copy of PEAR.

Go-pear also lets you download and install the PEAR packages bundled
with PHP: MDB2.

If you wish to abort, press Control-C now, or press Enter to continue:

HTTP proxy (http://user:password@proxy.myhost.com:port), or Enter for none::

WARNING
We found php.exe under c:\program files\php\php.exe, it uses an unknown SAPI. PE
AR commandline
tool has not been tested with it, if you have a CLI (or CGI) php.exe available,
we strongly recommand to use it.

Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.

1. Installation prefix : C:\Program Files\PHP
2. Binaries directory : $prefix
3. PHP code directory ($php_dir) : $prefix\pear
4. Documentation base directory : $php_dir\docs
5. Data base directory : $php_dir\data
6. Tests base directory : $php_dir\tests
7. Temporary files directory : $prefix\temp
8. php.exe path : c:\program files\php\php.exe

1-8, 'all' or Enter to continue:

The following PEAR packages are bundled with PHP: MDB2.
Would you like to install these as well? Y/n : y

Loading zlib: ok
Downloading package: PEAR-stable......ok
Downloading package: Archive_Tar-stable....ok
Downloading package: Console_Getopt-stable....ok
Downloading package: Structures_Graph-stable....ok
Bootstrapping: PEAR...................(remote) ok
Bootstrapping: Archive_Tar............(remote) ok
Bootstrapping: Console_Getopt.........(remote) ok
Downloading package: MDB2.............ok
Extracting installer..................ok
warning: pear/PEAR requires package "pear/Archive_Tar" (version >= 1.3.1)
warning: pear/PEAR requires package "pear/Console_Getopt" (version >= 1.2)
warning: pear/PEAR requires package "pear/Structures_Graph" (version >= 1.0.2)
pear/PEAR can optionally use package "pear/XML_RPC" (version >= 1.4.0)
pear/PEAR can optionally use package "pear/PEAR_Frontend_Web" (version >= 0.5.0)

pear/PEAR can optionally use package "pear/PEAR_Frontend_Gtk" (version >= 0.4.0)

I couldnt understand it. I'm a beginer in this area. Please do reply.

thanks in advance
sheeba

Akmal Chaudhri

Posts: 11
Registered: Jul 07, 2003 12:53:44 PM
Re: Atom and Web Services Control Panel will not install
Posted: Nov 09, 2007 06:53:06 AM   in response to: sheeba in response to: sheeba's post
Click to report abuse...   Click to reply to this thread Reply
Hi,

The following PEAR packages are bundled with PHP: MDB2.
Would you like to install these as well? Y/n : y

Try selecting n here, rather than y. See if that helps.

Incidentally, there is a 3-part flash demo series on dWorks that I put together on the Web 2.0 Tookit:

Part 1: Installation <http://www.ibm.com/developerworks/offers/lp/demos/summary/db2webtoolkit1.html?S_TACT=105AGX01&S_CMP=HP>
Part 2: ATOM feed <http://www.ibm.com/developerworks/offers/lp/demos/summary/db2webtoolkit2.html?S_TACT=105AGX01&S_CMP=HP>
Part 3: Web Services <http://www.ibm.com/developerworks/offers/lp/demos/summary/db2webtoolkit3.html?S_TACT=105AGX01&S_CMP=HP>

Parts 2 and 3 are also covered by excellent demos bundled with the toolkit, but you can now view the demos online instead, before downloading.

Regards.
Akmal Chaudhri

Posts: 11
Registered: Jul 07, 2003 12:53:44 PM
Re: Atom and Web Services Control Panel will not install
Posted: Dec 14, 2007 06:22:24 PM   in response to: Akmal Chaudhri in response to: Akmal Chaudhri's post
Click to report abuse...   Click to reply to this thread Reply
Looks like http://go-pear.org is no longer available according to this:

http://pear.php.net/bugs/bug.p hp?id=12250

It appears that the preferred option is to use:

http://pear.php.net/go-pear.phar
Community Manager LeoPetraz

Posts: 211
Registered: Sep 14, 2006 06:17:08 PM
Re: Atom and Web Services Control Panel will not install
Posted: Dec 18, 2007 01:52:43 PM   in response to: Akmal Chaudhri in response to: Akmal Chaudhri's post
Click to report abuse...   Click to reply to this thread Reply
Hi Akmal,

Thanks for the heads up.

We are planning for a mid-January refresh right now.

Cheers,

Leons Petrazickis
Database Technology Advocate

Point your RSS reader here for a feed of the latest messages in all forums