Testlink 1.9.4 integration with bugzilla 4.2.3 - testing

I have successfully installed Testlink 1.9.4 and bugzilla 4.2.3 in wamp server on a windows machine.I found out that in order to connect testlink version 1.9.4 with any bug tracker you no longer need to make use of the .cfg file and therefore make use of the 'Issue tracker management' instead.
I therefore went to project, then under "test project" selected "Issue tracker management".Chose bugzilla interface db and clicked 'Show configuration example'.Then I copied and pasted making appropriate changes according to my needs.However when I go to 'Test Execution' screen the bug icon doesnt appear for failed test cases and i get the below error message at the top of the screen
"Attention Please: Something is preventing connection to Bug Tracking System, and is going to create performance issues. Please contact your TestLink Administrator".
I believe there is some specific steps which i'm missing to set up the right configuration with Testlink 1.9.4.I tried to look out for any latest documentation but could'nt find any.

Firstly, create issue tracker by using Iss Tracker Managerment.( Just as you did )
Secondly, indicate a issue tracer (which you created) when creating a test project.

Related

Issue when Open fire version update from 4.0.0 to 4.7.3

When we update open fire version from 4.0.0 to 4.7.3, getting exception “could not load open fire settings plugin, please check if SQL server port is configured as per install guide instructions and click retry or click cancel” Please share your suggestions to fix this issue.
Tried to update Openfire 4.0.0 version to Openfire 4.7.3 version. tried to reset the setup change to false in openfire.xml you can set up whole information and database from start.
could not load open fire settings plugin, please check if SQL server port is configured as per install guide instructions and click retry or click cancel
This message, assuming that it is a verbatim copy of what you see, is not generated by Openfire. I suspect that this installation is using a customization that is causing this problem.
My suggestion would be to find the source of that message.

How do I raise a review from intellij 2017 using the gerrit plugin?

I see that the plugin documentation mentions "Publish and delete draft changes" as one of the features. I have installed the plugin and have configured it to work with my corporate gerrit server and I am able to view all changes which have already been raised for review on the server.
However, I am yet to figure out how do I commit new changes locally and raise a review for those using the gerrit plugin from my intelliJ 2017.2.6. I tried Googling around and I did see people mentioning about a "push dialog box" that they were trying to configure but I don't see that option available for me.
I have the Gerrit plugin installed on PyCharm, often the behaviour of the plugins is quite similar across several JetBrains products, so this might be applicable to IntelliJ as well.
In my case the dialog box for the VCS->GIT->Push menu sequence (Ctrl+Shift+K for Windows and ⌘+Shift+K for Mac) was modified by the plugin to look similar to the one displayed in the 2nd screenshot displayed at https://plugins.jetbrains.com/plugin/7272-gerrit:
Hope this helps.

ibm mobile first development server .. run as options missing sometimes.. unable to start application

Build and deploy settings are missing from ibm mobile first development server hybrid project.
After clicking on Run as(as in attachment) even from a newly created project..not finding any options. Unable to start application.
Please let me know why it is happening, if any have faced this error before. The image below shows that there's nothing in "Run As...".
Something is wrong with your installation.
Try again in a new Eclipse workspace.
If it fails as well, re-install the Studio plug-in in a fresh Eclipse instance.

Worklight Console can not be opened because the Worklight Server is not running

I'm just getting started with some of the samples at the Getting Started site, working with the Developers Edition. Whenever I Open Worklight Console, the eclipse environment abends. I'm sure I missed a set up item, but all seemed to install well. I appreciate any help / direction. Thanks.
I tried to post an image of the error, but stackoverflow indicates I need 10 reputations to post an image. Go figure.
The first line is Java was started but returned exit code=8096
There are some hits on this indicating that the license may not be compatible with the Rational license installed. Not sure what to do with that.
There's another post indicating Environment Variable corruption, but I don't have the corrupt Temp environment variables indicated.
StackOverflow has a FAQ explaining what one can and cannot do and when. It makes sense. Read it.
Did you at least create a new Worklight project and application?
If you do that and run the application by right-clicking on the application in the project tree and choose Run As > Run on Worklight Development Server this will: start the server + build the app + deploy the app.
Then you can right-click on the project icon and choose Open Worklight Console and you will see the console...
So unless you have some errors preventing the server from loading, the above should work.
Host the image elsewhere, like imgur.com
Explain what you have installed in your Eclipse. Which Eclipse is it? Did you install only Worklight Studio, or another plug-in in addition? Which?
What are those "hits" you mention? Elaborate.
Searching for the exit code in Google, I see the following IBM tech notes:
http://www-01.ibm.com/support/docview.wss?uid=swg21303648
http://www-01.ibm.com/support/docview.wss?uid=swg21567836
http://www-01.ibm.com/support/docview.wss?uid=swg21627887
Perhaps one of them is relevant for you as well.
If you have followed Idan's advice to Run on Worklight Development Server and it is still not started, try this:
Switch to the Servers view (on the bottom pane of Eclipse by default).
Check your Worklight Development Server status
Right-click and select Clean...
Select OK when prompted to discard all publish start.
Redeploy your app using Run As > Run on Worklight Development Server
I am not sure if this would clean up your environment variable error message as I have not seen that one, but it has helped with several other errors that have caused my server to not start or run properly. (The most common one I get is an Out of Memory in the server.)

Not getting unresolved conflict notification popup alert box in Subversive (SVN in eclipse)

We are a team that just started working with Subversion using Subversive in Eclipse.
I have learned from this guide, (See Resolving Conflicts) that a notification popup alertbox is to be shown when two people make changes to the same file and then try to commit them, resulting in a conflict:
In our installation we are not getting this alertbox. I imagine that it may be a setting that we need to set.
Does anyone know how to get this alert box to be shown?
I add to uninstall and re-install Subclipse. I had both Subclipse and Subversion plugins on Eclipse; I uninstalled both and reinstalled Subclipse and that fixed my problem