Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread dovan nguyen

Excellent!  I'll try all these...

Thanks Andrew.  :)

Dovan

--- Andrew Scherpbier <[EMAIL PROTECTED]>
wrote:
> IIRC, this is a problem with the OS (w2k?) and
> wanting to give 
> foreground tasks more priority in combination with a
> stupid network 
> polling algorithm that causes the browser (netscape
> 4.x if I recall) to 
> consume all(most) CPU time.
> 
> Simple solutions:  (I've done all of these  :-))
> 1)  Don't use netscape 4.x.  (I don't think
> mozilla/netscape 6.x nor 
> recent versions of MSIE show this behaviour)
> 2)  Run the server on a different box than your
> browser
> 3)  Increase the priority of the jboss task (using
> task manager, find 
> java.exe and right-click) but don't set it to the
> maximum! 
>  Alternatively, you can set the priority of your
> browser lower, but 
> jboss probably runs longer than your browser, so
> this might become 
> cumbersome :-)
> 4)  Don't use windows  (Ok, not so simple
> probably...)
> 
> Hope this helps
> 
> dovan nguyen wrote:
> 
> >Thank you for all your valuable helps!  :)  Turning
> >off Quick Edit is something I will definitely
> try...
> >
> >Meanwhile I notice that requesting a jsp page via a
> >html hyperlink (A HREF) gives me back the page
> >extremely fast (in order of milisecond).  Now if i
> >request a jsp page via a FORM submit button, JBoss
> is
> >extremely slow to send me a response (order 10s of
> >seconds).  I repeated this test but this time while
> my
> >browser waits for a reply, I gave focus (by
> clicking
> >on the title bar) to the jboss console, then I get
> >back my requested page right away... just like
> JBoss
> >was 'HALF' asleep!
> >
> >any ideas...???
> >
> >Thanks
> >Dovan
> >
> >--- Marko_©trukelj <[EMAIL PROTECTED]> wrote:
> >
> >>The behaviour of Windows console is not
> >>unpredictable. 
> >>
> >>If Quick Edit mode is enabled than you can mark a
> >>portion of the console
> >>content and copy it to the clipboard by pressing
> >>Enter.
> >>
> >>The marking part is the one that blocks the
> console.
> >>All System.out is then
> >>blocked until you unmark.
> >>
> >>Solutions: javaw, javant as service BUT ALSO
> >>disabling Quick Edit Mode.
> >>
> >>To disable Quick Edit Mode click on the top-left
> >>icon of the console and
> >>select Properties in the pop-up that opens.
> >>
> >>Then in options tab find Edit Options group and
> >>uncheck QuickEdit Mode.
> >>
> >>Now you won't be able to block the console any
> more.
> >>
> >>
> >>Have fun,
> >>
> >>Mare
> >>
> >>
> >>
> >>
> >>>-Original Message-
> >>>From: Adrian Brock [mailto:[EMAIL PROTECTED]]
> >>>Sent: Tuesday, March 26, 2002 10:59 AM
> >>>To: [EMAIL PROTECTED]
> >>>Cc: [EMAIL PROTECTED]
> >>>Subject: Re: [JBoss-user] Sleeping JBoss
> >>>
> >>>
> >>>Hi,
> >>>
> >>>This has been reported many times before.
> >>>The problems is the windows terminal. Sometimes
> it
> >>>goes to sleep. When JBoss tries to log to the
> >>>
> >>console,
> >>
> >>>it blocks.
> >>>You can see this easily, by holding the scroll
> bar
> >>>during boot-up. This also causes to terminal to
> >>>
> >>stop
> >>
> >>>receiving input and jboss stops.
> >>>The best thing, is NOT start jboss from a
> >>>console on windows, or turn off logging to the
> >>>console. You can still see the logging in
> >>>
> >>log/server.log
> >>
> >>>Regards,
> >>>Adrian
> >>>
> >>>
> From: dovan nguyen <[EMAIL PROTECTED]>
> To: Dan Christopherson <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Sleeping JBoss
> Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST)
> 
> Dan,
> 
> it didn't pay attention to that.  what if there
> 
> >>was 1
> >>
> cell selected, what could be the cause?  Has
> 
> >>anyone
> >>
> reported this problem before?  Please let me
> 
> >>know.
> >>
> Thanks,
> Dovan
> 
> --- Dan Christopherson <[EMAIL PROTECTED]> wrote:
> 
> >When you switch to the console window that
> >
> >>JBoss is
> >>
> >running in, is
> >anything selected? Like a one-character cell
> >
> >>inverse
> >>
> >video area?
> >
> >dovan nguyen wrote:
> >
> >>Hello,
> >>
> >>I use JBOSS 2.4.4 with Tomcat and mySQL on
> >>
> >>Win
> >>
> >2000
> >
> >>...
> >>
> >>I notice if there is no request from a
> >>
> >>client for
> >>
> >>awhile (maybe hours, maybe minutes??) JBOOS
> >>
> >>stops
> >>
> >>serving (stays idle or sleeping !!)
> >>
> >>For example i open a browser and request a
> >>
> >Test.jsp
> >
> >>page, the browser tells me the connection is
> >>
> >>made
> >>
> >BUT
> >
> >>waiting for reply (forever!)
> >>
> >>i then clicked the JBoss console (black DOS
> >>
> >window),
> >
> >>hit the ctrl-C then JBoss wakes up and serve
> >>
> 
=== message truncated ===


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th 

Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Andrew Scherpbier

IIRC, this is a problem with the OS (w2k?) and wanting to give 
foreground tasks more priority in combination with a stupid network 
polling algorithm that causes the browser (netscape 4.x if I recall) to 
consume all(most) CPU time.

Simple solutions:  (I've done all of these  :-))
1)  Don't use netscape 4.x.  (I don't think mozilla/netscape 6.x nor 
recent versions of MSIE show this behaviour)
2)  Run the server on a different box than your browser
3)  Increase the priority of the jboss task (using task manager, find 
java.exe and right-click) but don't set it to the maximum! 
 Alternatively, you can set the priority of your browser lower, but 
jboss probably runs longer than your browser, so this might become 
cumbersome :-)
4)  Don't use windows  (Ok, not so simple probably...)

Hope this helps

dovan nguyen wrote:

>Thank you for all your valuable helps!  :)  Turning
>off Quick Edit is something I will definitely try...
>
>Meanwhile I notice that requesting a jsp page via a
>html hyperlink (A HREF) gives me back the page
>extremely fast (in order of milisecond).  Now if i
>request a jsp page via a FORM submit button, JBoss is
>extremely slow to send me a response (order 10s of
>seconds).  I repeated this test but this time while my
>browser waits for a reply, I gave focus (by clicking
>on the title bar) to the jboss console, then I get
>back my requested page right away... just like JBoss
>was 'HALF' asleep!
>
>any ideas...???
>
>Thanks
>Dovan
>
>--- Marko_©trukelj <[EMAIL PROTECTED]> wrote:
>
>>The behaviour of Windows console is not
>>unpredictable. 
>>
>>If Quick Edit mode is enabled than you can mark a
>>portion of the console
>>content and copy it to the clipboard by pressing
>>Enter.
>>
>>The marking part is the one that blocks the console.
>>All System.out is then
>>blocked until you unmark.
>>
>>Solutions: javaw, javant as service BUT ALSO
>>disabling Quick Edit Mode.
>>
>>To disable Quick Edit Mode click on the top-left
>>icon of the console and
>>select Properties in the pop-up that opens.
>>
>>Then in options tab find Edit Options group and
>>uncheck QuickEdit Mode.
>>
>>Now you won't be able to block the console any more.
>>
>>
>>Have fun,
>>
>>  Mare
>>
>>
>>
>>
>>>-Original Message-
>>>From: Adrian Brock [mailto:[EMAIL PROTECTED]]
>>>Sent: Tuesday, March 26, 2002 10:59 AM
>>>To: [EMAIL PROTECTED]
>>>Cc: [EMAIL PROTECTED]
>>>Subject: Re: [JBoss-user] Sleeping JBoss
>>>
>>>
>>>Hi,
>>>
>>>This has been reported many times before.
>>>The problems is the windows terminal. Sometimes it
>>>goes to sleep. When JBoss tries to log to the
>>>
>>console,
>>
>>>it blocks.
>>>You can see this easily, by holding the scroll bar
>>>during boot-up. This also causes to terminal to
>>>
>>stop
>>
>>>receiving input and jboss stops.
>>>The best thing, is NOT start jboss from a
>>>console on windows, or turn off logging to the
>>>console. You can still see the logging in
>>>
>>log/server.log
>>
>>>Regards,
>>>Adrian
>>>
>>>
From: dovan nguyen <[EMAIL PROTECTED]>
To: Dan Christopherson <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Sleeping JBoss
Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST)

