You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/09/29 17:01:32 UTC

[jira] Created: (GERONIMO-324) build failed

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-324

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-324
    Summary: build failed
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Apache Geronimo
 Components: 
             buildsystem

   Assignee: 
   Reporter: karan singh malhi

    Created: Wed, 29 Sep 2004 7:59 AM
    Updated: Wed, 29 Sep 2004 7:59 AM
Environment: red hat linux 9.0, kernel 2.4.2

Description:
java:compile:
    [touch] Creating /home/karan/geronimo/modules/jetty/target/xmlbeans/tstamp
    [depend] Deleted 0 out of date files in 0 seconds
    [echo] Compiling to /home/karan/geronimo/modules/jetty/target/classes
    [javac] Compiling 50 source files to /home/karan/geronimo/modules/jetty/targ
et/classes
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pContext.java:103: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:116: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:390: cannot resolve symbol
symbol  : method getConfiguration ()
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
            ((JettyXMLConfiguration) this.getConfiguration()).configure(policyCo
nfiguration, securityConfig);
                                     ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyXMLCo                                                                            nfiguration.java:71: cannot resolve symbol
symbol  : constructor XMLConfiguration (org.apache.geronimo.jetty.JettyWebAppCon                                                                            text)
location: class org.mortbay.jetty.servlet.XMLConfiguration
        super(context);
        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
4 errors

BUILD FAILED
File...... /home/karan/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [default] -- /home/karan/.maven/cache/maven-java-plugin-1.                                                                            4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compiler error output                                                                             for details.
Total time: 15 minutes 4 seconds
Finished at: Wed Sep 29 10:24:53 EDT 2004

[karan@j2ee geronimo]$ kernel



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (GERONIMO-324) build failed

Posted by David Jencks <da...@yahoo.com>.
I've updated my copy to work with the current snapshot.  One security  
test fails, which I've commented out.  Shall I check this in?

david jencks

On Sep 29, 2004, at 10:34 AM, dev@geronimo.apache.org wrote:

> The following comment has been added to this issue:
>
>      Author: Alan Cabrera
>     Created: Wed, 29 Sep 2004 10:34 AM
>        Body:
> Changed version of jetty that geronimo uses to v5.0.0
> ---------------------------------------------------------------------
> View this comment:
>    
> http://issues.apache.org/jira/browse/GERONIMO-324? 
> page=comments#action_53505
>
> ---------------------------------------------------------------------
> View the issue:
>   http://issues.apache.org/jira/browse/GERONIMO-324
>
> Here is an overview of the issue:
> ---------------------------------------------------------------------
>         Key: GERONIMO-324
>     Summary: build failed
>        Type: Bug
>
>      Status: Open
>    Priority: Major
>
>     Project: Apache Geronimo
>  Components:
>              buildsystem
>
>    Assignee: Alan Cabrera
>    Reporter: karan singh malhi
>
>     Created: Wed, 29 Sep 2004 7:59 AM
>     Updated: Wed, 29 Sep 2004 10:34 AM
> Environment: red hat linux 9.0, kernel 2.4.2
>
> Description:
> java:compile:
>     [touch] Creating  
> /home/karan/geronimo/modules/jetty/target/xmlbeans/tstamp
>     [depend] Deleted 0 out of date files in 0 seconds
>     [echo] Compiling to  
> /home/karan/geronimo/modules/jetty/target/classes
>     [javac] Compiling 50 source files to  
> /home/karan/geronimo/modules/jetty/targ
> et/classes
> /home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/ 
> JettyWebAp
> pContext.java:103: cannot resolve symbol
> symbol  : method setConfiguration  
> (org.apache.geronimo.jetty.JettyXMLConfigurati
> on)
> location: class org.apache.geronimo.jetty.JettyWebAppContext
>         setConfiguration(new JettyXMLConfiguration(this));
>         ^
> /home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/ 
> JettyWebAp
> pJACCContext.java:116: cannot resolve symbol
> symbol  : method setConfiguration  
> (org.apache.geronimo.jetty.JettyXMLConfigurati
> on)
> location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
>         setConfiguration(new JettyXMLConfiguration(this));
>         ^
> /home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/ 
> JettyWebAp
> pJACCContext.java:390: cannot resolve symbol
> symbol  : method getConfiguration ()
> location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
>             ((JettyXMLConfiguration)  
> this.getConfiguration()).configure(policyCo
> nfiguration, securityConfig);
>                                      ^
> /home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/ 
> JettyXMLCo                                                              
>                nfiguration.java:71: cannot resolve symbol
> symbol  : constructor XMLConfiguration  
> (org.apache.geronimo.jetty.JettyWebAppCon                               
>                                               text)
> location: class org.mortbay.jetty.servlet.XMLConfiguration
>         super(context);
>         ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -deprecation for details.
> 4 errors
>
> BUILD FAILED
> File...... /home/karan/geronimo/maven.xml
> Element... maven:reactor
> Line...... 238
> Column.... 27
> Unable to obtain goal [default] --  
> /home/karan/.maven/cache/maven-java-plugin-1.                           
>                                                    
> 4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compiler  
> error output                                                            
>                   for details.
> Total time: 15 minutes 4 seconds
> Finished at: Wed Sep 29 10:24:53 EDT 2004
>
> [karan@j2ee geronimo]$ kernel
>
>
>
> ---------------------------------------------------------------------
> JIRA INFORMATION:
> This message is automatically generated by JIRA.
>
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
>
> If you want more information on JIRA, or have a bug to report see:
>    http://www.atlassian.com/software/jira
>


[jira] Commented: (GERONIMO-324) build failed

Posted by de...@geronimo.apache.org.
The following comment has been added to this issue:

     Author: Alan Cabrera
    Created: Wed, 29 Sep 2004 10:34 AM
       Body:
Changed version of jetty that geronimo uses to v5.0.0
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/GERONIMO-324?page=comments#action_53505

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-324

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-324
    Summary: build failed
       Type: Bug

     Status: Open
   Priority: Major

    Project: Apache Geronimo
 Components: 
             buildsystem

   Assignee: Alan Cabrera
   Reporter: karan singh malhi

    Created: Wed, 29 Sep 2004 7:59 AM
    Updated: Wed, 29 Sep 2004 10:34 AM
Environment: red hat linux 9.0, kernel 2.4.2

Description:
java:compile:
    [touch] Creating /home/karan/geronimo/modules/jetty/target/xmlbeans/tstamp
    [depend] Deleted 0 out of date files in 0 seconds
    [echo] Compiling to /home/karan/geronimo/modules/jetty/target/classes
    [javac] Compiling 50 source files to /home/karan/geronimo/modules/jetty/targ
et/classes
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pContext.java:103: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:116: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:390: cannot resolve symbol
symbol  : method getConfiguration ()
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
            ((JettyXMLConfiguration) this.getConfiguration()).configure(policyCo
nfiguration, securityConfig);
                                     ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyXMLCo                                                                            nfiguration.java:71: cannot resolve symbol
symbol  : constructor XMLConfiguration (org.apache.geronimo.jetty.JettyWebAppCon                                                                            text)
location: class org.mortbay.jetty.servlet.XMLConfiguration
        super(context);
        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
4 errors

BUILD FAILED
File...... /home/karan/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [default] -- /home/karan/.maven/cache/maven-java-plugin-1.                                                                            4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compiler error output                                                                             for details.
Total time: 15 minutes 4 seconds
Finished at: Wed Sep 29 10:24:53 EDT 2004

[karan@j2ee geronimo]$ kernel



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-324) build failed

Posted by de...@geronimo.apache.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-324

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-324
    Summary: build failed
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Apache Geronimo
 Components: 
             buildsystem

   Assignee: Alan Cabrera
   Reporter: karan singh malhi

    Created: Wed, 29 Sep 2004 7:59 AM
    Updated: Thu, 30 Sep 2004 10:20 AM
Environment: red hat linux 9.0, kernel 2.4.2

Description:
java:compile:
    [touch] Creating /home/karan/geronimo/modules/jetty/target/xmlbeans/tstamp
    [depend] Deleted 0 out of date files in 0 seconds
    [echo] Compiling to /home/karan/geronimo/modules/jetty/target/classes
    [javac] Compiling 50 source files to /home/karan/geronimo/modules/jetty/targ
et/classes
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pContext.java:103: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:116: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:390: cannot resolve symbol
symbol  : method getConfiguration ()
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
            ((JettyXMLConfiguration) this.getConfiguration()).configure(policyCo
nfiguration, securityConfig);
                                     ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyXMLCo                                                                            nfiguration.java:71: cannot resolve symbol
symbol  : constructor XMLConfiguration (org.apache.geronimo.jetty.JettyWebAppCon                                                                            text)
location: class org.mortbay.jetty.servlet.XMLConfiguration
        super(context);
        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
4 errors

BUILD FAILED
File...... /home/karan/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [default] -- /home/karan/.maven/cache/maven-java-plugin-1.                                                                            4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compiler error output                                                                             for details.
Total time: 15 minutes 4 seconds
Finished at: Wed Sep 29 10:24:53 EDT 2004

[karan@j2ee geronimo]$ kernel



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-324) build failed

Posted by de...@geronimo.apache.org.
The following comment has been added to this issue:

     Author: Alan Cabrera
    Created: Wed, 29 Sep 2004 9:46 AM
       Body:
It appears that the jetty reorg to accomodate JSR77 has left Geronimo behind.  I'll try to get to it this weekend.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/GERONIMO-324?page=comments#action_53503

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-324

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-324
    Summary: build failed
       Type: Bug

     Status: Open
   Priority: Major

    Project: Apache Geronimo
 Components: 
             buildsystem

   Assignee: Alan Cabrera
   Reporter: karan singh malhi

    Created: Wed, 29 Sep 2004 7:59 AM
    Updated: Wed, 29 Sep 2004 9:46 AM
Environment: red hat linux 9.0, kernel 2.4.2

Description:
java:compile:
    [touch] Creating /home/karan/geronimo/modules/jetty/target/xmlbeans/tstamp
    [depend] Deleted 0 out of date files in 0 seconds
    [echo] Compiling to /home/karan/geronimo/modules/jetty/target/classes
    [javac] Compiling 50 source files to /home/karan/geronimo/modules/jetty/targ
et/classes
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pContext.java:103: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:116: cannot resolve symbol
symbol  : method setConfiguration (org.apache.geronimo.jetty.JettyXMLConfigurati
on)
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
        setConfiguration(new JettyXMLConfiguration(this));
        ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyWebAp
pJACCContext.java:390: cannot resolve symbol
symbol  : method getConfiguration ()
location: class org.apache.geronimo.jetty.JettyWebAppJACCContext
            ((JettyXMLConfiguration) this.getConfiguration()).configure(policyCo
nfiguration, securityConfig);
                                     ^
/home/karan/geronimo/modules/jetty/src/java/org/apache/geronimo/jetty/JettyXMLCo                                                                            nfiguration.java:71: cannot resolve symbol
symbol  : constructor XMLConfiguration (org.apache.geronimo.jetty.JettyWebAppCon                                                                            text)
location: class org.mortbay.jetty.servlet.XMLConfiguration
        super(context);
        ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
4 errors

BUILD FAILED
File...... /home/karan/geronimo/maven.xml
Element... maven:reactor
Line...... 238
Column.... 27
Unable to obtain goal [default] -- /home/karan/.maven/cache/maven-java-plugin-1.                                                                            4/plugin.jelly:53:48: <ant:javac> Compile failed; see the compiler error output                                                                             for details.
Total time: 15 minutes 4 seconds
Finished at: Wed Sep 29 10:24:53 EDT 2004

[karan@j2ee geronimo]$ kernel



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira