Quantcast
Channel: BitNami Answers - latest questions
Viewing all 2052 articles
Browse latest View live

What is your Bitnami wish list?

$
0
0

Two weeks in using Bitnami. Very impressed and satisfied so far. Have set up two development servers that are now running exactly as I wished. The Bitnami component of the elapsed time took about an hour to get fully fleshed LAMP servers with all the apps I wanted. The Fred component -- making application mistakes, debugging them, fixing, deleting, restoring -- took the remainder of the two weeks.

My Bitnami wish list as of today:

  • dashboard: add new apps to existing servers
  • dashboard: rename of backups. "Restored-from-backup-20110915.bitnamiapp.com" is pretty cumbersome.
  • dashboard: run ctlscript.sh from dashboard. why not? would save a lot of time on stop/restarts.
  • realtime support - chat or IRC (#commented b/c I realize this is a business issue depending on $ and resources)
  • higher "N" of users -- this forum needs more activity to be reliable as a trouble-shooting tool'
  • a different editor for Answers - the way this thing does list bullets is stupid! ;-) try it.

What are other ideas?



Drupal Module Installation

$
0
0

I've installed the Bitnami MAMP stack successfully. I'm attempting to install the Drupal Module and I have two issues:

  1. It asks if I want to install phpMyAdmin. But I know this was installed as part of the MAMP stack. Do I need to install it with the Drupal module as well?

  2. I'm instructed to "specify the installation directory of your installed AMP stack". I do (Applications/mampstack-5.4.15-0) and click "next" and get a message saying that "The selected folder is not empty. Please select a different folder." Where do I install the Drupal Module?

Bitnami Moodle drag and drop Hellp!

$
0
0

I have tried three clean installs but cannot do drag and drop with IE10 /firefox - error message reads 'unable to access php files' . Any suggestions much appreciated

problems running php script via cron

$
0
0

I'm trying to execute a php script via cron. The script works fine run through the browser. The file is chmod 755. The cron file is

# m h  dom mon dow   command
* * * * * /opt/bitnami/apache2/htdocs/myscript.php

I have verified cron is running using

bitnami@ip-12-345-789-012:/usr/local/bin$ ps aux | grep cron
root       496  0.0  0.1   2400   916 ?        Ss   Nov03   0:00 cron

EDIT: I have fixed by changing crontab file to

m h  dom mon dow   command
* * * * * /opt/bitnami/php/bin/php /opt/bitnami/apache2/htdocs/myscript.php

I am curious what the difference is supplying the path to php this way or via a shebang in the script? are they equivalent or do I misunderstand?

BitNami Stack Wordpress FTP

$
0
0

Hi guys,

I am creating a new wordpress website offline using Bitami Stack Wordpress. I am using a theme that I need to update, but to update it safely I would have to use FTP to update the theme correctly. Is there a way to add an FTP server option to bitnami for wordpress (on the mac)? I have read some things online, but I find most of it very confusing.

Thanks!

Alfresco Tomcat service start fails

$
0
0

Initial load of bitnami-alfresco-4.2.c-2-windows-installer. Only changed mysql port. get following msgs in C:\Alfresco-4.2.c-2\apache-tomcat\logs\commons-daemon.yyyy-mm-dd.txt

[2013-05-11 18:27:49] [info] [ 5172] Commons Daemon procrun (1.0.13.0 32-bit) started

[2013-05-11 18:27:49] [info] [ 5172] Running 'alfrescoTomcat' Service...

[2013-05-11 18:27:49] [info] [ 6928] Starting service...

[2013-05-11 18:27:49] [error] [ 6928] %1 is not a valid Win32 application.

[2013-05-11 18:27:49] [error] [ 6928] Failed creating java C:\Program Files\Java\jre6\bin\server\jvm.dll

[2013-05-11 18:27:49] [error] [ 6928] %1 is not a valid Win32 application.

[2013-05-11 18:27:49] [error] [ 6928] ServiceStart returned 1

[2013-05-11 18:27:49] [error] [ 6928] %1 is not a valid Win32 application.

[2013-05-11 18:27:49] [info] [ 5172] Run service finished.ory

[2013-05-11 18:27:49] [info] [ 5172] Commons Daemon procrun finished

I am sure the fix is simple, so have at it folks and thanks so much in advance.

R

Bitnami Stack Reinstall

$
0
0

I seem to have broken the Joomla/MySQL database as I now get Error loading component: com_tags, Component not found so I want to reinstall the application. I have tried to delete the application form the iMac and re download from apple but it is not deleted and I get the same error. Maybe I should have taken a back up of the first install but I didn't.

1) So how can I reinstall the whole application or at least delete the joomla database and reinstall Joomla?

2) I can connect to mysql using the bitnami username with no password but I can see no tables, I can connect with no username and password but see no databases.

I want to install a standalone Joomla database/application and either use the same bitnami database with a different table prefix or a separate database is this possible, if so how?

I seem to have these things sorted on my hosting platform but not on my PC. I can connect into localhost and have found a folder /library/containers/com.bitnami.joomla/data but reluctant to delete this and try to start again.

3) How do I revert to where I was before I downloaded and installed the bitnami app so I can start again.

Feature request - GitLab Continuous Integration Server stack


Autostart Bitnami on Arch Linux (nodejs stack)

$
0
0

In case this helps anyone...

I'm running Arch Linux with the Bitnami Nodejs stack installed as root. My Arch Linux uses systemd start up scripts. Here's how I got the stack to autostart on boot.

  1. Put the file bitnami.service into /etc/systemd/system (file contents below).
  2. Ran "systemctl enable bitnami.service" at the command line.

This is not yet well tested and note that I'm a newbie and this is my first systemd startup script.

bitnami.service:

[Unit]
Description=Bitnami Nodejs server
After=syslog.target
After=network.target

[Service]
Type=forking
User=root
ExecStart=/opt/nodejs-0.10.5-0/ctlscript.sh start

# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=30

[Install]
WantedBy=multi-user.target

unable to connect to Amazon ec2 isntance created using bitnami phpbb

$
0
0

I created an amazon ec2 instance using the aws market place. Now I am unable to login to the instance using the default login of ubuntu. Please let me know how to login.

Varnish not working on wordpress stack/OS X?

$
0
0

I installed bitnami-wordpress-3.5.1-1-osx-x86_64-installer.dmg but when I try to start varnish I get

+ /Applications/wordpress/varnish/bin/varnishd -a :7857 -f /Applications/wordpress/varnish/etc/varnish/default.vcl -s file,/Applications/wordpress/varnish/var/varnish/varnish_storage.bin,1G -P /Applications/wordpress/varnish/var/varnish/varnishd.pid -n /Applications/wordpress/varnish/var/varnish
SMF.s0: filename: /Applications/wordpress/varnish/var/varnish/varnish_storage.bin size 1024 MB.
Message from dlopen:
Compiled VCL program failed to load:
  dlopen(./vcl.7xCtnv7V.so, 6): no suitable image found.  Did find:
./vcl.7xCtnv7V.so: mach-o, but wrong architecture
Running dlopen failed, exit 1

VCL compilation failed

Needs more bits? I can't find a vcl.7xCtnv7V.so in my tree.

Add other php applications on Bitnami Wordpress Stack?

$
0
0

Hi there,

Please pardon my question if it sounds stupid as I am new to AWS and Bitnami.

I have successfully launched a Bitnami Wordpress server on the free tier of AWS EC2 hosting.

Now as I am moving my existing website to this service I have other 3rd party php applications that I run as a sub directory : mydomain.com/other-app

Now with the Bitnami WP stack where do I need to upload this app folder? Do I need to update in Bitnami to recognise this app as the sub-directory on the domain? If yes what and how?

Any help will be highly appreciated.

Thanks in advance.

Regards, Praney

Problem with migrating redmine plugin db table

$
0
0

I've problem with migrating db table for my brand new plugin. What I've got in my production.log is:

Connecting to database specified by database.yml
OpenIdAuthentication.store is nil.
Using in-memory store. Migrating to CreateTimeTrackings (1)

Can anyone help me? Some hints? All i've been doing is the tutorial from redmine site - creating plugin

resourcespace module doesn't works correctly with ruby stack

$
0
0

Hi

The resourcespace module doesn't linked correcly... If try open http://[myIP]/resourcespace, I will be redirected to the adress localhost/resourcespace. Other modules like redmine works correctly...

BitNami Alfresco Stack 4.2.c-2 AWS Appliance - Enable SSL

$
0
0

Hello, I will start off to say I am not an Apache/Alfresco/SSL guru. So I will need some detailed explanations. I have used the Bitnami Alfresco appliance in the past and got SSL to work. I just created a new instance with the latest Bitnami appliance but cannot get SSL working following the same procedure as before.

Any help or suggestions to track down where the problem exist. I do not get any errors when trying to start the tomcat service. I can see the site does redirect port 80 to 8443 but I never get the login screen. Alfresco works before I try to enable the SSL so the root application is functioning.

Procedure:

Generate key:

cd /opt/bitnami/java/bin/

sudo keytool -genkey -alias tomcat -keyalg RSA -keystore $HOME/alfresco/ssl/keystore -keysize 2048 –validity 1825

Modify /opt/bitnami/apache-tomcat/conf/servier.xml

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
    maxThreads="150" scheme="https" secure="true" 
    clientAuth="false" sslProtocol="TLS"                                                                      keystoreFile="/opt/bitnami/apache-tomcat/conf/ssl/keystore"
keystorePass="%SamePasswordAsSSLcert" />

Modify /opt/bitnami/apache-tomcat/conf/web.xml

<!-- ======================== HTTPS Redirection ========================= -->
  <!-- This section has been customized to redirect web resources to HTTPS  -->
  <security-constraint>
        <web-resource-collection>
           <web-resource-name>Entire Application</web-resource-name>
                <url-pattern>/*</url-pattern>
        </web-resource-collection>
        <user-data-constraint>
                <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
</security-constraint>

Modify /opt/bitnami/apache-tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml

<endpoint>
            <id>alfresco</id>
            <name>Alfresco - user access</name>
            <description>Access to Alfresco Repository WebScripts that require user authentication</description>
            <connector-id>alfresco</connector-id>
            <endpoint-url>https://localhost:8443/alfresco/s</endpoint-url><identity>user</identity>
         </endpoint>

Export the SSL:

cd $HOME/alfresco/ssl
/opt/bitnami/java/bin/keytool –export –alias  tomcat –keypass “%SamePasswordAsSSLcert%” –storepass “%SamePasswordAsSSLcert%” –keystore ~/alfresco/ssl/keystore –file server.cert

Import the SSL:

cd $HOME/alfresco/ssl
sudo /opt/bitnami/java/bin/keytool –import –alias tomcat –file server.cert –keypass “%SamePasswordAsSSLcert%” –storepass changeit –keystore /opt/bitnami/java/jre/lib/security/cacerts

Modify the Alfresco Global Properties /opt/bitnami/apache-tomcat/shared/classes/alfresco-global.properties:

###############################
## Common Alfresco Properties #
###############################

dir.root=/opt/bitnami/apps/alfresco/data
web.application.context.url=https://127.0.0.1:8443/alfresco

alfresco.context=alfresco
alfresco.host=127.0.0.1
alfresco.port=8443
alfresco.protocol=https

share.context=share
share.host=127.0.0.1
share.port=8443
share.protocol=https

Problem to install gitlab parallel to rubystack

$
0
0

Hi Because gitlab hasn't a working rubystack-module, I must istall gitlab as stack. So I must set new Ports for this stack (90 for apache, 91 for ssl, 92 for myqsl).

i get this error:

Error running /opt/gitlab-5.1.0-3/mysql/scripts/myscript.sh 
/opt/gitlab-5.1.0-3/mysql **** : ERROR 2002 (HY000): Can't connect to local 
MySQL server through socket '/opt/gitlab-5.1.0-3/mysql/tmp/mysql.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/opt/gitlab-5.1.0-3/mysql/tmp/mysql.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/opt/gitlab-5.1.0-3/mysql/tmp/mysql.sock' (2)

Where is the Porblem?

Redmine: E-Mail error since 2.x

$
0
0

Since the upgrade to Redmine 2.x, I got problems when Redmine should send e-mails to our Exchange 2010 server. When I want to send the test e-mail (from settings, email notifications), the page shows me this error:

An error occurred while sending mail (SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol)

This is the relevant part of my configuration.yml:

# default configuration options for all environments
default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: our-server
      port: 25
      #enable_starttls_auto: true
      openssl_verify_mode: none
      #domain: example.net
      #authentication: :login
      #user_name: 
      #password:

This worked fine with Redmine 1.x, but since I upgraded from Redmine 1.3.1 to 2.2.3 and last week to 2.3.1, e-mail notifications seems to be mostly gone (some users said they got e-mails some weeks ago, but I cannot confirm this).

Of course I also looked in my production.log and I even raised the log level to debug, but there are no errors in this file.

What can I further do to solve this problem?

Virtual hosts and testing URL

$
0
0

Hi,

I installed the wordpress AMI on AWS for a single site. Now I want to host multiple domains on that same server, but I don't want to use the multiple wordpress site stack.

I followed the steps to enable VirtualHosts and got the second site up and running. However, I was only able to get the second site up once I'd pointed its domain to the server's IP address.

How can I test a new site before updating the DNS to point the actual domain to the server? In other words, I have an existing site with quite a bit of traffic that I want to move over. I know things go wrong, they always do... so I want to see the site working under a URL such as http://<public url="">/MySite

Once I'm happy with that, I just want to point the domain to the server and maybe run a DB update for wordpress (move to root).

Instead, if I currently try to go to http://<public url=""> it goes to the first virtual host. So when I go to http://<public url="">/MySite, I guess it's looking for a subfolder under that first domain's installation, which is not what I want.

I should also mention that I ran updateIP to get the first domain working off the root folder before I found the documentation for virtual hosts.

Hope you can help.

  • Dirk

My redmine doesn't work after I shutdown/restart the server

$
0
0

Hello,

I am using the bitnami redmine-2.1.3-0 on a fedora server. It was working when I shutdown/restart the server.

When I shutdown the server, I didn't stop the redmine process because I don't know about it in detail. I restart the server and I found the redmine was not working, so, I tried below:

  • su -

  • /opt/redmine-2.1.3-0/ctlscript.sh start

And the redmine process was successfully started like below:

130513 20:04:23 mysqld_safe Logging to '/opt/redmine-2.1.3-0/mysql/data/mysqld.log'.
130513 20:04:23 mysqld_safe Starting mysqld.bin daemon with databases from /opt/redmine-2.1.3-0/mysql/data
/opt/redmine-2.1.3-0/mysql/scripts/ctl.sh : mysql  started at port 8806
Syntax OK
/opt/redmine-2.1.3-0/apache2/scripts/ctl.sh : httpd started at port 8888
/opt/redmine-2.1.3-0/subversion/scripts/ctl.sh : subversion started at port 3690

However, I cannot access the redmine web page, and instead I get the error message below.

We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.

I analyzed the error and found that there are following errors in /opt/redmine-2.1.3-0/apache2/logs/error_log.

[Mon May 13 11:21:13 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[ pid=13751 thr=3085433056 file=ext/common/agents/HelperAgent/Main.cpp:485 time=2013-05-13 11:21:13.4334 ]: PassengerHelperAgent online,

listening at unix:/tmp/passenger.1.0.13743/generation-0/request.socket
[Mon May 13 11:21:13 2013] [notice] Digest: generating secret for digest authentication ...
[Mon May 13 11:21:13 2013] [notice] Digest: done
[ pid=13770 thr=3084912864 file=ext/common/agents/HelperAgent/Main.cpp:485 time=2013-05-13 11:21:14.2053 ]: PassengerHelperAgent online,

listening at unix:/tmp/passenger.1.0.13765/generation-0/request.socket
[Mon May 13 11:21:14 2013] [notice] Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/1.0.1c DAV/2 PHP/5.4.8 Phusion_Passenger/3.9.1.beta

configured -- resuming normal operations
[ pid=13770 thr=3063724944 file=ext/common/agents/HelperAgent/RequestHandler.h:1731 time=2013-05-13 11:21:26.6353 ]: [Client 18] Cannot

checkout session. An error occured while starting up the preloader.
Error page:
cannot load such file -- dispatcher (LoadError)
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `require'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `block in require'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in `load_dependency'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `require'
  /opt/redmine-2.1.3-0/apps/redmine/htdocs/plugins/ezfaq_plugin/init.rb:21:in `<top (required)="">'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `require'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `block in require'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in `load_dependency'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:251:in `require'
  /opt/redmine-2.1.3-0/apps/redmine/htdocs/lib/redmine/plugin.rb:130:in `block in load'
  /opt/redmine-2.1.3-0/apps/redmine/htdocs/lib/redmine/plugin.rb:121:in `each'
  /opt/redmine-2.1.3-0/apps/redmine/htdocs/lib/redmine/plugin.rb:121:in `load'
  /opt/redmine-2.1.3-0/apps/redmine/htdocs/config/initializers/30-redmine.rb:13:in `<top (required)="">'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:245:in `load'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:245:in `block in load'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:236:in `load_dependency'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/active_support/dependencies.rb:245:in `load'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/engine.rb:588:in `block (2 levels) in <class:engine>'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/engine.rb:587:in `each'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/engine.rb:587:in `block in <class:engine>'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:30:in `instance_exec'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:30:in `run'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:55:in `block in run_initializers'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:54:in `each'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/initializable.rb:54:in `run_initializers'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/application.rb:136:in `initialize!'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
  /opt/redmine-2.1.3-0/apps/redmine/htdocs/config/environment.rb:14:in `<top (required)="">'
  config.ru:3:in `require'
  config.ru:3:in `block in <main>'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
  config.ru:1:in `new'
  config.ru:1:in `<main>'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-3.9.1.beta/helper-scripts/rack-preloader.rb:79:in `eval'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-3.9.1.beta/helper-scripts/rack-preloader.rb:79:in `preload_app'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-3.9.1.beta/helper-scripts/rack-preloader.rb:124:in `<module:app>'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-3.9.1.beta/helper-scripts/rack-preloader.rb:6:in `<module:phusionpassenger>'
  /opt/redmine-2.1.3-0/ruby/lib/ruby/gems/1.9.1/gems/passenger-3.9.1.beta/helper-scripts/rack-preloader.rb:5:in `<main>'

Is my redmine corruped? Does anyone here help me to recover my error.

oscommerce shop

$
0
0

Dear Bitnami, Please confirm me if i can deploy an oscommerce RC2 shop on bitnami lamp stack. It's not in your application scripts, i wonder there isn't technical limitation for this cart.

Thanks. Hassan

Viewing all 2052 articles
Browse latest View live


Latest Images