Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Problem with osgi console
Problem with osgi console [message #30156] Fri, 01 June 2007 12:18 Go to next message
Roberto Sanchez is currently offline Roberto SanchezFriend
Messages: 82
Registered: July 2009
Member
Hi I have an odd problem, which has happened in production environment,
I've tested my app in Eclipse and in my local tomcat but I can't
reproduce the error.

The problem is that the console get crazy and writes the prompt all the
time:

[...]
osgi>
osgi>
osgi>
osgi>
osgi>
osgi>
osgi>
osgi>
[...]

Besides I'm using a shared hosting and now I have a invoice for abuse,
because this problem has generated a gigant log file and CPU usage was
of 90% during the problem.

I will post this problem in osgi news group but I anyone has any idea...

Thanks in advance.
Roberto.
Re: Problem with osgi console [message #30193 is a reply to message #30156] Fri, 01 June 2007 12:50 Go to previous messageGo to next message
Roberto Sanchez is currently offline Roberto SanchezFriend
Messages: 82
Registered: July 2009
Member
It seems that I've consumed all bandwith of http traffic, this is really
odd, because I have no users, The application didn't work.

I was using a browser to test the app, when I finished I didn't close
it, Is it possible that when the http session expired something make the
osgi get crazy ?

I'm trying to reproduce it in local, but by the moment without success.

Regards.
Roberto.

Roberto Sá‡nchez escribió:
> Hi I have an odd problem, which has happened in production environment,
> I've tested my app in Eclipse and in my local tomcat but I can't
> reproduce the error.
>
> The problem is that the console get crazy and writes the prompt all the
> time:
>
> [...]
> osgi>
> osgi>
> osgi>
> osgi>
> osgi>
> osgi>
> osgi>
> osgi>
> [...]
>
> Besides I'm using a shared hosting and now I have a invoice for abuse,
> because this problem has generated a gigant log file and CPU usage was
> of 90% during the problem.
>
> I will post this problem in osgi news group but I anyone has any idea...
>
> Thanks in advance.
> Roberto.
Re: Problem with osgi console [message #30229 is a reply to message #30193] Fri, 01 June 2007 13:15 Go to previous messageGo to next message
Roberto Sanchez is currently offline Roberto SanchezFriend
Messages: 82
Registered: July 2009
Member
Forgot my last post the problem didn't consumed http bandwith, I didn't
read the statistics correctly.

In others words, I have no idea about the problem.

I'm sorry, I'm bit nervous.

Regards.
Roberto.


Roberto Sá‡nchez escribió:
> It seems that I've consumed all bandwith of http traffic, this is really
> odd, because I have no users, The application didn't work.
>
> I was using a browser to test the app, when I finished I didn't close
> it, Is it possible that when the http session expired something make the
> osgi get crazy ?
>
> I'm trying to reproduce it in local, but by the moment without success.
>
> Regards.
> Roberto.
>
> Roberto Sá‡nchez escribió:
>> Hi I have an odd problem, which has happened in production
>> environment, I've tested my app in Eclipse and in my local tomcat but
>> I can't reproduce the error.
>>
>> The problem is that the console get crazy and writes the prompt all
>> the time:
>>
>> [...]
>> osgi>
>> osgi>
>> osgi>
>> osgi>
>> osgi>
>> osgi>
>> osgi>
>> osgi>
>> [...]
>>
>> Besides I'm using a shared hosting and now I have a invoice for abuse,
>> because this problem has generated a gigant log file and CPU usage was
>> of 90% during the problem.
>>
>> I will post this problem in osgi news group but I anyone has any idea...
>>
>> Thanks in advance.
>> Roberto.
Re: Problem with osgi console [message #30513 is a reply to message #30229] Fri, 01 June 2007 17:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Roberto,

did you try to disable the console in the web.xml? There might be an
ini-param like this
<param-name>commandline</param-name>
<param-value>-console</param-value>

Rüdiger



Roberto Sá‡nchez wrote:
> Forgot my last post the problem didn't consumed http bandwith, I didn't
> read the statistics correctly.
>
> In others words, I have no idea about the problem.
>
> I'm sorry, I'm bit nervous.
>
> Regards.
> Roberto.
>
>
> Roberto Sá‡nchez escribió:
>> It seems that I've consumed all bandwith of http traffic, this is
>> really odd, because I have no users, The application didn't work.
>>
>> I was using a browser to test the app, when I finished I didn't close
>> it, Is it possible that when the http session expired something make
>> the osgi get crazy ?
>>
>> I'm trying to reproduce it in local, but by the moment without success.
>>
>> Regards.
>> Roberto.
>>
>> Roberto Sá‡nchez escribió:
>>> Hi I have an odd problem, which has happened in production
>>> environment, I've tested my app in Eclipse and in my local tomcat but
>>> I can't reproduce the error.
>>>
>>> The problem is that the console get crazy and writes the prompt all
>>> the time:
>>>
>>> [...]
>>> osgi>
>>> osgi>
>>> osgi>
>>> osgi>
>>> osgi>
>>> osgi>
>>> osgi>
>>> osgi>
>>> [...]
>>>
>>> Besides I'm using a shared hosting and now I have a invoice for
>>> abuse, because this problem has generated a gigant log file and CPU
>>> usage was of 90% during the problem.
>>>
>>> I will post this problem in osgi news group but I anyone has any idea...
>>>
>>> Thanks in advance.
>>> Roberto.
Re: Problem with osgi console [message #30548 is a reply to message #30513] Fri, 01 June 2007 18:11 Go to previous message
Roberto Sanchez is currently offline Roberto SanchezFriend
Messages: 82
Registered: July 2009
Member
Hi Rüdiger, I've just removed "-console" option. I've posted this
problem in equinox framework and Simon Kaegi suggested the same. By the
moment all works fine.

I'm worryed about if this "solution" fixed the problem or only hides it,
that is, I have 2 problems 90% of CPU use and a log file growing without
control, The problem with log file is solved but the other... I don't know.

On the other hand It is possible that the CPU usage was due to write to
log file.
Well, now all is working fine, If I found the problem again I hope to
get more info.

Anyway, thank you for your help.
Roberto.


Rüdiger Herrmann escribió:
> Roberto,
>
> did you try to disable the console in the web.xml? There might be an
> ini-param like this
> <param-name>commandline</param-name>
> <param-value>-console</param-value>
>
> Rüdiger
>
>
>
> Roberto Sá‡nchez wrote:
>> Forgot my last post the problem didn't consumed http bandwith, I
>> didn't read the statistics correctly.
>>
>> In others words, I have no idea about the problem.
>>
>> I'm sorry, I'm bit nervous.
>>
>> Regards.
>> Roberto.
>>
>>
>> Roberto Sá‡nchez escribió:
>>> It seems that I've consumed all bandwith of http traffic, this is
>>> really odd, because I have no users, The application didn't work.
>>>
>>> I was using a browser to test the app, when I finished I didn't close
>>> it, Is it possible that when the http session expired something make
>>> the osgi get crazy ?
>>>
>>> I'm trying to reproduce it in local, but by the moment without success.
>>>
>>> Regards.
>>> Roberto.
>>>
>>> Roberto Sá‡nchez escribió:
>>>> Hi I have an odd problem, which has happened in production
>>>> environment, I've tested my app in Eclipse and in my local tomcat
>>>> but I can't reproduce the error.
>>>>
>>>> The problem is that the console get crazy and writes the prompt all
>>>> the time:
>>>>
>>>> [...]
>>>> osgi>
>>>> osgi>
>>>> osgi>
>>>> osgi>
>>>> osgi>
>>>> osgi>
>>>> osgi>
>>>> osgi>
>>>> [...]
>>>>
>>>> Besides I'm using a shared hosting and now I have a invoice for
>>>> abuse, because this problem has generated a gigant log file and CPU
>>>> usage was of 90% during the problem.
>>>>
>>>> I will post this problem in osgi news group but I anyone has any
>>>> idea...
>>>>
>>>> Thanks in advance.
>>>> Roberto.
Previous Topic:TableViewer with SWT.CHECK
Next Topic:Firefox Problem
Goto Forum:
  


Current Time: Thu Apr 25 14:14:20 GMT 2024

Powered by FUDForum. Page generated in 0.02738 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top