Vinay kumar

Greenhorn
+ Follow
since Jun 03, 2007
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 Vinay kumar

Hi,
I am trying to deploy a enterprise application in WAS 7.0.0.1. I use RAS 7.5.1 which contains WAS 7.0.0.1 websphere. I am getting the below error when i try to deploy my EJBs ...

] An unexpected exception was thrown. Halting execution.
[6/20/11 15:05:10:922 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Shutting down workbench.
[6/20/11 15:05:11:976 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Could not set classpath for smg-iaa-fsa-ejb-CMIC_REL_3.0.1
[6/20/11 15:05:11:977 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] >com.ibm.etools.ejbdeploy.EJBDeploymentException (Could not set classpath for smg-iaa-fsa-ejb-CMIC_REL_3.0.1)
[6/20/11 15:05:11:979 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] Java Model Exception: Java Model Status [Build path contains duplicate entry: 'D:Programs/IBM/SDP/runtimes/base_v7/profiles/was70profile1/wstemp/wstemp/app_130ac66efde/dpl/bfcf3ee2/8cc13a63/EarContent/smg-iaa-activity-ejb-CMIC_REL_3.0.1-client.jar' for project 'smg-iaa-fsa-ejb-CMIC_REL_3.0.1']
[6/20/11 15:05:11:980 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:766)
[6/20/11 15:05:11:981 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2818)
[6/20/11 15:05:11:983 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2849)
[6/20/11 15:05:11:984 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.setupManualJarProjectClasspath(BatchExtension.java:2504)
[6/20/11 15:05:11:986 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.setupJarProjectClasspath(BatchExtension.java:1152)
[6/20/11 15:05:11:987 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.runEarDeploy(BatchExtension.java:468)
[6/20/11 15:05:11:989 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.access$1(BatchExtension.java:349)
[6/20/11 15:05:11:990 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.run(BatchExtension.java:332)
[6/20/11 15:05:11:990 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
[6/20/11 15:05:11:992 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
[6/20/11 15:05:11:993 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension$RunDeploy.execute(BatchExtension.java:297)
[6/20/11 15:05:11:994 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.run(BatchExtension.java:260)
[6/20/11 15:05:11:995 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[6/20/11 15:05:11:996 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
[6/20/11 15:05:11:998 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[6/20/11 15:05:12:001 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at java.lang.reflect.Method.invoke(Method.java:599)
[6/20/11 15:05:12:002 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
[6/20/11 15:05:12:003 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
[6/20/11 15:05:12:007 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
[6/20/11 15:05:12:008 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
[6/20/11 15:05:12:010 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
[6/20/11 15:05:12:011 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[6/20/11 15:05:12:012 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
[6/20/11 15:05:12:013 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[6/20/11 15:05:12:015 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at java.lang.reflect.Method.invoke(Method.java:599)
[6/20/11 15:05:12:016 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.impl.BootLoaderLoader.run(BootLoaderLoader.java:487)
[6/20/11 15:05:12:017 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.batch.impl.BatchDeploy.execute(BatchDeploy.java:100)
[6/20/11 15:05:12:018 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.execute(EJBDeploy.java:104)
[6/20/11 15:05:12:019 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] at com.ibm.etools.ejbdeploy.EJBDeploy.main(EJBDeploy.java:334)
[6/20/11 15:05:12:021 IST] 00000030 DeployEJBTask I ADMA0158I: [EJBDeploy] EJBDeploy level: @build@
[6/20/11 15:05:12:038 IST] 00000033 SystemErr R com.ibm.websphere.management.exception.AdminException: ADMA0062E: The EJBDeploy program issued the following error messages: [An unexpected exception was thrown. Halting execution.]
[6/20/11 15:05:12:039 IST] 00000033 SystemErr R at com.ibm.ws.management.application.task.DeployEJBTask.ejbDeploy(DeployEJBTask.java:426)
[6/20/11 15:05:12:039 IST] 00000033 SystemErr R at com.ibm.ws.management.application.task.DeployEJBTask.install(DeployEJBTask.java:240)
[6/20/11 15:05:12:039 IST] 00000033 SystemErr R at com.ibm.ws.management.application.task.DeployEJBTask.performTask(DeployEJBTask.java:137)
[6/20/11 15:05:12:039 IST] 00000033 SystemErr R at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:284)
[6/20/11 15:05:12:039 IST] 00000033 SystemErr R at java.lang.Thread.run(Thread.java:735)

Can anyone please suggest me how can i deploy my application successfully?? It will be of great help as i have spent a lot of time already on this...

Regards,
Vinay
12 years ago
Content removed
[ August 11, 2008: Message edited by: Christophe Verre ]
Hi All,
I have a sun voucher worth Rs.4500. The validity for that is september 19. I was planning to takeup SCWCD. But due to busy schedules in my office, i am not able to. So if any one is interested, you can contact me at 9886468996. Please do let me know.

Regards,
Vinay
15 years ago
Hi All,
I have a sun voucher worth Rs.4500. The validity for that is september 19. I was plannign to takeup SCWCD but due to busy schedules in my office, i am not able to. So if any one is interested, you can contact me at 9886468996. Please do let me know

Regards,
Vinay
Hi, I have Head First Jsps and Servlets Book which is for SCWCD 1.4. Can i read the same book for SCWCD 1.5? please guide me in this
Hi,
I am planning to migrate my code from WAS 6.1 to Websphere Application Server Community Edition 2.0. Can anyone help me to configure NTLM in WASCE? Please help me in this. Where i need to configure?
15 years ago
Hi,
We are using Websphere 5.1 in our project. We deploy in the unix environment since the websphere server is located remotly. We are planning to migrate to the Websphere 6.1. In doing so, we are facing many problems. One of that is that some pages will throw the 'jsp failed to compile' error when we go to that page for the first time. But if we refresh again, then this problem will not be there. What we are thinking is that this problem is because ofthe pre-compling. Can you please let me know the cause and solution for this ... also i will be grateful if anyone tells me what problems we will face while migrating from was 5.1 to was 6.1
16 years ago
Hi All,
I completed mission SCJP with 69%. I started preparing barely ten days ago and i just had two mock tests which is there in K&B book's cd. I was really tense to go to exam ... but i did well and really i am proud of my self .....even though 69% is very less i think getting it by studying only for 10 days is a big achievement. And moreover i am working on java 1.4.... so it did a lot to my confidence ...... now my next stop is SCWCD ..... [ ] Thanks for all your support and help, guidence all these days ..... i need your help in future as well
16 years ago
Hi,
I have a problem in my project. Here, when the user performs different operations in single window then every thing works fine .... but if the user opens a new window by clicking on ctrl+N or file->new Window, then a different window wil open but the session will be same. This is creating problems in the application. Please let me knwo is there any way to restrict the user from opening a new window ??? please help me in this .....
hmmmmm.... you are absolutely correct ... i will start studying ....
it is like... first i will explain the requirement ....

say for example there are some rows in the database....
on the startup of the application server, i want to create a class based on the information present in each row of the table. So if i need to create the class dynamically, then i thought i should use reflections, which will provide the options to do so .... so i am using this ......
16 years ago
yes .... i have read soem of the classes in the java.lang.reflect ..... but please tell me how it is helping me in creating a class from scratch??? i know i am getting the concept wrong here .... i will tell what i have understood ...

in replections, we have a lot of APIs and lot of ways to get the Class object which will refer to the classes or interfaces in the JVM. through this Class object, we can access the members, field, modifiers etc of the class.... in this example, say class A. so the whole stuff which i am doing here is dynamically acceing the class .... where am i creating the class dynamically ??? whether java allows a person to create a class dynamically??? specifically does reflections does this???
16 years ago
yes thats true .... but i dont ahve the time for that ... atleast for now ..... so i just want a example which creates a class dyanmically ..... can you help me in this regard please .....
16 years ago
Hi... i have not used reflections .... i want to create a class dynamically when my application server starts .....please let me knwo how i can do that .... please let me know if any of you have code sinppets for this .... this is very urgent.... please help me
[ July 16, 2007: Message edited by: David O'Meara ]
16 years ago
yes i have taken the exam ... and i have i.5 years of experinece in java .....
but i am not getting the seriousness to study ....