EP Login Page is not getting displayed

HI
I modified the
ume.login.guest_user.uniqueids  to add some of the annonymous users to the portal using  Direct edit of the UM configuration.
I have also changed the index.html file to redirect the anonymopus logon page by changeing the
<drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root\index.html
<body onload="location.replace('portal' + document.location.search)"></body>
Change this line to the following:
<body onload="location.replace('servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.anonymous' +  cument.location.search)"></body>
Then I started J2ee server.
Since then My logon page is not getting displayed.
In the server console I am getting this error list
Element 671469607 joined.    Wed Nov 16 17:23:25 IST 2005
Nov 16, 2005 5:31:21 PM # Client_Thread_3      Fatal           Cannot find user
when uniqueID is null!
com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
        at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
rincipalSet.java:388)
        at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
2)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
Acl.java:769)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
DBCAcl.java:704)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
l.java:510)
        at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
        at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
        at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
3)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
        at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
ect.java:785)
        at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
t.java:765)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:400)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:535)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Nested Exception:
com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
        at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
        at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
rincipalSet.java:376)
        at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
2)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
Acl.java:769)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
DBCAcl.java:704)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
l.java:510)
        at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
        at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
        at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
3)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
        at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
ect.java:785)
        at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
t.java:765)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:400)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:535)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Nov 16, 2005 5:31:21 PM # Client_Thread_3      Fatal           Cannot find user
when uniqueID is null!
com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
        at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
rincipalSet.java:388)
        at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
2)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
Acl.java:769)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
DBCAcl.java:704)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
l.java:510)
        at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
        at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
        at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
3)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
        at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
ect.java:785)
        at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
t.java:765)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:400)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doD
ocumentHook(DocumentHookServiceNew.java:218)
        at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(Portal
Hook.java:433)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:707)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Nested Exception:
com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
        at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
        at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
rincipalSet.java:376)
        at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
2)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
Acl.java:769)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
DBCAcl.java:704)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
l.java:510)
        at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
        at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
        at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
3)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
        at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
ect.java:785)
        at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
t.java:765)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:400)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doD
ocumentHook(DocumentHookServiceNew.java:218)
        at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(Portal
Hook.java:433)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:707)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Nov 16, 2005 5:31:22 PM # Client_Thread_3      Fatal           Exception ID:05:3
1_16/11/05_0001
com.sapportals.portal.prt.runtime.PortalRuntimeException: Unexpected error - ini
tial context not available: com.sap.portal.navigation.portallauncher.default
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1674)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:535)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Unable to g
et access to the root folder of the application repository
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:34)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:535)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denie
d (Object(s): com.sap.portal.system)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:403)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
talRequest.java:423)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:535)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
[email protected]fd #
Nov 16, 2005 5:31:22 PM # Client_Thread_3      Fatal           Cannot find user
when uniqueID is null!
com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
        at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
rincipalSet.java:388)
        at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
2)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
Acl.java:769)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
DBCAcl.java:704)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
l.java:510)
        at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
        at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
        at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
3)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
        at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
ect.java:785)
        at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
t.java:765)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:400)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleEx
ception(ContentExceptionHandler.java:64)
        at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePo
rtalRuntimeException(ContentExceptionHandler.java:24)
        at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestExce
ption(PortalRequestManager.java:825)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:715)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
Nested Exception:
com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
        at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
        at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
rincipalSet.java:376)
        at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
2)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
Acl.java:769)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
DBCAcl.java:704)
        at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
l.java:510)
        at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
        at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
        at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
3)
        at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
        at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
ect.java:785)
        at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
t.java:765)
        at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
ontext.java:400)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
oxyContext.java:1083)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
Context.java:1170)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
ext.java:1132)
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:926)
        at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
        at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
ava:919)
        at com.sapportals.portal.application.applicationrepository.ParContextFac
tory.getInitialContext(ParContextFactory.java:18)
        at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
(NamingManager.java:52)
        at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
x(InitialContext.java:39)
        at javax.naming.InitialContext.init(InitialContext.java:217)
        at javax.naming.InitialContext.<init>(InitialContext.java:193)
        at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