Dan,

it didn't pay attention to that.  what if there

>>was 1
>>
cell selected, what could be the cause?  Has

>>anyone
>>
reported this problem before?  Please let me

>>know.
>>
Thanks,
Dovan

--- Dan Christopherson <[EMAIL PROTECTED]> wrote:

>When you switch to the console window that
>
>>JBoss is
>>
>running in, is
>anything selected? Like a one-character cell
>
>>inverse
>>
>video area?
>
>dovan nguyen wrote:
>
>>Hello,
>>
>>I use JBOSS 2.4.4 with Tomcat and mySQL on
>>
>>Win
>>
>2000
>
>>...
>>
>>I notice if there is no request from a
>>
>>client for
>>
>>awhile (maybe hours, maybe minutes??) JBOOS
>>
>>stops
>>
>>serving (stays idle or sleeping !!)
>>
>>For example i open a browser and request a
>>
>Test.jsp
>
>>page, the browser tells me the connection is
>>
>>made
>>
>BUT
>
>>waiting for reply (forever!)
>>
>>i then clicked the JBoss console (black DOS
>>
>window),
>
>>hit the ctrl-C then JBoss wakes up and serve
>>
>>the
>>
>>Test.jsp page
>>
>>Please help.
>>Thanks,
>>
>>Dovan
>>
>>
>>__
>>
>>Do You Yahoo!?
>>Yahoo! Movies - coverage of the 74th Academy
>>
>Awards®
>
>>http://movies.yahoo.com/
>>
>>
>>___
>>
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>
>

>>>__
>>>
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy

>>Awards®
>>
http

RE: [JBoss-user] Sleeping JBoss

2002-03-26 Thread dovan nguyen

Thank you for all your valuable helps!  :)  Turning
off Quick Edit is something I will definitely try...

Meanwhile I notice that requesting a jsp page via a
html hyperlink (A HREF) gives me back the page
extremely fast (in order of milisecond).  Now if i
request a jsp page via a FORM submit button, JBoss is
extremely slow to send me a response (order 10s of
seconds).  I repeated this test but this time while my
browser waits for a reply, I gave focus (by clicking
on the title bar) to the jboss console, then I get
back my requested page right away... just like JBoss
was 'HALF' asleep!

any ideas...???

Thanks
Dovan

--- Marko_©trukelj <[EMAIL PROTECTED]> wrote:
> 
> The behaviour of Windows console is not
> unpredictable. 
> 
> If Quick Edit mode is enabled than you can mark a
> portion of the console
> content and copy it to the clipboard by pressing
> Enter.
> 
> The marking part is the one that blocks the console.
> All System.out is then
> blocked until you unmark.
> 
> Solutions: javaw, javant as service BUT ALSO
> disabling Quick Edit Mode.
> 
> To disable Quick Edit Mode click on the top-left
> icon of the console and
> select Properties in the pop-up that opens.
> 
> Then in options tab find Edit Options group and
> uncheck QuickEdit Mode.
> 
> Now you won't be able to block the console any more.
> 
> 
> Have fun,
> 
>   Mare
> 
> 
> 
> 
> > -Original Message-
> > From: Adrian Brock [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 26, 2002 10:59 AM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-user] Sleeping JBoss
> > 
> > 
> > Hi,
> > 
> > This has been reported many times before.
> > The problems is the windows terminal. Sometimes it
> > goes to sleep. When JBoss tries to log to the
> console,
> > it blocks.
> > You can see this easily, by holding the scroll bar
> > during boot-up. This also causes to terminal to
> stop
> > receiving input and jboss stops.
> > The best thing, is NOT start jboss from a
> > console on windows, or turn off logging to the
> > console. You can still see the logging in
> log/server.log
> > 
> > Regards,
> > Adrian
> > 
> > 
> > >From: dovan nguyen <[EMAIL PROTECTED]>
> > >To: Dan Christopherson <[EMAIL PROTECTED]>
> > >CC: [EMAIL PROTECTED]
> > >Subject: Re: [JBoss-user] Sleeping JBoss
> > >Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST)
> > >
> > >Dan,
> > >
> > >it didn't pay attention to that.  what if there
> was 1
> > >cell selected, what could be the cause?  Has
> anyone
> > >reported this problem before?  Please let me
> know.
> > >
> > >Thanks,
> > >Dovan
> > >
> > >--- Dan Christopherson <[EMAIL PROTECTED]> wrote:
> > > > When you switch to the console window that
> JBoss is
> > > > running in, is
> > > > anything selected? Like a one-character cell
> inverse
> > > > video area?
> > > >
> > > > dovan nguyen wrote:
> > > > > Hello,
> > > > >
> > > > > I use JBOSS 2.4.4 with Tomcat and mySQL on
> Win
> > > > 2000
> > > > > ...
> > > > >
> > > > > I notice if there is no request from a
> client for
> > > > > awhile (maybe hours, maybe minutes??) JBOOS
> stops
> > > > > serving (stays idle or sleeping !!)
> > > > >
> > > > > For example i open a browser and request a
> > > > Test.jsp
> > > > > page, the browser tells me the connection is
> made
> > > > BUT
> > > > > waiting for reply (forever!)
> > > > >
> > > > > i then clicked the JBoss console (black DOS
> > > > window),
> > > > > hit the ctrl-C then JBoss wakes up and serve
> the
> > > > > Test.jsp page
> > > > >
> > > > > Please help.
> > > > > Thanks,
> > > > >
> > > > > Dovan
> > > > >
> > > > >
> __
> > > > > Do You Yahoo!?
> > > > > Yahoo! Movies - coverage of the 74th Academy
> > > > Awards®
> > > > > http://movies.yahoo.com/
> > > > >
> > > > >
> ___
> > > > > JBoss-user mailing list
> > > > > [EMAIL PROTECTED]
> > > > >
> > > >
> >
>
>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >__
> > >Do You Yahoo!?
> > >Yahoo! Movies - coverage of the 74th Academy
> Awards®
> > >http://movies.yahoo.com/
> > >
> > >___
> > >JBoss-user mailing list
> > >[EMAIL PROTECTED]
> >
>
>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> > 
> > 
> >
>
_
> > Chat with friends online, try MSN Messenger:
> http://messenger.msn.com
> > 
> > 
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourcef

Re: [JBoss-user] duplicate columns created

2002-03-26 Thread David Ward

Andrew,

You bug report seems more related to long table names than duplicate 
columns.

I had pretty much gotten rid of my duplicate column problem (thanks to 
Jason R.'s help), but then it resurfaced when I needed to add this:

Basically, it's when an entity has 0 or 1 parent entity *of the same 
type* and has 0 or n child entities *of the same type*.  It's easy to 
code the bean, but hard to set up jbosscmp-jdbc.xml properly.

Here's the forum post:
http://main.jboss.org/thread.jsp?forum=46&thread=11621

Does anyone have any experience with a relationship looping back to 
itself?  How can I specify a different column name when jboss won't let 
me specifiy a key-field on the many side of a relationship?  How did you 
do this, Andrew?

Thanks all,
David

--

Andrew Scherpbier wrote:
> David,
> I have found and reported a similar problem with an EJB that needs to 
> have a many-to-many relationship with itself.
> Look at bug#532262: 
> http://sourceforge.net/tracker/?func=detail&aid=532262&group_id=22866&atid=376685 
> 
> You should probably add your problem to this bug report...  (I hadn't 
> realized the duplicate column name situation would occur in other 
> situations as well.)
> I've spent about 10 minutes looking for (and at) the code that is doing 
> the column name creation, but it will take me more time (than I 
> currently have) to come up with a real fix/patch.
> I'm willing to spend more time on this if someone more familiar with the 
> code will point me in the right direction as to how to fix this without 
> breaking all kinds of other things.
> 
> Regards,
> 
> Andrew
> 
> David Ward wrote:
> 
>> Hi, all -
>>
>> I'm having a problem where JBossCMP (in 3.0.0beta2 from CVS) is 
>> creating duplicate columns in a single table, and strangely enough, 
>> Hypersonic is allowing it.  My problem pertains to defining my own 
>> column names in a bidirectional one-2-many relationship:
>>
>> http://main.jboss.org/thread.jsp?forum=46&thread=11566
>>
>> Reason I'm sending this to the list is because I don't know if people 
>> will be so busy at JBossOne that they might not notice my forum post, 
>> and I'm bangin' my head against the wall on this one.  I did buy the 
>> JBossCMP docs from Flashline, if that will help persuade JBoss 
>> developers to help me... unforunately the docs are out of date in this 
>> area...
>>
>> This was the original post (including a gif showing the dup column in 
>> SQLDeveloper):
>> http://main.jboss.org/thread.jsp?forum=46&thread=11445
>>
>> Thanks,
>> David
>>
>>
>> ___
>> JBoss-user mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 



-- 

---
David Ward[EMAIL PROTECTED]
Senior Software Engineer  http://www.dotech.com
Distributed Object Technologies, Inc. 585-381-8320 (phone)
500 Linden Oaks, Rochester, NY 14625  585-381-0598 (fax)


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-26 Thread Andrew Scherpbier

The problem is that standalone tomcat doesn't know how to contact the 
JBoss JNDI registry.  To do this, you can either put a jndi.properties 
file in your path (I am not sure where, when using tomcat) or you can 
manually put the values from a jndi.properties file into a Properties 
object and pass it to the constructor for the InitialContext class.

Māris Orbidāns wrote:

>Is it possible to access JBoss from standalone Tomcat 4.0.2 ?
>
>My WEB app cannot find EJBs in JNDI anymore. 
>However it works from JBuilder ( it contains Tomcat 4.0.1 ).
>
>Name DataAccess is not bound in this context javax.naming.NameNotFoundException: Name 
>DataAccess is not bound
>in this Context
>
>I have put in /lib of my WEB app.
>
>jboss-client.jar
>jboss-j2ee.jar
>jbossmq-client.jar
>jbosssx-client.jar
>jndi.jar
>jnp-client.jar
>
>
>Maris
>
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user
>

-- 
Andrew Scherpbier, CTO ([EMAIL PROTECTED])
BlackBall Music (http://www.blackballmusic.com/)




___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-26 Thread Māris Orbidāns


Is it possible to access JBoss from standalone Tomcat 4.0.2 ?

My WEB app cannot find EJBs in JNDI anymore. 
However it works from JBuilder ( it contains Tomcat 4.0.1 ).

Name DataAccess is not bound in this context javax.naming.NameNotFoundException: Name 
DataAccess is not bound
in this Context

I have put in /lib of my WEB app.

jboss-client.jar
jboss-j2ee.jar
jbossmq-client.jar
jbosssx-client.jar
jndi.jar
jnp-client.jar


Maris

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss and MySQL examples available HERE

2002-03-26 Thread Jonathan Gibbons

Hi,

I have two or three JBOSS/MYSQL or Oracle examples available for download.  
The projects are all ant in anger, and can simply be built and deployed.

These are example projects for my LowRoad code generator, but you
can ignore the code generation side, or play with it as a learning
tool and nothing else.

http://www.tallsoftware.com/lowroad/

Just click on download and then examples.

Jonathan
===
The LowRoad 4.09 is now out with audit tables,struts,EJB,pretend EJB, value 
objects and more.



_
To get ahead in EJB Java development visit:
http://www.faraway.co.uk/tallsoft/lowroad

For on-line war and adventure visit Faraway Games at:
http://www.faraway.co.uk/


_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: [JBoss-user]ÊÖ»ú×îµÍ¼Û£¬·þÎñË͵½¼Ò¡£

2002-03-26 Thread Peter Fagerlund

on 26-03-2 13.52, @joyce.shortlist.se at
@joyce.shortlist.se wrote:

> 
> ???
> 
> ??
> 
> http://www.139shop.com/asp/mem-from.asp?uid=waynetan
> 
> ?
> 
> waynetan
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


***

Seems like IP 61.176.32.194 is 'posing' as joyce.shortlist.se

-hehe

***
61.176.32.194

Server used for this query: [ whois.apnic.net ]

% Rights restricted by copyright. See
http://www.apnic.net/db/dbcopyright.html
% (whois7.apnic.net)

inetnum: 61.176.0.0 - 61.176.255.255
netname: CHINANET-LN
descr:   CHINANET Liaoning province network
descr:   Data Communication Division
descr:   China Telecom
country: CN
admin-c: CH93-AP
tech-c:  GZ84-AP
mnt-by:  MAINT-CHINANET
mnt-lower:   MAINT-CN-CHINANET-LN
changed: [EMAIL PROTECTED] 20010221
source:  APNIC

person:  Chinanet Hostmaster
address: A12,Xin-Jie-Kou-Wai Street
country: CN
phone:   +86-10-62370437
fax-no:  +86-10-62053995
e-mail:  [EMAIL PROTECTED]
nic-hdl: CH93-AP
mnt-by:  MAINT-CHINANET
changed: [EMAIL PROTECTED] 2101
source:  APNIC

person:  Guangyu Zhan
address: DATA Communication Bureau of Liaoning Province,China
address: 38 Lianhe Road,Dadong District Shenyang 110044,China
country: CN
phone:   +86-24-22800096
fax-no:  +86-24-22800368
e-mail:  [EMAIL PROTECTED]
nic-hdl: GZ84-AP
mnt-by:  MAINT-CN-CHINANET-LN
changed: [EMAIL PROTECTED] 2815
source:  APNIC







___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Craig Day


its just a stupid 2000 dos box thing. turn quick-edit mode off on
your dos window.

c


-Original Message-
From: dovan nguyen <[EMAIL PROTECTED]>
To: Dan Christopherson <[EMAIL PROTECTED]>
Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST)
Subject: Re: [JBoss-user] Sleeping JBoss

> Dan,
> 
> it didn't pay attention to that.  what if there was 1
> cell selected, what could be the cause?  Has anyone
> reported this problem before?  Please let me know.
> 
> Thanks,
> Dovan
> 
> --- Dan Christopherson <[EMAIL PROTECTED]> wrote:
> > When you switch to the console window that JBoss is
> > running in, is 
> > anything selected? Like a one-character cell inverse
> > video area?
> > 
> > dovan nguyen wrote:
> > > Hello,
> > > 
> > > I use JBOSS 2.4.4 with Tomcat and mySQL on Win
> > 2000
> > > ...
> > > 
> > > I notice if there is no request from a client for
> > > awhile (maybe hours, maybe minutes??) JBOOS stops
> > > serving (stays idle or sleeping !!)
> > > 
> > > For example i open a browser and request a
> > Test.jsp
> > > page, the browser tells me the connection is made
> > BUT
> > > waiting for reply (forever!)
> > > 
> > > i then clicked the JBoss console (black DOS
> > window),
> > > hit the ctrl-C then JBoss wakes up and serve the
> > > Test.jsp page
> > > 
> > > Please help.
> > > Thanks,
> > > 
> > > Dovan
> > > 
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Movies - coverage of the 74th Academy
> > Awards®
> > > http://movies.yahoo.com/
> > > 
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> > > 
> > 
> > 
> > 
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards®
> http://movies.yahoo.com/
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] ÊÖ»ú×îµÍ¼Û£¬·þÎñË͵½¼Ò¡£

2002-03-26 Thread ±±¶·ÊÖ»ú³¬ÊÐ


ÄúºÃ£º

ÎÒ·¢ÏÖÁËÒ»¸öÂôÊÖ»úµÄÍøÕ¾£¬¼Û¸ñ¾ªÈ˵ıãÒË£¬ºóÀ´Á˽⵽´ËÍøÕ¾ÊǹúÄÚÒ»¼Ò±È½Ï´óµÄÊÖ»úÅú·¢É̽¨ÉèµÄÍøÕ¾£¬ºÜ¶àÍøÓÑͨ¹ý´ËÍøÕ¾Âòµ½Á˳ÆÐÄÈçÒâµÄÊÖ»ú£¬È«²¿ÊÖ»ú¶¼ÊÇÕýÆ·Ðлõ£¬ÊÛºó·þÎñºÜºÃ¡£ÍøÕ¾ÄÚÈÝÒ²ºÜ·á¸»£¬¼¸ºõ°üÀ¨ÁËÊÖ»úµÄ·½·½ÃæÃ棬¶ÔÄú¿Ï¶¨ÓаïÖú£¬ÌرðÍƼö¸øÄã¡£ÍøַΪ£º
http://www.139shop.com/asp/mem-from.asp?uid=waynetan

ÎҾͲ»¶à˵ÁË£¬Äã¿´Á˾ÍÖªµÀÁË¡£

ÄãµÄºÃÅóÓÑ£ºwaynetan

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] JBoss waits for std input after exception ( Sleeping JBoss)

2002-03-26 Thread Māris Orbidāns


You have already answered.

thanx
Maris


> -Original Message-
> From: Māris Orbidāns 
> Sent: Tuesday, March 26, 2002 12:17 PM
> To: JBoss user list (E-mail)
> Subject: [JBoss-user] JBoss waits for std input after exception (
> Sleeping JBoss)
> 
> 
> 
> I use JBoss 2.4.4 and Tomcat under Win2k. 
> Sometimes after an exception JBoss freezes until I switch it's 
> console screen and press some key. 
> 
> I have not touched it's console nor selected something.
> Could it be Log4J related problem ?
> 
> I have noticed that this happens more frequently with JBoss 3.0
> 
> Maris Orbidans
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss waits for std input after exception ( Sleeping JBoss)

2002-03-26 Thread Māris Orbidāns


I use JBoss 2.4.4 and Tomcat under Win2k. 
Sometimes after an exception JBoss freezes until I switch it's 
console screen and press some key. 

I have not touched it's console nor selected something.
Could it be Log4J related problem ?

I have noticed that this happens more frequently with JBoss 3.0

Maris Orbidans

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Marko Štrukelj
Title: RE: [JBoss-user] Sleeping JBoss






The behaviour of Windows console is not unpredictable. 


If Quick Edit mode is enabled than you can mark a portion of the console content and copy it to the clipboard by pressing Enter.

The marking part is the one that blocks the console. All System.out is then blocked until you unmark.


Solutions: javaw, javant as service BUT ALSO disabling Quick Edit Mode.


To disable Quick Edit Mode click on the top-left icon of the console and select Properties in the pop-up that opens.


Then in options tab find Edit Options group and uncheck QuickEdit Mode.


Now you won't be able to block the console any more.



Have fun,


    Mare





> -Original Message-
> From: Adrian Brock [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 26, 2002 10:59 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Sleeping JBoss
> 
> 
> Hi,
> 
> This has been reported many times before.
> The problems is the windows terminal. Sometimes it
> goes to sleep. When JBoss tries to log to the console,
> it blocks.
> You can see this easily, by holding the scroll bar
> during boot-up. This also causes to terminal to stop
> receiving input and jboss stops.
> The best thing, is NOT start jboss from a
> console on windows, or turn off logging to the
> console. You can still see the logging in log/server.log
> 
> Regards,
> Adrian
> 
> 
> >From: dovan nguyen <[EMAIL PROTECTED]>
> >To: Dan Christopherson <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: Re: [JBoss-user] Sleeping JBoss
> >Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST)
> >
> >Dan,
> >
> >it didn't pay attention to that.  what if there was 1
> >cell selected, what could be the cause?  Has anyone
> >reported this problem before?  Please let me know.
> >
> >Thanks,
> >Dovan
> >
> >--- Dan Christopherson <[EMAIL PROTECTED]> wrote:
> > > When you switch to the console window that JBoss is
> > > running in, is
> > > anything selected? Like a one-character cell inverse
> > > video area?
> > >
> > > dovan nguyen wrote:
> > > > Hello,
> > > >
> > > > I use JBOSS 2.4.4 with Tomcat and mySQL on Win
> > > 2000
> > > > ...
> > > >
> > > > I notice if there is no request from a client for
> > > > awhile (maybe hours, maybe minutes??) JBOOS stops
> > > > serving (stays idle or sleeping !!)
> > > >
> > > > For example i open a browser and request a
> > > Test.jsp
> > > > page, the browser tells me the connection is made
> > > BUT
> > > > waiting for reply (forever!)
> > > >
> > > > i then clicked the JBoss console (black DOS
> > > window),
> > > > hit the ctrl-C then JBoss wakes up and serve the
> > > > Test.jsp page
> > > >
> > > > Please help.
> > > > Thanks,
> > > >
> > > > Dovan
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Yahoo! Movies - coverage of the 74th Academy
> > > Awards®
> > > > http://movies.yahoo.com/
> > > >
> > > > ___
> > > > JBoss-user mailing list
> > > > [EMAIL PROTECTED]
> > > >
> > >
> >https://lists.sourceforge.net/lists/listinfo/jboss-user
> > > >
> > >
> > >
> > >
> >
> >
> >__
> >Do You Yahoo!?
> >Yahoo! Movies - coverage of the 74th Academy Awards®
> >http://movies.yahoo.com/
> >
> >___
> >JBoss-user mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 
> 
> 
> _
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 





Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Adrian Brock

