Page 1 of 1

OpenVPN ALS (Adito) Network Places Problem

Posted: Wed May 09, 2012 6:19 am
by rdagijones
Have installed OpenVPN ALS and can log on as admin. I need to add different shares. When I click on "Network Places" on the Left menu I get the following:
java.lang.NullPointerException
at com.adito.properties.PersistentSettings.getIntValue(PersistentSettings.java:15)
at com.adito.table.forms.AbstractPagerForm.initialize(AbstractPagerForm.java:120)
at com.adito.table.forms.AbstractPagerForm.initialize(AbstractPagerForm.java:104)
at com.adito.networkplaces.forms.ShowNetworkPlacesForm.initialize(ShowNetworkPlacesForm.java:61)
at com.adito.networkplaces.actions.ShowNetworkPlacesDispatchAction.unspecified(ShowNetworkPlacesDispatchAction.java:65)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:256)
at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
at com.adito.core.actions.DefaultDispatchAction.execute(DefaultDispatchAction.java:42)
at com.adito.core.actions.AuthenticatedDispatchAction.execute(AuthenticatedDispatchAction.java:196)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
at com.adito.core.CoreRequestProcessor.processActionPerform(CoreRequestProcessor.java:198)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
at com.adito.core.CoreRequestProcessor.process(CoreRequestProcessor.java:129)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:594)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:426)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:831)
at com.adito.core.filters.CompressionFilter.doFilter(CompressionFilter.java:79)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:822)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:472)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:555)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1562)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:622)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1514)
at org.mortbay.http.HttpServer.service(HttpServer.java:955)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:813)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:980)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:830)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:243)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:356)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:533)
I assume that I am going to need Network Places to get to my shares. (My shares have different names than "Docs," "Music," etc.)
I get a similar problem when I click on Web Forwards.

Re: OpenVPN ALS (Adito) Network Places Problem

Posted: Wed May 09, 2012 7:04 am
by rdagijones
OK, scratch this problem. I logged back in and it seems to have self-corrected. Thanks.

Re: OpenVPN ALS (Adito) Network Places Problem

Posted: Wed May 09, 2012 7:12 am
by bigfoot65
Hello,

What web browser were you using? There could be issues with some web browsers as they have evolved over time. OpenVPN ALS development ceased a few years ago, so we are stuck with it as is.

It is the only free web-based VPN client that I have found so we hope it will remain stable enough for Amahi.

Re: OpenVPN ALS (Adito) Network Places Problem

Posted: Thu May 10, 2012 6:25 am
by rdagijones
Can OpenVPN ALS be adapted to be accessed by IP address? Right now it is accessed adito.hostname.youhda.com:4443. Could that be changed to 192.168.1.12/adito:4443 or something like that?

Re: OpenVPN ALS (Adito) Network Places Problem

Posted: Fri May 11, 2012 8:02 am
by ciscoh
Can OpenVPN ALS be adapted to be accessed by IP address? Right now it is accessed adito.hostname.youhda.com:4443. Could that be changed to 192.168.1.12/adito:4443 or something like that?
from outside your network the 192.x.x.x address will not be reachable.

that is why the dynamic DNS is used. it will map to your real IP address rather than the local 192.168.x.x private address

Re: OpenVPN ALS (Adito) Network Places Problem

Posted: Thu May 24, 2012 5:47 am
by bigfoot65
Recommend you change the port forward to map external 443 to internal 4443. That will eliminate the need to add the port to the URL (i.e. https://user.yourhda.com). I have mine set up that way and have had no issues.