Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

webutil jacob-1.14.3-x86.dll 404 error

jhughesApr 3 2013 — edited Aug 28 2013
I've been following the instructions in document 1093985.1 How to Configure Webutil in Forms 11g. We have Forms 11gR2 installed. I've downloaded jacob 1.14.3, signed the jacob jar and copied the jacob dlls to $ORACLE_HOME/forms/webutil/win32 (jacob-1.14.3-x86.dll) and ORACLE_HOME/forms/webutil/win64 (jacob-1.14.3-x64.dll).

While running the webutil_demo form, we receive wuc-24: Error reading url: http://<servername:port>/forms/webutil/win32/jacob-1.14.3-x86.dll.
The java console shows: 2013-Apr-03 13:38:15.461 ERROR>WUC-24 [URLDownload.pullFile()] Error reading URL http://ovmasd1-fds.ahe.doe.gov:37888/forms/webutil/win32/jacob-1.14.3-x86.dll

When I try to retrieve the dll via the url: http://ovmasd1-fds.ahe.doe.gov:37888/forms/webutil/win32/jacob-1.14.3-x86.dll I recieve a 404.

The access log shows the following: 172.16.3.136 - - [03/Apr/2013:13:39:19 -0400] "GET /forms/webutil/win32/jacob-1.14.3-x86.dll HTTP/1.1" 404 1214

Interestingly enough, all other files in $ORACLE_HOME/forms/webutil/win32/ are accessible via a browser - I've even renamed the jacob-1.14.3-x86.dll, and the webserver finds it with no problem.

I obviously have something misconfigured, but I'm stuck - any ideas would be welcome.

Thank you.

Justin

Comments

Ralph Ashley

Hmmmm,
I pulled base.vessel_registration from the database while I pulled params.vessel table from the model browser.
I still can't get my head around the difference since I just pulled all tables from the DB to a new rel.model.
Seriously, considering moving back to designer, now... :(

Answer

I'll recommend to use DM import functionality or even to switch to standalone version of DM. The picture shows that you are mixing tables from different models or model and directly from database. Your life will be simpler with standalone DM.
Philip

Marked as Answer by Ralph Ashley · Apr 19 2021
Ralph Ashley

Just in case someone else reads this I just want to be clear in that the problem was my importing the tables from different sources, one was directly from the DB while the other was from the list of relational tables.
Solution:
Get the tables from the same source.
I will be installing the stand alone version of DM.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 25 2013
Added on Apr 3 2013
9 comments
4,279 views