Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RAM Extract failure

Hi,

When we tried to run extract for RAM, we got below error:

Can someone please help?

idcuser-> java –jar assetExporter.jar tdct_everything_vpn_prod.properties
Exception in thread "main" java.lang.NoClassDefFoundError: –jar
Caused by: java.lang.ClassNotFoundException: –jar
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)

0 votes


Accepted answer

Permanent link
The wrong dash sign is used in the command. How did you type it? Or did you copy it from somewhere?

The regular dash sign (-) has hex code 0x2D. The dash sign in your command is called "EN DASH", and has hex code 0xE2 0x80 0x93.

Replace the dash sign (simply type it in) in your command and try again.
Ye Yu selected this answer as the correct answer

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 02 '15, 11:07 a.m.

Question was seen: 2,353 times

Last updated: Nov 02 '15, 6:30 p.m.

Confirmation Cancel Confirm