You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(85) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(37) |
Feb
(29) |
Mar
(50) |
Apr
(63) |
May
(48) |
Jun
(71) |
Jul
(10) |
Aug
(41) |
Sep
(72) |
Oct
(50) |
Nov
(51) |
Dec
(58) |
2007 |
Jan
(36) |
Feb
(84) |
Mar
(23) |
Apr
(26) |
May
(7) |
Jun
(38) |
Jul
(16) |
Aug
(20) |
Sep
(14) |
Oct
(4) |
Nov
(4) |
Dec
|
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2011-02-17 10:47:25
|
Bugs item #3184731, was opened at 2011-02-17 11:47 Message generated for change (Tracker Item Submitted) made by ppiernik You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=3184731&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gridbeans Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Piotr Piernik (ppiernik) Assigned to: Nobody/Anonymous (nobody) Summary: URC (v6.4 0): Restore job description problem Initial Comment: In URC 6.4.0 restore job description option load incorrectly Generic GB. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=3184731&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-11-28 18:01:33
|
Bugs item #1840446, was opened at 2007-11-28 21:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1840446&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: AppClient (v1.5.2): job with Generic GB cannot be loaded Initial Comment: 1. Start AppClient 2. Download Generic grid bean. 3. Select application Hello. 4.Submit job. The job is executed successfully. 5. File-> Save job. The job is saved into a file. Its contents is: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:GridBeanJob xmlns:ns2="http://gpe.intel.com/gridbeans"> <gridBeanInfo> <gridBeanName>Generic</gridBeanName> <gridBeanVersion>1.0</gridBeanVersion> </gridBeanInfo> <inputParameterValues> <entry> <key xmlns:gen="http://gpe.intel.com/gridbeans/generic">gen:InputFileSet</key> </entry> </inputParameterValues> <jsdl:JobDefinition xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/06/jsdl" id="Generic"> <jsdl:JobDescription> <jsdl:Application> <jsdl:ApplicationName>HELLO</jsdl:ApplicationName> <jsdl:ApplicationVersion>1.0</jsdl:ApplicationVersion> <jsdl-posix:POSIXApplication xmlns:jsdl-posix="http://schemas.ggf.org/jsdl/2005/06/jsdl-posix"> <jsdl-posix:WorkingDirectory>$TEMPORARY_DIRECTORY</jsdl-posix:WorkingDirectory> <jsdl-posix:Environment name="VARIATION">GENERIC_RUN</jsdl-posix:Environment> <jsdl-posix:Environment name="ARGUMENTS"/> <jsdl-posix:Environment name="OUTPUTFILES"/> </jsdl-posix:POSIXApplication> </jsdl:Application> </jsdl:JobDescription> </jsdl:JobDefinition> <outputParameterValues/> </ns2:GridBeanJob> 6. File-> Load job... Following exception occured: Cannot load saved job java.lang.Exception: Cannot restore saved data at com.intel.gpe.client2.common.utils.SwingGridBeanClientImpl$LoadJobObserver$1.observableUpdate(SwingGridBeanClientImpl.java:273) at com.intel.gpe.client2.providers.ProgressAsyncProvider$RequestObserver.observableUpdate(ProgressAsyncProvider.java:97) at com.intel.gpe.client2.providers.AsyncProvider$RequestThread.run(AsyncProvider.java:77) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.NullPointerException at com.intel.gpe.client2.common.utils.GridBeanJobWrapper.restoreSavedJob(GridBeanJobWrapper.java:152) at com.intel.gpe.client2.common.utils.SwingGridBeanClientImpl$LoadJobObserver$1.observableUpdate(SwingGridBeanClientImpl.java:268) ... 3 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1840446&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-11-20 11:22:14
|
Bugs item #1835081, was opened at 2007-11-20 14:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1835081&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: portal client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Portal client (v 1.5.2) cannot load Generic grid bean Initial Comment: Following exception (ClassNotFoundException) occurs when Generic grid bean is loaded: Cannot create GridBean from jar file: /home/gpeadmin/pluto-1.1.4/temp/gridbean_archive39774.jar com.intel.gpe.gridbeans.GridBeanException: Cannot create GridBean from jar file: /home/gpeadmin/pluto-1.1.4/temp/gridbean_archive39774.jar at com.intel.gpe.client2.portalclient.GridBean.<init>(GridBean.java:101) at com.intel.gpe.client2.portalclient.PortalClient.loadGridBean(PortalClient.java:291) at com.intel.gpe.client2.portalclient.portlets.stages.GridBeanStage1$LoadGridBean.handle(GridBeanStage1.java:163) at com.intel.gpe.client2.portalclient.portlets.Stage.render(Stage.java:82) at com.intel.gpe.client2.portalclient.portlets.PortalClientPortlet.render(PortalClientPortlet.java:172) at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208) at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) at org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java:167) at org.apache.pluto.core.DefaultPortletInvokerService.render(DefaultPortletInvokerService.java:101) at org.apache.pluto.core.PortletContainerImpl.doRender(PortletContainerImpl.java:173) at org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:152) at org.apache.jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspx_meth_pluto_portlet_0(portlet_002dskin_jsp.java:101) at org.apache.jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:76) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:499) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_forEach_0(pluto_002ddefault_002dtheme_jsp.java:361) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_when_0(pluto_002ddefault_002dtheme_jsp.java:320) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspx_meth_c_choose_0(pluto_002ddefault_002dtheme_jsp.java:282) at org.apache.jsp.WEB_002dINF.themes.pluto_002ddefault_002dtheme_jsp._jspService(pluto_002ddefault_002dtheme_jsp.java:147) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:142) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:419) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Caused by: com.intel.gpe.gridbeans.GridBeanException: Cannot load GridBean definition at com.intel.gpe.client2.portalclient.GridBean.loadGridBeanDescription(GridBean.java:164) at com.intel.gpe.client2.portalclient.GridBean.<init>(GridBean.java:97) ... 66 more Caused by: java.lang.ClassNotFoundException: com.intel.gpe.gridbeans.generic.plugin.GenericWebPlugin2 at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at com.intel.gpe.client2.portalclient.GridBean.loadGridBeanDescription(GridBean.java:157) ... 67 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1835081&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-11-15 13:07:04
|
Bugs item #1832446, was opened at 2007-11-15 16:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1832446&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: AppClient cannot destroy some jobs at once Initial Comment: Some workplaces cannot be selected in the jobs table of Applied client. If I try to add new job to a selected one using Change or Ctrl keys then preliminary selected job becomes non-selected. So I cannot remove two or more jobs at once. It was possible earlier... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1832446&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-11-12 16:52:31
|
Bugs item #1830544, was opened at 2007-11-12 19:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1830544&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Superfluous messages in client's log Initial Comment: Application client's log contains the INFO messages though log level is set as WARNING. No INFO messages should be in log but we have following log on console: [gpeadmin@pbtgrid001 bin]$ ./application-client.sh Nov 12, 2007 7:34:03 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:34:03 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:34:03 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:34:15 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:34:15 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:34:15 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:34:15 PM com.intel.gpe.client2.common.clientwrapper.UpdateHelper update WARNING: Entry pbtgrid001.pb.intel.com is not updatable. Nov 12, 2007 7:35:20 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:20 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:20 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:28 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:31 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:31 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:31 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:31 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:31 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Nov 12, 2007 7:35:31 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS [gpeadmin@pbtgrid001 bin]$ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1830544&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-10-19 10:18:23
|
Bugs item #1816410, was opened at 2007-10-19 14:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1816410&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gridbeans Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Nobody/Anonymous (nobody) Summary: PovRay GB: path to store results isn't memorised Initial Comment: A job with PovRay grid bean was executed and then the results were stored into a file which was been chosen via file chooser. If I try again to save the results then file chooser proposes a path different from previously used. Note that Generic grid bean has not this issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1816410&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-10-18 13:50:45
|
Bugs item #1815801, was opened at 2007-10-18 17:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1815801&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gridbeans Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Nobody/Anonymous (nobody) Summary: PovRay GB: no diagnostics for user if results saving fail Initial Comment: User hasn't any diagnostics if results recording is failed (for example, because permissions are denied). Work results aren't stored but user hasn't any info about this. No any stacks in logs too. Note that Generic grid bean prints in this case the following info : Cannot store result file java.io.FileNotFoundException: /nfs/pb/home/vnryabin/Hello.class (Permission denied) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1815801&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-10-05 10:17:40
|
Bugs item #1807995, was opened at 2007-10-05 14:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1807995&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Values of time in "Job information" window are wrong Initial Comment: 1. Start Application client. 2. Submit a job. 3. Right click on the job and select item Properties. The content of field "Current Time" is not real current time. It is submission time of the job. But existing field "Submission Time" is empty. And why the times have a time zone which not corresponds to server's or client's time zone? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1807995&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-10-05 09:35:55
|
Bugs item #1807976, was opened at 2007-10-05 13:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1807976&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Superfluous INFO messages in client's log Initial Comment: 1. Start Application client. 2. Select Settings -> Preferences. 3. Set Logging Level to OFF. 4. Submit a job. 5. Check client's log. The level OFF means the absence of any new messages in log. But following messages appear in log again and again: Oct 5, 2007 12:52:37 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Oct 5, 2007 12:52:37 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS Oct 5, 2007 12:52:37 PM com.intel.gpe.client.gpe4gtk.security.SignatureGSS <init> INFO: Created SignatureGSS using com.intel.gpe.client.gpe4gtk.security.SignatureGSS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1807976&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-27 14:24:02
|
Bugs item #1803625, was opened at 2007-09-27 18:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1803625&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation packages Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Maxim Lukichev (mlukichev) Summary: Writing permissions for uspaces directory Initial Comment: On version 1.5.1 admin scripts generates uspaces directory (/var/tmp/gpe/uspaces) with writing permissions only for owner (i.e. for user which installs container or voadmin). But voadmin and usual users can be mapped to different Unix users. So, usual user cannot create working directory into uspaces. Permissions drwxrwxrwx are needed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1803625&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-24 12:40:20
|
Bugs item #1801097, was opened at 2007-09-24 16:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1801097&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clients API Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: Dmitry N. Petrov (dnpetrov) Assigned to: Alexander Lukichev (lukichev) Summary: TargetSystemChooser does not work Initial Comment: It seems that TargetSystemChooser implementation in the current branch is incomplete. RegistryNode.observableUpdate(o) expects o to be a list of ClientWrapper<TargetSystemClient, ?>, but GetTargetSystemsAndFactoriesRequest produces a list of ClientWrapper<TargetSystemFactoryClientWrapper, ?>. As a result no target systems are shown if the registry node is expanded. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1801097&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-24 12:38:13
|
Bugs item #1801095, was opened at 2007-09-24 16:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1801095&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: gridbeans Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Nobody/Anonymous (nobody) Summary: PovRay GB: value of Anti Aliasing field is missed Initial Comment: Value of field "Anti Aliasing" is not transfered into command line. A default value from incarnation osProfile is used instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1801095&group_id=143095 |
From: . . <car...@gm...> - 2007-09-19 07:15:19
|
my aim is create virtual workspace.Iam already createa a virtual workspce by using(globus4.0.5 and workspace service vm TP1.2.3).I used ttylinux image and created successfully.And i try by using other images(scientific linux image,fedora image)....some problems my question is if it possible to create a virtual workspace successfuly by using all linux oriented images in GPE or not. Expecting ur favourable reply with regards care |
From: . . <car...@gm...> - 2007-09-19 05:23:29
|
sir, I installed globus 4.0.5 and gpe-all-installer.when i started container 52 services are running and i deployed gpe4gtk-services.gar now 72 services are running. I started spplication client. i changed the following things. 1)file->preferences. In general tab GridBean Services= https://virtualcluster.mitgrid.au.chn.in:8443/wsrf/services/GridBeanService In Registry tab NAME:virtualcluster.mitgrid.au.chn.in URL: https://virtualcluster.mitgrid.au.chn.in:8443/wsrf/services/RegistryService 2)Tools->setup security in keystore editor Actions->Generate Certificate Request Iam not getting the target system.Iam getting the error ERROR Cannot get target systems from virtualcluster.mitgrid.au.chn.in org.globus.common.ChainedIOException: Authentication failed [Caused by: Failure unspecified at GSS-API level [Caused by: Unknown CA]] Expecting favourable reply. with regards care |
From: SourceForge.net <no...@so...> - 2007-09-18 13:44:12
|
Bugs item #1797078, was opened at 2007-09-18 17:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1797078&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: generic client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: AppClient doesn't ask password when user is changed Initial Comment: Suppose our keystore contains 2 vo accounts: user1 and user2 (user1 is set as default). Start AppClient under user1 (enter keystore password, click on registry, enter user1's password etc). Then change default alias to user2 by Keystore editor. The user has changed but the password of new user hasn't been asked... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1797078&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-18 10:49:30
|
Bugs item #1796970, was opened at 2007-09-18 14:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796970&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: AppClient doesn't show directories in working directory Initial Comment: 1. Create a job with Generic grid bean, application Hello and file set: Path: C:\GPE4GTK\gpe4gtk1\tests\sources Includes: javasources/* 2. Add output files: name is R, Value is *. 3. Submit job and then click Fetch outcome when job finished. 4. Tab Manage Output Files contained only 2 files : .gpe_exit_status and .gpe_job_script. But working directory contains the subdirectory jabasources with .java files. They aren't showed... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796970&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-18 09:56:21
|
Bugs item #1796959, was opened at 2007-09-18 13:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796959&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Exception when a user removes TSS Initial Comment: On version 1.5.1: Menu item TS -> Destroy TSS is available for a user. An attempt to remove TS generates exception, not Info. If a user cannot do this the item should be unavailable for him. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796959&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-18 09:30:12
|
Bugs item #1796944, was opened at 2007-09-18 13:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796944&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Application client hangs if a job with a remote file starts Initial Comment: Start Application client, load Generic grid bean, select an application (Hello for example). click on Files tab, Edit button,then Add File. Choose Remote File and then select a file from Home storage of target system. Submit job. Client is buzzed without end. No any diagnostics or exceptions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796944&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-17 12:37:56
|
Bugs item #1796182, was opened at 2007-09-17 16:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796182&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Denis Zhigula (dizhigul) Assigned to: Alexander Lukichev (lukichev) Summary: KeyStoreEditor don't remove VO Account entry Initial Comment: KeyStoreEditor don't remove VO Account entry ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1796182&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-14 16:05:08
|
Bugs item #1794824, was opened at 2007-09-14 20:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1794824&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: generic client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Garbage in job list Initial Comment: On 1.5.1 version: 1.A job was submitted successfully to a TS. 2. Destroy job. The job's entry is removed from job list. Ok. 3. Select the TS and click Refresh. A string ? ?-null UNAVAILABLE --- is appeared in job list. It cannot be removed by any refreshing. The same happened when a new job is appeared in list. File gpe.log.0 is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1794824&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-07 12:26:14
|
Bugs item #1790080, was opened at 2007-09-07 14:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1790080&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: application client Group: v1.4.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ralf Ratering (ratering) Assigned to: Alexander Lukichev (lukichev) Summary: Target System Storage requires restart after connect Initial Comment: How to reproduce: 1. "Connect" to a target system (create TSR) 2. Open remote file chooser for Input FileSet. 3. The default "HOME" storage is not displayed, although it exists in the TS-RPs. 4. After client restart, "HOME" is displayed in the file chooser. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1790080&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-09-04 13:09:00
|
Bugs item #1787671, was opened at 2007-09-04 15:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1787671&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation packages Group: v1.4.2 Status: Open Resolution: None Priority: 9 Private: No Submitted By: Ralf Ratering (ratering) Assigned to: Maxim Lukichev (mlukichev) Summary: Client Installer does not work under Vista Initial Comment: The client installer under Windows Vista fails with "FileNotFoundException ...\uninstall.bat (Access denied)" The same installer works fine under Windows XP, so it seems to be a Vista-specific problem with IZPack. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1787671&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-08-28 12:08:05
|
Bugs item #1783214, was opened at 2007-08-28 16:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1783214&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: generic client Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Vladimir N. Ryabinin (vnryabin) Assigned to: Alexander Lukichev (lukichev) Summary: Path settings for the gridbean loading hasn't any effect Initial Comment: In Application client (v 1.5-SNAPSHOT): Path settings in the field "Plugins" of tab "Paths" hasn't any effect in future. Even if this path was changed in this field, still the next action "Load GridBean..." will use the path which was set in previous action. These changes will not be memorized when client will be stopped. Then what sense has this field? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1783214&group_id=143095 |
From: SourceForge.net <no...@so...> - 2007-08-27 12:40:56
|
Bugs item #1782474, was opened at 2007-08-27 16:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1782474&group_id=143095 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: generic client Group: gtk4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nikolay Malyshev (nbmalysh) Assigned to: Nikolay Malyshev (nbmalysh) Summary: The superfluous information is stored in preferences Initial Comment: Brunch 1.5.0 . The changed sizes of a window "Keystore Editor" are store in node .../CommonGUI/KeystoreEditorPanel. The sizes of the internal panel of this window are store in node .../CommonGUI/KEYSTOREEDITOR. The sizes of the internal panel do not exist independently. This information is superfluous. Suggested fix: ============== +++ C:/WORKSPACE/standalone/src/main/java/com/intel/gui/editors/keystore2/KeystoreEditorPanel.java @@ -1814,23 +1814,9 @@ } public void load(IPreferences preferences) { - String width = preferences.get(node.getKey(GUIKeys.width.getKey())); - int w = 0; - int h = 0; - if (width != null) { - w = new Integer(width); - } - String height = preferences.get(node.getKey(GUIKeys.height.getKey())); - if (height != null) { - h = new Integer(height); - } - - setPreferredSize(new Dimension(w, h)); } public void store(IPreferences preferences) { - preferences.set(node.getKey(GUIKeys.width.getKey()), Integer.toString(getSize().width)); - preferences.set(node.getKey(GUIKeys.height.getKey()), Integer.toString(getSize().height)); } public INode getNode() { ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=754498&aid=1782474&group_id=143095 |