vaibhav waghmare

Greenhorn
+ Follow
since May 16, 2001
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 vaibhav waghmare

Hi guys,
I'm at beginner level to JavaMail. I tried sending and retreiving mails containing text body. But when i tried sending a mail programatically, using JavaMail (to say my Yahoo ID) i get the attachment inline with the message body. Moreover the attachments like image, zip, etc. appear as junk characters in the message body! is it possible to send a retrieve attachments using JavaMail the normal way (as we do in Yahoo,etc.) without using MailClient written by me??? In short i want to send a mail to any Yahoo,etc. acct. with say image attachments.
Hope u huys have understood my problem !
thanking in advance !!!

------------------
love n regards,
-VaibhaV.
22 years ago
Hi there,
I'm having win2k and linux7.0 running very finely without any probs. while you install Linux, let it update the mbr. If the installation gives you the option to set the default OS, it's fine. otherwise if u r able to start Linux, just edit the lilo.conf to set the default OS and other boot properties, such as lilo labels and timeout. Make the edited lilo configuration active by giving the command lilo. and that's all.
All the OSs work fine !
Begining Linux

Originally posted by Jeff Tveita:
I currently have win98 and redhat 7.0 on my machine at home and have found that lilo doesn't play nice with windows very often. I would reccomend using a boot disk and not having lilo overwrite your mbr. This way it will default to windows and when you want to use linux just pop the floppy in and reboot.
Good Luck!



------------------
love n regards,
-VaibhaV.
22 years ago
Hi there,
Frank thx for showing interest in my very basic level problem. although i'm solved the problem, a new one is up. actually i have windows2000 on my m/c working fine. i installed linux 7, but at the time of installation it didn't asked me to set the default operating system. neither i bothered to create the boot diskate. but then at the lilo problem i can see only linux and no dos/windows. in short i can load linux but not win2k. so i deleted the mbr using fdisk, and now i can start only win2k. thereis no option left so that i can log in to linux. i tried creating boot disk using boot.img but then it starts linux installation.
plz do the needful.
waiting 4 ur help
------------------
love n regards,
-VaibhaV.
22 years ago
hi nadar,
first off all thx for your reply. but I would like to know more about the same. What i want to know know is that what makes the jar files different for different servers ? is it because they follow different EJB specifications like 1.0 or 1.1 OR is there some other reason behind this ?
thx in advance , but plz reply me.

Originally posted by Kumarasun Nadar:
No they are not compatible because each vendor such as IBM, WebLogic implement their EJB server in their own way, hence the stub and skeleton generated on one server will be different from other.

[This message has been edited by Kumarasun Nadar (edited May 21, 2001).]



------------------
love n regards,
-VaibhaV.
22 years ago
are stubs and skels generated for one server compatible to other servers?. Or universaly same for all of them.
------------------
love n regards,
-VaibhaV.
22 years ago
HI there,
can anybody give me the url or mail me some pdf/html doc for step by step approach towards deploying EJB to WAS after it is tested with VAJ WTE ?
waiting anxiously ,

------------------
love n regards,
-VaibhaV.
22 years ago
HI FRANK,
thanx for the practical and precise answer. i'd happy if somebody like YOU can reply to one of my pending post. no body has replied it yet
hope i'll get the help !!!
------------------
love n regards,
-VaibhaV.
22 years ago
hi,
i'm a new user to linux. so tell me whats the harm in killing a process using the command :
kill and option like -9 followed by the PID ???
ne sugestions ???


------------------
love n regards,
-VaibhaV.
22 years ago
Hi,
I've installed Red Hat Linux but i'm getting fonts and the disaply too big. I tried with XF86Setup and xconfigurator. In the resolution and mode selection i chose all higher resolutions and 8bpp mode. but in vain !!!
can nebody give me a quick solution to it ? in fact previously i installed Linux on some other m/c. And similar problem there i solved by replacing XF86Config file.
i know this is not the proper way to go 4. but i want to get work done sooon.
thx in advance !
------------------
love n regards,
-VaibhaV.
22 years ago
hi,
i've modified my profile.
the progress is now i'm not getting the NoClassDefFoundError but now i'm getting the same problem as daman has encountere. i.e. CommunicationException ???
ne solutions ?

------------------
love n regards,
-VaibhaV.
22 years ago
hi there,
Even i've the same setup and i'm also getting the exception after getting InitialContext....
if possible tell me why is this ujc.jar should b there in classpath ?
plz reply soon,

