Hi Konstantin,

Thanks. it did cut the name during the unpacking.
I unpacked it using " gunzip -c apache-tomcat-7.0.52.tar.gz |tar xvf - " and
there was no warning or error.

The original tar.gz file contains:
DrawboardContextListener.class
DrawboardContextListener.java

But after unpacked, their names are cut as follows:
-rw-r--r--   1 root     root         890 Feb 13 02:29
DrawboardContextListener.c
-rw-r--r--   1 root     root        1346 Feb 13 02:31
DrawboardContextListener.j

Best Regards,
Jay

-----Original Message-----
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] 
Sent: Thursday, February 27, 2014 5:13 PM
To: Tomcat Users List
Subject: Re: Tomcat 7.0.52 issue on our Sun Sparc with SunOS 5.10

2014-02-28 1:56 GMT+04:00 Jay <mx...@live.com>:
> Hello,
>
> We newly installed Solaris 10 with all default settings on our Sun 
> Sparc machine (sun4u sparc SUNW,UltraAX-i2 64-bit sparcv9 kernel modules).
> The OS Version: SunOS hostname 5.10 Generic_147147-26 sun4u sparc 
> SUNW,UltraAX-i2.
>
> We downloaded and installed JDK packages as follows:
> jdk-7u51-solaris-sparc.z
> jdk-7u51-solaris-sparcv9.z
>
> The Java in the environment:
> java version "1.7.0_51"
> Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 
> Client VM (build 24.51-b03, mixed mode, sharing)
>
> We downloaded the  apache-tomcat-7.0.52.tar.gz and just unpacked it in 
> /export/home/tester.
> Then we started the Tomcat server just using ./startup.sh without 
> change of any default settings.
> The Tomcat is started ok listening at 8080 and we can see the Tomcat 
> main page on Web Browser at the port 8080.
> But there is SEVERE error in the logs as follows:
>       org.apache.catalina.core.StandardContext listenerStart
>       SEVERE: Error configuring application listener of class 
> websocket.drawboard.DrawboardContextListener
>
> Is anyone aware about this issue? is it a configuration issue or 
> environment issue?
> Will this issue affect the basic Tomcat functions?
> Can you please provide any clues or check points?
>
> Thanks,
> Jay
>
> PS. Here are the outputs from the logs:
>(....)
> INFO: Deploying web application directory  
>/export/home/tester/apache-tomcat-7.0.52/webapps/examples
>(...)
> java.lang.ClassNotFoundException:
> websocket.drawboard.DrawboardContextListener


Does the following class file exist in your installation?
/export/home/tester/apache-tomcat-7.0.52/webapps/examples/WEB-INF/classes/we
bsocket/drawboard/DrawboardContextListener.class

I have checked, that it is present in apache-tomcat-7.0.52.tar.gz, but may
be you had trouble unpacking it.  The *.tar.gz file requires GNU Tar (as
mentioned in README file on the download page), because of some long file
names.

You can download apache-tomcat-7.0.52.zip instead.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to