• 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

Configuration problems "Eclipse with weblogic"

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When trying to configure Eclipse 3.0 wirh weblogic 8.1 it gives the following message and then Error at the bottom.

It initially starts up and then it gives an error stating
I have checked the config.xml in the "bea/weblogic" drive, i have also checked the server configuration setting in eclipse->windows->preferances.

Please help

***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean examples:Name=examples,Type=SecurityConfiguration. The value {3DES}nngQ1b+LS2glgQuX1S81qqQwqETGUgxsFEiboV7FvPFELKlAv0M9xPC3eibjpRgIRf5HIskPJOVshQ+5ec0h5pTPjkgW6ncI for attribute Credential could not be read successfully.'
Reason: weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean examples:Name=examples,Type=SecurityConfiguration. The value {3DES}nngQ1b+LS2glgQuX1S81qqQwqETGUgxsFEiboV7FvPFELKlAv0M9xPC3eibjpRgIRf5HIskPJOVshQ+5ec0h5pTPjkgW6ncI for attribute Credential could not be read successfully.
***************************************************************************
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vivek,
If you are successful in configuring Eclipse & Weblogic, can you please let me know. I am trying to do the same. Please let me know if there is a document with series of steps in configuration.

thanks
krishna
SCJP1.4
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am also trying to configure eclipse with weblogic 8.1
but after i am not getting weblogic option in costomize perspective
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vivek,

Pl let us know how to configure weblogic for eclipse. We are struggling for this.

regards
Sreenivas
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for configuring the weblogic8.1 in eclipse3.1, i am giving the following information::

Bea Home Directory - c:\bea
Weblogic installation Directory - c:\bea\weblogic81
Admin Username - weblogic
Admin Password - weblogic
Execution domain root - C:\bea\user_projects\domains
Execution domain name - domain
Execution Server name - localhost
Hostname ortNumber - localhost:7001

when I am starting the weblogic through the eclipse, upto <management> it is giving coming, afterwards, i am getting the following error:

<Apr 1, 2008 9:19:12 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 <br /> WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
***************************************************************************
The WebLogic Server did not start up properly.
java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUID = 7043855487133450673, local class serialVersionUID = 8644704819898565848
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic