This forum is no longer active. Please post your questions to our new community site

Recent Posts by syed

Subscribe to Recent Posts by syed 16 post(s) found

10 Jan, 2011 05:06 AM
Avatar syed 16 post(s)

Topic: Redmine / 2 Redmine Stacks on same PC

Hi,

We have one Bitnami Redmine Stack (BRS #1: Port 80)working perfectly on a PC with Windows XP &

another Bitnami Redmine Stack (BRS #2: Port 99) working perfectly on a PC with Windows 7 (32-bit).

Now we would like to move the BRS#2 to the Windows XP machine where BRS#1 is already there.

So, my basic questions are:

a) Is it OK to have 2 BRS on the same machine? (Will they not interfere with each other?)

b) Is it OK moving BRS from Windows 7 (32-bit) to Windows XP?

Please clarify.

Thanks & Best Regards,
Ali Syed

 
14 Jun, 2009 12:19 PM
Avatar syed 16 post(s)

Topic: Redmine / Error Validating Certificate

While trying to browse the subversion repository (Redmine on Windows XP), the below error appears in the production log:

Error validating server certificate for ‘https://abc.ourdomain.com:8443’: – The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually!

All subversion commands work fine from Command Prompt (once already accepted permanently).

Any ideas???

Best Regards,
Syed

 
07 Jun, 2009 05:13 AM
Avatar syed 16 post(s)

Topic: Redmine / Upgrading Subversion

Hello,

The current redmine stack includes Subversion 1.4.6.
How can I upgrade the subversion to 1.6.x.?

Please help.

Best Regards,
Syed

 
24 May, 2009 04:01 AM
Avatar syed 16 post(s)

Topic: Redmine / Integration with Subversion

The change is in the file:

C:\Program Files\BitNami Redmine Stack\apps\redmine\lib\
redmine\scm\adapters\subversion_adapter.rb

The line from:

SVN_BIN = "svn"

to

SVN_BIN = "svn --config-dir C:/svntemp"

Do you see something wrong here?

 
23 May, 2009 11:25 AM
Avatar syed 16 post(s)

Topic: Redmine / Integration with Subversion

Dear Beltran,

I tried the above solution. Now I am getting 500 Internal Server Error.
I request you to have a look at the below production log…

Processing RepositoriesController#show (for 127.0.0.1 at 2009-05-23 14:36:45) [GET] Session ID: e0d5e1e3022aa76c7d93635d7d9d28c9 Parameters: {“action”=>”show”, “id”=>”tp004”, “controller”=>”repositories”}
Error parsing svn output: #<rexml::parseexception: no close tag for />
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/1.8/rexml/parsers/treeparser.rb:27:in `parse’
C:/Program Files/BitNami Redmine Stack/ruby/lib/ruby/1.8/rexml/document.rb:190:in `build’

