getting WUC-015 error -- urgent [message #86365] |
Fri, 24 September 2004 13:06 |
nidhi
Messages: 22 Registered: March 2002
|
Junior Member |
|
|
My WEBUTIL_HIDDEN_WINDOW does not contains a set of WebUtil Java Beans. like filefunctions, clientinfo.getclientinfo
oracle.forms.webutils.file.filefunctions
I don't know where I am wrong
|
|
|
Re: getting WUC-015 error -- urgent [message #86383 is a reply to message #86365] |
Mon, 27 September 2004 05:39 |
AB
Messages: 41 Registered: July 2002
|
Member |
|
|
You need to install WebUtil library. Also your config file FormsWeb.cfg should ready certain *.jar files. so you need to configure your FormsWeb.cfg file accordingly. An example of this is given below
---------------------------------------------------
[[webutil]]
PageTitle=Oracle9iAS Forms Services - WebUtil
webUtilArchive==/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
#WebUtilArchive=D:OraHome1/forms90/webutil/webutil.jar,D:OraHome1/forms90/webutil/jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
baseHTMLjinitiator=D:OraHome1forms90webutilserverwebutiljini.htm
archive_jini=f90all_jinit.jar
archive=f90all.jar
lookAndFeel=oracle
width=100%
height=100%
envFile=d:orahome1forms90webutilserverwebutil.env
---------------------------------------------------
Before this you need to install WebUtil. Read the documentation how to install the WebUtil.
Regards
AB
|
|
|
still problem [message #86387 is a reply to message #86383] |
Mon, 27 September 2004 07:00 |
nidhi
Messages: 22 Registered: March 2002
|
Junior Member |
|
|
Did all the steps butr still having the problem
What should we do with webutil object subclass or copy?
COuld you please also explain step 2.3 for installing for Configuring the database for webutil, could there be some problem because of that?
I installed again today
1)configured http server by entering virtual- directory path in orion-web.xml
2) In formsweb.cfg added webUtilArchive=f:ORACLEiSuitesdeveloperforms90webutillibwebutil.jar
3) in default.env
included directory for webutil.pll
FORMS90_PATH=F:ORACLEiSuitesdeveloperforms90;F:ORACLEiSuitesdeveloperforms90webutilforms
WEBUTIL_CONFIG=F:ORACLEiSuitesdeveloperforms90webutilSERVERWEBUTIL.CFG
CLASSPATH=F:ORACLEiSuitesdeveloperforms90webutillibwebutil.jar
4) I haven't modified webutil.cfg
|
|
|
Re: still problem [message #86389 is a reply to message #86387] |
Mon, 27 September 2004 07:44 |
AB
Messages: 41 Registered: July 2002
|
Member |
|
|
Nidhi,
Make sure your certificate is created and that you have porperly signed the Webutil.jar and Jacob.jar files first. Then check the following points.
you have to give jacob.jar in the WebUtilArchive. Also try giving the envFile in the FormsWeb.cfg under [[webutil]] (Refer to my prev reply)
let me know it worked or not.
Regards
AB
|
|
|
Re: still problem [message #86390 is a reply to message #86389] |
Mon, 27 September 2004 09:41 |
nidhi
Messages: 22 Registered: March 2002
|
Junior Member |
|
|
? Make sure your certificate is created and that you have porperly signed the Webutil.jar and Jacob.jar files first ?
I couldn't get this ?
I have specified jacob.jar in WebUtilArchive
|
|
|
Re: still problem [message #86397 is a reply to message #86390] |
Tue, 28 September 2004 00:56 |
AB
Messages: 41 Registered: July 2002
|
Member |
|
|
Ok, there you are struck. You need to first sign both the WebUtil.jar and Jacob.jar files. The complete steps and procedure to create the certificate and to sign is given in the WebUtil folder itself. There should be a file called ReadMe.html. This file explains it all.
Without signing/creating certificate you cannot work with WebUtil.
THis file is shipped with the WebUitl libraries and OLB. check it out.
Regards
AB
|
|
|
problem in signing [message #86414 is a reply to message #86397] |
Tue, 28 September 2004 09:23 |
nidhi
Messages: 22 Registered: March 2002
|
Junior Member |
|
|
Thanks AB,
I happened to skip that but I tried today
I have installed J2EE 1.4.2 SDK
Installed Jacob
but while signing and making certificate for Jar files it giving error like
1) makesert--- C:javaj2ee1.4binkeytool is not recognised as an internal or external command, operable program or batch file
Certificate completed
2) while signing
The system cannot find the file specified.
F:ORACLEiSuitesdeveloperforms90webutilutil>"c:javaj2ee1.4binjarsigner"
-keystore "c:Program FilesOracleJInitiator 1.3.1.9libsecuritykeystore" -s
torepass jinitiator -keypass webutil webutil
'"c:javaj2ee1.4binjarsigner"' is not recognized as an internal or external c
ommand,
operable program or batch file.
Signing complete...
I think something wrong with java???
|
|
|
Re: problem in signing [message #86417 is a reply to message #86414] |
Tue, 28 September 2004 21:40 |
AB
Messages: 41 Registered: July 2002
|
Member |
|
|
You need to change the signer.properties file which is present in the WebUtilUtil directory. In this file change the JDK_HOME and JINIT_HOME paths
Eg.,
JDK_HOME=D:OraHome1jdk
JINIT_HOME=c:Program FilesOracleJInitiator 1.3.1.9
Then your command is wrong its not "makesert". Its "makecert". After signing, check whether the certificate is created. (Go to Control Panel-> Dbl click on JInitiator icon. check in the Certificates tab).
Then follow the steps shown in my prev replies
Hope this works for you
Regards
AB
|
|
|
Re: still problem [message #86430 is a reply to message #86387] |
Wed, 29 September 2004 06:44 |
nidhi
Messages: 22 Registered: March 2002
|
Junior Member |
|
|
Thanks AB,
I had used makecert only my signer.properies is as follows
Properties file for signer.bat & makecert.bat
#Defines the overall settings for Signing PJC jars
#Lines prefixed with # are ignored
#Directory Settings - ** change these to suit your system **
#do not include trailing ""
#JDK_HOME=D:toolsjdk1.3.1
JDK_HOME=f:oracleisuitesdeveloperjdk
JINIT_HOME=c:Program FilesOracleJInitiator 1.3.1.9
#Certificate settings:
# These are used to generate the initial signing certificate
# Change them to suite your organisation
DN_CN=Product Management
DN_OU=Development Tools
DN_O=Oracle
DN_C=Canada
JAR_KEY=webutil1
JAR_KEY_PASSWORD=webutil1
Actually its was signed with jar_key and jar_key_password as webutil but when I run it agin it gives error as alias <webutil> already exists so I
changed it to webutil1.
did makecert and then sign both the jacob.jar and webutil.jar without any error,
but when I check through control panel for the certificates for JInintiator, it shows nothing. And
I still have the same problem for beans.
It shows webutil_file_functions, webutil_host_functions etc in
Data Blocks
--- WEBUTIL
--- Items
---- WEBUTIL_CLIENTINFO_FUNCTIONS
---- WEBUTIL_FILE_FUNCTIONS
---- WEBUTIL_HOST_FUNCTIONS
etc..
I checked my formsweb.cfg
default.env, webutil.env, orion-web.xml.
I just can't understand where is the problem.
Regards
Nidhi
|
|
|