Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RAM installation error

 Hello,

I've installed WAS 8.5.0.2 with enabled security, RAM 7.5.2.1 on Win2008 Server.

ram.setup returns following error. Any ideas?

org.apache.jasper.el.JspELException: /index.jsp(53,2) '${installRAMSetupBean.installRAMStatus}' Error reading 'installRAMStatus' on type com.ibm.ram.repository.setup.web.access.InstallRAMSetupBean

        at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:112)

        at com.ibm._jsp._index._jspx_meth_c_set_13(_index.java:909)

        at com.ibm._jsp._index._jspService(_index.java:270)

        at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:99)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)

        at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1225)

        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:775)

        at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:457)

        at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)

        at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)

        at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:216)

        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)

        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)

        at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1384)

        at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:193)

        at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:619)

        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)

        at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)

        at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)

        at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3761)

        at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)

        at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:975)

        at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)

        at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)

        at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)

        at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:87)

        at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)

        at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)

        at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)

        at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)

        at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)

        at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)

        at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)

        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1815)

Caused by: com.ibm.ram.repository.setup.web.RAMSecurityException: com.ibm.websphere.management.exception.AdminException:

        at com.ibm.ram.repository.setup.web.WASServer.getInstallationStatus(WASServer.java:1137)

        at com.ibm.ram.repository.setup.web.access.InstallRAMSetupBean.getInstallRAMStatus(InstallRAMSetupBean.java:2761)

        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 javax.el.BeanELResolver.getValue(BeanELResolver.java:91)

        at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:55)

        at org.apache.el.parser.AstValue.getValue(AstValue.java:174)

        at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:283)

        at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:106)

        ... 38 more

Caused by: com.ibm.websphere.management.exception.AdminException:

        at com.ibm.websphere.management.application.AppManagementProxy.proxyInvoke(AppManagementProxy.java:192)

        at com.ibm.websphere.management.application.AppManagementProxy.checkIfAppExists(AppManagementProxy.java:269)

        at com.ibm.ram.repository.setup.web.WASServer.getInstallationStatus(WASServer.java:1124)

        ... 48 more

Caused by: javax.management.JMRuntimeException: ADMN0022E: Отсутствует доступ к операции checkIfAppExists в MBean AppManagement из-за недостаточных или отсутствующих идентификационных данных.

        at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:2594)

        at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1312)

        at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)

        at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)

        at com.ibm.websphere.management.application.AppManagementProxy.proxyInvoke(AppManagementProxy.java:183)

        ... 50 more

0 votes


Accepted answer

Permanent link
hi,Timur.
After you enable the application security, make sure restart the server.
Thanks.
Timur Markunin selected this answer as the correct answer

0 votes

Comments

Thanks Ary! Just missed restart :) 


One other answer

Permanent link
Hi Timur,

When exactly is the error happening ? When you launched the Setup or in any steps?
looking at the Details system requirement I see that WAS 8.5.0.2 is the requirement version for RAM 7.5.2.1 but not 7.5.2.
This being said, what are the steps you followed to install and configure RAM application on WAS?
For example, have you verified that the Application Security is enabled on the server.
Which URL did you use to launch the setup?

Regards,
François
 

0 votes

Comments

Hi François!


I've created new WAS profile with enabled security and installed RAM (sorry, correct version is 7.5.2.1) through launchpad. I've got the error after launching http://servername:19080/ram.setup


Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357

Question asked: Nov 19 '14, 9:41 a.m.

Question was seen: 3,811 times

Last updated: Nov 20 '14, 3:32 a.m.

Confirmation Cancel Confirm