cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
robgrobg
Level 2

Build via GUI ok but cmdline fails

Hi all... Using IA 2009 Enterprise. I have a project which builds absolutely fine from the IA gui. When I attempt to build it via the command line, I get the following error:



**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)
**** A parameter to a method was not available: method not invoked
- Vector.addElement(
null)



Building Installers for:

Active Build Options: Web Optimize By Platform

Invocation of this Java Application has caused an InvocationTargetException.
This application will now exit. (LAX)

Stack Trace:
java.lang.NoClassDefFoundError
at ZeroGlm.e(DashoA10*..)
at ZeroGlm.(DashoA10*..)
at ZeroGlm.a(DashoA10*..)
at ZeroGlm.a(DashoA10*..)
at InstallAnywhere.a(DashoA10*..)
at InstallAnywhere.main(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
null
Closed.


I stripped out most of the normal stuff... if there's something specific you need to see/know please let me know.

I have a second project (albeit much simpler) which builds just fine via the command line, so I guess it's something specific about the first one.

I really wish the debug output would at least tell me what part of the project file it is processing so I'd have a clue what to look at, but alas it does not. For example, all those "Vector.addElement" errors - would it be so difficult to tell me which elements they refer to? I set LAX_DEBUG but that didn't provide any clues.

Again, I just find it odd that it builds fine via the gui so there are no apparent problems with missing resources or anything like that. Thanks for any tips you can provide.

-Rob
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Hello Rob!

Did you ever manage to solve your issue? There's a new occurrence of the exact same issue for a different user: http://community.flexerasoftware.com/showthread.php?t=190844 Did it happen on Solaris too in your case?
0 Kudos