• 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

How to star weblogic builder in Weblogic 10?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently i installed Weblogic Server 10,(RED HAT Linux version on UBUNTU, I am not sure if they are compatible) but i am not able to find startWLBuilder.sh file to start the builder to create the deployment descriptors. Can anybody help me, how to create the deployment descriptor other than write it manually.

I tried using weblogic.marathon.ddinit.EarInit but it gave me the following error


Loading content
Exception in thread "main" java.lang.RuntimeException: com.bea.xml.XmlRuntimeException: java.io.NotSerializableException: class javax.xml.namespace.QName is not Serializable, and thus cannot be deserialized.
at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingLoader(RuntimeTylar.java:101)
at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryImpl.java:66)
at com.bea.staxb.runtime.internal.BindingContextFactoryImpl.createBindingContext(BindingContextFactoryImpl.java:52)
at weblogic.descriptor.internal.MarshallerFactory.<init>(MarshallerFactory.java:48)
at weblogic.descriptor.BasicDescriptorManager.getMarshallerFactory(BasicDescriptorManager.java:131)
at weblogic.descriptor.BasicDescriptorManager.writeDescriptorBeanAsXML(BasicDescriptorManager.java:478)
at weblogic.descriptor.BasicDescriptorManager.writeDescriptorAsXML(BasicDescriptorManager.java:383)
at weblogic.descriptor.BasicDescriptorManager.writeDescriptorAsXML(BasicDescriptorManager.java:394)
at weblogic.descriptor.internal.DescriptorImpl.toXML(DescriptorImpl.java:365)
at weblogic.marathon.ddinit.EarInit.doCmdLineEarInit(EarInit.java:473)
at weblogic.marathon.ddinit.EarInit.main(EarInit.java:384)
Caused by: com.bea.xml.XmlRuntimeException: java.io.NotSerializableException: class javax.xml.namespace.QName is not Serializable, and thus cannot be deserialized.
at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingFiles(RuntimeTylar.java:182)
at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingLoader(RuntimeTylar.java:94)
...10 more
Caused by: java.io.NotSerializableException: class javax.xml.namespace.QName is not Serializable, and thus cannot be deserialized.
at java.io.ObjectInputStream.readObject(libgcj.so.70)
at java.util.HashMap.readObject(libgcj.so.70)
at java.lang.reflect.Method.invoke(libgcj.so.70)
at java.io.ObjectInputStream.callReadMethod(libgcj.so.70)
at java.io.ObjectInputStream.readObject(libgcj.so.70)
at java.io.ObjectInputStream.readFields(libgcj.so.70)
at java.io.ObjectInputStream.readObject(libgcj.so.70)
at java.util.HashMap.readObject(libgcj.so.70)
at java.lang.reflect.Method.invoke(libgcj.so.70)
at java.io.ObjectInputStream.callReadMethod(libgcj.so.70)
at java.io.ObjectInputStream.readObject(libgcj.so.70)
at java.io.ObjectInputStream.readFields(libgcj.so.70)
at java.io.ObjectInputStream.readObject(libgcj.so.70)
at com.bea.staxb.buildtime.internal.bts.BindingFile.forSer(BindingFile.java:77)
at com.bea.staxb.buildtime.internal.tylar.RuntimeTylar.getBindingFiles(RuntimeTylar.java:163)
...11 more
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is the version of java you are using?
 
Deepa Priyesh
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using java 1.5
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic