Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Failed to retrieve volume names
meurwinn
Hi, i have a problem with the volume.
Logs : java.io.IOException: All nodes in the cluster are unavailable.
Can you tell me where we can configure the volumes. For exemple, if i have a volume "aaa", what can i do ? Create a "aaa" folder anywhere ?
Thank you.
Find more posts tagged with
Comments
meurwinn
My complete log error is :
Mon Apr 07 15:33:22 CEST 2008: 2008-3-7 15:33:22,433
com.actuate.reportcast.tags.cluster.GetLicenseTermsTag
ERROR
java.io.IOException: All nodes in the cluster are unavailable
java.io.IOException: All nodes in the cluster are unavailable
at com.actuate.reportcast.utils.HttpRequest.instance(Unknown Source)
at com.actuate.reportcast.tags.common.OutermostTag.getConnection(Unknown Source)
at com.actuate.reportcast.tags.common.OutermostTag.submitRequest(Unknown Source)
at com.actuate.reportcast.tags.cluster.GetLicenseTermsTag.doEndTag(Unknown Source)
at org.apache.jsp.landing_jsp._jspService(landing_jsp.java:269)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:495)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:135)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:706)
at java.lang.Thread.run(Thread.java:595)
Do you have any idea please ?
averma
meurwinn:<br />
The <a class='bbc_url' href='
http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=5&lid=322'>following</a>
; DevShare post has information on setting up volume on iServer Express.<br />
<br />
Ashwini<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="meurwinn"><p>Hi, i have a problem with the volume.<br />
<br />
Logs : java.io.IOException: All nodes in the cluster are unavailable.<br />
<br />
Can you tell me where we can configure the volumes. For exemple, if i have a volume "aaa", what can i do ? Create a "aaa" folder anywhere ?<br />
<br />
<br />
Thank you.</p></blockquote>
meurwinn
Hello,
i've found the pb thank you.
It was a problem with RCP and portmapper
i install portmap (apt-get install portmap) and the volume was mount correctly.
Thank you for all.
So, i can say now that iserver express can be installed on a Debian server. You have to add some librairies ac libstdc++ for exemple but it"s OK
Thank you for all of you !!!
al91206
We would like to change our volume name, so instead of having it say "server.domain.com" it says "ReportingPortal"
I used your walkthrough on DevShare and I'm getting the following error, "Load Balancer cannot locate the volume <parameter0=localhost.domain.com>"
Steps I took:
1. I stopped services
2. In the acserverconfig.xml file I changed:
Volumes --> Volume --> Name = "ReportingPortal"
Servers--> Server--> RequesterRSAPIVolume="ReportingPortal"
3. Started services
4. Can login to server:8900/acadmin/config
5. Error occurs when I try to login to: 8900/acadmin - and it references the old volume name
I'm thinking there is some load balancer parameter option that needs to be changed?
Any help is appreciated.
Thanks!
Al
akulkarni
Please change the name of the volume in the iServer Console web.xml configuration files.
<context-param>
<!--
Default volume to use on the iServer
-->
<param-name>DEFAULT_VOLUME</param-name>
<param-value>k1</param-value>
</context-param>
<iServer Expression installation root>/servletcontainer/mgmtconsole/WEB-INF/web.xml
<iServer Expression installation root>/servletcontainer/iportal/WEB-INF/web.xml
al91206
Thanks - this final change made everything work. Thanks very much.
I added a note with this info to the devshare posting as well.
Al