| Paul Ilechko 2006-04-28, 7:16 pm |
| tpdavis@us.ibm.com wrote:
> Installing on 2003 server. Running Websphere 6.0.2. Getting this message when running this command.
> C:\Program Files\IBM\WebSphere\AppServer\java\jre\b
in>java com.tivoli.pd.jcfg.SvrSslCfg -action config -admin_id sec_mas
> ter -admin_pwd xxxxxxxx -appsvr_id xxxxxxxx -appsvr_pwd xxxxxxxx -port 9060 -mode local -host xxxxxx -policysvr xxxxxxx:7
> 135:1 -authzsvr xxxxxx:7136:1 -cfg_file C:\Program~1\IBM\WebSphere\AppServer\jav
a\jre\PdPerm.properties -key_file C:\Pro
> gram~1\IBM\WebSphere\AppServer\java\jre\
lib\security\PdPerm.ks -cfg_action create
> Exception in thread "main"
> [
> HPDJA0803E Database URL does not specify a directory.
> ]
> at com.tivoli.pd.jutil.br.a(br.java:30)
> at com.tivoli.pd.jutil.br.a(br.java:19)
> at com.tivoli.pd.jadmin.PDAppSvrConfig.configureAppSvr(PDAppSvrConfig.java:876)
> at com.tivoli.pd.jcfg.SvrSslCfg.config(SvrSslCfg.java:479)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
> at java.lang.reflect.Method.invoke(Method.java:391)
> at com.tivoli.pd.jcfg.SvrSslCfg.invoke(SvrSslCfg.java:362)
> at com.tivoli.pd.jcfg.SvrSslCfg.main(SvrSslCfg.java:349)
>
> Anyone have any ideas?
I think maybe Program~1 should be Progra~1 in your file names
|