SOLR 8 as a service on Windows 7 using NSSM - windows

I am trying to install SOLR 8 as a service on Windows 7 using NSSM. I keep getting the error saying:
Windows could not start the service on Local Computer. There service
did not return an error. This could be an internal Windows error on
internal service error.
I had previously successfully done this for SOLR 7. Any suggestions?

Try checking windows event viewer for related errors which will give you more info about error. My guess would be username/password issue

I think one of the things that cause this problem is the JAVA_HOME in the environment variables is not set correctly.
So make sure the JAVA_HOME is set in the System Variables and not in the account variables.

Related

Informatica Admin console home page can't be reached

Iam able to open the admin web page just after installing informatica 9.6.1 on windows 10, but when i restart my machine (or when laptop went to sleep mode) again when checked the admin page says
"This site can’t be reached <hostname> refused to connect."
URL is <my machine hostname>:6008/administrator/
Is there something going wrong with the 6008 port after installation?
I used this URL for installation
https://www.edureka.co/blog/informatica-installation/)
I searched a lot on the internet but could not fix this issue.
Tried start/stop Informatica services, dint work.
please help
I had same problem while working on windows system with Informatica 9.6.1.
I believe any of the 3 processes: pmrepagent, pmserver and tomcat/JAVA services
is/are not running. In simple words Informatica is not up and running.
This helped me out.
open Command prompt in Admin mode
cd C:\Informatica\9.6.1\tomcat\bin
infaservice.bat startup
for more details refer this KB article
https://network.informatica.com/thread/43165
If you have also faced such problem while connecting to Informatica post installation then i recommend to check if you are well connected to the database which you opted while installing informatica (For eg. Oracle,sql server etc) with the same user and password which was seperately created to link the database with informatica.
If still you cannot open the Administrator homepage then you can cross check if the Informatica services are already started.You can restart the service if it is stopped and then the homepage will get open.
Seems like the service is not started. Please check the services and make sure Informatica is set to start automatically and that it's able to connect to DBMS where repository DB has been created.
When i installed Informatica that time i was able to login to admin console. But after restart i got - "site refused to connect " error. My informatica service & oracle db serv are running. But still i could not able to login to admin console. What is did was - i login to the schema what i used while installing informatica server through dbeaver tool. On my astonishment, after that im now able to connect admin console.
I found another error that caused this kind of issue.
Check in your system where information is installed and search for "Catalina.out"
See the error:
org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads SEVERE: [localhost-startStop-2] The web application [/csm] appears to have started a thread named [phoneHomeScheduler] but has failed to stop it.
This is very likely to create a memory leak.
You need to restart the system and re-process the services.

How to install Hudson on windows server 2008?

I'm calm... Everyone loves windows...
1,2,3,4,5...10
Ok
How to install Hudson on windows 2008?
More specifically - what exactly is 'Windows filtering platform' thingy and how to kick it so it would allow Hudson pass through?
This is what i get in event log when i hit java -jar hudson.war and try to open web page:
The Windows Filtering Platform has blocked a bind to a local port.
Application Information:
Process ID: 2896
Application Name: \device\harddiskvolume1\windows\system32\java.exe
Network Information:
Source Address: ::
Source Port: 5353
Protocol: 17
Filter Information:
Filter Run-Time ID: 0
Layer Name: Resource Assignment
Layer Run-Time ID: 38
Temporary disabled firewall through control panel - nothing changed.
I'm kind of speculating here, but maybe try running it in Tomcat? I'd hope the Tomcat team put the work into their installer/Windows Service to have it handle port binding without too much headache...
http://social.msdn.microsoft.com/Forums/en-US/wfp/thread/774026e6-a771-418a-b531-22183ef399f8
The problem you're having is that, while you turned off the firewall, the rules are still affecting it. Try disabling MPSSvc and running it again. Or try:
Netsh.exe AdvFirewall Set CurrentProfile State Off
Obviously, be very careful if this is a production environment.
We've been running Hudson in Apache Tomcat on Windows Servers for almost two years now without incident. I never even tried to run it through IIS (assuming that's what you're using). Just run the Windows installer for Tomcat 6.0 (7.0 may not yet be supported) and then drop hudson.war in the Tomcat webapps directory. Tomcat will automatically extract the .war contents and start up the application. You may also want to get into the Hudson configuration files and set the value of the HUDSON_HOME directory if you don't want it to use the default.

Why does Postgres refuse to start as service?

I try to install Postgres on Windows (Server 2003). Both versions I tried (8.3, 8.4) fail at the end of the installation because the service cannot be started. I tried with different users for the service without success.
Any ideas anyone?
It's usually a permissions issue. Check that the installer set up the permissions correctly for the user running the service (usually "postgres").

Teamcity ERROR MESSAGE for Server Url?

I am setup teamcity on my windows 7 laptop. I can connect to it on the server with the windows tray notifier. When I try to connect to it from another machine, i get the "Server URL IS INVALID ERROR? Please Help!
Your Windows 7 laptop probably doesn't allow incoming traffic to TeamCity from other machines. You can use the Windows Firewall configuration to allow it.
Also, isn't this the same question as this one: https://stackoverflow.com/questions/1751761/i-need-the-correct-teamcity-windows-tray-notfier-url
Also, this may get better reception on SuperUser!

windows service command RPC error (sc.exe or psservice)

I am getting the following error when i try to run the command from remote machine
C:\>sc \\machinename query
[SC] OpenSCManager FAILED 1722:
The RPC server is unavailable.
I have admin privileges to that machine.
Any solution let me know.
In my case I got this error because I was messed up the name of the server I was targeting. It will give you this error if you accidentally point it at nothing. In my case, the server name was a variable being defined from a text document so it took a while for me to realize.
Also noteworthy: There should actually be two slashes before the machine name (I'm sure it's just a typo, but just in case it could confuse anybody).
The error 1722 is : The RPC server is unavailable.
Verify if RPC service (Remote Procedure Call (RPC)) is running at remote machine with telnet, try at command line:
*>telnet your.server 135
If no errors occurs the RPC server is probably ok, than check system events for issues.
6 years later but anyaway.
Enable File and printer sharing on the remote computer and it will work.
https://support.microsoft.com/en-us/kb/323790
I tested on my localmachine
I tested from another machine on the network
SC is nice..! :)
You need to make sure that the Client DNS service is not stopped. This fixes the problem.

Resources