Re: Facing “Javax.servlet.servletException: c annot connect to windows server”. error

2009-01-23 Thread Kees Jan Koster
Dear prakash.s, I had visited the link suggested by you, please let me know how to change the java property "-Djava.awt.headless=true" Is it just enough to type the command prompt? For tomcat, you can either edit catalina.sh and add it after the Java command, for example. Go

Re: Facing “Javax.servlet.servletException: cannot connect to windows server”. error

2009-01-22 Thread prakash shanmugam
e: > Dear S.Prakash, > > >I am using jrxml for preparing the reports in excel files. It is >> working fine in windows but if the same is implemented (server)MAC OS >> tomcat >> I am facing "Javax.servlet.servletException: cannot connect to windows >>

Re: Facing “Javax.servlet.servletException: cannot connect to windows server”. error

2009-01-22 Thread prakash shanmugam
tained within this > transmission. > > > > > > Date: Thu, 22 Jan 2009 06:28:42 +0530 > > Subject: Facing "Javax.servlet.servletException: cannot connect to > windows server". error > > From: prakash...@gmail.com > > To: users@tomcat.apache.org

Re: Facing “Javax.servlet.servletException: c annot connect to windows server”. error

2009-01-22 Thread Kees Jan Koster
Dear S.Prakash, I am using jrxml for preparing the reports in excel files. It is working fine in windows but if the same is implemented (server)MAC OS tomcat I am facing "Javax.servlet.servletException: cannot connect to windows server – not enough". I am us

RE: Facing “Javax.servlet.servletException: cannot con nect to windows server”. error

2009-01-21 Thread Martin Gainty
530 > Subject: Facing “Javax.servlet.servletException: cannot connect to windows > server”. error > From: prakash...@gmail.com > To: users@tomcat.apache.org > > Hai all, > > I am using jrxml for preparing the reports in excel files. It is > working fine

Facing “Javax.servlet.servletException: cannot con nect to windows server”. error

2009-01-21 Thread prakash shanmugam
Hai all, I am using jrxml for preparing the reports in excel files. It is working fine in windows but if the same is implemented (server)MAC OS tomcat I am facing "Javax.servlet.servletException: cannot connect to windows server – not enough". I am using Tomcat

RE: Seek help for javax.servlet.ServletException: Java heap space

2008-10-02 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: Seek help for javax.servlet.ServletException: > Java heap space > > Why is it usually better to set -Xms and -Xmx to the > same value ? It avoids the overhead of expansion and contraction of the heap, includi

RE: Seek help for javax.servlet.ServletException: Java heap space

2008-10-01 Thread Choudhury
e respond to "Tomcat Users List" To Tomcat Users List cc Subject RE: Seek help for javax.servlet.ServletException: Java heap space > From: BruceLee [mailto:[EMAIL PROTECTED] > Subject: Seek help for javax.servlet.ServletException: Java heap space > > I tried JAVA_OPTS -

RE: Seek help for javax.servlet.ServletException: Java heap space

2008-10-01 Thread Caldarale, Charles R
> From: BruceLee [mailto:[EMAIL PROTECTED] > Subject: Seek help for javax.servlet.ServletException: Java heap space > > I tried JAVA_OPTS -Xms128m -Xmx512m -Xss1024k -XX:MaxPermSize=128m. > On my local machine, everything is fine without any JAVA_OPTS > customization. What JV

Seek help for javax.servlet.ServletException: Java heap space

2008-10-01 Thread BruceLee
nabble.com/file/p19773103/oom.txt oom.txt ---Error on page-- ?? javax.servlet.ServletException: Java heap space at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:273) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-27 Thread Carlos Morales
trlogic:iterate/logic:present I write them here without < > because it's the unic way to see them - Mensaje original De: David Smith <[EMAIL PROTECTED]> Para: Tomcat Users List Enviado: sábado, 26 de julio, 2008 20:38:22 Asunto: Re: javax.servlet.ServletException: C

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-26 Thread David Smith
iceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) causa raíz javax.servlet.ServletException: Cannot find bean usersList in scope request org.apache.jasper.runtime.PageContextImpl.doHandlePageExce

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-26 Thread Carlos Morales
javax.servlet.ServletException: Cannot find bean usersList in scope request org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:858) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread David Smith
apper.service(JspServletWrapper.java:375) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) causa raíz javax.servlet.ServletException: Can

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
The jsp file is this one: I write in a comment because if not you can't see it > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: javax.servlet.ServletException: Cannot find bean usersList in scope > request > Date: Fri, 25 Jul 2008 17:40:53 + &g

javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
vlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) causa raíz javax.servlet.ServletException: Cannot find bean usersList in scope request org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContext

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
pServletWrapper.service(JspServletWrapper.java:375) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) causa raíz java

Re: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Youssef Mohammed
); > >Store store=s.getStore("pop3"); > store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED] > ","bezos11"); > Transport.send(message); > >store.close(); > > And I don't know. Any advice? > &g

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
"); store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED]","bezos11"); Transport.send(message); store.close(); And I don't know. Any advice? Thanks so much > Subject: RE: javax.servlet.ServletException: Could not connect to SMTP host:

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Jonas Wagner
Hello, It looks to me as if you didn't configure any SMTP server. You need to do something like: Properties smtpProperties = new Properties(); smtpProperties.put("mail.smtp.host", "smtp.example.com"); smtpProperties.put("mail.smtp.auth", "true"); // create the mime message Session session =

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
users@tomcat.apache.org > Subject: javax.servlet.ServletException: Could not connect to SMTP host: > localhost, port: 25 > Date: Mon, 14 Jul 2008 10:45:56 + > > > Hey all, > > > I'm having problems with Javamail and I don't know w

javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
.JspServletWrapper.service(JspServletWrapper.java:375) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) causa raíz javax.servlet.Servle

RE: javax.servlet.ServletException

2007-12-30 Thread rameau rameau1982
cause tomcat, using apache, access the index.html file by default. Thank's!> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException> Date: Wed, 26 Dec 2007 09:40:44 -0500> > If you could demonstrate for us> how does the very first

Re: javax.servlet.ServletException

2007-12-26 Thread Martin Gainty
er 26, 2007 4:22 AM Subject: RE: javax.servlet.ServletException ${request.session.getAttribute('message_srv')} works perfectly because if I don't login when doing the: ERROR Session Error Volver it is desplayed perfectly, so the first clause is working properly. I'm

javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
If somebody wants to know I've solved my problem. The UserVO class has to be: package webusr31.pracfinal.model.dao; public class UserVO { public int id; public String name; public String password; public int getId() { return id; } public String getName() { return name; } } And I w

RE: javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
age_srv", mms); The view language can be compared to .jsp Thanl's for any help > Date: Mon, 24 Dec 2007 10:10:17 -0500> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException> > I'm > looking at your origi

RE: javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
rameau1982 To: users@tomcat.apache.org ; Martin Gainty Sent: Monday, December 24, 2007 8:47 AM Subject: RE: javax.servlet.ServletException I've done this and the problem is still there ... I don't know what to do... To: [EMAIL PROTECTED]: Re: javax.servlet.ServletExceptionDate: S

Re: javax.servlet.ServletException

2007-12-24 Thread David Smith
nt: Sunday, December 23, 2007 6:00 PM Subject: RE: javax.servlet.ServletException I don't use jsp. I use html pages for static content and .view pages for dynamic content.If you want to see the aplication you have to deploy a .war archive in tomcatThe .view pages get data from a servletrequest (through the fra

RE: javax.servlet.ServletException

2007-12-24 Thread rameau rameau1982
PM Subject: RE: javax.servlet.ServletException I don't use jsp. I use html pages for static content and .view pages for dynamic content.If you want to see the aplication you have to deploy a .war archive in tomcatThe .view pages get data from a servletrequest (through the framework, wich I don't have acce

javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
ok, the problematic one is thi .rar archive, the other one is a copy of my partner that runs ok. But I still want to know what I do wrong beacause I can't see the difference between my project and my partner's project.Can somebody help me? ___

RE: javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
> Date: Sun, 23 Dec 2007 14:22:22 -0800> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException> > Hi> > > The error is showing as:> > .EvalException: Undefined property 'name' on > target> You have

Re: javax.servlet.ServletException

2007-12-23 Thread Alan Chaney
descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento. excepción javax.servlet.ServletException: Cannot execute view page '/mail.view': webprofe.webfw.view.processor.ViewException: Error in call

javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
he tomcat exception:Estado HTTP 500 - type Informe de Excepciónmensaje descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento.excepción javax.servlet.ServletException: C

RE: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
you'll also need the controller.xml and the web.xml> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException: Cannot execute view page '/mail.view'> Date: Sun, 23 Dec 2007 10:41:18 -0500> > please display all relevan

RE: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
ok, here it goes the java sources if you need other java sources tell me> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException: Cannot execute view page '/mail.view'> Date: Sun, 23 Dec 2007 10:41:18 -0500> > please disp

Re: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread Martin Gainty
please display all relevant java source files Bon Chance/ M-- - Original Message - From: "rameau rameau1982" <[EMAIL PROTECTED]> To: Sent: Sunday, December 23, 2007 6:28 AM Subject: javax.servlet.ServletException: Cannot execute view page '/mail.view'

javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
type Informe de Excepción mensaje descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento. excepción javax.servlet.ServletException: Cannot execute view page '/mail.view': webprofe.webfw.view.processor.ViewException: Error in call to comp

Re: javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld (repost I don't resolve the problem with your reply)

2007-08-02 Thread Hassan Schroeder
On 8/2/07, Fabbris Pierluigi <[EMAIL PROTECTED]> wrote: > javax.servlet.ServletException: Cannot allocate servlet instance for path > /servlet/HelloWorld > *My first servlet in directory classes is:* Uh, well -- this *isn't* a servlet. I'm guessing that's the pro

javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld (repost I don't resolve the problem with your reply)

2007-08-02 Thread Fabbris Pierluigi
Hi, I've read the reply for the my question about javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld. I ask again because I don't understand how apply it. *My Exception is:* HTTP

RE: javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld

2007-08-02 Thread Caldarale, Charles R
> From: Fabbris Pierluigi [mailto:[EMAIL PROTECTED] > Subject: javax.servlet.ServletException: Cannot allocate > servlet instancefor path /servlet/HelloWorld > > java.lang.IllegalAccessException: Class > org.apache.catalina.core.StandardWrapper can not access a > membe

javax.servlet.ServletException: Cannot allocate servlet instance for path /servlet/HelloWorld

2007-08-02 Thread Fabbris Pierluigi
Hi, I've a problem with test of Servlet. I created a Hello World Severlet in the directory classes on Tomcat. I've try with: http://localhost:8080/servlet/Helloworld, but I've this Excpetion: javax.servlet.ServletException: Cannot allocate servlet instance for path /ser

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Martin Gainty
king a copy. Thank you. - Original Message - From: "Aurélien Allienne" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 19, 2007 1:09 PM Subject: Re: javax.servlet.ServletException: Java heap space Tha

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Aurélien Allienne <[EMAIL PROTECTED]> wrote: Thank, but tomcat use 64Mb by default. I can do change this parameter? Example: JAVA_OPTS="-server -Xms128m -Xmx384m" catalina.sh (Unix/Linux) or catalina.bat (MS Windows) Additional documents: http://www.google.com/search?sitesear

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Aurélien Allienne
Thank, but tomcat use 64Mb by default. I can do change this parameter?

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Rashmi Rubdi
On 5/18/07, Aurélien Allienne <[EMAIL PROTECTED]> wrote: Hi, I have this error : javax.servlet.ServletException: Java heap space But I can find how I can change this in catalina.sh. Can you have the solution? Here are some memory configuration information: http://tomcat.apache.o

javax.servlet.ServletException: Java heap space

2007-05-17 Thread Aurélien Allienne
Hi, I have this error : javax.servlet.ServletException: Java heap space But I can find how I can change this in catalina.sh. Can you have the solution? Cordially Aurelien Allienne

javax.servlet.ServletException: Cannot create resource instance

2006-08-31 Thread Sameer Acharya
Hi, Iam using Tomcat 5.5.9 and trying to define a bean resource and get an instance of the same inside a jsp thru JNDI lookup,Iam getting the following exception in the browser : - javax.servlet.ServletException: Cannot create resource instance

Re: How do I fix this error in localhost_log? javax.servlet.ServletException: Error instantiating servlet class org.apache.struts.action.ActionServlet

2006-07-03 Thread David Smith
unavailable 2006-07-03 12:50:32 StandardContext[/strutsBlank]Servlet /strutsBlank threw load() exception javax.servlet.ServletException: Error instantiating servlet class org.apache.struts.action.ActionServlet at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1011

Re: How do I fix this error in localhost_log? javax.servlet.ServletException: Error instantiating servlet class org.apache.struts.action.ActionServlet

2006-07-03 Thread Avi Deitcher
action as >unavailable >2006-07-03 12:50:32 StandardContext[/strutsBlank]Servlet /strutsBlank threw >load() exception >javax.servlet.ServletException: Error instantiating servlet class >org.apache.struts.action.ActionServlet > at >org.apache.catalina.core.StandardWrapper.lo

How do I fix this error in localhost_log? javax.servlet.ServletException: Error instantiating servlet class org.apache.struts.action.ActionServlet

2006-07-03 Thread carrie . latimer
This is an excerpt from my localhost_log file: 2006-07-03 12:50:32 StandardContext[/strutsBlank]Marking servlet action as unavailable 2006-07-03 12:50:32 StandardContext[/strutsBlank]Servlet /strutsBlank threw load() exception javax.servlet.ServletException: Error instantiating servlet class

Re: SEVERE: Error reading tld listeners javax.servlet.ServletException.

2006-06-08 Thread RickD
RE%3A-Error-reading-tld-listeners-javax.servlet.ServletException.---HELP-t1751842.html#a4773129 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

Re: SEVERE: Error reading tld listeners javax.servlet.ServletException. HELP

2006-06-08 Thread Marc Farrow
text processTlds SEVERE: Error reading tld listeners javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/struts-logic.tld in context /paimport javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/struts-logic.tld in context /pa

SEVERE: Error reading tld listeners javax.servlet.ServletException. HELP

2006-06-07 Thread Richard DeGrande
4:28:51 PM org.apache.catalina.core.StandardContext processTlds SEVERE: Error reading tld listeners javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/struts-logic.tld in context /paimport javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/struts-logic.tld in context

Re: help for error javax.servlet.ServletException

2006-01-13 Thread Tim Funk
that back to the access log. From there you might be able to find the culprit. -Tim Qaiser Mehmood wrote: Does anyone know why I am getting this error : javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter

help for error javax.servlet.ServletException

2006-01-12 Thread Qaiser Mehmood
Does anyone know why I am getting this error : javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:275) at org.apache.catalina.core.ApplicationFilterChain.doFilter

javax.servlet.ServletException: javax/xml/rpc/Service

2006-01-02 Thread mukesh
Hi friends, I am able to access web service via command prompt using "java -cp $AXISCLASSPATH ws.TestService" but getting following error when trying to access a web service via browser (jsp page) cause java.lang.NoClassDefFoundError: javax/xml/rpc/Service java.lang.Cl