cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Dump

Former Member
0 Kudos
143

Dears,

I am getting one dump when i go to User Administrator->search->after entering userid when i click on that user.

Portal Runtime Error

An exception occurred while processing a request for :

iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.user_administration/com.sap.portal.user_admin_ws/com.sap.portal.user_management/com.sap.portal.userSearch/com.sap.portal.userSearch

Component Name : com.sap.portal.usermanagement.admin.UserSearch

Unparseable date: "en_US".

Exception id: 09:48_17/07/08_0088_7377050

See the details for the exception ID in the log file

Please suggest.

Shivam Mittal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

After adding super admin role dump changed to:

An exception occurred while processing a request for :

iView : pcd:portal_content/administrator/user_admin/user_admin_role/com.sap.portal.user_admin_ws/com.sap.portal.user_management/com.sap.portal.userSearch/com.sap.portal.userSearch

Component Name : com.sap.portal.usermanagement.admin.UserSearch

Unparseable date: "en_US".

Exception id: 10:15_17/07/08_0092_7377050

See the details for the exception ID in the log file

Then I added all roles to user but no improvment.

Please suggest.

Shivam Mittal

Former Member
0 Kudos

Shivam,

This is known error.

Fix is given in this SAP Note: Note 996111 - Hotfix for displaying unlock & expire dates in UME

Regards

KE

Former Member
0 Kudos

Dears,

Thanks for the information.

Now issue is that when i am executing remote.sh on HP-UNIX

to deploy file its giving me error:

MSLPBD:epdadm 73> RemoteGui.sh

running on HP-UX better use the '-XdoCloseWithReadPending' option

===============================================

Starting SDM remote gui

To connect to the SDM Server

Use Your password and port 50018

===============================================

Starting '/opt/java1.4/bin/java' '-d64' '-XdoCloseWithReadPending' '-Xmx128M' '-

Duser.language=en' -jar '/usr/sap/EPD/JC00/SDM/program/bin/SDM.jar' 'remotegui'

'sdmhome=/usr/sap/EPD/JC00/SDM/program'

Starting SDM-GUI...

Exception in thread "main" java.lang.InternalError: Can't connect to X11 window

server using ':0.0' as the value of the DISPLAY variable.

at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)

at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:1

39)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:141)

at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi

ronment.java:62)

at java.awt.Font.initializeFont(Font.java:308)

at java.awt.Font.<init>(Font.java:344)

at javax.swing.plaf.metal.DefaultMetalTheme$FontDelegate.getFont(Default

MetalTheme.java:195)

at javax.swing.plaf.metal.DefaultMetalTheme.getFont(DefaultMetalTheme.ja

va:153)

at javax.swing.plaf.metal.DefaultMetalTheme.getControlTextFont(DefaultMe

talTheme.java:129)

at javax.swing.plaf.metal.MetalLookAndFeel$FontActiveValue.createValue(M

etalLookAndFeel.java:1399)

at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:199)

at javax.swing.UIDefaults.get(UIDefaults.java:129)

at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:44)

at javax.swing.UIDefaults.getFont(UIDefaults.java:349)

at javax.swing.UIManager.getFont(UIManager.java:504)

Also please confirm am i using right command...

Please suggest.

Shivam

Former Member
0 Kudos

Shivam,

First Set the Display Variable:

You are getting the error below:

Can't connect to X11 window

server using ':0.0' as the value of the DISPLAY variable

1.Start your display utility X11 Windows.

2.Set the Display Variable:

setenv DISPLAY <ipaddress>:1.0 (or)

(export DISPLAY=:0) -Check with any Unix Administrator to accomplish this.

3. Start SDM Server.

To start or stop the SDM Server independently of the J2EE Engine, proceed as follows:

1. Navigate to the usr/sap/<SID>/<INSTANCE_NUMBER>/SDM/program directory of your J2EE Engine installation.

2. Open a command prompt.

(a) To stop the SDM Server, execute the command:

StopServer.sh password=<sdm_password>.

(b) To start the SDM Server, execute the command:

StartServer.sh.

4. Start Remote GUI.

[Working with the Graphical User Interface (GUI)|http://help.sap.com/saphelp_nw04/helpdata/en/3c/7d9e2588827546a2b8f2e7d8a26434/frameset.htm]

5. Deploy the file as explained in SAP Note.

-KE-

Edited by: Karthick Eswaran on Jul 18, 2008 1:47 AM

Former Member
0 Kudos

Dears,

Thanks for your reply.

In devlopement my issue resolved.

We installed Xmanager and without doing any post action of setting the display variable,system get connected in Xmanager and we deployed the package.

But our production server is not available in Xmanager as all systems automatically get added so we are expecting same with our prd server also.

I am not geting what could be reason for it.

Should i have to add the server manually,If yes then how as i have also tried to add maually but it is not getting connected.

Should I have to execute

setenv DISPLAY <ip-address>:1.0

to add it,where as i think ip-address is of server where Xman software installed.

Please suggest.

Shivam Mittal

Answers (0)