------------------
love n regards,
-VaibhaV.
22 years ago
hi rahul,
thx for the enthu you shown towards me! Somehow i've got the ujc.jar file and even i added it to my Classpath. But my problem isn't solved yet ! still my test client gives the same error! do you think there is something wrong in my development steps?
thx for the reply.
well my mail id is : vaibhavw@yahoo.com
22 years ago
Hi daman,
unfortunately i haven't installed WAS on my m/c. and because of the same i was unable to locate the file ujc.jar. Can you tell me from where else i can get this file ?
thx in advance,
-VaibhaV.
22 years ago
hi daman,
I'v tried another client program using AccessBean, but this time it gives some other error.
My Client code is :
-------------------
try
{
System.out.println("Begin Test");
VtableAccessBean a = new VtableAccessBean();
System.out.println("AccessBean Instance Created ...");
a.setInitKey_id(new BigDecimal("1"));
System.out.println("Init Key set to 1 ...");
System.out.println("Name of Employee #1 : " + a.getName());
System.out.println("Department of Employee #1 : " + a.getDepartment());
}
catch (Exception e)
{
e.printStackTrace();
}
The exception Stack trace is :
------------------------------
Debugger Stack Trace Report:
Thread[main,5,main] (Alive)
Uncaught exception (java.lang.NoClassDefFoundError: com.ibm.ejs.ras.Tr)
Class.forName0(String, boolean, ClassLoader)
arg_1=(java.lang.String) com.ibm.ejs.ns.jndi.CNInitialContextFactory
arg_2=(boolean) true
arg_3=(java.lang.ClassLoader) sun.misc.Launcher$AppClassLoader@36e2
Class.forName(String, boolean, ClassLoader)
name=(java.lang.String) com.ibm.ejs.ns.jndi.CNInitialContextFactory
initialize=(boolean) true
loader=(java.lang.ClassLoader) sun.misc.Launcher$AppClassLoader@36e2
VersionHelper12.loadClass(String)
this=(com.sun.naming.internal.VersionHelper12) com.sun.naming.internal.VersionHelper12@5ebb
arg_1=(java.lang.String) com.ibm.ejs.ns.jndi.CNInitialContextFactory
NamingManager.getInitialContext(Hashtable)
arg_1=(java.util.Hashtable) {java.naming.provider.url=iiop:///, java.naming.factory.initial=com.ibm.ejs.ns.jndi.CNInitialContextFactory}
InitialContext.getDefaultInitCtx()
this=(javax.naming.InitialContext) javax.naming.InitialContext@689c
InitialContext.init(Hashtable)
this=(javax.naming.InitialContext) javax.naming.InitialContext@689c
arg_1=(java.util.Hashtable) {java.naming.provider.url=iiop:///, java.naming.factory.initial=com.ibm.ejs.ns.jndi.CNInitialContextFactory}
InitialContext(Hashtable)
this=(javax.naming.InitialContext) javax.naming.InitialContext@689c
arg_1=(java.util.Hashtable) {java.naming.provider.url=iiop:///, java.naming.factory.initial=com.ibm.ejs.ns.jndi.CNInitialContextFactory}
AbstractAccessBean.getInitContext(String, String)
nameServiceURL=(java.lang.String) iiop:///
nameServiceType=(java.lang.String) com.ibm.ejs.ns.jndi.CNInitialContextFactory
environment=(java.util.Hashtable) {java.naming.provider.url=iiop:///, java.naming.factory.initial=com.ibm.ejs.ns.jndi.CNInitialContextFactory}
AbstractAccessBean.getGlobalHome(String, String, String)
nameServiceURL=(java.lang.String) iiop:///
nameServiceType=(java.lang.String) com.ibm.ejs.ns.jndi.CNInitialContextFactory
jndiName=(java.lang.String) vaib/demo/ejb/Vtable
home=(java.lang.Object) null
VtableAccessBean(AbstractAccessBean).getHome()
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
VtableAccessBean.ejbHome()
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
VtableAccessBean.instantiateEJB()
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
key=(vaib.demo.ejb.VtableKey) vaib.demo.ejb.VtableKey@1f
VtableAccessBean(AbstractEntityAccessBean)._instantiate()
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
VtableAccessBean(AbstractEntityAccessBean).refreshCopyHelper(Object)
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
ref=(java.lang.Object) null
VtableAccessBean.refreshCopyHelper()
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
VtableAccessBean(AbstractEntityAccessBean).__getCache(String)
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
name=(java.lang.String) name
o=(java.lang.Object) null
cacheSize=(int) 0
VtableAccessBean.getName()
this=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
EntBeanTestClient.main(String [])
args=([Ljava.lang.String [Ljava.lang.String;@7c48
a=(vaib.demo.ejb.VtableAccessBean) vaib.demo.ejb.VtableAccessBean@3dd4
I'll b very helpfull if you can focus some light on this error also.
wating 4 ur reply and thx in advance !
-VaibhaV.
22 years ago
hi there,
I'm using IBM VAJ 3.5 for EJB developement. I'm able to test my beans with Websphere Test Environment, but when I run my own Client program to test the bean, I get following error message :
NoClassDefFoundError javax.naming.InitialContext
I get this error message when I try get InitialContext with the new Properties.
My Client code goes as follows :
--------------------------------

please do the needful,
-VaibhaV.


Please use [ code] [ /code] tags to format your code. Check out the UBB Code link below for further details


Thanks

[This message has been edited by Rahul Mahindrakar (edited May 16, 2001).]
22 years ago