EzDevInfo.com

tuleap interview questions

Top tuleap frequently asked interview questions

Yum conflict error after Tuleap install on Centos

I did a basic full install of Tuleap on Centos 6.7 about a month ago. I'm now getting an error tuleap-plugin-git-gitolite3-4.153-1.el6.noarch has installed conflicts tuleap-plugin-git: tuleap-plugin-git-gitolite3-4.153-1.el6.noarch and I'm not sure which to remove or reinstall. I'm using the added Epel and the Tuleap repo. It looks like it is conflicting with itself.


Source: (StackOverflow)

Tuleap Agile Dashboard Planning Page Does not Show Animation

i am using tuleap 8.15. I am on agile dashboard planning page. The loader spinner gif keeps on showing and animation is never loaded.


Source: (StackOverflow)

Advertisements

how can update tuleap

I can't update tuleap from 8.2 to 8.3 I have next error:

http://tuleap.net/pub/tuleap/yum/rhel/5-php53/stable/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: Tuleap. Please verify its path and try again

How can I fix this issue?


Source: (StackOverflow)

Tuleap: How to delete project

I am a beginner with Tuleap. I created two projects and want to delete one of them. How can I do that?


Source: (StackOverflow)

Tuleap LDAP authentication and binding with current user login credentials

Can I set up the tuleap LDAP plugin to bind to the server with the current login credentials the user has inputted? This is how the Jenkins plugin functions but is is unclear if I can set up the tuleap plugin the same way.

Also, is there a way to see any logs from the LDAP plugin to try to figure out what ldap commands it is sending?


Source: (StackOverflow)

tuleap installation on docker instance centos 7 gives error

Should this OS version *centos 7 give a problem on docker instance ?

It is giving me following errors.

Error: Package: 3:mailman-tuleap-2.1.12-18.2.el6.x86_64 (Tuleap) Requires: libpython2.6.so.1.0()(64bit) Error: Package: tuleap-8.0.99.80-1.el6.noarch (Tuleap) Requires: perl-suidperl Error: Package: gitolite-2.3.1-1.el6.noarch (Tuleap) Requires: perl(:MODULE_COMPAT_5.10.1) Error: Package: tuleap-8.0.99.80-1.el6.noarch (Tuleap) Requires: vixie-cron >= 4.1-9 Error: Package: 3:mailman-tuleap-2.1.12-18.2.el6.x86_64 (Tuleap) Requires: vixie-cron >= 4.1-9 Error: Package: tuleap-8.0.99.80-1.el6.noarch (Tuleap) Requires: mod_auth_mysql Error: Package: tuleap-all-8.0.99.80-1.el6.noarch (Tuleap) Requires: mysql-server


Source: (StackOverflow)

Tuleap installation issue on RHEL7.1

I am following the installation guide to install Tuleap on RHEL7.1.  When I run this command:

yum install --enablerepo=rpmforge-extras tuleap-all

I get the following errors:

--> Finished Dependency Resolution
Error: Package: 3:mailman-tuleap-2.1.12-18.2.el6.x86_64 (Tuleap)
           Requires: libpython2.6.so.1.0()(64bit)
Error: Package: tuleap-8.0.99.51-1.el6.noarch (Tuleap)
           Requires: perl-suidperl
Error: Package: gitolite-2.3.1-1.el6.noarch (Tuleap)
           Requires: perl(:MODULE_COMPAT_5.10.1)
Error: Package: tuleap-all-8.0.99.51-1.el6.noarch (Tuleap)
           Requires: mysql-server
Error: Package: 3:mailman-tuleap-2.1.12-18.2.el6.x86_64 (Tuleap)
           Requires: vixie-cron >= 4.1-9
Error: Package: tuleap-8.0.99.51-1.el6.noarch (Tuleap)
           Requires: vixie-cron >= 4.1-9
Error: Package: tuleap-8.0.99.51-1.el6.noarch (Tuleap)
           Requires: mod_auth_mysql
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

What to do?


Source: (StackOverflow)

How to enable debug mode in tuleap?

Could you help to enable debug mode in tuleap? We need to monitor what are the files and functions were run while trigger any event in tuleap,For example if i search an artifact i have to monitor what are the files and functions was run. Kindly provide needfull help ASAP


Source: (StackOverflow)

Tracker import says "Trackers have been disabled in this project."

When I click on tracker import under my project it says "Trackers have been disabled in this project."

I see trackers enabled. I did create new trackers as well.

Its a full tuleap latest version installation as per installation guide on virtual box centOS instance.


Source: (StackOverflow)

Unable to load project home page

Creating a new project, it's impossible to open the home page related (the service "Home page" is enabled). Eg: at http://mytuleaphost/www/newproject, I receive the message <<Sorry, page not found>>

All other services (forum, lists, documents) work fine.

Is there anything obvious I could be missing with tuleap?


Source: (StackOverflow)

Can't connect after Tuleap install on Debian sid under docker

I have followed the instructions at http://doc-en.tuleap.net/en/latest/developer-guide/quick-start/run-tuleap.html, but hitting http://tuleap_web_1.tuleap-aio-dev.docker/ gives "Server not found". The first two points under "3.4. Troubleshooting" seem OK, but the third one gives ";; connection timed out; no servers could be reached" on both the dig '*.docker', dig '*.tuleap-aio-dev.docker' and dig 'tuleap_web_1.tuleap-aio-dev.docker' commands.

Unfortunately, there are no follow up tips for when these commands fail. I will add that if I can solve the problem.


Source: (StackOverflow)

SVN browsing error session_set/session_checkip in Tuleap

When trying to browse the SVN tree I get this error message:

import viewvc File "/usr/share/viewvc/lib/viewvc.py", line 71, in session.session_set() File "/usr/share/tuleap/src/www/../utils/session.py", line 81, in session_set if session_checkip(row['ip_addr'], os.environ['REMOTE_ADDR']): File "/usr/share/tuleap/src/www/../utils/session.py", line 33, in session_checkip re

My configuration includes a reverseproxy on the front and LDAP (active directory) authentication. I've got this issue on v8.7, 8.6

fyi: updated to v8.8 no changes.

Easily is something in configuration, but I can't find what, also I don't find error logs.


Source: (StackOverflow)

Tuleap 8.7 on Centos 6.6 "My Account" page blank

I have just installed Tuleap V8.7 on Centos 6.6 using the instructions at

http://tuleap-documentation.readthedocs.org/en/latest/installation-guide/full-installation.html

The installation seems to have run without error and I can log in as the admin user using the generated password provided by install.sh

However when I try to open the "My Account" page so I can change the password I just get a blank page.

This also happens if I try to go to "My Account" for any users I create too.

The problem is the same whether I use Firefox or Chrome as the browser.

Please can anyone advise what the problem might be or how I can fix it?

Thanks in Advance


Source: (StackOverflow)

How do I install tuleap on windows7?

How do I install tuleap on windows7?

Is it possible to run or install tuleap on windows like in localhost with xampp?


Source: (StackOverflow)

Tuleap after full installation cant able to login

I have installed Tuleap(as per full installation from user guide) in CentOS 6.5. All the files got installed. I have tried to login with Tuleap domain name. I gave credentials Login Name and Password : admin / password as generated and clicked on login. But its not getting login.

The requested URL

/account/login.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


Source: (StackOverflow)