• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic manage servers needs to restart.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
we have weblogic as application server for a Domain where we have a Admin server and Five Managed severs.(admin and manage servers on same machin with different ports)
for Users,request routed to any one of the Managed Servers.

As per my understanding Managed Servers configuaration file syncs with Admin configuarion Setting.

But my Problem is sometimes when request routed to any managed server then the user is not able to access.
but with same crediantials if i login using admin server URL its working properly.

to resolve this we restart Managed Server which is not a good practice.
request you to suggest some solution for this.

please frind attached logs for refference.
in logs its showing below exception..

[size=18]javax.ejb.EJBException: nested exception is: No Record Found Exception: Could not find ID: 223256.
No Record Found Exception: Could not find ID: 223256
[/size]

logs


SCM UI Session is active. User: poweruser
solution_url=/scm_pm.jsp?uid=poweruser
Could not find PeopleOrg in SCM.properties: CommonUILDAPLoginModule.java. Default LdapOrg will be used.
title_frame interface : login = null
>>> Thu Sep 15 11:12:09 GMT+05:30 2011 timer handleNotification=javax.management.Notification[source=weblogic.management.timer.Timer@8ea21d], handback=INFA
javax.ejb.EJBException: nested exception is: No Record Found Exception: Could not find ID: 223256.
No Record Found Exception: Could not find ID: 223256.
at com.informatica.security.manager.InfSecurityManagerEJB.getAvailableObjectsUsingCache(InfSecurityManagerEJB.java:488)
at com.informatica.security.manager.InfSecurityManagerEJB.getAvailableObjects(InfSecurityManagerEJB.java:541)
at com.informatica.security.manager.InfSecurityManagerEJB_kkzg68_EOImpl.getAvailableObjects(InfSecurityManagerEJB_kkzg68_EOImpl.java:98)
at com.informatica.security.util.InfSecurityUtilities.getAvailableObjects(InfSecurityUtilities.java:437)
at com.informatica.util.InfSecurityUtil.filterRestrictedObjects(InfSecurityUtil.java:735)
at com.informatica.tree.InfTreeUtil.filterRestrictedChildren(InfTreeUtil.java:586)
at com.informatica.cache.InfTreeCacheMgr.getChildren(InfTreeCacheMgr.java:503)
at com.informatica.tree.InfTreeManagerEJB.getChildren(InfTreeManagerEJB.java:1102)
at com.informatica.tree.InfTreeManagerEJB_uu6uw0_EOImpl.getChildren(InfTreeManagerEJB_uu6uw0_EOImpl.java:3256)
at com.informatica.viewer.portal.beans.InfTreeBean.getChildren(InfTreeBean.java:167)
at com.informatica.ias.client.web.find.InfLoadTreeResultsCmd.execute(InfLoadTreeResultsCmd.java:57)
at com.informatica.servlet.command.InfAbstractServletCommand.execute(InfAbstractServletCommand.java:101)
at com.informatica.servlet.InfCommandServlet.processRequest(InfCommandServlet.java:125)
at com.informatica.servlet.InfCommandServlet.doPost(InfCommandServlet.java:93)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

regards,
shankar
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic