You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Lasantha Ranaweera <la...@opensource.lk> on 2007/07/10 11:33:03 UTC

Build Failure

Hi All,

I am getting following compilation error while building the latest 
source code.

Thanks,
Lasantha Ranaweera


[INFO] 
----------------------------------------------------------------------------
[INFO] Building Geronimo :: OpenEJB
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
[INFO] Deleting directory 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO] Deleting directory 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] Copying 2 files to 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 21 source files to 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45] 
directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData) 
in org.apache.openejb.client.ClientSecurity cannot be applied to 
(java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)



/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45] 
directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData) 
in org.apache.openejb.client.ClientSecurity cannot be applied to 
(java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)


Re: Build Failure

Posted by Donald Woods <dw...@apache.org>.
I built the latest OpenEJB code locally and then Geronimo Rev554771 without 
any problems....

-Donald

Vamsavardhana Reddy wrote:
> Ran into the same problem at rev 554886.
> 
> Vamsi
> 
> On 7/10/07, *Lasantha Ranaweera* <lasantha@opensource.lk 
> <ma...@opensource.lk> > wrote:
> 
>     Hi All,
> 
>     I am getting following compilation error while building the latest
>     source code.
> 
>     Thanks,
>     Lasantha Ranaweera
> 
> 
>     [INFO]
>     ----------------------------------------------------------------------------
>     [INFO] Building Geronimo :: OpenEJB
>     [INFO]    task-segment: [clean, install]
>     [INFO]
>     ----------------------------------------------------------------------------
>     [INFO] [clean:clean]
>     [INFO] Deleting directory
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
> 
>     [INFO] Deleting directory
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
>     [INFO] Deleting directory
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
> 
>     [INFO] [enforcer:enforce {execution: default}]
>     [INFO] [tools:copy-legal-files {execution: install-legal-files}]
>     [INFO] Created dir:
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> 
>     [INFO] Copying 2 files to
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
>     [INFO] [resources:resources]
>     [INFO] Using default encoding to copy filtered resources.
>     [INFO] [compiler:compile]
>     [INFO] Compiling 21 source files to
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
>     [INFO]
>     ------------------------------------------------------------------------
> 
>     [ERROR] BUILD FAILURE
>     [INFO]
>     ------------------------------------------------------------------------
>     [INFO] Compilation failure
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> 
>     directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
>     in org.apache.openejb.client.ClientSecurity cannot be applied to
>     (java.lang.String,java.lang.String,java.lang.String
>     ,org.apache.openejb.client.ServerMetaData)
> 
> 
> 
>     /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
>     directAuthentication(
>     java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
>     in org.apache.openejb.client.ClientSecurity cannot be applied to
>     (java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData
>     )
> 
> 

Re: Build Failure

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
Ran into the same problem at rev 554886.

Vamsi

On 7/10/07, Lasantha Ranaweera <la...@opensource.lk> wrote:
>
> Hi All,
>
> I am getting following compilation error while building the latest
> source code.
>
> Thanks,
> Lasantha Ranaweera
>
>
> [INFO]
>
> ----------------------------------------------------------------------------
> [INFO] Building Geronimo :: OpenEJB
> [INFO]    task-segment: [clean, install]
> [INFO]
>
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
> [INFO] Deleting directory
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
> [INFO] Deleting directory
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] Created dir:
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> [INFO] Copying 2 files to
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 21 source files to
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> directAuthentication(java.lang.String,java.lang.String,
> org.apache.openejb.client.ServerMetaData)
> in org.apache.openejb.client.ClientSecurity cannot be applied to
> (java.lang.String,java.lang.String,java.lang.String,
> org.apache.openejb.client.ServerMetaData)
>
>
>
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> directAuthentication(java.lang.String,java.lang.String,
> org.apache.openejb.client.ServerMetaData)
> in org.apache.openejb.client.ClientSecurity cannot be applied to
> (java.lang.String,java.lang.String,java.lang.String,
> org.apache.openejb.client.ServerMetaData)
>
>

Re: Build Failure

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 7/10/07, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> > Using the published openejb artifacts will give this problem. Build
> > openejb locally to get around this. Hopefully somebody from openejb
> > will publish new snaps soon.
>
> Yeah. I've already marked it to do once I get a capable connection to
> perform the release. It should be done in a couple of hours unless
> other openejber beats me to it.

Done.

It failed at examples publishing (needs to be fixed), but it should
fix the issue.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: Build Failure

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 7/10/07, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> > Using the published openejb artifacts will give this problem. Build
> > openejb locally to get around this. Hopefully somebody from openejb
> > will publish new snaps soon.
>
> Yeah. I've already marked it to do once I get a capable connection to
> perform the release. It should be done in a couple of hours unless
> other openejber beats me to it.

Done.

It failed at examples publishing (needs to be fixed), but it should
fix the issue.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: Build Failure

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> Using the published openejb artifacts will give this problem. Build
> openejb locally to get around this. Hopefully somebody from openejb
> will publish new snaps soon.

Yeah. I've already marked it to do once I get a capable connection to
perform the release. It should be done in a couple of hours unless
other openejber beats me to it.

Patience is appreciated.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: Build Failure

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 7/10/07, Prasad Kashyap <go...@gmail.com> wrote:
> Using the published openejb artifacts will give this problem. Build
> openejb locally to get around this. Hopefully somebody from openejb
> will publish new snaps soon.

Yeah. I've already marked it to do once I get a capable connection to
perform the release. It should be done in a couple of hours unless
other openejber beats me to it.

Patience is appreciated.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Re: Build Failure

Posted by Prasad Kashyap <go...@gmail.com>.
Using the published openejb artifacts will give this problem. Build
openejb locally to get around this. Hopefully somebody from openejb
will publish new snaps soon.

Cross-posting to openejb dev list for their attention.

Cheers
Prasad

On 7/10/07, Lasantha Ranaweera <la...@opensource.lk> wrote:
> Hi All,
>
> I am getting following compilation error while building the latest
> source code.
>
> Thanks,
> Lasantha Ranaweera
>
>
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Geronimo :: OpenEJB
> [INFO]    task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
> [INFO] Deleting directory
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
> [INFO] Deleting directory
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] Created dir:
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> [INFO] Copying 2 files to
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 21 source files to
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
> in org.apache.openejb.client.ClientSecurity cannot be applied to
> (java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
>
>
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
> in org.apache.openejb.client.ClientSecurity cannot be applied to
> (java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
>
>

Re: Build Failure

Posted by Prasad Kashyap <go...@gmail.com>.
Using the published openejb artifacts will give this problem. Build
openejb locally to get around this. Hopefully somebody from openejb
will publish new snaps soon.

Cross-posting to openejb dev list for their attention.

Cheers
Prasad

On 7/10/07, Lasantha Ranaweera <la...@opensource.lk> wrote:
> Hi All,
>
> I am getting following compilation error while building the latest
> source code.
>
> Thanks,
> Lasantha Ranaweera
>
>
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Geronimo :: OpenEJB
> [INFO]    task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target
> [INFO] Deleting directory
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
> [INFO] Deleting directory
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/test-classes
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [tools:copy-legal-files {execution: install-legal-files}]
> [INFO] Created dir:
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> [INFO] Copying 2 files to
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes/META-INF
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 21 source files to
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
> in org.apache.openejb.client.ClientSecurity cannot be applied to
> (java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
>
>
>
> /home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenejbRemoteLoginModule.java:[70,45]
> directAuthentication(java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
> in org.apache.openejb.client.ClientSecurity cannot be applied to
> (java.lang.String,java.lang.String,java.lang.String,org.apache.openejb.client.ServerMetaData)
>
>