Solr SolrCore Initialization Failures {{Core}}: {{error}} - solr

All,
I am trying to install Solr 7.2.1. While the installation works, i am not able to run solr successfully. Whenever i try to run, i get the following error.
SolrCore Initialization Failures {{core}}: {{error}}
Please check your logs for more information
I am not sure exactly what the error is. i dont see anything in the logs either. all i see are are some info.
Please advice.
cmd solr.cmd start
or cmd solr.cmd stop -p 8983
doesn't have any issues.
i am running solr in 8982 port instead of the usual 8983. not sure if that makes a difference.

As mentioned by others, this problem is related to the javascript interface not related to the solr server. The same thing happened to me in Chrome. Clearing the site data worked for me.
Clear site data by opening developer tools and going to Application -> clear storage
Important Note:
The usage was 0B before and after clearing the site data but after clearing the site data solr home page came up without any error.

CTRL + F5 did the trick for me :-)

The issue is with the IE only, I have faced the same error. There was nothing in the logs as well. I finally Enabled the JavaScript for IE, Closed all the browser instance and tried again. And it is working perfectly fine for me.
Please refer below image for the reference.

Related

Google App Engine login fails with error 500

I have an appengine (Java) app with the ability to sign in via Google. For this I use
UserServiceFactory.getUserService().createLoginURL(...).
This has been working fine so far, and still works well locally (using mvn appengine:run) but on production it consistently throws a generic 500 while on /_ah/conflogin?state=~AJKiYcHHHXI45-... (the 5th URL of the login process, while already being logged in with Google) and I can find nothing relevant in the Logs Explorer at https://console.cloud.google.com/logs/...
I've since even updated to the latest https://mvnrepository.com/artifact/com.google.appengine/appengine-api-1.0-sdk/2.0.10 but the problem remains.
Where should I look at to solve this issue?
To find the root cause of this issue, you can find the logs for this error will be helpful.
In this documentation there is a sample query that you could try to check for logs error with status 500.
resource.type="gae_app" AND
log_id("appengine.googleapis.com/request_log") AND
httpRequest.status>=500
Alternatively you could also try running ‘gcloud app logs read’ as mentioned in this document to see if you get any logs.
The issue tracker mentioned by Rez in comment is marked as Fixed and after checking your issue I think it also relates to the same issue tracker. As it closed I suggest to get your issue resolved I recommend to raise new issue tracker by referencing the fixed one or else you may raise support ticket with google

Update to 3.9.16 failing before it starts

I'm running Joomla 3.9.15. I'm trying to update to 3.9.16. PHP is 7.3.15.
I have tried updating from the home page and under components. I have also tried to update by uploading the patch file. In either case, Joomla reports a 500 error before even starting.
The akeeba backup before update is enabled but I disabled it and get the same 500 error.
I also used Akeeba tools to set fix permissions that did not help either.
I looked at the logs but could not find anything there that would help. I also enabled debug but nothing was reported there either.
Any help would be appreciated.
Carter

Deployed EAR is missing in the weblogic console menu

A weblogic application which is working fine, But on redeploying the .EAR file an error arises mentioning that .EAR file are already existing. On viewing weblogic console menu deployed, It shows no deployed .EAR.
Missing EAR File from Console Menu
This is peculiar, according to you, the application is working fine if that's the case then there should be something deployed on the server, but from the pic, I can't see anything.
This could probably because of the customize table option, it could be possible that you wouldn't have selected any of the available options.
If this problem arises after redeploying, then there is something wrong with the redeployed .ear. If by redeploying, you have just updated the .ear then it's mostly a problem with your .ear, if you have deleted and re-installed the .ear then you should probably check your config.xml file before and after the redeploy. And do check for your server logs when you are redeploying the .ear, that in itself should give a great deal of info.
Please do update your question with the server logs so that it would be easy for me (or others) to debug and help you out, and give an appropriate answer.

Cannot access Apache Zeppelin server from browser

I have a virtual machine running Ubuntu 16.04 and I have downloaded Apache Zeppelin 0.7.0. The problem that I am facing is that when I try to start the Zeppelin server using bin/zeppelin-daemon.sh start it says ok but I cannot access it from the browser(using the default localhost:8080). If I run bin/zeppelin-daemon.sh status it says that the server is already running.
Also, I tried to start the server using bin/zeppelin.sh and this time some information is displayed in the terminal but with no effect.
Any idea will be highly appreciated.
Thank you!
I had the same issue. I was getting errors in my browser console like the screenshot below.
After cleaning the cache, it works.
Following the tutorial from their website (link) I managed to run it. This implies building it from sources. Also, I had to wait a couple of minutes before the zeppelin was available at localhost:8080 (even though in the terminal "server started [OK]" was displayed
[Icant able to connect to the server using zeppelin notebook Can any tell me the solution

Google-app-engine Server: Error 500 on working code - deployment problems. Java code

I have this site, a random little one i just play around on with jsf and primefaces.
I have my own domain connected to it, and hosted it on google-app-engine...
It's been working as a charm right up until now. I have not done anything on the site due to vacation time, and suddenly the site is down? It was working when i deployed the last time, now when i go to my site i get this:
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it.
It tells me absolutely nothing, i've tried to re deploy my app, after checking that it worked fine running locally. The first couple of time it just kept on waiting for a verify.. So i stopped it, which led me to learn how to do a rollback as i could not redeploy with the same version number after i stopped it the first time.
I got the rollback fixed, and i now deployed what i know i working code to the app-engine, and still when navigating to my site i get the above error? :S
I'm totally clueless here as the error doesn't really give me anything :S
Anyone have any ideas, i can post code etc. if necessary but something tells me that it is something else seeing that my code runs locally, and ran fine deployed too :S
You can find the log file for your web application at
https://appengine.google.com/logs?&app_id=yourappname
or on the Dashboard page in the list on the left side.
If you deploy a new version, also re-start the browser to clear old session data.
(Maybe you still get the 500 error still because of old session data).

Resources