richeso / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

java.lang.NoClassDefFoundError Exception Running DL28.0.2 and CLIq 2.2.0 - #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We have the same issue as Issue #55 above.
However, the exception is slightly different:

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: 
com/sforce/soap/partner/fault/ApiFa
        at com.salesforce.cliq.cliconfig.CliConfigFactory.getCliConfig(Unknown Source)
        at com.salesforce.cliq.cliconfig.CliConfigFactory.getCliConfig(Unknown Source)
        at com.salesforce.cliq.ui.OperationPanelDescriptor.aboutToHidePanel(Unknown Source)
        at com.nexes.wizard.Wizard.setCurrentPanel(Unknown Source)
        at com.nexes.wizard.WizardController.nextButtonPressed(Unknown Source)
        at com.nexes.wizard.WizardController.actionPerformed(Unknown Source)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
        at java.awt.Component.processMouseEvent(Component.java:6505)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
        at java.awt.Component.processEvent(Component.java:6270)
        at java.awt.Container.processEvent(Container.java:2229)
        at java.awt.Component.dispatchEventImpl(Component.java:4861)
        at java.awt.Container.dispatchEventImpl(Container.java:2287)
        at java.awt.Component.dispatchEvent(Component.java:4687)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
        at java.awt.Container.dispatchEventImpl(Container.java:2273)
        at java.awt.Window.dispatchEventImpl(Window.java:2719)
        at java.awt.Component.dispatchEvent(Component.java:4687)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:703)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
        at java.awt.EventQueue$4.run(EventQueue.java:676)
        at java.awt.EventQueue$4.run(EventQueue.java:674)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:673)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:155)
        at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Caused by: java.lang.ClassNotFoundException: 
com.sforce.soap.partner.fault.ApiFault
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 54 more

DL version: 28.0.2
CLIq Version: 2.2.0
OS: Windows 7

Default Installation into 
C:\Program Files (x86)\Salesforce.com\cliq2.2.0

What steps will reproduce the problem?
1. Install current DL release (28.0.2) from within Salesforce.
2. Modify cliq.bat to reference the Java runtime env. and classpath accordingly 
on your local host.
3. Launch Cliq.bat.
4. verify that CLIq UI is launched.
5. Click to enable Export Radio button.
6. Enter a process name
7. Click Next Button
8. Observe exception stack in console window where CLIq was launched.

We expected to proceed to the next form on the UI to proceed with the export 
process.

Any ideas on this?

Thanks,

Original issue reported on code.google.com by ad...@tsultrimtechnologies.com on 29 Jul 2013 at 10:56

GoogleCodeExporter commented 9 years ago
Same issue is happening with CLIq 2.3.0.

Original comment by ad...@tsultrimtechnologies.com on 29 Jul 2013 at 11:36

GoogleCodeExporter commented 9 years ago
Thanks - I will investigate.

Original comment by vijay.swamidass@gmail.com on 30 Jul 2013 at 4:19