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
  • 1.  Was7 Console not work after update to 7.0.0.39

    Posted Thu March 10, 2016 11:12 AM

    Hi to everyones.
    I have update the WAS installation from 7.0.0.11 to 7.0.0.39. After this the admin consol nont work.
    When I try to go to "Websphere Enterprise application" I receive the error
    Error404
    An error occurred while processing request:%2Fibm%2Fconsole%2FApplicationDeployment.content.main
    Message:java.io.FileNotFoundException

    This appen with any of the menu link.
    Someone say the solution is iscdeploy.sh -restoreProfiles
    but when ran the command I receive the error
    PLPR0002I: com.ibm.ws.console.resources.j2cresources is currently installed
    PLPR0003I: Opening Console Enterprise Application - /home/user/OPT/IBM/WebSphere/AppServer/systemApps/isclite.ear
    PLPR0011I: 75 plugin(s) to reload
    PLPR0012I: Restoring plugin com.ibm.ws.console.core
    PluginException : File wasprofile.properties could not be located. wrappedException = com.ibm.wsspi.profile.WSProfileException: File wasprofile.properties could not be located.
    PluginException : File wasprofile.properties could not be located. wrappedException = com.ibm.wsspi.profile.WSProfileException: File wasprofile.properties could not be located.
    at com.ibm.ws.console.plugin.PluginProcessor.getProfiles(PluginProcessor.java:2533)
    at com.ibm.ws.console.plugin.PluginProcessor.removeMetaDataFromProfiles(PluginProcessor.java:2216)
    at com.ibm.ws.console.plugin.PluginProcessor.reinstallModuleExtension(PluginProcessor.java:600)
    at com.ibm.ws.console.plugin.PluginProcessor.restore(PluginProcessor.java:457)
    at com.ibm.ws.console.plugin.PluginProcessor.main(PluginProcessor.java:1620)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
    at java.lang.reflect.Method.invoke(Method.java:611)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:267)

    Can you help me ? 

    Thanks



  • 2.  RE: Was7 Console not work after update to 7.0.0.39

    Posted Wed March 16, 2016 09:16 AM

    Just a guess.  Did you make sure to start the server using the correct ID?  Did you check the permissions on /home/user/OPT/IBM/WebSphere/AppServer/systemApps/isclite.ear to see if the ID that the server is running under has access to it?



  • 3.  RE: Was7 Console not work after update to 7.0.0.39

    Posted Wed March 16, 2016 10:29 AM

    Is this Windows or Unix?  if you did the updgrade in unix as root and run the WebSphere admin under another owner like wasadmin you will need to go to the directory (i.e. /opt/IBM/WebSphere) and do as root a:  chown -R wasadmin:<yourWasGroup> /WebSphere.  because upon updates the file ownership and perms will change to root and away from the 755 perms they need to be.  

    After you do chown you'll need to sudo back to the wasadmin user and then do the chmod -R 755 /WebSphere to make sure the permissions are reset to run properly.  cd to the profile and log directory and do an ls -ltr and make sure all the file are owned by the proper group and have the proper 755 permissions in the view and you'll be on your way.  Start the dmgr with ./startManager.sh from the dmgr profile and tail the dmgr's SystemOut.log using tail -f so you can see it start up.  Make sure you did not introduce any port conflicts along the way durring the upgrade that need to be fixed manually.  If you continue to have issue after that than please add your SystemOut.log and SystemErr.log from the dmgr for me to take a look at for you.  



  • 4.  RE: Was7 Console not work after update to 7.0.0.39

    Posted Wed March 16, 2016 10:37 AM

    ok, thanks for the answer....  I will try and after I tell you .... 



  • 5.  RE: Was7 Console not work after update to 7.0.0.39

    Posted Fri March 18, 2016 12:37 PM

    What is the URL you are using in order to access the admin console?