• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic 9.2+dll

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an Enterprise application running fine on weblogic6.1, now I am trying to deploy it in weblogic 9.2.

This application uses third party dll(like one used to make login validation). I have placed dll files under �E:\bea\weblogic92\server\bin�.

When I start weblogic server and go to my application after logging to my application I am getting following error
------------------------------------------------------------------------------------------------------------

Procedure query1 {call prLoginStatusCheck('J500102')}
<Oct 6, 2006 3:58:56 PM GMT+05:30> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@11d00cf - appName: 'mvrappnew', name: 'mvrappnew', context-path: '/mvrappnew'] Root cause of
ServletException.
java.lang.NoSuchMethodError: setShared
at com.adr.WebBlackBox.setCommDllPath(Native Method)
at com.adr.DllValidation.validateUser(Unknown Source)
at com.webmvr.mods.login.web.cLoginWebController.validate(Unknown Source)
at com.webmvr.mods.login.web.cLoginWebController.validateUser(Unknown Source)
at com.webmvr.control.web.cRequestProcessor.processRequest(Unknown Source)
Truncated. see log file for complete stacktrace


Please anybody help me in fixing this problem.

After this error the application goes to error page.

Regards,
kamath.
 
sudhir kamath
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

please help me!!, i am not able to find any solution till now.

regards,
kamath
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Few things I can suggest.

1. Verify if you have registered the dll properly using regsvr32.exe
2. Check if the path 'E:\bea\weblogic92\server\bin' appears in the path string on your weblogic server server console. you can search for 'PATH = '
3. If it doesn't appear there, modify your setDomainEnv.bat to accomodate this path.
 
I don't always make ads but when I do they're tiny
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic