• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

migrating application from weblogic5.1 to weblogic8.1

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I've downloaded the banking application tutorial from the bea site. I am trying to migrate it from weblogic5.1 to weblogic8.1. When i use the administrative console of WLS8.1 to convert weblogic.properties file, i get the following exception:
Error converting server data: javax.management.InvalidAttributeValueException: [Management:141188]An attempt was made to set the attribute Machine on the mbean examples:Name=examplesServer,Type=Server to the unresolved object name examples:Name=examplesServer,Type=UnixMachine.
Can somebody tell me what is the problem?
Thanx,
Suhaasi
 
Greenhorn
Posts: 26
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not very sure if I got your problem but from what I can guess. looks like you have created a server named unix server and trying to deploy ur application, try starting the unix server first and then deploy, another point to note is that theres no need to create a new server in weblogic unless u are making a cluster.
 
Suhaasi Karnik
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
Thanx for ur reply.
However, I have reinstalled the server and it still gives me an exception, this time its:
Error converting server data: weblogic.management.configuration.ConfigurationException: Error while converting EJB property : weblogic.ejb.deploy = d:/weblogic/migrationserver/app_banking.jar - with nested exception:
[javax.management.InvalidAttributeValueException: [Management:141188]An attempt was made to set the attribute Application on the mbean mydomain:Application=app_banking,Name=app_banking,Type=EJBComponent to the unresolved object name mydomain:Name=app_banking,Type=Application.]

Thanx,
Suhaasi
[ October 05, 2004: Message edited by: suhaasi karnik ]
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Suhaasi,

Please give me some hints/suggestions for migration from Weblogic 5.1 to 8.1.
[email protected].

I am also facing same problems when trying to convert weblogic.properties file to convert into config.xml.

Error :: Error converting server data: weblogic.management.configuration.ConfigurationException: Error while converting EJB property : weblogic.ejb.deploy = /home/sgsprod/weblogic/production/ejbclasses/AccountEntityBeanDD.ser, - with nested exception:
[javax.management.InvalidAttributeValueException: [Management:141188]An attempt was made to set the attribute Application on the mbean MyDomain:Application=AccountEntityBeanDD,Name=AccountEntityBeanDD,Type=EJBComponent to the unresolved object name MyDomain:Name=AccountEntityBeanDD,Type=Application.]

Please help me out.

We also migrating EJB1.0 to 2.0. Please share your experience with us.

Thanks in advance.

Raj
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic