This forum is no longer active. Please post your questions to our new community site
WAPPStack 1.2-0 installation failed on XP ...
|
|
I downloaded the offical WAPPStack 1.2-0 installer [http://bitnami.com/files/stacks/wappstack/bitna…] and did check its md5sum as bf4476e4cdf65e6cfe530cfdf336b0bd, but it failed on XP with something similar to [http://bitnami.com/forums/forums/wappstack/topi…] … I tried again and again on various boxes, got no better ;-( I looked into the log, found something like `Executing C:\Program Files\BitNami WAPPStack/postgresql/bin/runinitdb.bat`, `Executing C:\Program Files\BitNami WAPPStack/postgresql/bin/registerservice.bat`, and `Executing cmd /C start /MIN net start wappstackPostgreSQL` before `Executing C:\Program Files\BitNami WAPPStack/postgresql/bin/psql.exe -U postgres -p 5432 -h localhost -c “ALTER USER postgres PASSWORD ‘xxxx’”`, but an immediate search popped neither “postgresql/bin/runinitdb.bat” nor “postgresql/bin/registerservice.bat”, only “postgresql/scripts/serviceinstall.bat” and “postgresql/scripts/servicerun.bat” avail … Wonder if there is a way to explorer the package to make sure the essential files existing; or no way but wait for re-packing ??? Thanks … |
|
|
Hi, The script runintdb.bat just run initdb with the appropiate options for the BitNami stack: start /MIN cmd /c “\postgres\bin\initdb.exe -U postgres -E UTF8 -D /postgres/data” The registerservice.bat register the posgres service: start /MIN cmd /c “\postgres\bin\pg_ctl.exe register -N wappstackPostgreSQL -D /postgres/data” These are just temporary scripts that are deleted after executed. Could you check if the wappstackPostgreSQL have been created and if it starts correctly? We plan to release a new version that will have PostgreSQL logs enabled by default. This should help us to track this kind of issues. Looking forward to your feedback. |
|
|
I am afraid NOT … as if neither “postgresql/bin/runinitdb.bat” nor “postgresql/bin/registerservice.bat” got executed, that might be why “postgresql/bin/psql.exe” failed to connect … Thank you for such details, I should have made it work were I such lucky before ;-) |

