Hello,
I don't understand why sometimes I am asked to authenticate and sometimes I am not.
Can I disable this functionality?
If I choose to enable it, I am not very clear how to use it either.
I put this file in place.
~/.sane/pass
This file contains lines of the form
user:password:resource
...where the password is the default pass for a particular device? (I can't find that on the manual)
thanks a lot
java.io.IOException: Authorization failed - the password provider is unable to provide a password for the resource [
at au.com.southsky.jfreesane.SaneSession.authorize(SaneSession.java:351)
at au.com.southsky.jfreesane.SaneSession.openDevice(SaneSession.java:195)
at au.com.southsky.jfreesane.SaneDevice.open(SaneDevice.java:77)
at com.xxx.service.image.manager.sane.jsane.JSaneDeviceImpl$2.doWithRetry(JSaneDeviceImpl.java:248)
at com.xxx.service.image.manager.sane.jsane.JSaneDeviceImpl$2.doWithRetry(JSaneDeviceImpl.java:1)
at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329)
at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209)
at com.xxx.service.image.manager.sane.jsane.JSaneDeviceImpl.openDevice(JSaneDeviceImpl.java:243)
Hello,
I don't understand why sometimes I am asked to authenticate and sometimes I am not.
Can I disable this functionality?
If I choose to enable it, I am not very clear how to use it either.
I put this file in place.
~/.sane/pass
This file contains lines of the form
user:password:resource
...where the password is the default pass for a particular device? (I can't find that on the manual)
thanks a lot
java.io.IOException: Authorization failed - the password provider is unable to provide a password for the resource [ at au.com.southsky.jfreesane.SaneSession.authorize(SaneSession.java:351) at au.com.southsky.jfreesane.SaneSession.openDevice(SaneSession.java:195) at au.com.southsky.jfreesane.SaneDevice.open(SaneDevice.java:77) at com.xxx.service.image.manager.sane.jsane.JSaneDeviceImpl$2.doWithRetry(JSaneDeviceImpl.java:248) at com.xxx.service.image.manager.sane.jsane.JSaneDeviceImpl$2.doWithRetry(JSaneDeviceImpl.java:1) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at com.xxx.service.image.manager.sane.jsane.JSaneDeviceImpl.openDevice(JSaneDeviceImpl.java:243)