resh singh

Greenhorn
+ Follow
since Aug 14, 2006
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 resh singh

It works after making the change to relative path.

Thank You so much!

-Resh
13 years ago
com.dweb.cms.utils.PublishUtil is present in the publishUtil.jar file. About the absolute path it works fine, If I change it to relative It complains about classNotfoundException for the classes from the class-path jar.

Please suggest any other way to achieve the same thing.

Thanks,
Reshma
13 years ago
Hi,

I have a standalone java program developed in eclipse, that connects to weblogic server and perform some actions. It works completely fine from eclipse, however I have to get this running on other non developer machine without any eclipse installed and configured.

I tried to do following and it failed.

I exported the source and class in jar file using eclipse export to jar file feature. Then edited the Manifest.mf file to include required jar file in class-path.

Manifest.mf:

Manifest-Version: 1.0
Main-Class: com.dweb.cms.utils.PublishUtil
Class-Path: C:\StatusImport\vgn-appsvcs-cma.jar

Then ran following command and got error below.

C:\StatusImport>java -jar publishUtil.jar
Exception in thread "main" java.lang.NoClassDefFoundError: com/dweb/cms/utils/Pu
blishUtil
Caused by: java.lang.ClassNotFoundException: com.dweb.cms.utils.PublishUtil
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.dweb.cms.utils.PublishUtil. Program will exit
.

Thanks,
Reshma
13 years ago
Thank you all for your responses, I really appreciate it.

That's what I was looking for, I wanted to be sure whats a good practice.

It make more sense to use some log analyzer (specifically on production).

Thank You,
Resh
13 years ago
Thanks All for replying back.

13 years ago
Hi,

While working on the older version of code I see that everywhere in the catch block there is an email getting triggered to the admin.

Like:

try{

}catch(Exception e){
logger.debug("Debug message");
mail.send(, , e.getMessage);
}

I feel this unnecessary, however I want to be sure and would like to get your opinions.

Thanks,
Resh
13 years ago
Hello Everyone,

I have been applying for QA positions from last 2 weeks but unable to get any lead so far, I am getting initial calls but when it comes to QA experience (that I don't have much) it doesn't get any further. I see some Junior QA roles but those are really low paid.

Any advice.

Thanks,
Resh
13 years ago
Thanks for your reply, I am in US, southern California.
If I choose a path to QA what are the technical skills I should brush up as for QA Engineer.
13 years ago
Dear Friends,

I am in strange situation these days and need some advice to make decision.

I have been working in Java field from last 5 years and quit my Job 6 months ago due to family reasons and now again looking for job, recently I received an offer for Java Developer but the payrate was too low compare to my earlier position that I had to decline the job. Also I am not able to clear any Senior level position interview so far.

And now I am in confused state and wondering If I could ever make myself progressive in the Java field because I hardly get time to upgrade myself with new technologies and feels lagging behind the crowd, whereas I feel I can be more successful in QA field.

Please advice will it be wise decision to switch to QA with lesser jobs in the market and lesser salary OR continue in Java with lot of stress(Not sure how much stress will be in QA) and being behind the race.


Thank You,
Resh
13 years ago