There were a few discrepancies between the word for word SAP installation and configuration guides and our actual SAP installation. I have been following the process of going back and fixing these gaps.
Yesterday, I adapted J2EE Server Memory Configuration (see below)and after that the XI J2EE Visual Administrator locked me out. My logins are unsuccessful:
1. In the left frame choose Server → Services →
Configuration Adapter
2. Choose cluster_data → Propertysheet
instance.properties.ID
3. Choose Show the detail of the selected node
4. The parameter ID...MaxHeapSize for server0 must
be set according to your platform:
On IBM iSeries: Set the value to 3072.
Other platforms: Set the value to 1024
5. For the parameter ID...JavaParameters for server0
add the following settings at the beginning of the
existing properties settings:
Never use this -XX parameter for IBM or
Compaq JDKs.
-XX:MaxPermSize=128M <existing settings>
I cannot view the J2EE homepage on the server. Nor am I able to see any of my SAP XI J2EE components. I have checked the SAP Management console and restarted the J2EE Server. I have also checked my port numbers. The J2EE Server restarts and I can also get into the Configuration tool.
What should I do to fix the problem?
Thanks.