gomart

Greenhorn
+ Follow
since Sep 04, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gomart

Hi,
I am getting the following exception while trying to run the EJBDeployer Tool in Solaris.
java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(Compiled Code)
at weblogic.ejb.ui.deployer.DeployerFrame.createMenuBar
(Compiled Code)
at weblogic.ejb.ui.deployer.DeployerFrame.<init>(Compiled Code)
at weblogic.ejb.ui.deployer.DeployerTool$1.run(Compiled Code)
Can you tell me what the problem is or how can I proceed further:
Thanks in advance,
Balu.
EJB
Hello all,
I have deployed stateless session bean successfully in Sun Solaris. I am getting the following problem while running the client.
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.<init>(Throwable.java:94)
at java.lang.Exception.<init>(Exception.java:42)
at javax.naming.NamingException.<init>(NamingException.java:104)
at javax.naming.NoInitialContextException.<init>(NoInitialContextException.java:58)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:649)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:279)
at javax.naming.InitialContext.lookup(InitialContext.java:349)
at BaluHello.HelloClient.main(HelloClient.java:19)
Please help me.
Thanks in Advance,
Balu.
Hi,
Can you give me the details to install odbc or jdbc drivers in Sun solaris system.
Thank you.