Couldn't Connect To Virtualization Server

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2008 02:07 PM
Hi,
I am also running into some issue. I have downloaded and installed Alfresco ECM + WCM trial version from the Alfresco Site.
I have opened the port 50500, 50501 and 8081 over firewall as well. I also crossed checked if JDK version is set to 1.5
Still I am unable to connect to Alfresco Virtualization Server. I am getting following error:
10:23:37,264 ERROR [alfresco.mbeans.VirtServerRegistry] Could not connect to vir
tualization server: service:jmx:rmi://ignored/jndi/rmi://127-0-0-1.ip.alfrescode
mo.net:50501/alfresco/jmxrmi
Please help I have spent some time but now I feel I am stucked.
Thanking you in anticipation.
I am also running into some issue. I have downloaded and installed Alfresco ECM + WCM trial version from the Alfresco Site.
I have opened the port 50500, 50501 and 8081 over firewall as well. I also crossed checked if JDK version is set to 1.5
Still I am unable to connect to Alfresco Virtualization Server. I am getting following error:
10:23:37,264 ERROR [alfresco.mbeans.VirtServerRegistry] Could not connect to vir
tualization server: service:jmx:rmi://ignored/jndi/rmi://127-0-0-1.ip.alfrescode
mo.net:50501/alfresco/jmxrmi
Please help I have spent some time but now I feel I am stucked.
Thanking you in anticipation.
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2008 07:55 AM
Hi ….I'm getting this error too
can someone post a solution??!
can someone post a solution??!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2008 03:34 PM
I was able to resolve this issue by adding following entry onto my host file
127.0.0.1 127-0-0-1.ip.alfrescodemo.net - This entry helped to resolve the error showing up upon starting Alfresco Server and WCM
127.0.0.1 admin.alfresco.www–sandbox.127-0-0-1.ip.alfrescodemo.net - This entry helps to preview website (along with turning off proxy server from the browser setting)
There is a way to avoid these entries mentioned on http://wiki.alfresco.com/wiki/Configuring_the_Virtualization_Server
I hope that helps…Cheers
127.0.0.1 127-0-0-1.ip.alfrescodemo.net - This entry helped to resolve the error showing up upon starting Alfresco Server and WCM
127.0.0.1 admin.alfresco.www–sandbox.127-0-0-1.ip.alfrescodemo.net - This entry helps to preview website (along with turning off proxy server from the browser setting)
There is a way to avoid these entries mentioned on http://wiki.alfresco.com/wiki/Configuring_the_Virtualization_Server
I hope that helps…Cheers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2008 02:58 AM
i did all the settings, as told by both of u…..
but i get this error now (in tomcat) , when i click on preview button :cry:
ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco].[downloadContent]] Servlet.service() for servlet downloadContent threw exception
java.lang.IllegalArgumentException: Download URL did not contain all required args: /d/d/avm/pic–admin/-1;www;avm_webapps;ROOT;sample.html/
at org.alfresco.web.app.servlet.BaseDownloadContentServlet.processDownloadRequest(BaseDownloadContentServlet.java:156)
at org.alfresco.web.app.servlet.DownloadContentServlet.doGet(DownloadContentServlet.java:106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:595)
any soln??
can you guys give me a step by step detailed procedure of setting up the virtual server??
thanks !!
rox
but i get this error now (in tomcat) , when i click on preview button :cry:
ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco].[downloadContent]] Servlet.service() for servlet downloadContent threw exception
java.lang.IllegalArgumentException: Download URL did not contain all required args: /d/d/avm/pic–admin/-1;www;avm_webapps;ROOT;sample.html/
at org.alfresco.web.app.servlet.BaseDownloadContentServlet.processDownloadRequest(BaseDownloadContentServlet.java:156)
at org.alfresco.web.app.servlet.DownloadContentServlet.doGet(DownloadContentServlet.java:106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:595)
any soln??
can you guys give me a step by step detailed procedure of setting up the virtual server??
thanks !!
rox
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2008 04:54 AM
hey its working for me too!
i just unchecked all the options available in internet options>connections>lan settings
thanks to all for the help! :mrgreen:
i just unchecked all the options available in internet options>connections>lan settings
thanks to all for the help! :mrgreen:
