• 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

j_security_check error after migrating weblogic from 8.1.4 to 10.3.2

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

I migrate my existing application from Weblogic 8.1.4 to 10.3.2.
After migration, I deploy my ear into Weblogic 10.3.2 console.

But once I login into my application, application is failed to login.
We are using form based authentication.

It was working in 8.1.4. But after migrating it on 10.3.2 its giving error for j_security_check

Is there any change required in weblogic.xml for 10.3.2. OR am i missing some important steps?

Thanks
Niraj
 
Ranch Hand
Posts: 57
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you post the error?

Does your server have any authentication provider configured?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got the same issue with j_security_check after migrating the weblogic server from 9.2.2 to 10.3 version

I'm not able to login into the applicatoin and its giving the following error:

INFO /user-echan@im.com Invalidating session for user: <echan@im.com>

Thanks,
Sandeep
 
Ranch Hand
Posts: 98
Oracle Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sandeep,

Are you using any custom login module?

Did you upgrade your application server?

If you have upgraded your WLS you need to upgrade your security provider as well.

Refer the below link.

http://docs.oracle.com/cd/E13179_01/common/docs92/upgrade/upgrade_sp.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic