getting Heap Exception

2007-04-01 Thread balaraju mandala

Hi All,

I am Bala Raju, I have a problem with Tomcat, please i need u r suggestion.

I wrote a page in JSP, which will extract data from Database and generate a
report in Excel sheet. Some times the Excel sheet report can be up to 2 MB,
it is taking longer process to create Excel sheet and some times only half
data is added to report. I am also observing that the following exception
are in Tomcat loggers.

Mar 29, 2007 9:14:14 AM
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessorprocessChildren
SEVERE: Exception invoking periodic operation:
java.lang.OutOfMemoryError: Java heap space


please suggest me some measures to create report faster and avoid these
exceptions.


Re: download a custom setup file

2006-09-27 Thread balaraju mandala

Hi,

Thank you for u r response, sorry for late answering.

Mine is a VC application. I need to insert some data (say a id) into that on
fly, i am trying it using editing resourses in VC, but i don't know how to
access a resources file of VC from Java program. I am searching net but not
getting correct information, if u have solution or information with you
please share with me.

regards,
Balaraju M


On 9/22/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:


Balaraju,

> I need good help from all of you. My problem is i need to give a user a
URL
> link which will download a application to usersystem. I will append a id
to
> that URL, so that when ever a user clicks and downloading application
that
> application will need to read or recognizes that value which we append
to
> URL and stores anywhere for future reference. Can anybody give some
ideas
> for this to work.

What type of application is this and how is it packaged?

For example, if you were distributing a JAR or, say, a setup ZIP file
containing an installer, then you could always just build the JAR or ZIP
file on the fly with that user's custom configuration, and return that
to the user.

Of course, you wouldn't want to be generating a ZIP file upon every
request if this were a high-traffic system.

-chris






download a custom setup file

2006-09-22 Thread balaraju mandala

Hi All,

I need good help from all of you. My problem is i need to give a user a URL
link which will download a application to usersystem. I will append a id to
that URL, so that when ever a user clicks and downloading application that
application will need to read or recognizes that value which we append to
URL and stores anywhere for future reference. Can anybody give some ideas
for this to work.

regards,
Balaraju M


getting "?" instead of "¢"

2006-07-16 Thread balaraju mandala

Hi All,

I need some help from you. I need to display Cent(¢) symbol on browser. I am
getting ? symbol instead, what could be the problem, please explain me.

Thank you.

balaraju


Let's make a difference

2006-05-17 Thread balaraju mandala

I'm doing a little something about global warming, I'm inviting my
friends to join me:

http://friends.earthscreen.com/?r=QTF0R3gGdhFSBmcNCyIH&i=gmail&[EMAIL 
PROTECTED]&p=2&z=1&tc=11

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



Re: want to know who are visiting my website

2006-05-04 Thread balaraju mandala

Thank you and sorry for wrong posting.


want to know who are visiting my website

2006-05-04 Thread balaraju mandala

Hi Everybody,

I need small help from you. I have a website, which run on Apache server. My
webpages all are build only using Html and Javascript. I did n't used any
Dynamic pages. Here i want to track down the visitors who are visiting my
site(i want there IP), how can i do this. I also want to know, how many are
watching at present ... like this also.

regards,
bala


Re: i want to know load on Tomcat

2006-04-27 Thread balaraju mandala
Hi Tang and Rajeev,

Thank You very much for u r reply.

Rajeev i need some more Help, I searched in my Tomcat manager but did not
find any link of 'server status'. Can u tell where it resides!, i am using
Tomcat 4.1 ver.

regards,
bala


i want to know load on Tomcat

2006-04-26 Thread balaraju mandala
Dear Comunity,

I want to know how much load is on my Tomcat. How can i do this?

I hav a Client, which continues calls set of  Servlets. I want to test how
many Clients(max) i can run at a time, for this i want to know load on
Tomcat.

regards,
bala


Re: index.jsp not showing after successful installation

2006-04-11 Thread balaraju mandala
oh i am sorry, i did not clearly observed total log and write down the mail.
the 'netstat -an' commands output is

[EMAIL PROTECTED] ~]# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address
State
tcp0  0 0.0.0.0:993 0.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:995 0.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:33060.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:110 0.0.0.0:*
LISTEN
tcp0  0 127.0.0.1:783   0.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:143 0.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:20000.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:21  0.0.0.0:*
LISTEN
tcp0  0 0.0.0.0:25  0.0.0.0:*
LISTEN
tcp0  0 :::993  :::*
LISTEN
tcp0  0 :::995  :::*
LISTEN
tcp0  0 :::127.0.0.1:8005   :::*
LISTEN
tcp0  0 :::8009 :::*
LISTEN
tcp0  0 :::110  :::*
LISTEN
tcp0  0 :::127.0.0.1:9998   :::*
LISTEN
tcp0  0 :::143  :::*
LISTEN
tcp0  0 ::: :::*
LISTEN
tcp0  0 :::8080 :::*
LISTEN
tcp0  0 :::2000 :::*
LISTEN
tcp0  0 :::80   :::*
LISTEN
tcp0  0 :::22   :::*
LISTEN
tcp0  0 :::25   :::*
LISTEN
tcp0  0 :::443  :::*
LISTEN
tcp0  0 ::1:42640   ::1:42639
TIME_WAIT
tcp0  0 ::1:42647   ::1:42646
TIME_WAIT
tcp0  0 :::127.0.0.1:42644  :::127.0.0.1:8080
TIME_WAIT
tcp0  0 ::1:42642   ::1:42641
TIME_WAIT
tcp0  0 ::1:42650   ::1:42649
TIME_WAIT
tcp0  0 :::127.0.0.1:42643  :::127.0.0.1:8005
TIME_WAIT

here we can observe 8080 port is listening


Re: index.jsp not showing after successful installation

2006-04-11 Thread balaraju mandala
Hi Bob,

I can not use http://localhost:8080, as there is no browser access on
server.

Bob i find that when ever i issue 'netstat -an' on shell prompt, i found
that 8080 is not listening. Only 8009 is listening!


Re: index.jsp not showing after successful installation

2006-04-10 Thread balaraju mandala
Bob,

The ending messages in catalina.out are -->

 Apr 10, 2006 1:48:20 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 10, 2006 1:48:20 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Apr 10, 2006 1:48:20 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/24
config=/home/wizon555/Softwares/tomcatsoftware/jakarta-tomcat-5.0.28
/conf/jk2.properties
Apr 10, 2006 1:48:20 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2742 ms

and there are no 'Exceptions' in catalina.out. I am using Internet Explorer
6. I am connecting to remotly located system, where i installed Tomcat and
trying to access it from my System. There is no Physical firewall present
for that server, a software was installed, but though i disabled software
firewall result is same.

 -Bala


Re: index.jsp not showing after successful installation

2006-04-10 Thread balaraju mandala
Hi Bob,

Thanks for your response.

catalina.out file is not ending with any error messages. It is showing that,
Tomcat started successfully with some millesecond time. I am using 8080 port
for Tomcat. I am entering http://myip:8080 in the browser. But simple error
page is displaying. No 404 or any special errors from Tomcat.

Regards,
Bala.


Re: index.jsp not showing after successful installation

2006-04-08 Thread balaraju mandala
Hi Nic,

Its me again, You suggested to check weather Tomcat was started as service,
i am starting Tomcat by issuing a command at SSH (tomcat/bin/./startup.sh).
Is this is correct one to start Tomcat as service or i have to do another
way to start tomcat as service.

regards,
Bala


Re: index.jsp not showing after successful installation

2006-04-08 Thread balaraju mandala
Hi Nic,

Thanks for your answer. But Nic, though i checked all of them you suggested,
I am unable to get the index.jsp page on browser. Is there any other
possibilities?

regards,
Bala


index.jsp not showing after successful installation

2006-04-08 Thread balaraju mandala
Hi Comunity,

I am unable to see index.jsp page, though i successfully installed
Tomcat5.0on my Linux meshine. I checked for ports which are listening
and
find 8080 is listening (8080/tcp open  http-proxy). There were no error
messages in logs/catalina.out also. please can anybody tell me what went
wrong.

regards,
Bala