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 dencom 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
  • Content: Threads
  • Order by date
  1. 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
  2. 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...
  3. 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.
  4. nkmb

    need MYSQL software for windows

    Hi, could anyone please send me the mysql download links for windows xp.
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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 =...
  11. nkmb

    where should i place log4j.properties file

    Hi, i am learning log4j.where should i place .properties file? it,s with java file or class file. thanks inadvance, nkmb
  12. nkmb

    error while executing ant

    Hi all, I am executing simple ant program.This is my code <project name="test" default="hello"> <target name="hello"> <echo message="Hello, World"/> </target> </project> i am getting this error java.lang.InstantiationException: org.apache.tools.ant.Main at...
  13. nkmb

    Can Ant echo the environment variables

    Hi, I am learning ant and am trying to write build.xml for echo environment variables.so that if i run my build file it should print all the environment variables in my system.can anybody help me. thanks inadvance, nkmb
  14. nkmb

    how to write web.xml deployment descripter

    Hi All, I am learning servlet programing.i am trying to do program which reqires three servlet classes and one html file.can anybody please help me writing web.xml.This is about my program. SearchEngines.java. Servlet that takes a search string, number of results per page, and a search...
  15. nkmb

    How to write web.xml deployment descripter

    Hi All, I am learning servlet programing.i am trying to do program which reqires three servlet classes and one html file.This is about my program. SearchEngines.java. Servlet that takes a search string, number of results per page, and a search engine name, sending the query to that...
  16. nkmb

    problem while invoking servlet using weblogic

    Hi All, I have used weblogic for deploying my web application.I am trying to print hello world using servlets. My program compiled successfully and i crested directory structure for weblogic and i put the class file in classes directory.I created .war file.I deployed the war...

Part and Inventory Search

Back
Top