• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Can't find class weblogic/ejbc

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys,
I have downloaded VisualCafe EnterpriseEdition4.0(Trial) from webgain's WebGain Studio(trial) for 60days.
I have downloaded WebLogic5.1.0 from BEA .
My problem is when i try to Deliver Enterprise Bean to EJBServer
at the bottom in VisualCafe getting a message as
Can't find class weblogic/ejbc
.jar processing failed.
Iam not able to get past this problem for a few weeks..
Need your help desperately.

 
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 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!!!

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic