You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Akira Higuchi (JIRA)" <ji...@apache.org> on 2009/09/23 05:08:16 UTC

[jira] Created: (GERONIMO-4889) sysdb-portlets BUILD ERROR

sysdb-portlets BUILD ERROR
--------------------------

                 Key: GERONIMO-4889
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4889
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: databases
    Affects Versions: 2.2
            Reporter: Akira Higuchi


I got error while building System-databse portelts. Error message was same as "2.2/2009022/build-2000.log".

I found jar files from this URL, and installed jar files manually.
 https://repository.apache.org/content/repositories/public/org/apache/geronimo/ext/tomcat/
 Jar files :jasper-6.0.20.0.jar,shared-6.0.20.0.jar,jasper-el-6.0.20.0.jar,tribes-6.0.20.0.jar,catalina-6.0.20.0.jar,util-6.0.20.0-javadoc.jar 

After "mvn clean", I built sysdb-portlets again. But,I got different error message.

> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] can't compile JSP class:
>
> An error occurred at line: 1 in the generated java file
> The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
>
> An error occurred at line: 18 in the generated java file
> org.apache.InstanceManager cannot be resolved to a type
>
> An error occurred at line: 28 in the generated java file
> _jsp_instancemanager cannot be resolved
>
> Stacktrace:
> [INFO] ------------------------------------------------------------------
> [INFO] Trace
> org.apache.jasper.JasperException: can't compile JSP class:
>
> An error occurred at line: 1 in the generated java file
> The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
>
> An error occurred at line: 18 in the generated java file
> org.apache.InstanceManager cannot be resolved to a type
>
> An error occurred at line: 28 in the generated java file
> _jsp_instancemanager cannot be resolved
> 

It was jspc erorr, then I removed jspc-maven-plugin and maven-war-plugin from pom.xml. Build was successful, 
but test result of sysdb-portlets is not good.

Thank you.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4889) sysdb-portlets BUILD ERROR

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758560#action_12758560 ] 

Rex Wang commented on GERONIMO-4889:
------------------------------------

Just try on my env, can build successful, please just wait our tomcat staging resume...

-Rex

> sysdb-portlets BUILD ERROR
> --------------------------
>
>                 Key: GERONIMO-4889
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4889
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.2
>            Reporter: Akira Higuchi
>
> I got error while building System-databse portelts. Error message was same as "2.2/2009022/build-2000.log".
> I found jar files from this URL, and installed jar files manually.
>  https://repository.apache.org/content/repositories/public/org/apache/geronimo/ext/tomcat/
>  Jar files :jasper-6.0.20.0.jar,shared-6.0.20.0.jar,jasper-el-6.0.20.0.jar,tribes-6.0.20.0.jar,catalina-6.0.20.0.jar,util-6.0.20.0-javadoc.jar 
> After "mvn clean", I built sysdb-portlets again. But,I got different error message.
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] FATAL ERROR
> > [INFO] ------------------------------------------------------------------------
> > [INFO] can't compile JSP class:
> >
> > An error occurred at line: 1 in the generated java file
> > The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
> >
> > An error occurred at line: 18 in the generated java file
> > org.apache.InstanceManager cannot be resolved to a type
> >
> > An error occurred at line: 28 in the generated java file
> > _jsp_instancemanager cannot be resolved
> >
> > Stacktrace:
> > [INFO] ------------------------------------------------------------------
> > [INFO] Trace
> > org.apache.jasper.JasperException: can't compile JSP class:
> >
> > An error occurred at line: 1 in the generated java file
> > The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
> >
> > An error occurred at line: 18 in the generated java file
> > org.apache.InstanceManager cannot be resolved to a type
> >
> > An error occurred at line: 28 in the generated java file
> > _jsp_instancemanager cannot be resolved
> > 
> It was jspc erorr, then I removed jspc-maven-plugin and maven-war-plugin from pom.xml. Build was successful, 
> but test result of sysdb-portlets is not good.
> Thank you.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4889) sysdb-portlets BUILD ERROR

Posted by "Akira Higuchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759101#action_12759101 ] 

Akira Higuchi commented on GERONIMO-4889:
-----------------------------------------

REX,

