• 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

weblogic

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

H:\JAVA\Weblogic>java -ms16m -mx32m -noasyncgc -verbosegc weblogic.T3Server
Warning: -noasyncgc option is no longer supported.
<GC: need to expand mark bits to cover 262144 bytes>
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/T3Server

I am getting this error when running startT3 in weblogic directory to Install it.I had got it from servlet book cd.
How do I install it.As such there is no directory with name weblogic or T3Server in it.
Will I have to download new weblogic server?
Is J2EE is essential for compiling EJB basic program.
How could one write a simple Ejb program and what it need to run?
Need some direction.
jaideep
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A bit of recent history for you:
WebLogic Server used to be called 'Tengah', it was a pure java webserver that was bought by BEA. When Tengah reached version 4 (which was in January '99 I believe) it was rebadged by BEA as WebLogic Server.
Since it became WLS, many of the 'T3' references have been changed or removed, but you can still find some if you look hard enough.
I think you probably have an older book, published when WLS was still Tengah. I'd recommend getting a more recent version, I'm not sure whether Tengah is supported by BEA any more.
I hope that helps.
 
George Brown
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By the way, jaideep, would you take a look at http://www.javaranch.com/ubb/Forum10/HTML/000180.html
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic