Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330376 - ERROR - Failed to get reports list for application
Summary: ERROR - Failed to get reports list for application
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 4.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 11:23 EST by Fineas CLA
Modified: 2010-11-17 10:23 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fineas CLA 2010-11-16 11:23:57 EST
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:
Comment 1 DJ Houghton CLA 2010-11-16 11:41:10 EST
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.
Comment 2 Fineas CLA 2010-11-17 03:23:41 EST
(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 :)
Comment 3 Remy Suen CLA 2010-11-17 09:57:59 EST
(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.
Comment 4 DJ Houghton CLA 2010-11-17 10:23:20 EST
See comment #3.
Closing.