On my env,I can build successfully, and I could test portlet .
Had you finished tomcat staging?
I would like to confirm if I can close this issue.

Thank you. 

> sysdb-portlets BUILD ERROR
> --------------------------
>
>                 Key: GERONIMO-4889
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4889
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.2
>            Reporter: Akira Higuchi
>
> I got error while building System-databse portelts. Error message was same as "2.2/2009022/build-2000.log".
> I found jar files from this URL, and installed jar files manually.
>  https://repository.apache.org/content/repositories/public/org/apache/geronimo/ext/tomcat/
>  Jar files :jasper-6.0.20.0.jar,shared-6.0.20.0.jar,jasper-el-6.0.20.0.jar,tribes-6.0.20.0.jar,catalina-6.0.20.0.jar,util-6.0.20.0-javadoc.jar 
> After "mvn clean", I built sysdb-portlets again. But,I got different error message.
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] FATAL ERROR
> > [INFO] ------------------------------------------------------------------------
> > [INFO] can't compile JSP class:
> >
> > An error occurred at line: 1 in the generated java file
> > The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
> >
> > An error occurred at line: 18 in the generated java file
> > org.apache.InstanceManager cannot be resolved to a type
> >
> > An error occurred at line: 28 in the generated java file
> > _jsp_instancemanager cannot be resolved
> >
> > Stacktrace:
> > [INFO] ------------------------------------------------------------------
> > [INFO] Trace
> > org.apache.jasper.JasperException: can't compile JSP class:
> >
> > An error occurred at line: 1 in the generated java file
> > The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
> >
> > An error occurred at line: 18 in the generated java file
> > org.apache.InstanceManager cannot be resolved to a type
> >
> > An error occurred at line: 28 in the generated java file
> > _jsp_instancemanager cannot be resolved
> > 
> It was jspc erorr, then I removed jspc-maven-plugin and maven-war-plugin from pom.xml. Build was successful, 
> but test result of sysdb-portlets is not good.
> Thank you.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-4889) sysdb-portlets BUILD ERROR

Posted by "Akira Higuchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira Higuchi closed GERONIMO-4889.
-----------------------------------

       Resolution: Invalid
    Fix Version/s: 2.2

> sysdb-portlets BUILD ERROR
> --------------------------
>
>                 Key: GERONIMO-4889
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4889
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>    Affects Versions: 2.2
>            Reporter: Akira Higuchi
>             Fix For: 2.2
>
>
> I got error while building System-databse portelts. Error message was same as "2.2/2009022/build-2000.log".
> I found jar files from this URL, and installed jar files manually.
>  https://repository.apache.org/content/repositories/public/org/apache/geronimo/ext/tomcat/
>  Jar files :jasper-6.0.20.0.jar,shared-6.0.20.0.jar,jasper-el-6.0.20.0.jar,tribes-6.0.20.0.jar,catalina-6.0.20.0.jar,util-6.0.20.0-javadoc.jar 
> After "mvn clean", I built sysdb-portlets again. But,I got different error message.
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] FATAL ERROR
> > [INFO] ------------------------------------------------------------------------
> > [INFO] can't compile JSP class:
> >
> > An error occurred at line: 1 in the generated java file
> > The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
> >
> > An error occurred at line: 18 in the generated java file
> > org.apache.InstanceManager cannot be resolved to a type
> >
> > An error occurred at line: 28 in the generated java file
> > _jsp_instancemanager cannot be resolved
> >
> > Stacktrace:
> > [INFO] ------------------------------------------------------------------
> > [INFO] Trace
> > org.apache.jasper.JasperException: can't compile JSP class:
> >
> > An error occurred at line: 1 in the generated java file
> > The type org.apache.InstanceManager cannot be resolved. It is indirectly referenced from required .class files
> >
> > An error occurred at line: 18 in the generated java file
> > org.apache.InstanceManager cannot be resolved to a type
> >
> > An error occurred at line: 28 in the generated java file
> > _jsp_instancemanager cannot be resolved
> > 
> It was jspc erorr, then I removed jspc-maven-plugin and maven-war-plugin from pom.xml. Build was successful, 
> but test result of sysdb-portlets is not good.
> Thank you.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.