WebUtil [message #482072] |
Tue, 09 November 2010 06:09 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi
Configured webutil successfully as follow
transfer.database.enabled=true
transfer.appsrv.enabled=true
transfer.appsrv.workAreaRoot=
transfer.appsrv.accessControl=TRUE
#List transfer.appsrv.read.<n> directories
transfer.appsrv.read.1=c:\temp
#List transfer.appsrv.write.<n> directories
transfer.appsrv.write.1=c:\temp
But I am getting error
2010-Nov-09 10:37:25.562 ERROR>WUT-121 [WEBUTIL_FILE_TRANSFER.UploadInt] The file transfer has been forbidden by the Administrator
what other parameter I need to setup right? or is this error is related to other webuti.conf??
|
|
|
Re: WebUtil [message #482125 is a reply to message #482072] |
Tue, 09 November 2010 21:16 |
|
Can you post your code?
If you signed your webutil then you must be able to upload.
Also, try to change the true into caps. I'm not sure if this will help.
|
|
|
Re: WebUtil [message #482573 is a reply to message #482125] |
Fri, 12 November 2010 13:48 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
Dear Mr, I apreciate a lot your interest about my problem.
Does the signed jar file cause this problem?? When i tried to sign the jar file i execute the following steps
a) I edit the sign_webutil.bat file, add the following row:
REM Local variables
SETLOCAL
PATH = D:\Dev9i\jdk1.5.0_06\bin
b) run the command batch as follow:
D:\Dev9i\forms90\webutil>sign_webutil.bat D:\Dev9i\forms90\java\frmwebutil.jar
the result that i have got:
Generating a self signing certificate for key=webutil2...
keytool error: java.lang.Exception: Key pair not generated, alias <webutil2> already exists.
There were warnings or errors while generating a self signing certificate. Please review them.
Backing up D:\Dev9i\forms90\java\frmwebutil.jar as D:\Dev9i\forms90\java\frmwebutil.jar.old... 1 file(s) copied.
Signing D:\Dev9i\forms90\java\frmwebutil.jar using key=webutil2......successfully done.
-- the same command is applied to jacob.jar.
is this result means the signed jar file (frmwebutil.jar, jacob.jar) are true??
anything wrong? anything is missing in my work??
thank you.
|
|
|
|
Re: WebUtil [message #482586 is a reply to message #482577] |
Fri, 12 November 2010 23:49 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
i verify my jar files and the result is
D:\
cd Dev9i\jdk1.5.0_06\bin\
jarsigner -verify D:\Dev9i\forms90\java\jacob.jar
Response: jar verified
D:\
cd Dev9i\jdk1.5.0_06\bin\
jarsigner -verify D:\Dev9i\forms90\java\Frmwebutil.jar
Response: jar verified
that mean my jar file are signed well.
but stilll my problem
ERROR>WUT-121 [WEBUTIL_FILE_TRANSFER.UploadInt] The file transfer has been forbidden by the Administrator
thank you.
|
|
|
Re: WebUtil [message #482631 is a reply to message #482072] |
Sun, 14 November 2010 14:21 |
Kaeluan
Messages: 179 Registered: May 2005 Location: Montreal, Quebec
|
Senior Member |
|
|
Hi,
I think your problem can be related to case sensitive values.
In your webutil.cfg file, you set the parameters:
transfer.database.enabled=true
transfer.appsrv.enabled=true
Try setting the value with TRUE in uppercase like
transfer.database.enabled=TRUE
transfer.appsrv.enabled=TRUE
Hope it help
|
|
|
Re: WebUtil [message #482632 is a reply to message #482631] |
Sun, 14 November 2010 14:25 |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
you are right i tried it and it works well and my problem is solved
thank you
|
|
|
|