"Internal Error" when deploying a JET transform [message #52129] |
Fri, 17 October 2008 04:13  |
Eclipse User |
|
|
|
I have a simple JET transform that works fine when I run it inside a
"child" Eclipse Application for debugging (for some reason I don't fully
understand it doesn't run in my development instance). Now I want to
deploy the transform. I did:
1. Export deployable plugin (into a folder)
2. Closed the original project to prevent interference.
3. Took the create JAR, put it in "Dropins"
4a. The plugin gets loaded eventually, but trying to run transform gives
me an "Internal Error" caused by an "IllegalArgumentException" (stack
trace below, it's the same in all cases.
Since that didn't work, remove the plugin from "Dropins" and restarted
Eclipse.
4b. Added the folder I export to, to the JET Transforms preferences, and
ran the transform again. Same effect as above.
The stack trace I get for the error is this:
java.lang.IllegalArgumentException
at
org.eclipse.jet.internal.launch.JET2TransformationDelegate.g etSource(JET2TransformationDelegate.java:69)
at
org.eclipse.jet.internal.launch.JET2TransformationDelegate.l aunch(JET2TransformationDelegate.java:54)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:764)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:614)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:880)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlu gin.java:1083)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Any ideas what I'm doing wrong or what could be causing this error?
Thanks,
Jochen
|
|
|
|
Powered by
FUDForum. Page generated in 0.03794 seconds