Bug 242683 - Error logged when refusin to create GRIA token for fetching GRIA apps
Summary: Error logged when refusin to create GRIA token for fetching GRIA apps
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Katarzyna Bylec CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 05:34 EDT by Katarzyna Bylec CLA
Modified: 2014-01-09 16:01 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 Katarzyna Bylec CLA 2008-07-31 05:34:44 EDT
When I want to create new JSDL for GRIA and in New Job Wizard I want to choose application I'm being asked to create GRIA token. When I refuse to do this, an error is logged to the Error log:
eclipse.buildId=M20080221-1800
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=pl_PL
Command-line arguments:  -os linux -ws gtk -arch x86

Error
Thu Jul 31 11:32:11 CEST 2008
The GRIA operation failed

eu.geclipse.core.reporting.ProblemException: The GRIA operation failed
	at eu.geclipse.gria.GriaOperation$MasterRunner.getException(GriaOperation.java:43)
	at eu.geclipse.gria.GriaOperation.syncExec(GriaOperation.java:98)
	at eu.geclipse.gria.info.GriaUtility.newGetApplications(GriaUtility.java:95)
	at eu.geclipse.gria.info.GriaInfoService.newFetchApplications(GriaInfoService.java:451)
	at eu.geclipse.gria.info.GriaInfoService.fetchResources(GriaInfoService.java:200)
	at eu.geclipse.core.model.impl.AbstractVirtualOrganization.getAvailableResources(AbstractVirtualOrganization.java:96)
	at eu.geclipse.jsdl.ui.preference.ApplicationParametersRegistry.updateApplicationsParameters(ApplicationParametersRegistry.java:217)
	at eu.geclipse.jsdl.ui.wizards.ExecutableNewJobWizardPage$7.run(ExecutableNewJobWizardPage.java:436)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
eu.geclipse.core.reporting.ProblemException[183742775]: java.lang.RuntimeException: org.eclipse.core.runtime.OperationCanceledException: The creation of an appropriate GRIA key store was canceled.
	at eu.geclipse.gria.AxisTransport.invoke(AxisTransport.java:462)
	at eu.geclipse.gria.AxisTransport.invokeService(AxisTransport.java:242)
	at uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource.invokeService(BaseRemoteResource.java:341)
	at uk.ac.soton.itinnovation.grid.comms.client.BaseRemoteResource.invokeService(BaseRemoteResource.java:317)
	at uk.ac.soton.itinnovation.grid.comms.client.RemoteResourceProxy.invoke(RemoteResourceProxy.java:225)
	at $Proxy6.getApplications(Unknown Source)
	at eu.geclipse.gria.info.GriaUtility$1.run(GriaUtility.java:85)
	at eu.geclipse.gria.GriaOperation.exec(GriaOperation.java:117)
	at eu.geclipse.gria.GriaOperation$MasterRunner.run(GriaOperation.java:53)
	at java.lang.Thread.run(Thread.java:619)
	at eu.geclipse.gria.GriaOperation.queueThread(GriaOperation.java:123)
	at eu.geclipse.gria.GriaOperation.syncExec(GriaOperation.java:97)
	at eu.geclipse.gria.info.GriaUtility.newGetApplications(GriaUtility.java:95)
	at eu.geclipse.gria.info.GriaInfoService.newFetchApplications(GriaInfoService.java:451)
	at eu.geclipse.gria.info.GriaInfoService.fetchResources(GriaInfoService.java:200)
	at eu.geclipse.core.model.impl.AbstractVirtualOrganization.getAvailableResources(AbstractVirtualOrganization.java:96)
	at eu.geclipse.jsdl.ui.preference.ApplicationParametersRegistry.updateApplicationsParameters(ApplicationParametersRegistry.java:217)
	at eu.geclipse.jsdl.ui.wizards.ExecutableNewJobWizardPage$7.run(ExecutableNewJobWizardPage.java:436)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: org.eclipse.core.runtime.OperationCanceledException: The creation of an appropriate GRIA key store was canceled.
	at eu.geclipse.gria.AxisTransport.invoke(AxisTransport.java:376)
	... 18 more
Comment 1 Ariel Garcia CLA 2008-08-04 13:05:49 EDT
Most probably related to Bug #242854 ?