Community
Participate
Working Groups
Build Identifier: 11121 When I start My eclipse platform with a Automation package perspective the console viewer give me that error: ERROR - Failed to get reports list for application [ACTIVITY] ERROR - Failed to get reports list for application [ACTUALCI] ERROR - Failed to get reports list for application [ASSETCAT] ERROR - Failed to get reports list for application [CI] ERROR - Failed to get reports list for application [COLLECTION] ERROR - Failed to get reports list for application [CONFIGUR] ERROR - Failed to get reports list for application [CRAFT] ERROR - Failed to get reports list for application [DM] ERROR - Failed to get reports list for application [FAILURE] ERROR - Failed to get reports list for application [ITEM] ERROR - Failed to get reports list for application [JOBPLAN] ERROR - Failed to get reports list for application [LABOR] ERROR - Failed to get reports list for application [LOCATION] ERROR - Failed to get reports list for application [PERSON] ERROR - Failed to get reports list for application [PERSONGR] ERROR - Failed to get reports list for application [PLUSPACTVT] ERROR - Failed to get reports list for application [PLUSPCI] ERROR - Failed to get reports list for application [PLUSPCLAS] ERROR - Failed to get reports list for application [PLUSPITEM] ERROR - Failed to get reports list for application [PLUSPLOC] ERROR - Failed to get reports list for application [PLUSPPER] ERROR - Failed to get reports list for application [PLUSPSECGR] ERROR - Failed to get reports list for application [PLUSPSR] ERROR - Failed to get reports list for application [PLUSPWO] ERROR - Failed to get reports list for application [PMSCOFFER] ERROR - Failed to get reports list for application [PMZHBSSVCD] ERROR - Failed to get reports list for application [PMZHBSSVCI] ERROR - Failed to get reports list for application [RELATION] ERROR - Failed to get reports list for application [REPORT] ERROR - Failed to get reports list for application [SECURGROUP] ERROR - Failed to get reports list for application [SLA] ERROR - Failed to get reports list for application [SR] ERROR - Failed to get reports list for application [TPDISC] ERROR - Failed to get reports list for application [TPGLBLSET] ERROR - Failed to get reports list for application [TPGROUP] ERROR - Failed to get reports list for application [TPSERVERS] ERROR - Failed to get reports list for application [TPSWPATCH] ERROR - Failed to get reports list for application [TPTASK] ERROR - Failed to get reports list for application [TPVIRTUAL] ERROR - Failed to get reports list for application [TPWORKFLOW] ERROR - Failed to get reports list for application [USER] ERROR - Failed to get reports list for application [VIEWSR] ERROR - Failed to get reports list for application [WORKMAN] ERROR - Failed to get reports list for application [WOTRACK] After that If I compile any workflow, I have an java.Null.Pointer.Exception Reproducible: Always Steps to Reproduce: 1.clic on eclipseLauncher.bat to launch eclipse platform 2.attend, you select the perspective : Automation Package 3.from Console viewer i see this error:
What product did you download and run? I have never heard of the "Automation package perspective". Also including the stacktrace of your NPE might help. Thanks.
(In reply to comment #1) > What product did you download and run? I have never heard of the "Automation > package perspective". Also including the stacktrace of your NPE might help. > Thanks. Well.. I'm working on an Eclipse 3.2.2 platform where I included a special packet to compile and run Automation Package especially workflow (*.wkf). Here I show my NPE ST: INFO - Starting initialization, tcdrivers found: 0 INFO - Generating C:\Documents and Settings\Administrator\workspace\Test\generated\com\ibm\tivoli\tpm\wkf\Test\TestWorkflow.java ERROR - Failed to run workflow compiler java.lang.NullPointerException at com.ibm.tivoli.tpm.workflow.compiler.JavacCompiler.getCompileClasspath(JavacCompiler.java:112) at com.ibm.tivoli.tpm.workflow.compiler.JavacCompiler.buildCompilerArguments(JavacCompiler.java:66) at com.ibm.tivoli.tpm.workflow.compiler.JavacCompiler.compile(JavacCompiler.java:34) at com.ibm.tivoli.tpm.workflow.compiler.Workflow2JavaCompiler.compile(Workflow2JavaCompiler.java:61) at com.ibm.tivoli.orchestrator.tcdriverdevelopment.resources.TDEWorkflowCompiler.compileWorkflow(TDEWorkflowCompiler.java:118) at com.ibm.tivoli.orchestrator.tcdriverdevelopment.resources.TDEWorkflowCompiler.compile(TDEWorkflowCompiler.java:236) at com.ibm.tivoli.orchestrator.tcdriverdevelopment.resources.TDEWorkflowCompiler.compile(TDEWorkflowCompiler.java:392) at com.ibm.tivoli.orchestrator.tcdriverdevelopment.actions.CompileWorkflowAction.compile(CompileWorkflowAction.java:70) at com.ibm.tivoli.orchestrator.tcdriverdevelopment.actions.CompileWorkflowAction.run(CompileWorkflowAction.java:64) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) thanks :)
(In reply to comment #2) > java.lang.NullPointerException > at > com.ibm.tivoli.tpm.workflow.compiler.JavacCompiler.getCompileClasspath(JavacCompiler.java:112) > at > com.ibm.tivoli.tpm.workflow.compiler.JavacCompiler.buildCompilerArguments(JavacCompiler.java:66) > at > com.ibm.tivoli.tpm.workflow.compiler.JavacCompiler.compile(JavacCompiler.java:34) > at > com.ibm.tivoli.tpm.workflow.compiler.Workflow2JavaCompiler.compile(Workflow2JavaCompiler.java:61) > at > com.ibm.tivoli.orchestrator.tcdriverdevelopment.resources.TDEWorkflowCompiler.compileWorkflow(TDEWorkflowCompiler.java:118) > at > com.ibm.tivoli.orchestrator.tcdriverdevelopment.resources.TDEWorkflowCompiler.compile(TDEWorkflowCompiler.java:236) > at > com.ibm.tivoli.orchestrator.tcdriverdevelopment.resources.TDEWorkflowCompiler.compile(TDEWorkflowCompiler.java:392) > at > com.ibm.tivoli.orchestrator.tcdriverdevelopment.actions.CompileWorkflowAction.compile(CompileWorkflowAction.java:70) > at > com.ibm.tivoli.orchestrator.tcdriverdevelopment.actions.CompileWorkflowAction.run(CompileWorkflowAction.java:64) > at > org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254) I suggest you take this up with support from IBM. The trace indicates this NPE to be a problem with the vendor product's code.
See comment #3. Closing.