Re: un subscribing this newsgroup

2005-11-29 Thread Terry Allen

Hi!
  I am trying to unsubscribe from this newsgroup ( i have sent 
emails to unscribing email address listed in each email) but i still 
keep getting messages. Can someone tell me how can i unsubscribe 
successfully.

Thanks for your time,
Regards,
Usman.


-
To unsubscribe, e-mail:
For additional commands, e-mail: [EMAIL PROTECTED]


Hi again,
	Send a blank email to the following address as outlined at 
the bottom of each email:


[EMAIL PROTECTED]

As the subject line, use the text:

unsubscribe

	Then I suspect you need to reply to the confirmation addresss 
which sends a confirmation email to you which should complete your 
unsubscription.

--

	Bye for now, Terry Allen 
	___

hEARd

Postal Address:
hEARd, 26B Glenning Rd, Glenning Valley, NSW 2261, Australia
Internet -
WWW: http://heard.com.au http://itavservices.com
EMAIL: [EMAIL PROTECTED]
Phone: Australia - 02 4388 1400 / International - + 61 2 43881400
Mobile: Australia - 04 28881400 / International - 61 4 28881400
---
Non profit promotion for new music - since 1994
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New Tomcat install problem

2005-11-21 Thread Terry Allen
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)



There can be two causes. Either there is a mismatch in TC and zour 
Servlet version (i.e. you are using TC 4.1 with a Servlet 2.4) or 
you have a Java bytecode mismatch (i.e. you are running on JDK 1.4 
and you compiled your Servlet with JDK 1.5 or you're running TC 5.5).


Nix.

Hi again,
	Thanks for the reply - this is what a few people have said, 
but I'm no closer to the answer as yet - Martin's examination of the 
logs I emailed may assist.
	However, after updating to the latest Java  resetting the 
version by doing a symlink, I now have a partially viewable homepage, 
but some images are not viewable, so I'm partially there in any case.
	All the links, such as docs, admin, manager etc... generate 
blank pages.
	Just to keep you up to date with where this is at, specs are 
as follows:


Mac OSX 10.4.3 'client'
Tomcat 5.5.9 (installed from Tenon's iTools module)
Apache 2.0.54
Apache-Coyote/1.1
java -version
java version 1.5.0_05
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-83)
Java HotSpot(TM) Client VM (build 1.5.0_05-48, mixed mode, sharing)

	I just reinstalled the iTools module after my changes, which 
has had the result of being able to view the Tomcat homepage on my 
server.

--

	Bye for now, Terry Allen 
	___

hEARd

Postal Address:
hEARd, 26B Glenning Rd, Glenning Valley, NSW 2261, Australia
Internet -
WWW: http://heard.com.au http://itavservices.com
EMAIL: [EMAIL PROTECTED]
Phone: Australia - 02 4388 1400 / International - + 61 2 43881400
Mobile: Australia - 04 28881400 / International - 61 4 28881400
---
Non profit promotion for new music - since 1994
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New Tomcat install problem

2005-11-21 Thread Terry Allen

Terry Allen wrote:

at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)




There can be two causes. Either there is a mismatch in TC and zour 
Servlet version (i.e. you are using TC 4.1 with a Servlet 2.4) or 
you have a Java bytecode mismatch (i.e. you are running on JDK 1.4 
and you compiled your Servlet with JDK 1.5 or you're running TC 
5.5).


Nix.


Hi again,
Thanks for the reply - this is what a few people have said, but 
I'm no closer to the answer as yet - Martin's examination of the 
logs I emailed may assist.
However, after updating to the latest Java  resetting the 
version by doing a symlink, I now have a partially viewable 
homepage, but some images are not viewable, so I'm partially there 
in any case.

All the links, such as docs, admin, manager etc... generate blank pages.



Anything in the logs for this new setup?

Nix.

Hi again,
	Okay, I've included the last log entries from a few logs as 
listed below - the other logs in that directory contain only 
information about startup notification etc...  apologies if this is 
not the right way to post these:


localhost.2005-11-21.log - :

Nov 21, 2005 7:31:40 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet default threw exception
java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletResponse.setBufferSize(I)V
at 
org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServlet.java:816)
at 
org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java:335)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)

catalina.2005-11-21.log

Nov 21, 2005 8:18:42 PM org.apache.catalina.connector.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the 
request processing

java.lang.NoSuchMethodError: javax.servlet.ServletResponse.isCommitted()Z
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:112)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

at java.lang.Thread.run(Thread.java:613)

manager.2005-11-21.log

Nov 21, 2005 7:29:03 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Allocate exception for servlet HTMLManager
java.lang.NoSuchMethodError: 
javax.servlet.ServletConfig.getServletName()Ljava/lang/String;
at 
org.apache.catalina.manager.ManagerServlet.init(ManagerServlet.java:447)

at javax.servlet.GenericServlet.init(GenericServlet.java:266)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091)
at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:750)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:130

Re: New Tomcat install problem

2005-11-20 Thread Terry Allen

Hi again,
	Just to let you guys know, I have changed the symlink for 
Java on my server so it does the following:


java -version
java version 1.5.0_05
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-83)
Java HotSpot(TM) Client VM (build 1.5.0_05-48, mixed mode, sharing)
server:~/desktop root#

Still getting blank pages though at this stage - I will keep trying.
--

	Bye for now, Terry Allen 
	___

hEARd

Postal Address:
hEARd, 26B Glenning Rd, Glenning Valley, NSW 2261, Australia
Internet -
WWW: http://heard.com.au http://itavservices.com
EMAIL: [EMAIL PROTECTED]
Phone: Australia - 02 4388 1400 / International - + 61 2 43881400
Mobile: Australia - 04 28881400 / International - 61 4 28881400
---
Non profit promotion for new music - since 1994
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New Tomcat install problem

2005-11-20 Thread Terry Allen
yes and please send along the localhost.2005-11-20.log (assuming 
your tomcat install is running on localhost)

I have to foot transport my computer but I should be back online tommorrow
Best,
Martin-

Hi again,
These have been sent off-list - many thanks Martin.

--

	Bye for now, Terry Allen 
	___

hEARd

Postal Address:
hEARd, 26B Glenning Rd, Glenning Valley, NSW 2261, Australia
Internet -
WWW: http://heard.com.au http://itavservices.com
EMAIL: [EMAIL PROTECTED]
Phone: Australia - 02 4388 1400 / International - + 61 2 43881400
Mobile: Australia - 04 28881400 / International - 61 4 28881400
---
Non profit promotion for new music - since 1994
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



New Tomcat install problem

2005-11-19 Thread Terry Allen

Hi all,
	I've only just subscribed to the list to see if anyone may be 
able to assist with a 'blank page' problem. Research on Google, nor 
the various resources on the web or Tomcat site have assisted, so I 
thought I'd better consult the experts here to see if they can help.
	To outline what's installed for better assistance, here's 
some info on what's on my system:


Mac OSX 10.4.3 'client'
Apache 2.0.54
Tomcat 5.5.9

	I am running Tenon's iTools package  the Tomcat module is 
installed as part of that.

If I click the 'restart server' button in iTools, I get this:

Restarting Tomcat Engine. Click Server Status to refresh Tomcat 
status. Using CATALINA_BASE: /Library/Tenon/Tomcat Using 
CATALINA_HOME: /Library/Tenon/Tomcat Using CATALINA_TMPDIR: 
/Library/Tenon/Tomcat/temp Using JRE_HOME: /usr/ Created MBeanServer 
with ID: f1cbf6:107aafaf803:-8000:server.heard.com.au:1 Using 
CATALINA_BASE: /Library/Tenon/Tomcat Using CATALINA_HOME: 
/Library/Tenon/Tomcat Using CATALINA_TMPDIR: 
/Library/Tenon/Tomcat/temp Using JRE_HOME: /usr/


	Tenon seem to think it's something to do with a Java version 
or some file, but I don't know where to start looking.
	If I hit the default page on port 8080, I get a blank page  
also if I try the admin page, same thing. Research seems to indicate 
it's a Java version issue, but I really have no idea where to start. 
Can anyone help here please?

--

	Bye for now, Terry Allen 
	___

hEARd

Postal Address:
hEARd, 26B Glenning Rd, Glenning Valley, NSW 2261, Australia
Internet -
WWW: http://heard.com.au http://itavservices.com
EMAIL: [EMAIL PROTECTED]
Phone: Australia - 02 4388 1400 / International - + 61 2 43881400
Mobile: Australia - 04 28881400 / International - 61 4 28881400
---
Non profit promotion for new music - since 1994
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New Tomcat install problem

2005-11-19 Thread Terry Allen

Terry-
look at the defaultHost entry in your %CATALINA_HOME%\conf\server.xml
e.g.
Engine name=Catalina defaultHost=localhost
then use that for your URI e.g.
http://localhost:8080
HTH
Martin-

Hi again,
	Thanks Martin, but that was what I had tried, but it 
generates the same as trying it via it's normal domain name.

--

	Bye for now, Terry Allen 
	___

hEARd

Postal Address:
hEARd, 26B Glenning Rd, Glenning Valley, NSW 2261, Australia
Internet -
WWW: http://heard.com.au http://itavservices.com
EMAIL: [EMAIL PROTECTED]
Phone: Australia - 02 4388 1400 / International - + 61 2 43881400
Mobile: Australia - 04 28881400 / International - 61 4 28881400
---
Non profit promotion for new music - since 1994
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]