Issue when Open fire version update from 4.0.0 to 4.7.3 - openfire

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.

Related

How to disable unused entry scan in Dockerfile

Whole content of my Dockerfile is in grey because of unused entry scan in IntelliJ (2017.1.4). Is there a way to disable this only for Dockerfiles?
Weird. Docker plugin for IDEA does not have any unused search functionality. The problem should come from some other plugin, and I can't reproduce it with the plugins bundled by default.
Please temporarily disable Docker plugin and check whether the problem remains after restart (it probably remains).
Then please temporarily disable all other plugins and check whether the problem remains after restart (it should be gone).
If you are unable to determine the problem plugin, please do the following:
open a new youtrack (check this link if you are not familiar with YouTrack)
set its subsystem to "Docker", with the link to this post
attach 2 screenshots of the problem (when docker plugin is enabled and when it is disabled)
attach IDEA log after restart

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.)

Does anyone know how to troubleshoot a Worklight SQL adapter?

I'm a newbie to Worklight. I have imported module 6.1 from the developerWorks getting started with Worklight sample http://www.ibm.com/developerworks/mobile/worklight/getting-started/
I am getting the error in the error as configured in the javascript
"Can't get cities list. Check database connection"
Does anyone know how to troubleshoot? The connection parameters in "SQLAdapter.xml" are very straight forward.
For the Worklight MySQL adapter request to reach the MySQL database, you need to add the mysql-connector-java-5.1.23-bin.jar to your project.
You can download the MySQL Connector/J file via this URL: http://dev.mysql.com/downloads/connector/j/
Choose "platform Independent" in the dropdown, and click the Download button for the .zip option.
Uncompress the .zip file and copy the mysql-connector-java-5.1.23-bin.jar to yourProject\server\lib.
Got it working. Seems there was a problem with my Eclipse install, or Java on Windows. So I switched back to causing my Eclipse and Java installed on IOS and all is working. Also, the IBM documentation was unclear, but now that I am using mysql-connector-java-5.1.23-bin.jar in my Project\server\lib folder.

Testlink 1.9.4 integration with bugzilla 4.2.3

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.

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