Hi,

This has been reported many times before.
The problems is the windows terminal. Sometimes it
goes to sleep. When JBoss tries to log to the console,
it blocks.
You can see this easily, by holding the scroll bar
during boot-up. This also causes to terminal to stop
receiving input and jboss stops.
The best thing, is NOT start jboss from a
console on windows, or turn off logging to the
console. You can still see the logging in log/server.log

Regards,
Adrian


>From: dovan nguyen <[EMAIL PROTECTED]>
>To: Dan Christopherson <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] Sleeping JBoss
>Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST)
>
>Dan,
>
>it didn't pay attention to that.  what if there was 1
>cell selected, what could be the cause?  Has anyone
>reported this problem before?  Please let me know.
>
>Thanks,
>Dovan
>
>--- Dan Christopherson <[EMAIL PROTECTED]> wrote:
> > When you switch to the console window that JBoss is
> > running in, is
> > anything selected? Like a one-character cell inverse
> > video area?
> >
> > dovan nguyen wrote:
> > > Hello,
> > >
> > > I use JBOSS 2.4.4 with Tomcat and mySQL on Win
> > 2000
> > > ...
> > >
> > > I notice if there is no request from a client for
> > > awhile (maybe hours, maybe minutes??) JBOOS stops
> > > serving (stays idle or sleeping !!)
> > >
> > > For example i open a browser and request a
> > Test.jsp
> > > page, the browser tells me the connection is made
> > BUT
> > > waiting for reply (forever!)
> > >
> > > i then clicked the JBoss console (black DOS
> > window),
> > > hit the ctrl-C then JBoss wakes up and serve the
> > > Test.jsp page
> > >
> > > Please help.
> > > Thanks,
> > >
> > > Dovan
> > >
> > > __
> > > Do You Yahoo!?
> > > Yahoo! Movies - coverage of the 74th Academy
> > Awards®
> > > http://movies.yahoo.com/
> > >
> > > ___
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > >
> >
>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >
> >
> >
> >
>
>
>__
>Do You Yahoo!?
>Yahoo! Movies - coverage of the 74th Academy Awards®
>http://movies.yahoo.com/
>
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user




_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Davide De Benedictis

If you have something selected, that's your problem.
It's not a JBoss problem, any java application started
from a console is attached to it and if you block the
console ...
Just try in a simple java app.
You could launch JBoss with javaw (no window) and then
monitoring output by log traces.

Bye

Davide

dovan nguyen wrote:
> Dan,
> 
> it didn't pay attention to that.  what if there was 1
> cell selected, what could be the cause?  Has anyone
> reported this problem before?  Please let me know.
> 
> Thanks,
> Dovan
> 
> --- Dan Christopherson <[EMAIL PROTECTED]> wrote:
> 
>>When you switch to the console window that JBoss is
>>running in, is 
>>anything selected? Like a one-character cell inverse
>>video area?
>>
>>dovan nguyen wrote:
>>
>>>Hello,
>>>
>>>I use JBOSS 2.4.4 with Tomcat and mySQL on Win
>>
>>2000
>>
>>>...
>>>
>>>I notice if there is no request from a client for
>>>awhile (maybe hours, maybe minutes??) JBOOS stops
>>>serving (stays idle or sleeping !!)
>>>
>>>For example i open a browser and request a
>>
>>Test.jsp
>>
>>>page, the browser tells me the connection is made
>>
>>BUT
>>
>>>waiting for reply (forever!)
>>>
>>>i then clicked the JBoss console (black DOS
>>
>>window),
>>
>>>hit the ctrl-C then JBoss wakes up and serve the
>>>Test.jsp page
>>>
>>>Please help.
>>>Thanks,
>>>
>>>Dovan
>>>
>>>__
>>>Do You Yahoo!?
>>>Yahoo! Movies - coverage of the 74th Academy
>>
>>Awards®
>>
>>>http://movies.yahoo.com/
>>>
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>
>>
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
>>
>>
> 
> 
> __
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards®
> http://movies.yahoo.com/
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user