cancel
Showing results for 
Search instead for 
Did you mean: 

Getting 500 Internal server error in User and Identity Management in SAP AS Java NW 7.5

Hello Team,

We have Installed SAP AS Java NW 7.5 with MaxDB for SAP Enterprise Portal in Windows Server 2016. Installation got completed without errors. We are able to access the following links successfully:

http://<hostname>:5XX00/nwa

http://<hostname>:5XX00/startPage

But we are facing issue while trying to access Identity Management, User Management and irj/portal.

While accessing irj/poral (http://<hostname>:5XX00/irj/portal), we are getting an empty page.

While accessing umeAdmin, we are getting an error as 500 Internal Server Error.

While accessing Identity Management also, we are getting an error as 500 Internal Server Error.

Please find the attached error log file.

userinterface.txt

Kindly give suggestions to resolve this issue.

Thanks and Regards,

Tejaswini Nallaiahgari

lenastodal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi and welcome to the SAP Community!

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members. For example, you can outline what steps you took to find answers (and why they weren't helpful) and share screenshots of what you've seen/done. The more details you provide, the more likely it is that members will be able to assist you.
Should you wish, you can still edit your question.
Finally, if you're hoping to connect with readers, please consider adding a picture to your profile as it encourages readers to respond to you. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS.

Best,
Lena
SAP Community Moderator

dnguyen_31
Participant
0 Kudos

Hi Tejaswini, we are getting the same error messages. did you solve your issue? if so, can you share with us.

Thanks in advance,

David

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

The error is too generic and does not tell you exact problem. What you need is to find out what is the real issue. If your site is serving a Internal Server Error, this can be caused by a number of things, such as:

  • Errors in .htaccess files
  • Server permission
  • Server timeout
  • Script timeout
  • Or some other Web Server Issues

Normally, a permissions issue on the file (or files) would be one cause of the 500 Internal Server Error. The simple solution is to run chmod 644 on the problem file(s) or chmod 755 on the directories.

$ sudo chmod -R 777 /"your files location"

The best way to debug the error depends upon the server and what’s actually running at the time. Consider some debugging tips to help diagnose and fix common causes of this problem.

0 Kudos

Hi Tejaswaini ,

Please refer to below 2 s-notes and match your system components accordingly. Check your java application and few of them would have failed during startup and that's why useradmin page isn't opening.

snote 2972117 - 500 Internal Server Error while opening AS Java UserAdmin Page

2951691 - Upgrade of SAPJVM to SAP JVM(8.1.064) fails / Installation of "Application Server Java" based on SAP JVM(8.1.064) fails

Hope this will solve your problem.

Regards,

Rajeev