You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/08/30 08:01:22 UTC

[Bug 60064] New: error in version.sh

https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

            Bug ID: 60064
           Summary: error in version.sh
           Product: Tomcat 7
           Version: 7.0.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: msjs.sumudini@gmail.com

There's an error during running version.sh in tomcat7..when run the command
"./catalina.sh version" it doesn't show the tomcat version and error occur..

"Error: Could not find or load main class org.apache.catalina.util.ServerInfo"

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60064] error in version.sh

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

Jayani sumudini <ms...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60064] error in version.sh

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

Jayani sumudini <ms...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msjs.sumudini@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60064] error in version.sh

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> ---
I have no idea what this is, but it isn't a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60064] error in version.sh

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

--- Comment #2 from Jayani sumudini <ms...@gmail.com> ---
Created attachment 34185
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34185&action=edit
I change the java/org/apache/catalina/util/ServerInfo.java

change the import java package in java/org/apache/catalina/util/ServerInfo.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 60064] error in version.sh

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

--- Comment #1 from Jayani sumudini <ms...@gmail.com> ---
error occur at the java/org/apache/catalina/util/ServerInfo.java

When compile that code 3 errors happened.

Errors are :-

1)package org.apache.tomcat.util does not exist
import org.apache.tomcat.util.ExceptionUtils

2)Class names, 'ServerInfo', are only accepted if annotation processing is
explicitly requested

3)cannot find symbol
            ExceptionUtils.handleThrowable(t);
            ^
  symbol:   variable ExceptionUtils
  location: class ServerInfo

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org