Closed GoogleCodeExporter closed 9 years ago
I have the exact same problem.
Exception in thread "main" java.lang.NullPointerException: ProxySelector must
not be null.
at
com.btr.proxy.selector.whitelist.ProxyBypassListSelector.<init>(ProxyBypassListS
elector.java:39)
at
com.btr.proxy.selector.whitelist.ProxyBypassListSelector.<init>(ProxyBypassListS
elector.java:54)
at
com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.installExceptionList(Osx
ProxySearchStrategy.java:224)
at
com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.buildSelector(OsxProxySe
archStrategy.java:141)
at
com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.getProxySelector(OsxProx
ySearchStrategy.java:113)
at
com.btr.proxy.search.desktop.DesktopProxySearchStrategy.getProxySelector(Desktop
ProxySearchStrategy.java:34)
at com.btr.proxy.search.ProxySearch.getProxySelector(ProxySearch.java:193)
Original comment by patilche...@gmail.com
on 8 Apr 2014 at 8:49
I am not an expert but after researching a bit, it seems to be a problem with
OSX itself.
There are issues relating reading local PAC file on OSX
Source:
https://discussions.apple.com/thread/3202499?tstart=0
Hope this would help,
Cheers
Original comment by patilche...@gmail.com
on 8 Apr 2014 at 9:43
Hi all,
This is a bug that I have recently fixed. It happens if no PAC file is there
but still settings for a "whitelist" exist then this settings are applied on a
null selector and this causes the exception. This issue is fixed now in the
source code repository.
Please checkout the latest version from the source as I can no longer upload
binary release files to google code.
Thanks for reporting this,
- Rossi
Original comment by rosstaus...@googlemail.com
on 9 Feb 2015 at 10:00
Original issue reported on code.google.com by
sappl...@gmail.com
on 9 Mar 2014 at 2:38