• 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

ClassNotFoundException: com.sun.identity.agents.filter.AmAgentFilter

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


weblogic 10.3

I have a war file and I deployed it in weblogic, it threw some error. I wanted to delete it. I deleted by checking

the check box to the application and clicked delete button on the console. It disappeared from the pane. I do not

see any change center as mentinoed in the document to activate the changes. So I go ahead and shut down my server

and restarted. When I restart the server, i notice the same error is being thrown and seen on the console.


question : even if i deleted the war file and shut down server after deleting it. It loads the same war file while

starting the server.How does server find the path and war file to load it?

How do I remove it premanently?

I do not see change center on my console? Do I need that to make it removed?


What is the error mentioned below all about? how do I fix it?


Please note that this application(war) was deployed successfully in weblogic 8.3 previously and I am trying to

deploy it in weblogic 10.3 now. Its throwing this error always.


Change Center
View changes and restarts
Pending Changes
In the table for Pending Changes, i do not see my war file name in that table.It says there are no items to

display.Thats why i am not able to activate may changes. this weblogic 10.3






 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
delete cache and take restart of weblogic server...hope it will works
 
reply
    Bookmark Topic Watch Topic
  • New Topic