IPlanet web server auto restart when user login or logout the NT server

Configuration
- NT Server 4.0 SP6a
- iPlanet Web Server 6.0 SP4
- JDK 1.3.1_03
- NT audit turned on for the file <iPlanet WS 60 instance home>/config/password.conf
We encounter a problem that when a user login / logout NT machine, the iplanet web server would be restart automatically.
Could somebody advise why this happen and how it can be solved?
There is a box called "Allow service to interact with desktop" in the service startup menu. What is it means and did it related to the problem?

I think you are running into this:
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F8322&zone_32=-Xrs%2A%20
Thanks
Manish

Similar Messages

  • Notification message box of Hyperion Planning when user login

    Can we have a notification message box popup when user login Hyperion Planning or Workspace application? We would like to communicate to the end users by the system instead of just email because some end users may not check the email so frequently. It is the best to notify end users about any latest changes e.g. budget rate, etc when they login the system to check data or print reports.
    We noticed that there is a broadcast message feature but only limit to those users already online. And the message will not shown when there are some users login later. We would like to have some notice board like message instead of instant messaging.
    The online help of "broadcast message" feature:
    "Use broadcast messaging to communicate a text message to all Planning users currently logged on to an application. For example, you can send messages about system availability or periodic maintenance. You should also send broadcast messages to request that users log out before upgrading or migrating applications.
    You can send broadcast messages using the Web client or a command line utility. If you send them using the Web, they are sent to users of your current application. If you send them using the command line, you can specify any application, without being logged on to it. You can also schedule messages using standard operating system mechanisms. "
    Thanks in advance!

    I have tried the above step and it only works when i am in the advanced mode. but when i change to basic mode i can see the forms and still can access without any disturbance. for your help i am pasting the planningcentral.jsp so that you could suggest me something other.
    Thanks in advance...
    the original file :
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <%@ include file="Common.jin" %>
    <% nWhichPage = HspConstants.PLANNING_CENTRAL;
    String redirectString = request.getParameter("Redirect");
    String mainFrameContentURL = (String)session.getAttribute(HspConstants.SESSION_MAIN_FRAME_CONTENT);
    String mainFrameContent = ((inAdvancedMode) && (mainFrameContentURL != null)) ? mainFrameContentURL : "SelectForm.jsp";
         String queryString = request.getQueryString();
         String mastHeadURL = "BT_Masthead.jsp" + ((queryString != null) ? "?" + queryString : "");
    %>
    <%@ include file="SessionValidate.jin" %>
    <%-- Section for Checking latest CSS version and redirecting to AppSettings.jsp --%>
    <%     if ((HspPlanning != null) && (HspPlanning.isApplicationOwner()))     {
              boolean isHubRegistered = (HspPlanning.getHubServer() != null);
              if ((!isHubRegistered) || (HspPlanning.isUserMigrationReqd())) {
                   inAdvancedMode = true;
                   redirectString = null;
                   mainFrameContent = "AppSettings.jsp?RND=" + Math.random();
    %>
    <%-- End CSS validation section --%>
    <html>
    <head>
    <title><%= HspMsgs.LABEL_WELCOME_TO_HP %></title>
    <%@ include file="PlanningLibraries.jin" %>
    <script language="JavaScript">
    var isPlanningFramework = true;
         var topFrameLoaded = false;
         var taskListViewPaneLoaded = false;
         var processBarLoaded = false;
    </script>
    </head>
    <frameset id="mainframeset" rows="72,19,*" cols="*" frameborder="NO" border="1" framespacing="0">
         <frame src="<%= mastHeadURL %>" name="topFrame" id="topFrame" scrolling="auto" noresize >
         <frame src="BT_ProcessBar.jsp" title="object palette header" id="objPaletteHeader" name="objPaletteHeader" scrolling="no">     
         <frameset id="nestedFrameSet" cols="20%,*" frameborder="NO" border="0" framespacing="0">
    <% if (inAdvancedMode) { %>
         <frame src="LP_ObjectPalette.jsp" id="leftPalette" name="leftPalette" scrolling="no">
         <frame src="<%= (redirectString != null) ? redirectString : mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto">
    <% } else { %>
    <%     int currentTLId = -1;
         HspTaskList thisTL = (HspTaskList)session.getAttribute(HspConstants.SESSION_TASK_LIST);
         if (thisTL != null) thisTL = HspPlanning.getTaskList(thisTL.getId());
         if (thisTL != null) {
              currentTLId = thisTL.getId();
         } else {
         Vector availableTaskLists = null;
         availableTaskLists = HspPlanning.getTaskLists();
         HspObjectPositionComparator hspObjectCompare = new HspObjectPositionComparator();
         HspCSM.sortVector(availableTaskLists, hspObjectCompare);
         if ((availableTaskLists != null) && (availableTaskLists.size() > 0))
              currentTLId = ((HspTaskList)availableTaskLists.firstElement()).getId();
         } %>
         <frame src="LP_ObjectPalette.jsp?TaskList=<%= currentTLId %>" id="leftPalette" name="leftPalette" scrolling="no">     
         <frameset id="wizardFrameSet" name="wizardFrameSet" rows="*,0" frameborder="NO" border="0" framespacing="0">
    <%     if (currentTLId != -1) {
              String wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId;
              HspTask currentSessionTask = (HspTask)session.getAttribute(HspConstants.SESSION_TASK);
              if (currentSessionTask != null) {
                   wizardFrameContent = "TL_Navigator.jsp?TaskList=" + currentTLId + "&SelectedTask=" + currentSessionTask.getId() + "&ShowWizard=true";
                   mainFrameContent = "TL_Wait.jsp";
              } else {
                   mainFrameContent = "TaskListStatus.jsp?TaskList=" + currentTLId;
              %>          
              <frame src="<%= mainFrameContent %>" id="mainFrame" name="mainFrame" scrolling="auto" noresize>
              <frame src="<%= (redirectString != null) ? redirectString : wizardFrameContent %>" id="wizardFrame" name="wizardFrame" scrolling="NO" noresize>
    <%      } else { %>
              <frame src="<%= (redirectString != null) ? redirectString : "Error.jsp" %>" id="mainFrame" name="mainFrame" scrolling="auto">
    <%      } %>
    <% } %>
         </frameset>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>

  • J2EE Engine auto restart when connect J2ee Engine Visual Adminnistrator

    Hi expert
    I'm config BI and EP for SAP NetWare 7.0(2004)
    After aply patch JSPM successful then J2ee often restart when I login Engine Visual Administrator
    I check logfile
    Nov 5, 2008 10:52:15 AM [1225857135537]:Error   : Thread[Thread-13,5,main]      com.sap.engine.services.rmi_p4:    com.sap.engine.services.rmi_p4.Parser newRequest MSG:The possible problem is that there is no correctly working server node available. Check your working servers
    trace file
    /usr/sap/BWQ/DVEBMGS02/j2ee/cluster/dispatcher/log/ defaultTrace.0.trc
    #1.#001A64C962F2001800000006000061DE00045AC54F59B3DC#1225703393178#com.sap.engine.services.jmx.MBeanServerInvoker##com.sap.engine.services.jmx.MBeanServerInvoker#######OrderedChannel for http service##0#0#Warning#1#/System/Server#Java###JMX connector exception occurred while processing external JMX request [ JMX request (java) v1.0 len: 315 |  src: cluster target-node: 28888700 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=28888700,SAP_J2EECluster="" null null null ]
    [EXCEPTION]
    #1#com.sap.engine.services.jmx.exception.JmxConnectorException: Unable to de-serialize request parameters, message [ JMX request (java) v1.0 len: 315 |  src: cluster target-node: 28888700 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=28888700,SAP_J2EECluster="" null null null ]
            at com.sap.engine.services.jmx.RequestMessage.readParams(RequestMessage.java:537)
            at com.sap.engine.services.jmx.RequestMessage.getParams(RequestMessage.java:586)
            at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:90)
            at com.sap.engine.services.jmx.JmxServiceConnectorServer.receiveWait(JmxServiceConnectorServer.java:172)
    com.sap.engine.core.service630.context.cluster.message.MessageListenerWrapper.process(MessageListenerWrapper.java:81)
            at com.sap.engine.core.cluster.impl6.ms.MSListenerThread.run(MSListenerThread.java:47)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:80)
            at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:150)
    Caused by: javax.management.InstanceNotFoundException: MBean with name com.sap.default:name=com.sap.portal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=28888700,SAP_J2EECluster=BWQ not found in repository
            at com.sap.pj.jmx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1408)
            at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.getClassLoaderFor(MBeanServerWrapperInterceptor.java:455)
            at com.sap.engine.services.jmx.CompletionInterceptor.getClassLoaderFor(CompletionInterceptor.java:576)
    [root@sapvs08 log]# pwd
    /usr/sap/BWQ/DVEBMGS02/j2ee/cluster/server0/log
    [root@sapvs08 log]#cat defaultTrace.12.trc 
    #1.#001A64C962F200720000042A0000586E00045AC496B6EC66#1225700295502#com.sap.engine.services.monitor.mbeans.Monitor#sap.com/irj#com.sap.engine.services.monitor.mbeans.Monitor#J2EE_GUEST#0##n/a##04c6a190a97f11dd99cf001a64c962f2#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Plain###Caller J2EE_GUEST not authorized, user J2EE_GUEST is not available from user management, reason: com.sap.security.api.NoSuchUserException:Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=localhost SYSNR=02 GWHOST=localhost GWSERV=sapgw02 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner '127.0.0.1:sapgw02' not reached
    TIME        Mon Nov  3 15:18:15 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       111
    ERRNO TEXT  Connection refused
    COUNTER     254
    #1.#001A64C962F200720000042B0000586E00045AC496B6F426#1225700295504#System.err#sap.com/irj#System.err#J2EE_GUEST#0##n/a##04c6a190a97f11dd99cf001a64c962f2#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Plain###com.sap.engine.services.jmx.exception.JmxSecurityException: Caller J2EE_GUEST not authorized, user J2EE_GUEST is not available from user management, reason: com.sap.security.api.NoSuchUserException:Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=localhost SYSNR=02 GWHOST=localhost GWSERV=sapgw02 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner '127.0.0.1:sapgw02' not reached
    TIME        Mon Nov  3 15:18:15 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       111
    ERRNO TEXT  Connection refused
    COUNTER     254
            at com.sap.engine.services.jmx.auth.UmeAuthorization.checkMBeanPermission(UmeAuthorization.java:63
    Please help me soon
    Quang Le

    Check this link and see if it helps,
    http://help.sap.com/saphelp_nw04/helpdata/en/92/fa369fb68e004598f246494665a49e/frameset.htm
    Sameer

  • Please Help! My MB pro 2010 quit and auto restart when I upgrade my MB Pro with a SSD

    Hi all!
    Please let me know what's happen with my Mac & help me to solve this problem pls?
    Since my Mac is on normall working but a little bit slow. So that's why I update it to SSD. But from that day, when I'm working, it suddenly quit & auto restart without reason, just only appear the warning " Your Mac have problem" & restart.....
    Attached here is which appeared on my screen after it auto restart, please go throught it & let me know what I should do for avoiding this problem, pls!
    And here is my MAC info :
    Macbook Pro  15-inch, Mid 2010
    Processor  2.4 GHz Intel Core i5
    Memory  8 GB 1067 MHz DDR3
    Graphics  Intel HD Graphics 288 MB
    Software  OS X 10.8.5 (12F45)
    My SSD info:
    Total Capacity                       : 256.1 GB (256,060,514,304 Bytes)
    Model                                   : V4-CT256V4SSD2
    Firmware Version                  : S5FAMM22
    Drive Type                           : Crucial SSD
    HDD info:
    Total Capacity                       : 320.1 GB (320,072,933,376 Bytes)
    Model                                    : Hitachi HTS545032B9SA02
    Firmware Version                   : PB3AC60W
    Drive Type                             : HDD 5400 rpm
    Please Help me! 
    Thank you!

    Mid-2010 15" MacBook Pros - the bad NVIDIA GPU
    If you're having frequent kernel panics with your 15" mid-2010, or intermittent screen problems, the problem is, more than likely, the faulty NVIDIA GPU found in a number of those machines.
    Here's just a sample of a kernel panic log that points to the faulty NVIDIA card:
    Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0x82ac4000->0x82b7afff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
             com.apple.nvidia.nv50hal(6.4.0)@0x83c05000->0x84019fff
                dependency: com.apple.NVDAResman(6.4.0)@0x834a0000
             com.apple.NVDAResman(6.4.0)@0x834a0000->0x8378dfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x7a802000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x82fd3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x8301b000
    Here's the "official" Apple take on the issue - but the very real kernel panics need not be preceded by 'Intermittent black screen or loss of video'... in fact, you might not experience any video problems at all. Although video problems can certainly be a portent of things to come…
    So what can you do? Print out a copy of your kernel panic and a copy of the Knowledge Base article and take them, along with your machine, to your local Apple Store or an Apple Authorized Service Provider. The unfortunate thing is that many people have passed the “three years from date of purchase” now and Apple is not honoring the free logic board replacement for many users. Some dealers seem to be making some exceptions for those past the three year mark, but don’t count on it…
    Good luck,
    Clinton

  • Where the session begin when user login

    Hi all,
    Just want a detail understanding of where the session starts when user login in ATG application (handle login), and where the session ends (handlelogout)
    thanks and regards
    333

    Session management is completely application server related.
    ATG do not play any role in session management.
    Refer this doc to under how session is created and managed.
    http://docs.oracle.com/cd/E19644-01/817-5451/dwsessn.html
    Peace
    Shaik

  • Default Start TCODE when User login

    HI,
    Where can I configure the custom TCODE?
    When User login, it would automatically execute the TCODE which will displayed open delivery order to be picked?
    Can this be set inside the login profile?
    Thanks
    Bye

    Hi Colin,
    In the SAP easy access screen, go to the "Extras" in the top menu screen and click on "Set Start Transaction"
    It will give you a popup.
    There you can give a custom transaction code, so that the next time user logs in, it will open the Transaction code that you have set.
    Please note this setting is user dependent.
    Hope it helps....
    Thanks,
    Amlan

  • Flash the system message every time when user login

    Hi all,
    My requirment is to diaplay the system message when user login for the maintenance purpose, In SM02 i created a message but it is not working for evary time login, It is displaying only  one time, suppose i logoff and again loging message is displaying.
    Please tell me how to display system message evary time when user login.
    Thanks in Advance,
    Thanks&Regards
    RP

    Hi,
    To display system message every time when user login : use the
    Enhancement        SUSR0001
    Short text              User exit after logon to SAP System
    You also get the Example Code here.
    And the Documentation is :
    Every dialog user passes through this function module after logon. Yo
    can use this to execute individual customer checks here and send
    messages to the user.
    Do not log off the user and also try to avoid too many dialog boxes.
    Regds
    Suman

  • View logs in windows server (User login and logout )

    Hi Guys,
    I want to see the user login and logout times to the systems. I want know on which systems (Hostname) they logged into that account. 
    Could you please help me. Thanks in advance

    Hi
     You can check the log's on event viewer console,here is good article for your needs,please check;
    https://support.microsoft.com/en-us/kb/556015?wa=wsignin1.0

  • When user clicks on button the document linked to this path must be display

    hi sap masters,
    i am developing a screen prog in which i have a requirment which is i have pushbutton called WEB.
    When user clicks on button the document linked to this path must be displayed
    ex :  www.google.com
    how can i display can i have some info please.
    thank you,
    pasala.

    Hi,
    Kindly go through the below programs....
    RSHTML01                       Demo for HTML Control: Use as general WWW browser
    SAPHTML_R3HTTP_DEMO            Demo for HTML Control: Use as general WWW browser
    SAPHTML_UI_DEMO                Demo for HTML Control: Use as general WWW browser
    UPWB_HTML_DEBUG                Demo for HTML Control: Use as general WWW browser
    Hope it helps.
    Regards
    Arbind

  • What to do when iphoto gets this window "The email server didn't recognize your username/password combination"?

    What to do when iphoto gets this window "The email server didn’t recognize your username/password combination"?

    Hi ...
    If you are trying to "Share" photos via email, quit iPhoto then launch the Mail app.
    From the Mail menu bar click Mail > Preferences then select the General tab.
    Select your Mail client from the pop up menu next to:  Default email reader
    Now select the Accounts tab then the Account Information tab.
    Select the account on the left that you want to use with iPhoto.
    Type in your User name and password
    Relaunch iPhoto. Click Share from the menu bar > Email

  • All the SSIS Packages are not editable to the all users after deploying to the other server

    Hi All,
    I am using sqlserver2012.
    How to make all the SSIS Packages are not editable to all users after deploying to the other server. is there any way to achieve this,
    if yes, could share the information how to do....
    Thanks in advance....
    RamarajuC

    Typically, you change the protection level as listed in the following steps:
    During development, leave the protection level of packages set to the default value,
    EncryptSensitiveWithUserKey. This setting helps ensure that only the developer sees sensitive values in the package. Or, you can consider using
    EncryptAllWithUserKey, or DontSaveSensitive.
    When it is time to deploy the packages, you have to change the protection level to one that does not depend on the developer's user key. Therefore you typically have to select
    EncryptSensitiveWithPassword, or EncryptAllWithPassword. Encrypt the packages by assigning a temporary strong password that is also known to the operations team in the production environment.
    After the packages have been deployed to the production environment, the operations team can re-encrypt the deployed packages by assigning a strong password that is known only to them. Or, they can encrypt the deployed packages by selecting
    EncryptSensitiveWithUserKey or EncryptAllWithUserKey, and using the local credentials of the account that will run the packages.
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • My ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    my ipad mini does not restart when i press and hold the home and power buttons for a minute or more. what do i do? i really need to access some information on it. please help.

    You need to connect to iTunes and restore.
    iOS: Not responding or does not turn on
    You may need to put the device into recovery mode, this is covered in the link on this page.
    Did you back up the device?

  • Error when publishing crystal report to the BO server

    Hello All:
       Has any one encountered the following error when saving a report to the BO server.
       Unable to launch C:\program files\Business Objects\BusinessObjects Enterprise 11\win32_x86\plugins\desktop\CrystalEnterprise.Report\ReportAdd program to add report to the system .
    ....Would appreciate your help.
    Thanks
    Parmesh

    Hi,
    looks like a Bug here.
    heck SAP Note - 1183390
    Regards
    -Seb.

  • Find how many users are connected in the Oracle Server

    Hi,
    I am using Oracle 10g. My question is, is it possible to find how many users are connected in the Oracle Server. We are having one Server and we are having many client machines which will connect the Oracle.
    And one more question in the meanwhile i want to take Backup of one database which client as connected. Is it get any problem to the client machine which is accessing the server. And How to take the backup from the server machine. Any commands to process.
    Thank u...!

    Hi there.
    If You run
    select count(*) from v$session where username is not null;you'll get the number of users connected to Oracle server,
    and yes , you could do backup while users are connect to db you are backing up.
    cheers

  • Dealing with User Defined Tables with the DI Server

    I have a general question about the best way of working with the data in user defined tables using the DI Server. It appears from previous posts that it is not possible to use the standard methods such as UpdateObject. Also since update/insert and delete statements or explicitly forbidden using the ExecuteSQL method then how do we interact with the data in the tables?
    Do we need to code our own data access layer for this type of access and is this a good practice?
    Is this type of functionality going to be available in a future release of the DI Server?
    Thanks

    Using SQL for Update/Insert/Delete is not forbidden on UDTs (at least non-UDO UDTs; UDO UDTs are somehow in a gray area since they carry internal fields + e.g. inserts require further manipulation in B1 tables...)...
    I.e. using ExecuteSQL to add data into UDTs is OK for DI Server...
    HTH,
    Frank

Maybe you are looking for

  • Can't Install Adober AIR on iMac 10.6.8

    When i try to install on my iMac i get the following error even though I am the administrator: Sorry, an error has occured. An error occured while installing Adobe AIR.  Installation may not be allowed by your administrator.  Please contact your admi

  • Filtering out non-English characters

    Anyone know of a way to use the Junk Mail filters to filter out email that has non-English characters in the subject line? I get a lot of spam that has either Asian or Russian characters in the subject and body of the email. Thanks, Jim

  • Best practice for deleting data based on mismatch

    I have two tables which share the same key columns (one is an extension table of the other, basically) INVPARTINSTOCK_C is current data INVPARTINSTOCK_D is a date extension table I want to remove all data in D which is not in C I can gather a list of

  • No visual of separate audio tracks

    In the beginning, iMovie opens. I see picture and hear audio from the imported footage. The audio exists in the video track. Then, I drag audio from GarageBand to the separate audio tracks. But wait! In timeline view I don't see the visible presentat

  • How can I watch video encoded with 10-bits color depth correctly via Adobe Flash Player?

    When I watching video on a site, one of those video said it is encoded with 10-bits color depth and require Flash Player 10.2+ and non-trident browser to watch it correctly , but with the latest flash player available installed and ising the Firefox,