Skip to Main Content

Integration

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!

ERROR>WUL-928

549426Aug 3 2007 — edited Aug 13 2007
Hi Everyone,

OS-->WinXP Professional
Forms-->Forms 10g Release2
OAS-->Windows Server 2003 EE
Architecture-->3-Tier

When i run my application in 3-Tier architecture its working, but as calling to the .dll file using webutil_c_api, not loading the specified .dll file which is already downloaded.The problem is when i tested from my system its calling that file & could able to do the operation. When i tested from other system all .dll files are downloaded, but could not able to load the .dll file after running the application.
As i gone through the link below
271687
And when i ran my application i got below information after pressing
"SHOW CONSOLE"


Oracle JInitiator: Version 1.3.1.22
Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\anil_mk
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
2007-Aug-03 15:18:59.708 ERROR>WUL-928 [CApiFunctions.register_function()] Library file.dll not accessible, or does not contain function funname
2007-Aug-03 15:18:59.740 ERROR>WUL-928 [CApiFunctions.set_invokeoncespec()] Library file.dll not accessible, or does not contain function funname
2007-Aug-03 15:18:59.740 ERROR>WUL-910 [CApiFunctions.invokeCApi()] Invoking the function failed: java.lang.NullPointerException
2007-Aug-03 15:19:00.766 ERROR>WUL-904 [CApiFunctions.setHandle()] Supplied handle was not numeric


As compared to above with console in 271687

The webutil functions were displaying as shown below
(From 271687
2004-Oct-13 10:29:45.515 WUT[VBeanCommon.getIPAddress()] 10.131.145.228
But in my Console not displayed.
I Tested with another function also from application to open the file, CLIENT_GET_FILE_NAME which is opening the file from other system also from which i ran the application.Atlast it should have displayed in (show console) console as above e.g.2004-Oct-13 10:29:45.515
WUT[CLIENT_GET_FILE_NAME()] C:\Test.txt
Why is it So?
And also its giving the error ORA-12571, to resolve this error, after going through forum in some thread the solution was to change SQLNET.AUTHENTICATION_SERVICES= (NTS) to SQLNET.AUTHENTICATION_SERVICES= (NONE)in SQLNET.ORA, I changed in Application Server & Tested, got the same error.
Please if anyone know, give me your suggestions.

Thanks & Regards,

AnilMK
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2007
Added on Aug 3 2007
1 comment
2,384 views