Bug 483249 - [aeri] ResourceException below PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream
Summary: [aeri] ResourceException below PlatformResourceURIHandlerImpl$WorkbenchHelper...
Status: NEW
Alias: None
Product: QVTd
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-30 02:35 EST by EPP Error Reports CLA
Modified: 2015-11-30 02:37 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 EPP Error Reports CLA 2015-11-30 02:35:59 EST
The following incident was reported via the automated error reporting:


    code:                   0
    plugin:                 org.eclipse.qvtd.debug_0.12.0.v20150607-1647
    message:                
    fingerprint:            ff3fdab6
    exception class:        org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException
    exception message:      org.eclipse.core.internal.resources.ResourceException: Resource '/EmptyQVTrProject/qvtrsrc/trafo.qvt' does not exist.
    number of children:     1
    
    org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.core.internal.resources.ResourceException: Resource '/EmptyQVTrProject/qvtrsrc/trafo.qvt' does not exist.
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
    at org.eclipse.qvtd.xtext.qvtimperative.utilities.QVTiXtextEvaluator.loadTransformation(QVTiXtextEvaluator.java:39)
    at org.eclipse.qvtd.debug.evaluator.QVTrXtextEvaluator.<init>(QVTrXtextEvaluator.java:30)
    at org.eclipse.qvtd.debug.launching.QVTrLaunchConfigurationDelegate$1.run(QVTrLaunchConfigurationDelegate.java:66)
    at org.eclipse.ocl.examples.debug.vm.utils.SafeRunner$SameThreadRunner.run(SafeRunner.java:31)
    at org.eclipse.ocl.examples.debug.vm.utils.SafeRunner$1.run(SafeRunner.java:24)
    at org.eclipse.ocl.examples.debug.vm.utils.ShallowProcess.run(ShallowProcess.java:40)
    at org.eclipse.ocl.examples.debug.vm.utils.ShallowProcess.run(ShallowProcess.java:31)
    at org.eclipse.qvtd.debug.launching.QVTrLaunchConfigurationDelegate$3.run(QVTrLaunchConfigurationDelegate.java:119)
    at java.lang.Thread.run(Thread.java:745)
caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/EmptyQVTrProject/qvtrsrc/trafo.qvt' does not exist.
    at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:334)
    at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:208)
    at org.eclipse.core.internal.resources.File.getContents(File.java:267)
    at org.eclipse.core.internal.resources.File.getContents(File.java:260)
    at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream(PlatformResourceURIHandlerImpl.java:207)
    at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createInputStream(PlatformResourceURIHandlerImpl.java:525)
    at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:360)
    at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1269)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
    at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
    at org.eclipse.qvtd.xtext.qvtimperative.utilities.QVTiXtextEvaluator.loadTransformation(QVTiXtextEvaluator.java:39)
    at org.eclipse.qvtd.debug.evaluator.QVTrXtextEvaluator.<init>(QVTrXtextEvaluator.java:30)
    at org.eclipse.qvtd.debug.launching.QVTrLaunchConfigurationDelegate$1.run(QVTrLaunchConfigurationDelegate.java:66)
    at org.eclipse.ocl.examples.debug.vm.utils.SafeRunner$SameThreadRunner.run(SafeRunner.java:31)
    at org.eclipse.ocl.examples.debug.vm.utils.SafeRunner$1.run(SafeRunner.java:24)
    at org.eclipse.ocl.examples.debug.vm.utils.ShallowProcess.run(ShallowProcess.java:40)
    at org.eclipse.ocl.examples.debug.vm.utils.ShallowProcess.run(ShallowProcess.java:31)
    at org.eclipse.qvtd.debug.launching.QVTrLaunchConfigurationDelegate$3.run(QVTrLaunchConfigurationDelegate.java:119)
    at java.lang.Thread.run(Thread.java:745)
   

---   

      code:                   368
      plugin:                 org.eclipse.core.resources_3.10.0.v20150423-0755
      message:                Resource '/EmptyQVTrProject/qvtrsrc/trafo.qvt' does not exist. [detached from CoreException of Status '' by Error Reporting]
      fingerprint:            00000000
      number of children:     0
    
    
   
  

General Information:

    reported-by:      
    anonymous-id:     3d69c481-76ec-4459-8ef3-99fa840077e9
    eclipse-build-id: 4.5.0.I20150603-2000
    eclipse-product:  org.eclipse.epp.package.modeling.product
    operating system: Linux 3.19.0 (x86_64) - gtk
    jre-version:      1.8.0_66-b17

The following plug-ins were present on the execution stack (*):
    1. org.eclipse.core.resources_3.10.0.v20150423-0755
    2. org.eclipse.emf.ecore_2.11.1.v20150805-0538
    3. org.eclipse.emf_2.6.0.v20150806-0404
    4. org.eclipse.ocl.examples.debug.vm_2.0.0.v20150707-1546
    5. org.eclipse.ocl.examples.debug_2.0.0.v20150707-1546
    6. org.eclipse.ocl.examples_3.4.100.v20150526-1637
    7. org.eclipse.ocl_3.5.0.v20150521-1211
    8. org.eclipse.qvtd.debug_0.12.0.v20150607-1647
    9. org.eclipse.qvtd.xtext.qvtimperative_0.12.0.v20150523-2130

Please note that:
* Messages, stacktraces, and nested status objects may be shortened.
* Bug fields like status, resolution, and whiteboard are sent
  back to reporters.
* The list of present bundles and their respective versions was
  calculated by package naming heuristics. This may or may not reflect reality.

Other Resources:
* Report: https://dev.eclipse.org/recommenders/committers/confess/#/problems/565466dbe4b02e4c7d9d6404  
* Manual: https://dev.eclipse.org/recommenders/community/confess/#/guide


Thank you for your assistance.
Your friendly error-reports-inbox.

This bug was created on behalf of ed@xxxxxxxxxxxx.
Comment 1 Ed Willink CLA 2015-11-30 02:37:05 EST
Looks as if

org.eclipse.qvtd.debug.launching.QVTrLaunchConfigurationDelegate$1.run

should be catching exceptions in a pop up rather than the error log.