You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Amila Jayasekara <th...@gmail.com> on 2013/07/11 18:42:53 UTC

Exception in xbaya-gui in trunk

Hi All,

When building trunk xbaya-gui I am getting following exception;

[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
airavata-xbaya-gui ---
[INFO] Compiling 338 source files to
/Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
cannot access COM.claymoresystems.ptls.SSLContext
class file for COM.claymoresystems.ptls.SSLContext not found
            secureInvoker = new GsiInvoker(proxy,
CertUtil.loadCertificates(trustedcerts));
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 15.241s
[INFO] Finished at: Thu Jul 11 12:40:53 EDT 2013
[INFO] Final Memory: 34M/123M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project airavata-xbaya-gui: Compilation failure
[ERROR]
/Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
cannot access COM.claymoresystems.ptls.SSLContext
[ERROR] class file for COM.claymoresystems.ptls.SSLContext not found
[ERROR] secureInvoker = new GsiInvoker(proxy,
CertUtil.loadCertificates(trustedcerts));
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Any idea how to resolve this issue ?

Thanks
Amila

Re: Exception in xbaya-gui in trunk

Posted by Suresh Marru <sm...@apache.org>.
On Jul 11, 2013, at 1:56 PM, Amila Jayasekara <th...@gmail.com> wrote:

> You mean obsolete ?
> I am also not sure why it is not in the release build. I have bunch of
> changes in my trunk, but couldnt fathom how my changes are related to
> undermentioned error.

Yes obsolete (dangerous typos and auto-spell checkers). This is clearly related to the jglobus 2.0 upgrade which is breaking the legacy security authentication. I am scavenging these test cases for any useful testing scenarios and will remove the zombies.

Suresh

> 
> Thanks
> Amila
> 
> 
> On Thu, Jul 11, 2013 at 1:00 PM, Suresh Marru <sm...@apache.org> wrote:
> 
>> Hi Amila,
>> 
>> This test case LEADWorkflowInvokerTestCase.java should now be absolute.
>> But I am still puzzled and looking through on why my release builds did not
>> run into this test case failure.
>> 
>> Suresh
>> 
>> On Jul 11, 2013, at 12:42 PM, Amila Jayasekara <th...@gmail.com>
>> wrote:
>> 
>>> Hi All,
>>> 
>>> When building trunk xbaya-gui I am getting following exception;
>>> 
>>> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
>>> airavata-xbaya-gui ---
>>> [INFO] Compiling 338 source files to
>>> 
>> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/target/classes
>>> [INFO] -------------------------------------------------------------
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -------------------------------------------------------------
>>> [ERROR]
>>> 
>> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
>>> cannot access COM.claymoresystems.ptls.SSLContext
>>> class file for COM.claymoresystems.ptls.SSLContext not found
>>>           secureInvoker = new GsiInvoker(proxy,
>>> CertUtil.loadCertificates(trustedcerts));
>>> [INFO] 1 error
>>> [INFO] -------------------------------------------------------------
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 15.241s
>>> [INFO] Finished at: Thu Jul 11 12:40:53 EDT 2013
>>> [INFO] Final Memory: 34M/123M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project airavata-xbaya-gui: Compilation failure
>>> [ERROR]
>>> 
>> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
>>> cannot access COM.claymoresystems.ptls.SSLContext
>>> [ERROR] class file for COM.claymoresystems.ptls.SSLContext not found
>>> [ERROR] secureInvoker = new GsiInvoker(proxy,
>>> CertUtil.loadCertificates(trustedcerts));
>>> [ERROR] -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e
>>> switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>> 
>>> Any idea how to resolve this issue ?
>>> 
>>> Thanks
>>> Amila
>> 
>> 


Re: Exception in xbaya-gui in trunk

Posted by Amila Jayasekara <th...@gmail.com>.
You mean obsolete ?
I am also not sure why it is not in the release build. I have bunch of
changes in my trunk, but couldnt fathom how my changes are related to
undermentioned error.

Thanks
Amila


On Thu, Jul 11, 2013 at 1:00 PM, Suresh Marru <sm...@apache.org> wrote:

> Hi Amila,
>
> This test case LEADWorkflowInvokerTestCase.java should now be absolute.
> But I am still puzzled and looking through on why my release builds did not
> run into this test case failure.
>
> Suresh
>
> On Jul 11, 2013, at 12:42 PM, Amila Jayasekara <th...@gmail.com>
> wrote:
>
> > Hi All,
> >
> > When building trunk xbaya-gui I am getting following exception;
> >
> > [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> > airavata-xbaya-gui ---
> > [INFO] Compiling 338 source files to
> >
> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/target/classes
> > [INFO] -------------------------------------------------------------
> > [ERROR] COMPILATION ERROR :
> > [INFO] -------------------------------------------------------------
> > [ERROR]
> >
> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
> > cannot access COM.claymoresystems.ptls.SSLContext
> > class file for COM.claymoresystems.ptls.SSLContext not found
> >            secureInvoker = new GsiInvoker(proxy,
> > CertUtil.loadCertificates(trustedcerts));
> > [INFO] 1 error
> > [INFO] -------------------------------------------------------------
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 15.241s
> > [INFO] Finished at: Thu Jul 11 12:40:53 EDT 2013
> > [INFO] Final Memory: 34M/123M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> > (default-compile) on project airavata-xbaya-gui: Compilation failure
> > [ERROR]
> >
> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
> > cannot access COM.claymoresystems.ptls.SSLContext
> > [ERROR] class file for COM.claymoresystems.ptls.SSLContext not found
> > [ERROR] secureInvoker = new GsiInvoker(proxy,
> > CertUtil.loadCertificates(trustedcerts));
> > [ERROR] -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >
> > Any idea how to resolve this issue ?
> >
> > Thanks
> > Amila
>
>

Re: Exception in xbaya-gui in trunk

Posted by Suresh Marru <sm...@apache.org>.
Hi Amila,

This test case LEADWorkflowInvokerTestCase.java should now be absolute. But I am still puzzled and looking through on why my release builds did not run into this test case failure. 

Suresh

On Jul 11, 2013, at 12:42 PM, Amila Jayasekara <th...@gmail.com> wrote:

> Hi All,
> 
> When building trunk xbaya-gui I am getting following exception;
> 
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> airavata-xbaya-gui ---
> [INFO] Compiling 338 source files to
> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
> cannot access COM.claymoresystems.ptls.SSLContext
> class file for COM.claymoresystems.ptls.SSLContext not found
>            secureInvoker = new GsiInvoker(proxy,
> CertUtil.loadCertificates(trustedcerts));
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 15.241s
> [INFO] Finished at: Thu Jul 11 12:40:53 EDT 2013
> [INFO] Final Memory: 34M/123M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project airavata-xbaya-gui: Compilation failure
> [ERROR]
> /Users/thejaka/development/apache/airavata/airavata/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/test/LEADWorkflowInvokerTestCase.java:[229,28]
> cannot access COM.claymoresystems.ptls.SSLContext
> [ERROR] class file for COM.claymoresystems.ptls.SSLContext not found
> [ERROR] secureInvoker = new GsiInvoker(proxy,
> CertUtil.loadCertificates(trustedcerts));
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> 
> Any idea how to resolve this issue ?
> 
> Thanks
> Amila