ntext.java:24)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
ialContext(DeploymentManager.java:1745)
        at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
tentProvider(DeploymentManager.java:1670)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
esh(PortalComponentContextItem.java:193)
        at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
ontext(PortalComponentContextItem.java:287)
        at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
ntContext(PortalComponentRequest.java:389)
        at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleEx
ception(ContentExceptionHandler.java:64)
        at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePo
rtalRuntimeException(ContentExceptionHandler.java:24)
        at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestExce
ption(PortalRequestManager.java:825)
        at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
ortalRequestManager.java:715)
        at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
ServletConnection.java:208)
        at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
her.java:532)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
va:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
Servlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
et.java:149)
        at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
t(ServletsAndJspImpl.java:833)
        at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
questAnalizer.java:665)
        at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
alizer.java:312)
        at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
3)
        at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
erFrame.java:1229)
        at com.inqmy.core.service.context.container.session.ApplicationSessionMe
ssageListener.process(ApplicationSessionMessageListener.java:36)
        at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
        at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
How roleback this so that I can get the logon page
thanks
pk

Hi
Thjanks for the reply.
I have gone thru doc.
In the doc it says
Start the Config Tool by executing j2ee
then
cluster/server
cluster/distahcer
there is no "Global server configuration"   to go to
what could be the reason ..
if it is version problem .. Is there any alternative or resinatllation of EP
thanks
PK

Similar Messages

  • Reg: Dashboard page Name not getting displayed.

    Hi
    I have created a dashboard Dashboard1 and it has 5 different pages
    pg1 thru pg5. I have 5 users USER1,USER2.USER3,USER4 and USER5.
    I have assigned each page to a user and all the users have access to Dashboard1
    i.e
    USER1 pg1 of Dashboard1
    USER2 pg2 of Dashboard1
    USER3 pg3 of Dashboard1
    USER4 pg4 of Dashboard1
    USER5 pg5 of Dashboard1
    The problem is name of the pages is not displayed once the dashboard is accessed after log on..The report attached to that page is displaying data, but page name on the tab is blank...
    Could anybody help me with this information pls..
    Thanks in Advance...

    Hi,
    When a single page is placed on the Dashboard it will not show the page name as it won't show any tab on the Dashboard. This is happening by default.
    This case applies to your scenario as you restricting those pages among the users.
    To just check, give the permissions to the user1 to view 2 dashboard pages instead of 1. Then you can able to see the page names on the tabs as 2 pages are on the Dashboard for that user.
    I am also not aware of displaying the Page name when there is a single page on the dashboard...:(
    -Vency

  • Web Browser page is not getting displayed

    Hi,
    I have logged into SRM server thrugh web Browser.
    Roles are attached to the user.
    When i Click the Go shopping  -PAGE cannot be displayed " error is appearing.
    For some of the Nodes example --default setting page is displayed.
    We are in SRM 5.0 .
    The error is given below
    This is my URL
    *http://orange.dht.com:8000/sap/bc/gui/sap/its/bbpstart?sap-client=001&sap-language=EN*
    The page cannot be displayed
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Regards
    G.Ganesh Kumar

    Hello Ganesh,
    As written by Iftekhar, check table TWPURLSVR.
    You can also have a look at OSS note 1145305 - SRM menu does not work as expected or any other SAP note dealing with this table.
    Regards.
    Laurent.

  • Header not getting  displayed in the next page in the second table

    Dear Experts ,
    I have a query regarding Header not getting  displayed in the next page in the second table of the main window. .Let me elobrate the issue.
    I have a smartform in which there are  2 tables TABLE 1 and TABLE 2 in the smartform MAIN window. TABLE 1 is for pending PO and TABLE 2 is  for future delivery date P O separated by text in between.
    Now the header for both the tables and the data are getting displayed properly if the total output is in only one page. But If there are more entries in the TABLE 1 the Header for the TABLE 2 is not getting displayed. Header for TABLE 1 yet gets displayed properly in the next page in case of more entries.
    Only issue is that Header for TABLE 2 is not getting displayed in second page but it gets displayed if the entries are less in TABLE 1 and the total output is in one page .
    Please provide a elobrate solution on this problem as the requirement is urgent.
    Thanks,
    Regards,
    Sachin Hada

    Hi Sachin,
    you need to cteate two pages FIRST and NEXT.
    in first page --> FIRST
        next       --> NEXT
    in next page
      page---> NEXT
      next ---> NEXT.
    you copy the first page main window is the same in next page
    aslo
    I think help ful for you
    thanks & Regards
    BHUPAL.

  • Images for tabs are not getting displayed in the page if Iam using a template

    I have page with a unstructured template. I have arranged tabs on page with images attached. But images are not getting displayed. why

    Hi,
    Please check if the images are in the server and in the /images alias path.
    thanks,
    Sharmila

  • Terms and conditions not getting displayed on the last page

    Hi All,
    I have to display a smartform, on the front side of the page i have to display material details and on the back side of the page i have to display terms and conditions. I' am unable to print the material details and terms and conditions in duplex mode, but on the last page only material details are getting displayed, terms and conditions are not getting displayed.
    Can you please help me how to make the terms and conditions get printed on the back side of the last page.
    Thanks,

    I'm a bit confused by the statement "I' am unable to print the material details and terms and conditions in duplex mode".
    I suppose you meant to say "I am able to print the material details and terms and conditions in duplex mode", correct?
    If the problem is that on the last form page, the T&C is not getting printed on the back of the form, you could force the T&C page by using a flow logic command as the very last element of the main window, which gets processed when all the data is already output. For the command, use the 'Go to New Page' and specify the page name for the Terms & Conditions.
    In case this causes an issue that the last page is printed twice (since the T&C page is likely defined with the next page being NEXT_PAGE), then copy the already existing T&C page, call it LASTPAGE and leave the Next Page attribute empty.

  • Custom page layouts are not getting displayed in ribbon

    Hi,
    I have created a custom page layout under welcome category. This is getting displayed in pages library while creating a page and also in page layout option from site settings which is fine. But when a page is in edit mode if we click page->page layouts
    from ribbon, all the default page layouts are getting displayed except my custom page layout.
    Please advise.
    Regards,
    Chaitanya.

    you have a subsite in a site collection •the publishing feature is activated in the subsite, but not in the site collection •you want to edit/add page layouts on the site collection level, to be used within your subsite •when you open the site collection
    in SharePoint Designer, you can't see Page Layouts in the Site Objects panel You now have 2 options: you can either activate the publishing feature in the site collection (and the Page Layouts link comes back), or you can use the All Files link and browse
    to the master pages and page layouts library (_catalogs > masterpage.) Either option will do, unless you really don't want the publishing feature in the site collection.
    To fix the issue go to Site Actions -> Site Settings in the upper left corner.
    Under "Site Collection Administration" click on "Site Collection Features".
    Look for "SharePoint Server Publishing Infrastructure" and activate it. It might take a moment to load.
    Next return to "Site Settings" and click on "Manage Site Features"
    Look for "SharePoint Server Publishing" and activate it. It might take a moment to load.
    If this helped you resolve your issue, please mark it Answered

  • Graph image not getting displayed when navigating from another page

    Hi All,
    I have implemented a line graph in ADF with "dept no"(in x-axis) and "avg sal"(in y-axis). When I am going to run only this graph page, its showing proper data.
    But,when I am trying to navigate from another jspx page (which is under some package) to this graph page, the graph is not getting displayed(graph image is not getting displayed).
    In my project I am following package structure for jspx and backing bean.
    Please help me to solve this problem.
    Thnx,
    Abhijit

    Abhijit,
    A couple of things:
    1). There's really not enough information provided to answer your question - have you tried doing some debugging?
    2). You may have beer luck on the [url http://forums.oracle.com/forums/forum.jspa?forumID=381&start=0]11g forum
    John

  • HR iViews are not getting displayed and showing "Page can not be found".

    Hello,
    I am facing an issue in the EP 7 wherein all the standard HR iViews are not getting displayed and showing "Page can not be found".
    We have added S_SERVICE autorisation object to user used for the relative JCO as well by looking at other similar forums but that did not help.
    I have attached last part of log from file application.log under "F:\usr\sap\EP1\JC01\j2ee\cluster\server0\log"
    #0002A537D2A6006A0000027300001C4C00046E3590936E5F#1247076244733#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Administrator#12374##n/a##b7291b106be911de8d8a0002a537d2a6#SAPEngine_Application_Thread[impl:3]_27##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    #1.5 #0002A537D2A6007A0000001200001C4C00046E35AAA74D33#1247076682222#/Applications/WebApplications##com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Guest#0##n/a##cf997d306af811dec69d0002a537d2a6#Thread[Finalizer,8,system]##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: destroy#
    #1.5 #0002A537D2A6005F0000026C00001C4C00046E35C2814813#1247077082383#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#SKhatkale#12460##n/a##a7cb51e06beb11de8bd70002a537d2a6#SAPEngine_Application_Thread[impl:3]_6##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    #1.5 #0002A537D2A60075000002BD00001C4C00046E35C3AD4359#1247077102039#/Applications/Xss#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#SKhatkale#12464##rrisep1p01_EP1_14481150#SKhatkale#b6d348006beb11deb9780002a537d2a6#SAPEngine_Application_Thread[impl:3]_31##0#0#Fatal#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###You do not have the authorization to start service sap.com/pcui_gp~xssutils/XssMenu.#
    #1.5 #0002A537D2A6007A0000001300001C4C00046E35DDE07029#1247077541575#/Applications/WebApplications##com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Guest#0##n/a##cf997d306af811dec69d0002a537d2a6#Thread[Finalizer,8,system]##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: destroy#
    #1.5 #0002A537D2A600650000024600001C4C00046E36B6DBE4D0#1247081181950#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Administrator#12873##n/a##37e186606bf511de8bf20002a537d2a6#SAPEngine_Application_Thread[impl:3]_0##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    Please let me know if anybody has come across such scenario before.
    Thanks
    Suhas
    Edited by: Suhas Khatkale on Jul 8, 2009 10:09 PM

    Hi,
    This issue is now resolved. We followed up with SAP and they suggested to update the component EP-PSERV to latest patch which was earlier to patch 1. Later on we upgraded it to patch 4 and this resolved the issue.
    Thanks
    Suhas

  • Component is not getting displayed in process scheduler menu

    Hi All,
    I have created a project and created/registered a component in that project. I have also added a page which is having a record definition with a record named L_RUNCNTL having two search fields, to this component and configured L_RUNCNTL as search record for this component.
    I have registered this component with below details:
    Menu Name : PROCESS_SCHEDULER
    Bar Name : PROCESS
    Folder Name as PT_PROCESS_SCHEDULER
    Select “Always Use default local node?” Check box
    Permission List : PTPT1000
    But after registration, when I open process scheduler menu I dont see this component listed. However, previously I created a component in this project and registered it with same details given above and I could see it in process scheduler menu.
    I am surprised why another component registered with same details is not getting displayed in process scheduler menu.

    Thanks Michel,
    I got this problem resolved. Here is what I did:
    Ran portal security sync at the navigation PeopleTools > Portal > Portal Security Sync.
    Cleared browser cache, accessed the page again and saw the link was available.

  • JSP is not getting displayed in add portlet repositery

    Hi,
    I have registered two servlet in provider.xml and I was able to
    view that servlet as a portlet in add portlet repositery.
    After that I wanted to add one more JSP as portlet under same
    provider. So I have kept JSP in same directory where servlet is
    kept. I have added JSP as portlet in Provider(i.e. provider.xml)
    and given appPath and appRoot for that JSP. Whenever I am trying
    to view my provider by giving following URL
    http://servername/servlet/myprovider
    I am getting message -
    Congratulations! You have successfully reached your Provider's
    Test Page.
    in same page I am able to view my all portlets. in that list I
    am able to view my JSP as a portlet.
    Now I want to add JSP portlet in my page at that time that JSP
    portlet is not getting displayed in add portlet repositery.
    Can anybody tell why JSP is not getting displayed in portlet
    repositery ? What should I do to get it displayed in portlet
    repositery ?
    Thanks in advance.
    Biren

    You have to refresh the Provider. They are a couple of ways to
    do it.
    1. Take a look at the release notes for PDK-Java.
    http://portalstudio.oracle.com/servlet/page?_pageid=468&_dad=ops&
    _schema=OPSTUDIO
    It mentions and auto reload feature that will refresh the
    provider on the PDK-Java side when you make changes to the
    provider.xml. When you add portlet, you simply refresh the
    repository in portal and add the new portlet to a page.
    2. If you do not have the auto_reload parameter, you simply need
    to refresh manually.
    a. After updating the provider.xml, restart the HttpServer where
    your PDK-Java Provider is located.
    b. Refresh the Portlet Repository
    Both these do the same thing, and should solve your problem
    Sue

  • Footer Not Getting Displayed IN OO ALV

    HI Experts,
    I am using OO ALV and wish to display a footer for it.
    but the footer is not getting displayed.

    Footer for each page means you should use the EVENT END_OF_PAGE this will trigger , but not in display, but when you print the report it will work.
    Footer at the end_of report then you have to use END_OF_LIST event.
    BCALV_TEST_LIST_EVENTS
    check the above program to test the events.

  • How come the images are not getting displayed in ie?

    Hi,
    In my application i have a page where the thumbnails
    representing the videos uploaded into the site should be
    displayed.These imgaes are getting displayed in mozilla properly,
    but when it comes to ie 7 they are not getting displayed..instead
    iam getting a broken image.Please suggest me a solution.Thanks in
    advance.

    Hi KChamarti,
    I am also trying to display images insid the datagrid but i get a weird broken image(all silver gray).
    My item renderer is:
              <mx:DataGridColumn headerText="Type">
                   <mx:itemRenderer>
                     <mx:Component>
                      <mx:HBox verticalGap="2">
                          <mx:Image id="dgImage" source="\assets\images\{toLowerCase(data.type)}.jpg" />
                          <mx:Label text="{data.type}"/>
                        </mx:HBox>
                     </mx:Component>
                   </mx:itemRenderer>
                </mx:DataGridColumn>
    Am i mentioning the source of the image in the right way?

  • The html select box option is not getting displayed properly in IE11

    The html select box option is not getting displayed properly in IE11
    I have developed a website that has a select box drop down. The select box drop down is getting displayed properly in IE9. But in IE11, if I am selecting any option apart from the first one, the whole select box option is getting moved up in the page.
    In IE11, if option 2 is selected, then the select options is getting moved up. But in IE9, if option 2 is selected, then the select options is getting displayed properly.
    Please let me know the fix so that the select options are displayed in the same manner as in IE9.
    Sorry but I am unable to upload images as this site is throwing some error

    Hi Kevin Shen,
    Thanks for post.
    I tried above code in ie 11(version 11.0.9600.17633).
    But it is not working. If you select option 2, and open select box then it open on the select box.
    It should open below the select box.
    Code for above:-
    <select>
    <option>1</option>
    <option>2</option>
    <option>3</option>
    </select>
    Sorry I could not attach screen shot. We have normal select box with three options. If we select option 2, it is showing option list on the select box. It is coming below the select box in ie 10 and other browse like chrome. 
    So what we should do, so that all options will come below the select box?
    Thanks,
    Yogesh Toke

  • Images not getting displayed!...Urgent

    Hi,
    While developing code on my local machine, update, delete, etc images are not getting displayed. I am having problem while testing code on my machine. But the same code when i am deploying on the server works fine. How do i resolve this.
    Thanks in advance.

    When you delete the system folder and try to run the page from that project, all the folders and files gets regenerated. Hence if some image files were corrupted or missing, they should be regenerated back.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for