Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Can't find class weblogic/ejbc

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have seen this message below posted be Aaron and Erin and i think i have the same problem too!!!
Client and EJB in VisualCafe4.0 works fine except when i try to Deliver Enterprise Bean to EJB Server, getting a message in VisualCafe
Can't find class weblogic/ejbc
.Jar Processing Failed
and of in Weblogiclogic server5.1 as
0 EJB jar files loaded, containing 0 EJBs
0 deployed, 0 failed to deploy
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Aaron i too have the same message in VisualCafe but i didn't get it over.
Look forward if anybody can help with it.

Eagerly awaiting.
Thanks,
Ravi .
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey dudes i have the same problem too!!!
And everbody in this forum are trying to ignore this.
Atleast there must be some guy in this forum who can get it over.
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd love to be able to help you guys, but I have been developing and running Weblogic EJBs from Visual Age and the command line. Although sometime soon my company will be switching to WebGain Studio (and I have evaluated it with the trial version - now expired)
I guarantee that is a variation on a classpath problem.

And everbody in this forum are trying to ignore this.


No, Erin, I don't think people are ignoring this, but I expect that you are the first people in the forum to find this problem. Many people in this forum have downloaded the trial WLS from BEA directly and use it without the WebGain integration, or have it at work as a standalone product. Webgain studio is an impressive package, but the bundle is still relatively new. I hope it does well. However, my trial version has expired, so it's difficult for me to look at the problem in more detail...
Another suggestion is to try posting to the IDE forum - there may well be WebGain users there that may be in a position to help you.
 
Erin Baron
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
George,
I really appreciate your prompt respone.
I have downloaded VisualCafe EnterpriseEdition4.0(Trial) from webgain's WebGain Studio(trial) for 60days.
Many people in this forum have downloaded the trial WLS from BEA directly and use it without the WebGain integration, or have it at work as a standalone product.
I have downloaded WebLogic 5.1.0 from BEA.
I have been running this problem for few weeks.
Nobody in my work here know's any thing about weblogic.
So iam desperate to solve this error, but ultimately iam not able to make it.
and i really appreciate your efforts too!!!
 
Erin Baron
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey George, Aaron, Ravi i got it.
As i have to set WebLogicServer5.1 Home Directory and WLS 5.1 Home Director on Remote Host and Administrator Password in Manage Deployment Target.
check all the entries both under project -> options ->UML/EJB - manage
deployment target and Tools-> Environment options ->UML/EJB - > manage
deployment target
WLS home directory and weblogic home directory on remote host: This should be
according to the directory structure of the machine on which your weblogic
server is residing
Administrator password should be same as weblogic password.

But one more thing is iam not look at the output in AppConsole getting error as
WebGain Java! JustInTime Compiler Version 4.00.002(x) for JDK 1.2
Copyright (C) 2000 WebGain, Inc.
[Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]javax
.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFacto
ry
at javax.naming.spi.NamingManager.getDefaultInitialContextFactory(NamingManager.java:720
)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:768)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:169)
at javax.naming.InitialContext.<init>(InitialContext.java:146)
at Base1Client.getInitialContext(Base1Client.java:56)
at Base1Client.main(Base1Client.java, Compiled Code)
press any key to exit...
If you do not want this console to remain after the VM exits,
clear the "Keep Executed App Console" setting in your Visual Cafe
environment options
Any help guys!!!
Thanks for your help George .
 
Ravi Tamo
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hooooo!!!It worked
Thank you very very very much!!!
Regarding your second problem

--------------------------------------------------


But one more thing is iam not look at the output in AppConsole getting error as
WebGain Java! JustInTime Compiler Version 4.00.002(x) for JDK 1.2
Copyright (C) 2000 WebGain, Inc.
[Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]javax
.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFacto
ry
at javax.naming.spi.NamingManager.getDefaultInitialContextFactory(NamingManager.java:720
)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:768)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:169)
at javax.naming.InitialContext.<init>(InitialContext.java:146)
at Base1Client.getInitialContext(Base1Client.java:56)
at Base1Client.main(Base1Client.java, Compiled Code)
press any key to exit...
If you do not want this console to remain after the VM exits,
clear the "Keep Executed App Console" setting in your Visual Cafe
environment options

I cannot help you, some other guys in this form might help you with it.
Thanks ,
Ravi.
 
Erin Baron
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Woo!!
Now my EJB's are working fine without any errors.
 
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
Congrats
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic