Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nkmb
  • Order by date
  1. nkmb

    How to connect to database using session bean

    Hi, I wrote the code for connecting db through session bean. I am getting following error while doing ejbc. <error> java weblogic.ejbc db.jar ERROR: ejbc found errors while parsing the descriptor for db.jar: ERROR: Error from ejbc: Error parsing file 'META-INF/weblogic-ejb-jar.xml' at...
  2. nkmb

    How to connect to database using session bean

    Hi, I am learning J2ee.I want to know is there any way to connect to the database using session bean,if yes,could u please tell me the process. Thanks, nkmb
  3. nkmb

    problem while connecting mysql db from weblogic server

    Hi, Yes,it is connected.Even i did JDBC program,with that also working.but while doing with weblogic server i am getting this problem. Thanks, nkmb
  4. nkmb

    problem while connecting mysql db from weblogic server

    Hi, I am trying to configure a connection to mysql db from weblogic server.I'm getting following error. Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: java.net.SocketException: Permission denied: connect STACKTRACE...
  5. nkmb

    how to install jdbc drivers for MYSQL

    Hi, I want to interact with MYSQL db using java........for that i need jdbc drivers.somebody please send me the links and installation steps. please send me the links as soon as possible. Thanks, nkmb.
  6. nkmb

    need MYSQL software for windows

    Hi, could anyone please send me the mysql download links for windows xp.
  7. nkmb

    where should i find sid

    Hi, I am trying to connect to oracle DB from PHP.for that i need SID.where should i find SID. somebody please reply me. thanks, nkmb
  8. nkmb

    problem with statefull session bean

    Hi, Yes i did.Eventhough i'm getting the error. <code> package sessionbean; import javax.ejb.*; import javax.naming.*; import java.util.*; import javax.rmi.*; public class CountClient { public static final int noOfClients = 30; public static void main(String[] args) {...
  9. nkmb

    problem with statefull session bean

    Hi, I am doing statefull sessionbean program.i have deployed the bean on server,by testing it i'm getting msg that the EJB Count has been tested successfully with a JNDI name of CountHome. But i'm trying to compile the client.......i'm getting following error...
  10. nkmb

    problem while running client

    Hi, yes,That was my problem........it has been solved. thanks for your reply. thanks, bhavani.
  11. nkmb

    problem while running client

    Hi, I am getting problem with Client.My client.java is compiling,by running the client,i am getting this error Exception in thread "main" java.lang.UnsupportedClassVersionError: javax/securit y/auth/callback/CallbackHandler (Unsupported major.minor version 48.0) at...
  12. nkmb

    problem with running ant

    Hi, My problem is fixed.After setting the path to weblogic ant. thanks, bhavani
  13. nkmb

    problem with ejbc

    Hi, Now i am getting problem with Client.My client.java is compiling,by running the client,i am getting this error Exception in thread "main" java.lang.UnsupportedClassVersionError: javax/securit y/auth/callback/CallbackHandler (Unsupported major.minor version 48.0) at...
  14. nkmb

    problem with ejbc

    Hi, Even after changing my classpath to bea tools.jar and rt.jar,still i am getting the same error. Exception in thread "main" java.lang.SecurityException: Prohibited package name: java.util.logging at java.lang.ClassLoader.defineClass(Unknown Source) at...
  15. nkmb

    problem with ejbc

    Hi, No,i don't have any package java.util.logging <code> <highlight>Hello.java</highlight> package examples; public interface Hello extends javax.ejb.EJBObject { public String hello() throws java.rmi.RemoteException; } <highlight>HelloHome.java</highlight> package examples; public...
  16. nkmb

    problem with ejbc

    Hi, I am developing simple hello world ejb applition using statelesssession bean.I wrote all the code for it,and compiled it and packed in a jar file. for deployment i am weblogic.ejbc.......it is generating the following error <error> ava weblogic.ejbc test.jar Exception in thread...
  17. nkmb

    problem with running ant

    Hi, I had already set the PATH to bin,and i went to the location of my build.xml.And typed ant but still i am getting the same error. thanks, nkmb
  18. nkmb

    problem with running ant

    Hi Tim, I am using the following command for running build.xml asant all Could u please reply me as soon as possible. thanks, nkmb.
  19. nkmb

    problem with running ant

    Hi all, While i am running build.xml.I am getting the following error java.lang.InstantiationException: org.apache.tools.ant.Main at java.lang.Class.newInstance0(Class.java:293) at java.lang.Class.newInstance(Class.java:261) at...
  20. nkmb

    unable to connet to oracle db from php

    Hi All, I am trying to connect to oracle db from PHP.But it's not connecting.i did't put any host String while installing Oracle9i. my code: <code> <?php if ($c=OCILogon("scott", "tiger", "")) { echo "Successfully connected to Oracle.\n"; OCILogoff($c); } else { $err =...

Part and Inventory Search

Back
Top