C:/Program Files/BitNami Redmine Stack/ruby/bin/mongrel_rails:19:in `load’
C:/Program Files/BitNami Redmine Stack/ruby/bin/mongrel_rails:19
...
No close tag for /lists/list
Line:
Position:
Last 80 unconsumed characters:
Output was: <?xml version=”1.0”?>
<lists>
<list path=”https://user1.xyz.com:8443/svn/tp004”>
Rendering template within layouts/base
Completed in 1.51500 (0 reqs/sec) | Rendering: 0.03100 (2%) | DB: 0.00000 (0%) | 500 Internal Server Error


Any pointers …will be greatly appreciated.

Thanks & Best Regards,
Syed

 
23 May, 2009 10:31 AM
Avatar syed 16 post(s)

Topic: Redmine / Backup & Recovery in Windows

Dear Beltran,

I prefer the second solution..and it is working without any problem.
Thanks you very much for the excellent help.

Thanks & Best Regards,
Syed

 
23 May, 2009 07:21 AM
Avatar syed 16 post(s)

Topic: Redmine / Integration with Subversion

I am trying to integrate subversion “just to browse repositories” only.
The subversion repository (another subversion installation outside bitnami stack) is on the same machine.

When I click on “Repository” I am getting the below error:

“The entry or revision was not found in the repository”

Any ideas…please help.

Thanks & Best Regards,
Syed

 
23 May, 2009 04:27 AM
Avatar syed 16 post(s)

Topic: Redmine / Backup & Recovery in Windows

What is the best possible way to “backup redmine” in Windows OS.
Please help.

Thanks & Best Regards,
Syed

 
26 Nov, 2008 06:36 AM
Avatar syed 16 post(s)

Topic: Redmine / SMTP configuration

Dear Beltran,

I am happy to say that the probelm is solved now.
The problem is with the configuration file.
I just commented the lat 3 lines in the SMTP Configuration i.e. #authentication => login #user_name => “MyUserName” #password => “MyPassword”

and it is working fine now.

Best Regards,
Syed

 
18 Nov, 2008 03:17 PM
Avatar syed 16 post(s)

Topic: Redmine / SMTP configuration

In the redmine forums, it says that it is a firewall problem.
That means I need to add an exception.
In that case, which files I need to put under exception?

Any idea(s)?

Thanks & Best Regards,
Syed

 
18 Nov, 2008 03:00 PM
Avatar syed 16 post(s)

Topic: Redmine / SMTP configuration

Yes.
I did a ping and it is successful.
Also, I tried our Mail Server in a Python Script and it worked.

But in redmine, this error …

 
18 Nov, 2008 02:13 PM
Avatar syed 16 post(s)

Topic: Redmine / SMTP configuration

SMTP Server Configuration in the file environment.rb is

Config.action_mailer.smtp_settings =

address => “OurComapnySMTPServerName.OurCompanyName.com”
port => 25
domain => “OurCompanyName.com”
authentication => login
user_name => “MyUserName”
password => “MyPassword”

And,

config.action_mailer.perform_deliveries = true
config.action_mailer.delivery_method = smtp

Also please note that

I am admin for redmine and My Company user Name & My Company Password are used in this config.
My Mail ID is like MyUserName.OurCompanyName.com

Do you need any other inputs(s)?

Thanks & Best Regards,
Syed

 
18 Nov, 2008 03:40 AM
Avatar syed 16 post(s)

Topic: Redmine / SMTP configuration

Dear Beltran,

I configured the SMTP after installation by editing the ..\redmine\config\environment.rb file.
After that I got the below error when I try to send a test mail.
Do you think this is a firewall problem?
There is no Windows firewall/ant-virus fire wall. Do you think I need to add an exception. If so, which files?
OR what else the problem can be.

“An error occurred while sending mail (getaddrinfo: no address associated with hostname.)”

Please guide me.

Thanks & Best Regards,
Syed

 
15 Jul, 2008 04:40 PM
Avatar syed 16 post(s)

Topic: Mantis / Mantis Windows problem

Dear Antonio,

Actually I tried 6 times in Windows XP SP3 and it failed all the times with the same problem.
Finally, I installed redmine and works nicely.
Before installing redmine I completely uninstalled & deleted all directories of Mantis.

Now I can try once again (7th time for you),
but I am afraid that it will disturb my redmine configuration.
If you confirm that there is no such disturbance to redmine configuration,
then I will go ahead and produce the log files for you.

Please confirm.

Thanks & Best Regards,
Syed

 
13 Jul, 2008 01:23 PM
Avatar syed 16 post(s)

Topic: Redmine / Admin login isn't working

Hi Beltran,

I am also facing the same problem like the one faced by cching.
I re-installed and second time I took care to mention the first name as a “string without spaces”.
Yes. It works like a charm. Actually I should have read this blog so that I would have saved the re-install time.

Any way, thanks very much for providing such an excellent stack.
Bitnami Redmine Stack just rocks…........

Thanks & Best Regards,
Shabid Ali

 
12 Jul, 2008 06:03 AM
Avatar syed 16 post(s)

Topic: Mantis / Mantis Windows problem

Dear Antonia,

I am facing same problem as the one faced by Aktion.
After installation I can see Apache BitNami page and can run phpMyAdmin.
This problem is with Windows XP SP3.
By the way, it works fine with Windows Vista.

Let me please know, if you are having any solution.

Best Regards,
Syed