WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

AdminConsole Issue

  • 1.  AdminConsole Issue

    Posted Fri March 09, 2018 09:43 AM

    Hi All,

    We are seeing every strange behaviour in one of environment. We are at websphere level 7.0.0.27. AdminConsole is not lanuching when typing http://localhost:9060/ibm/console but when security is enabled, adminconsole is getting lanuched but after providing username/password using UserStoreFile it is getting proceed but getting crashed again.

    Thanks for your reply.

     



  • 2.  RE: AdminConsole Issue

    Posted Fri March 09, 2018 10:08 AM

    Is this for WAS ND or Base edition?  I suggest you to check the systemOut.log and looking for error messages. 

    You can also clear out the following directories to reset the workspace objects:

    WebSphere_root/profiles/<dmgr_name>/wstemp
    WebSphere_root/profiles/<dmgr_name>/temp
    WebSphere_root/profiles/<dmgr_name>/config/temp



  • 3.  RE: AdminConsole Issue

    Posted Fri March 09, 2018 12:20 PM

    Hi Eric,

    We are using base version. I cleaned up wstemp and /temp from profile_root directory but the issue it same. 

    Thanks



  • 4.  RE: AdminConsole Issue



  • 5.  RE: AdminConsole Issue

    Posted Sat March 10, 2018 06:56 AM

    Check native_stdout.log and SystemErr.log SystemOut.log file to find root cause.



  • 6.  RE: AdminConsole Issue

    Posted Sun March 11, 2018 04:47 AM

    Hi Eric,

    Nothing is written in SystemErr.log and native_stdout.log file.

    Here is the message from SystemOut.log file

    [3/11/18 7:26:16:640 EDT] 00000013 servlet       I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite] [

    /ibm/console] [FilterProxyServlet]: Initialization successful.

    [3/11/18 7:26:16:805 EDT] 00000013 ActionServlet I org.apache.struts.action.ActionServlet init inside init....

    [3/11/18 7:26:16:884 EDT] 00000013 servlet       I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite] [

    /ibm/console] [action]: Initialization successful.

    [3/11/18 7:26:16:894 EDT] 00000013 ActionServlet E org.apache.struts.action.ActionServlet destroyModules javax.servlet.Unavai

    lableException: Cannot initialize RequestProcessor of class com.ibm.mm.wc.struts.controller.WCRequestProcessor: java.lang.Cla

    ssNotFoundException: com.ibm.mm.wc.struts.controller.WCRequestProcessor

    [3/11/18 7:26:16:898 EDT] 00000013 servlet       I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [iscli

    te] [/ibm/console] [action]: Destroy successful.

    [3/11/18 7:26:16:906 EDT] 00000013 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emi

    tted on /nc/apps/asaf/websphere/32bit/7/AIX/profiles/WEBi_Profile/logs/ffdc/WEBi_Server_705a705a_18.03.11_07.26.16.9043397019

    453277826821.txt com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest() 302

    [3/11/18 7:26:16:988 EDT] 00000013 servlet       I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite] [

    /ibm/console] [/generalError.jsp]: Initialization successful.

    [3/11/18 7:26:17:554 EDT] 00000013 servlet       I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite] [

    /ibm/console] [/secure/isclite/tiles/dynamic_css.jsp]: Initialization successful.

    And you can see the error message in the address copied below.

    https://mail.google.com/mail/u/0/?ui=2&ik=c3e68a8cd5&view=fimg&th=16214d84be5b9d80&attid=0.1&disp=emb&attbid=ANGjdJ9xfFvW4uHDNmuM0IkGo4jQbUPDG7DaC8AD60438W-3cs1Uwga_4MdbUmDNSc-5sSDHWbcge8NK31U1dL8XU9K7_a4waJTRH_EulkUI2OTmX62HATLSAAshEgU&sz=w2124-h392&ats=1520768267846&rm=16214d84be5b9d80&zw&atsh=1

     

    Thanks



  • 7.  RE: AdminConsole Issue

    Posted Sun March 11, 2018 10:27 PM

    Stop WAS process and try to run iscdeploy.sh script to restore ISC :

    /nc/apps/asaf/websphere/32bit/7/AIX/profiles/WEBi_Profile/bin/iscdeploy.sh -restore

     

    //BR

    http://www.Java2Class.net



  • 8.  RE: AdminConsole Issue

    Posted Mon March 12, 2018 03:45 AM

    Hi Praveen / Li,

    I tried both ways. 

    1.  checked wimconfig.xml file.

    2. Restore isclite application using the above command.

    3. Now, I'm getting adminconsole but when try to login without any userid, I'm getting kicked out because of session invalidation. Global security is disabled. Anything need to be modified in configuration files.

    Thanks,

     

     



  • 9.  RE: AdminConsole Issue

    Posted Tue March 13, 2018 12:36 AM

    Did you get a chance to check heap setting on admin console.

    if you want to remove timeout for adminconsole try below:

    in isclite.ear, change invalidationTimeout to -1 to remove timeout and then restart dmgr.

    vi deployment.xml
    
    <appdeployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
    xmlns:appcfg="http://www.ibm.com/websphere/appserver/schemas/5.0/appcfg.xmi"
    xmlns:appdeployment="http://www.ibm.com/websphere/appserver/schemas/5.0/appdeployment.xmi"
    xmi:id="Deployment_1162483845425">
        ...
            ...
            <tuningParams xmi:id="TuningParams_1162483845426" usingMultiRowSchema="false" maxInMemorySessionCount="1000" allowOverflow="true"
            scheduleInvalidation="false" writeFrequency="TIME_BASED_WRITE" writeInterval="10" writeContents="ONLY_UPDATED_ATTRIBUTES"
            invalidationTimeout="-1">
              <invalidationSchedule xmi:id="InvalidationSchedule_1162483845426" firstHour="14" secondHour="2"/>
            </tuningParams>
            ...
        ...
    </appdeployment:Deployment>


  • 10.  RE: AdminConsole Issue

    Posted Tue March 13, 2018 03:06 AM

    Hi Praveen,

    Yes, I checked heap settings. This is the min and max value -Xms1024m -Xmx1324m. I made change to invalidationTimeout=-1 but still getting same error message.

    Thanks,

     



  • 11.  RE: AdminConsole Issue

    Posted Tue March 13, 2018 06:47 AM

    Please check in the OS any problem related to Filesystem.

    Check your system event log if it is windows system.

    Balraj



  • 12.  RE: AdminConsole Issue

    Posted Wed March 14, 2018 10:41 PM

    Hi All,

    Issue has been resolved after disabled LTPACookie settingsin deployment descriptor file.

    Thanks for All:) 



  • 13.  RE: AdminConsole Issue

    Posted Sun March 11, 2018 08:18 PM

    Hi,

    Can you try below options:

    1.Try to clean temp,wstemp after stopping dmgr, try to increase the heap size.

    2. start the admin console

    3. Pls check if wimconfig file exists or not.

    4. Make sure you havent deleted any ears manually which are related to console, try to compare you problem environment with working env(copy isclite app from other env to existing env by replacing exisitng ear).

    Thanks!!



  • 14.  RE: AdminConsole Issue

    Posted Mon March 12, 2018 09:00 PM

    Please check the java heap size for admin console, if it is less in few MB's increase to 512 MB and  restart. 

    If it is ND environment, stop all the WAS processes and full sync the node and restart

    Balraj



  • 15.  RE: AdminConsole Issue