Re: [OT] error 0 issue

2019-06-26 Thread tomcat

I must say that I found Mark's original response more succint, while just as 
correct.
;-)

On 26.06.2019 21:11, Suvendu Sekhar Mondal wrote:

On Wed, Jun 26, 2019, 11:02 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Kumar,

On 6/26/19 13:27, Kumar R wrote:

Hi, Thanks for your reply...! As the application is available for
users, also cost is involved for new Linux VM.


??!


Is it possible with existing window VM 32 bit.


It is not possible to safely run your application in the environment
you have described.

- -chris



Chris,
Agreed.

Kumar,
You are limited by the 32-bit OS architecture. There, a process can have
max 2^32 Bytes of virtual memory. Out of that, 2gb will be system address
space and rest of the user address space. There is a 3 gb switch by using
which you can increase user address space by 1gb. But again that can make
system unstable as you are cutting down system address space. We were in
this situation and moved to 64-bit architecture 7-8 years ago. If you just
want to upgrade, I believe you can use 32-bit version of Java and Tomcat.
But if you want more memory power, you have to move to 64-bit environment.

Thanks!


On Wed, Jun 26, 2019, 10:49 PM John Larsen

 wrote:


Why windows - especially from 2003. If app is in java you'll get
huge performance boost moving to linux.

John Larsen


On Wed, Jun 26, 2019 at 11:11 AM Kumar R 
wrote:


Hi Team, Is it possible to go for higher version of JDK(64 bit)
and Tomcat(64bit)

on

32 bit window 2003 architecture. If so, kindly let me know the
possible difficulties. Thanks Rajib

On Tue, Jun 25, 2019, 1:17 AM Kumar R 
wrote:


Hi, Thanks for the help. Thanks & Regards Rajib

On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
felix.schumac...@internetallee.de> wrote:




Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R

:

Hi Team, I am facing server 0 issue while starting tomcat
5 service after increase the heap size from 1024 to
2048.

Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode
sharing


The 32 bit version of Java under windows can't use more
than about 1.5

GB

of ram.

Note that the versions of Java and tomcat are way out of
date. Please

do

yourself a favor and update them.

Felix



Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed,
failed initializing java. Event log:- The Apache Tomcat
service terminated with services-specific error 0(0x0)
Thanks Rajib


--

- ---




To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

For additional commands, e-mail:
users-h...@tomcat.apache.org









-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl0TrCIACgkQHPApP6U8
pFg8ihAAuYrnii6Ho18Gg8s0Jz5UBQnpl6VwX+7o9BYil3NeBRZBL3MMCpriZBlS
QBioRtpz/GpCo2Hu13pUQ7gI1I1DodjFxY69Uyr7rQ7Yi5k2+2yzn0hnJmQekser
q4TPi2HLnYiZLcfk8i7rZjkV4W2dOYZGShecFM/osTzQdlsS8n8XHbpVt7f4nd3B
a0F6T1JnMCsGIIq1mf2VvCOUYhS20j4A/FHjZ61TfdFhrfChz+ALoyDIL9tgK8AH
zz2szpD3bMfz0jfEoYfCqvQvlqUDC8jZYsjvXXparHDLgBTQh//2X/T0SiMHcijH
KoKSjZh4Zad56Xl45jXqMWETdHzy/VKArHiD5rB80D8MLvgspcOqVSr7pH5pHKq7
JQELBxnzgibZLv7qP8CRr0Osc1m6X0qby82MJpkP6pBOeAR+Wu/kDDc3RO11gox8
+DnLjRciDcVbVPCGXXjJPTh8zGNCcNOs6liyzkPlZmmm3IrtG8LdsRQs7frGTay3
RnWnORU3W1xBPQ4M9/b9MPCnqVH/l+lW1CMAOUrsZwK6OdfhPohfsCd9xXipRbKc
pUivjLGMANCeJgvgyUyzBvVlcuPlkNu4VPyAC6/yomBm+P8fHP4A/CYGqXTlQ5KT
egn7ycbs1txQjjotaw54XQQIxkfzSdCkpYWaWTl0xMaDGT/0OhA=
=OtHe
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error 0 issue

2019-06-26 Thread Suvendu Sekhar Mondal
On Wed, Jun 26, 2019, 11:02 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Kumar,
>
> On 6/26/19 13:27, Kumar R wrote:
> > Hi, Thanks for your reply...! As the application is available for
> > users, also cost is involved for new Linux VM.
>
> ??!
>
> > Is it possible with existing window VM 32 bit.
>
> It is not possible to safely run your application in the environment
> you have described.
>
> - -chris
>

Chris,
Agreed.

Kumar,
You are limited by the 32-bit OS architecture. There, a process can have
max 2^32 Bytes of virtual memory. Out of that, 2gb will be system address
space and rest of the user address space. There is a 3 gb switch by using
which you can increase user address space by 1gb. But again that can make
system unstable as you are cutting down system address space. We were in
this situation and moved to 64-bit architecture 7-8 years ago. If you just
want to upgrade, I believe you can use 32-bit version of Java and Tomcat.
But if you want more memory power, you have to move to 64-bit environment.

Thanks!

> On Wed, Jun 26, 2019, 10:49 PM John Larsen
> >  wrote:
> >
> >> Why windows - especially from 2003. If app is in java you'll get
> >> huge performance boost moving to linux.
> >>
> >> John Larsen
> >>
> >>
> >> On Wed, Jun 26, 2019 at 11:11 AM Kumar R 
> >> wrote:
> >>
> >>> Hi Team, Is it possible to go for higher version of JDK(64 bit)
> >>> and Tomcat(64bit)
> >> on
> >>> 32 bit window 2003 architecture. If so, kindly let me know the
> >>> possible difficulties. Thanks Rajib
> >>>
> >>> On Tue, Jun 25, 2019, 1:17 AM Kumar R 
> >>> wrote:
> >>>
>  Hi, Thanks for the help. Thanks & Regards Rajib
> 
>  On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
>  felix.schumac...@internetallee.de> wrote:
> 
> >
> >
> > Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R
> >  >>> :
> >> Hi Team, I am facing server 0 issue while starting tomcat
> >> 5 service after increase the heap size from 1024 to
> >> 2048.
> >>
> >> Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode
> >> sharing
> >
> > The 32 bit version of Java under windows can't use more
> > than about 1.5
> >>> GB
> > of ram.
> >
> > Note that the versions of Java and tomcat are way out of
> > date. Please
> >> do
> > yourself a favor and update them.
> >
> > Felix
> >
> >
> >> Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed,
> >> failed initializing java. Event log:- The Apache Tomcat
> >> service terminated with services-specific error 0(0x0)
> >> Thanks Rajib
> >
> > --
> - ---
> >
> >
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail:
> > users-h...@tomcat.apache.org
> >
> >
> >>>
> >>
> >
> -BEGIN PGP SIGNATURE-
> Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
>
> iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl0TrCIACgkQHPApP6U8
> pFg8ihAAuYrnii6Ho18Gg8s0Jz5UBQnpl6VwX+7o9BYil3NeBRZBL3MMCpriZBlS
> QBioRtpz/GpCo2Hu13pUQ7gI1I1DodjFxY69Uyr7rQ7Yi5k2+2yzn0hnJmQekser
> q4TPi2HLnYiZLcfk8i7rZjkV4W2dOYZGShecFM/osTzQdlsS8n8XHbpVt7f4nd3B
> a0F6T1JnMCsGIIq1mf2VvCOUYhS20j4A/FHjZ61TfdFhrfChz+ALoyDIL9tgK8AH
> zz2szpD3bMfz0jfEoYfCqvQvlqUDC8jZYsjvXXparHDLgBTQh//2X/T0SiMHcijH
> KoKSjZh4Zad56Xl45jXqMWETdHzy/VKArHiD5rB80D8MLvgspcOqVSr7pH5pHKq7
> JQELBxnzgibZLv7qP8CRr0Osc1m6X0qby82MJpkP6pBOeAR+Wu/kDDc3RO11gox8
> +DnLjRciDcVbVPCGXXjJPTh8zGNCcNOs6liyzkPlZmmm3IrtG8LdsRQs7frGTay3
> RnWnORU3W1xBPQ4M9/b9MPCnqVH/l+lW1CMAOUrsZwK6OdfhPohfsCd9xXipRbKc
> pUivjLGMANCeJgvgyUyzBvVlcuPlkNu4VPyAC6/yomBm+P8fHP4A/CYGqXTlQ5KT
> egn7ycbs1txQjjotaw54XQQIxkfzSdCkpYWaWTl0xMaDGT/0OhA=
> =OtHe
> -END PGP SIGNATURE-
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: error 0 issue

2019-06-26 Thread Shawn Heisey

On 6/26/2019 11:18 AM, Mark Thomas wrote:

On 26/06/2019 18:10, Kumar R wrote:

Hi Team,
Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on
32 bit window 2003 architecture.


No.


A tiny bit more detail:

64-bit software requires a 64-bit operating system.  A 64-bit operating 
system requires a 64-bit CPU.


You're running 32-bit Windows, so you can't run any 64-bit software, 
even if the hardware is actually 64-bit.


32-bit programs on Windows, including Java, are limited to addressing 
2GB of memory.  Which typically means that if you make the heap larger 
than about 1.5 GB on a 32-bit system, Java's probably going to either 
crash or not work correctly.  This can be a serious limitation with 
modern software.


Intel hasn't mass-produced 32-bit server-class CPUs since 2005, and 
desktop-class CPUs since 2006.  Other CPU manufacturers like AMD 
probably did something similar around the same timeframe.  Which means 
that if your hardware is at all recent, it probably has a 64-bit CPU.


Thanks,
Shawn

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error 0 issue

2019-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Kumar,

On 6/26/19 13:27, Kumar R wrote:
> Hi, Thanks for your reply...! As the application is available for
> users, also cost is involved for new Linux VM.

??!

> Is it possible with existing window VM 32 bit.

It is not possible to safely run your application in the environment
you have described.

- -chris

> On Wed, Jun 26, 2019, 10:49 PM John Larsen
>  wrote:
> 
>> Why windows - especially from 2003. If app is in java you'll get
>> huge performance boost moving to linux.
>> 
>> John Larsen
>> 
>> 
>> On Wed, Jun 26, 2019 at 11:11 AM Kumar R 
>> wrote:
>> 
>>> Hi Team, Is it possible to go for higher version of JDK(64 bit)
>>> and Tomcat(64bit)
>> on
>>> 32 bit window 2003 architecture. If so, kindly let me know the
>>> possible difficulties. Thanks Rajib
>>> 
>>> On Tue, Jun 25, 2019, 1:17 AM Kumar R 
>>> wrote:
>>> 
 Hi, Thanks for the help. Thanks & Regards Rajib
 
 On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher < 
 felix.schumac...@internetallee.de> wrote:
 
> 
> 
> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R
> >> :
>> Hi Team, I am facing server 0 issue while starting tomcat
>> 5 service after increase the heap size from 1024 to
>> 2048.
>> 
>> Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode
>> sharing
> 
> The 32 bit version of Java under windows can't use more
> than about 1.5
>>> GB
> of ram.
> 
> Note that the versions of Java and tomcat are way out of
> date. Please
>> do
> yourself a favor and update them.
> 
> Felix
> 
> 
>> Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed,
>> failed initializing java. Event log:- The Apache Tomcat
>> service terminated with services-specific error 0(0x0) 
>> Thanks Rajib
> 
> --
- ---
>
> 
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail:
> users-h...@tomcat.apache.org
> 
> 
>>> 
>> 
> 
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl0TrCIACgkQHPApP6U8
pFg8ihAAuYrnii6Ho18Gg8s0Jz5UBQnpl6VwX+7o9BYil3NeBRZBL3MMCpriZBlS
QBioRtpz/GpCo2Hu13pUQ7gI1I1DodjFxY69Uyr7rQ7Yi5k2+2yzn0hnJmQekser
q4TPi2HLnYiZLcfk8i7rZjkV4W2dOYZGShecFM/osTzQdlsS8n8XHbpVt7f4nd3B
a0F6T1JnMCsGIIq1mf2VvCOUYhS20j4A/FHjZ61TfdFhrfChz+ALoyDIL9tgK8AH
zz2szpD3bMfz0jfEoYfCqvQvlqUDC8jZYsjvXXparHDLgBTQh//2X/T0SiMHcijH
KoKSjZh4Zad56Xl45jXqMWETdHzy/VKArHiD5rB80D8MLvgspcOqVSr7pH5pHKq7
JQELBxnzgibZLv7qP8CRr0Osc1m6X0qby82MJpkP6pBOeAR+Wu/kDDc3RO11gox8
+DnLjRciDcVbVPCGXXjJPTh8zGNCcNOs6liyzkPlZmmm3IrtG8LdsRQs7frGTay3
RnWnORU3W1xBPQ4M9/b9MPCnqVH/l+lW1CMAOUrsZwK6OdfhPohfsCd9xXipRbKc
pUivjLGMANCeJgvgyUyzBvVlcuPlkNu4VPyAC6/yomBm+P8fHP4A/CYGqXTlQ5KT
egn7ycbs1txQjjotaw54XQQIxkfzSdCkpYWaWTl0xMaDGT/0OhA=
=OtHe
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error 0 issue

2019-06-26 Thread Kumar R
Hi,
Thanks for your reply...!
As the application is available for users, also cost is involved for new
Linux VM.

Is it possible with existing window VM 32 bit.

Thanks
Rajib

On Wed, Jun 26, 2019, 10:49 PM John Larsen  wrote:

> Why windows - especially from 2003. If app is in java you'll get huge
> performance boost moving to linux.
>
> John Larsen
>
>
> On Wed, Jun 26, 2019 at 11:11 AM Kumar R  wrote:
>
> > Hi Team,
> > Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit)
> on
> > 32 bit window 2003 architecture.
> > If so, kindly let me know the possible difficulties.
> > Thanks
> > Rajib
> >
> > On Tue, Jun 25, 2019, 1:17 AM Kumar R  wrote:
> >
> > > Hi,
> > > Thanks for the help.
> > > Thanks & Regards
> > > Rajib
> > >
> > > On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
> > > felix.schumac...@internetallee.de> wrote:
> > >
> > >>
> > >>
> > >> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R  >:
> > >> >Hi Team,
> > >> >I am facing server 0 issue while starting tomcat 5 service after
> > >> >increase
> > >> >the heap size from 1024 to 2048.
> > >> >
> > >> >Server:-
> > >> >Windows 32
> > >> >Jre:-
> > >> >1.5.0_15-h04, mixed mode sharing
> > >>
> > >> The 32 bit version of Java under windows can't use more than about 1.5
> > GB
> > >> of ram.
> > >>
> > >> Note that the versions of Java and tomcat are way out of date. Please
> do
> > >> yourself a favor and update them.
> > >>
> > >> Felix
> > >>
> > >>
> > >> >Tomcat:-
> > >> >5.5
> > >> >Error:-
> > >> >Jakarta log:- create JavaVM failed, failed initializing java.
> > >> >Event log:-
> > >> >The Apache Tomcat service terminated with services-specific error
> > >> >0(0x0)
> > >> >Thanks
> > >> >Rajib
> > >>
> > >> -
> > >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > >> For additional commands, e-mail: users-h...@tomcat.apache.org
> > >>
> > >>
> >
>


Re: error 0 issue

2019-06-26 Thread Kumar R
Hi,
Thanks for your help.
Thanks
Rajib

On Wed, Jun 26, 2019, 10:56 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> John,
>
> On 6/26/19 13:18, John Larsen wrote:
> > Why windows - especially from 2003. If app is in java you'll get
> > huge performance boost moving to linux.
>
> [Citation Needed]
>
> - -chris
>
> > On Wed, Jun 26, 2019 at 11:11 AM Kumar R 
> > wrote:
> >
> >> Hi Team, Is it possible to go for higher version of JDK(64 bit)
> >> and Tomcat(64bit) on 32 bit window 2003 architecture. If so,
> >> kindly let me know the possible difficulties. Thanks Rajib
> >>
> >> On Tue, Jun 25, 2019, 1:17 AM Kumar R 
> >> wrote:
> >>
> >>> Hi, Thanks for the help. Thanks & Regards Rajib
> >>>
> >>> On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
> >>> felix.schumac...@internetallee.de> wrote:
> >>>
> 
> 
>  Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R
>  :
> > Hi Team, I am facing server 0 issue while starting tomcat 5
> > service after increase the heap size from 1024 to 2048.
> >
> > Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode sharing
> 
>  The 32 bit version of Java under windows can't use more than
>  about 1.5
> >> GB
>  of ram.
> 
>  Note that the versions of Java and tomcat are way out of
>  date. Please do yourself a favor and update them.
> 
>  Felix
> 
> 
> > Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed,
> > failed initializing java. Event log:- The Apache Tomcat
> > service terminated with services-specific error 0(0x0)
> > Thanks Rajib
> 
>  ---
> - --
> 
> 
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>  For additional commands, e-mail:
>  users-h...@tomcat.apache.org
> 
> 
> >>
> >
> -BEGIN PGP SIGNATURE-
> Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/
>
> iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl0Tqq8ACgkQHPApP6U8
> pFgz1xAAoUIZqeeLFRjApi2WXdmOCOugEQ9mA0ZODdQ5ZxeoU0kvavPLWknlqgdK
> aPxY3fO2mggEyLbD6603KkY/OeuFBMteZLnTSCNKDUh8m6LYg32r0BaL0HH9nhr6
> X7v8ra/EUpfnNNqR1y8sFz5M/CFCBy3tXYvTZNNMF99tGNaWNw4/GpoTb/thlYr/
> 3nZLa16++maZOkC8WGAoP6wZWVTWTnAwiPf1OrjK0znAmuaNOHi2y/Wifcq8h43b
> u/NwJwR0QdimYRcVLv1i4f47n1keK2TAAgFI8fcks+2XFsXK4N1j1Keyy2n3/bG1
> ZmJNd3nH37wA/TzmurJknmT/q1hkOu8kc+0CDD9VWVv1+By46CRMr75fiBjbvIfk
> 5Ar1MUuPWttMqbb5rjB3Vl9+KQx3YiujPvcgcMqxHYtKZ2qu5dir0ez2+ipOAlN5
> IdZfkmBEdXGEPbm6IwV5LJ3OcT7GWM2/8qHslZSEismGyHUzqnmFwu2D8zo3o3Nb
> ot0tEdvmLhegNfoPuwKdJ+mLJUfvjUcPTdeJfIkAq1bKbmr/pRpXOXn51b4fk71Q
> /xzH4vKs+ikl0SNyukF2825CgVCgA2PsB0Ed4X6aFB9m8gOfMc6lEra0FCzACtc6
> BICYcg8iyc7PHqEfAfLWh7HYVmWWaqxaJL6DagPBqKGeFdog6eU=
> =ZnUP
> -END PGP SIGNATURE-
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: error 0 issue

2019-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

John,

On 6/26/19 13:18, John Larsen wrote:
> Why windows - especially from 2003. If app is in java you'll get
> huge performance boost moving to linux.

[Citation Needed]

- -chris

> On Wed, Jun 26, 2019 at 11:11 AM Kumar R 
> wrote:
> 
>> Hi Team, Is it possible to go for higher version of JDK(64 bit)
>> and Tomcat(64bit) on 32 bit window 2003 architecture. If so,
>> kindly let me know the possible difficulties. Thanks Rajib
>> 
>> On Tue, Jun 25, 2019, 1:17 AM Kumar R 
>> wrote:
>> 
>>> Hi, Thanks for the help. Thanks & Regards Rajib
>>> 
>>> On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher < 
>>> felix.schumac...@internetallee.de> wrote:
>>> 
 
 
 Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R
 :
> Hi Team, I am facing server 0 issue while starting tomcat 5
> service after increase the heap size from 1024 to 2048.
> 
> Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode sharing
 
 The 32 bit version of Java under windows can't use more than
 about 1.5
>> GB
 of ram.
 
 Note that the versions of Java and tomcat are way out of
 date. Please do yourself a favor and update them.
 
 Felix
 
 
> Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed,
> failed initializing java. Event log:- The Apache Tomcat
> service terminated with services-specific error 0(0x0) 
> Thanks Rajib
 
 ---
- --

 
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail:
 users-h...@tomcat.apache.org
 
 
>> 
> 
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl0Tqq8ACgkQHPApP6U8
pFgz1xAAoUIZqeeLFRjApi2WXdmOCOugEQ9mA0ZODdQ5ZxeoU0kvavPLWknlqgdK
aPxY3fO2mggEyLbD6603KkY/OeuFBMteZLnTSCNKDUh8m6LYg32r0BaL0HH9nhr6
X7v8ra/EUpfnNNqR1y8sFz5M/CFCBy3tXYvTZNNMF99tGNaWNw4/GpoTb/thlYr/
3nZLa16++maZOkC8WGAoP6wZWVTWTnAwiPf1OrjK0znAmuaNOHi2y/Wifcq8h43b
u/NwJwR0QdimYRcVLv1i4f47n1keK2TAAgFI8fcks+2XFsXK4N1j1Keyy2n3/bG1
ZmJNd3nH37wA/TzmurJknmT/q1hkOu8kc+0CDD9VWVv1+By46CRMr75fiBjbvIfk
5Ar1MUuPWttMqbb5rjB3Vl9+KQx3YiujPvcgcMqxHYtKZ2qu5dir0ez2+ipOAlN5
IdZfkmBEdXGEPbm6IwV5LJ3OcT7GWM2/8qHslZSEismGyHUzqnmFwu2D8zo3o3Nb
ot0tEdvmLhegNfoPuwKdJ+mLJUfvjUcPTdeJfIkAq1bKbmr/pRpXOXn51b4fk71Q
/xzH4vKs+ikl0SNyukF2825CgVCgA2PsB0Ed4X6aFB9m8gOfMc6lEra0FCzACtc6
BICYcg8iyc7PHqEfAfLWh7HYVmWWaqxaJL6DagPBqKGeFdog6eU=
=ZnUP
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error 0 issue

2019-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Kumar,

On 6/26/19 13:10, Kumar R wrote:
> Hi Team, Is it possible to go for higher version of JDK(64 bit) and
> Tomcat(64bit) on 32 bit window 2003 architecture. If so, kindly let
> me know the possible difficulties.

There is nothing inherently 32- or 64-bit about Tomcat except for (a)
the service-runner and (b) the Tomcat native library (if you are using
it).

If you use the 64-bit service runner, you will need a 64-bit JVM.
There really isn't any particular reason to use a 32-bit JVM on a
64-bit OS at this point, so just go ahead and run the 64-bit version
and be done with it.

If you have a 32-bit OS then you have no options: you will require a
32-bit JVM. That limits your heap size. Upgrade to a 64-bit OS. All
modern CPUs are 64-bits, even if your vendor sold you a copy of 32-bit
Windows.

The version of Java really only has a minimum. The minimum version of
Java for Tomcat 5 was Java 1.4. Java 11 should work just fine.

HOWEVER, if you really are using Tomcat 5 (.0.x? .5.x?) then you
should know that there is a 100% chance that there are exploitable
vulnerabilities in that software that will never be patched. [1][2]
You should take the time to upgrade your Tomcat version before doing
pretty much anything else.

Actually... Windows server 2003? Java 1.5? Tomcat 5? It sounds like
you need to upgrade EVERYTHING (including hardware?) in order to be
able to safely operate a web service.

- -chris

[1]
https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-88
7/version_id-29835/Apache-Tomcat-5.0.30.html

[2]
https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-88
7/version_id-118816/Apache-Tomcat-5.5.35.html

> Thanks Rajib
> 
> On Tue, Jun 25, 2019, 1:17 AM Kumar R 
> wrote:
> 
>> Hi, Thanks for the help. Thanks & Regards Rajib
>> 
>> On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher < 
>> felix.schumac...@internetallee.de> wrote:
>> 
>>> 
>>> 
>>> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R
>>> :
 Hi Team, I am facing server 0 issue while starting tomcat 5
 service after increase the heap size from 1024 to 2048.
 
 Server:- Windows 32 Jre:- 1.5.0_15-h04, mixed mode sharing
>>> 
>>> The 32 bit version of Java under windows can't use more than
>>> about 1.5 GB of ram.
>>> 
>>> Note that the versions of Java and tomcat are way out of date.
>>> Please do yourself a favor and update them.
>>> 
>>> Felix
>>> 
>>> 
 Tomcat:- 5.5 Error:- Jakarta log:- create JavaVM failed,
 failed initializing java. Event log:- The Apache Tomcat
 service terminated with services-specific error 0(0x0) 
 Thanks Rajib
>>> 
>>> 
- -
>>>
>>> 
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>> 
>>> 
> 
-BEGIN PGP SIGNATURE-
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl0TqpYACgkQHPApP6U8
pFh4oBAAkkbAibNemwx+wGKzCifhsUqdMenltXOJ8D0YcrhXk1T6ayNIKL80SBMT
W82T1A2FrJEqNJS6HGcT/cVr43eAcsYMcFfCgPFGuUHfLGGjSdYv71ulNdPYCozN
r496dQQRsFnbMsCDA2Vz5qiQXVtJ4fqeBs3ENvbhKS7qHiE+SU3HfXFcTa8hOMuI
gpDXYPbTABAgxiDHnYuJrscHwMMNG+U2hUr/I5Nd1QqseAnYx2r9omTScS7SHwtO
u7sswjrhhixeC9GZaugNiUNCYF8hw6pi0zaKKDmj3acbL1mE21nFfiypSH335KVV
gQ0uyVsYJH0yMCOVwDOaWVOcFnj/Tv9TqpperRPLIAgBBzUUetLzs4Z1x6up+z3P
aMV+DslQPDxlMdcMtXLAIgKzzr1k/IFYTh9gPEQaBdHhkR4ZU81ftw9+cFQPTI1i
je7ZIUlNFk6XVajIfApUZicwcDAUwMoDWuiEuwjq8FkK+tzvKUgZuofl17Uj2aq1
c2e8dALx3NNdTB5azbVmKFFjGa5oIrIPvl0TlhX3JmrPMiGve0QFqkS9+5dUDxA6
twxxonSvW/zQfiA+ShOMYz/rbjnU+Ma2nA64XmLMxooJgHlsFWjktTPTJM2jE9LS
6S9NqSqDzunqjsZRF/haWzaengRoDHalMmmPeEAFCeKI6KlZjNE=
=6/h6
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error 0 issue

2019-06-26 Thread John Larsen
Why windows - especially from 2003. If app is in java you'll get huge
performance boost moving to linux.

John Larsen


On Wed, Jun 26, 2019 at 11:11 AM Kumar R  wrote:

> Hi Team,
> Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on
> 32 bit window 2003 architecture.
> If so, kindly let me know the possible difficulties.
> Thanks
> Rajib
>
> On Tue, Jun 25, 2019, 1:17 AM Kumar R  wrote:
>
> > Hi,
> > Thanks for the help.
> > Thanks & Regards
> > Rajib
> >
> > On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
> > felix.schumac...@internetallee.de> wrote:
> >
> >>
> >>
> >> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R :
> >> >Hi Team,
> >> >I am facing server 0 issue while starting tomcat 5 service after
> >> >increase
> >> >the heap size from 1024 to 2048.
> >> >
> >> >Server:-
> >> >Windows 32
> >> >Jre:-
> >> >1.5.0_15-h04, mixed mode sharing
> >>
> >> The 32 bit version of Java under windows can't use more than about 1.5
> GB
> >> of ram.
> >>
> >> Note that the versions of Java and tomcat are way out of date. Please do
> >> yourself a favor and update them.
> >>
> >> Felix
> >>
> >>
> >> >Tomcat:-
> >> >5.5
> >> >Error:-
> >> >Jakarta log:- create JavaVM failed, failed initializing java.
> >> >Event log:-
> >> >The Apache Tomcat service terminated with services-specific error
> >> >0(0x0)
> >> >Thanks
> >> >Rajib
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: users-h...@tomcat.apache.org
> >>
> >>
>


Re: error 0 issue

2019-06-26 Thread Mark Thomas
On 26/06/2019 18:10, Kumar R wrote:
> Hi Team,
> Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on
> 32 bit window 2003 architecture.

No.

Mark


> If so, kindly let me know the possible difficulties.
> Thanks
> Rajib
> 
> On Tue, Jun 25, 2019, 1:17 AM Kumar R  wrote:
> 
>> Hi,
>> Thanks for the help.
>> Thanks & Regards
>> Rajib
>>
>> On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
>> felix.schumac...@internetallee.de> wrote:
>>
>>>
>>>
>>> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R :
 Hi Team,
 I am facing server 0 issue while starting tomcat 5 service after
 increase
 the heap size from 1024 to 2048.

 Server:-
 Windows 32
 Jre:-
 1.5.0_15-h04, mixed mode sharing
>>>
>>> The 32 bit version of Java under windows can't use more than about 1.5 GB
>>> of ram.
>>>
>>> Note that the versions of Java and tomcat are way out of date. Please do
>>> yourself a favor and update them.
>>>
>>> Felix
>>>
>>>
 Tomcat:-
 5.5
 Error:-
 Jakarta log:- create JavaVM failed, failed initializing java.
 Event log:-
 The Apache Tomcat service terminated with services-specific error
 0(0x0)
 Thanks
 Rajib
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>>
>>>
> 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error 0 issue

2019-06-26 Thread Kumar R
Hi Team,
Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on
32 bit window 2003 architecture.
If so, kindly let me know the possible difficulties.
Thanks
Rajib

On Tue, Jun 25, 2019, 1:17 AM Kumar R  wrote:

> Hi,
> Thanks for the help.
> Thanks & Regards
> Rajib
>
> On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
> felix.schumac...@internetallee.de> wrote:
>
>>
>>
>> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R :
>> >Hi Team,
>> >I am facing server 0 issue while starting tomcat 5 service after
>> >increase
>> >the heap size from 1024 to 2048.
>> >
>> >Server:-
>> >Windows 32
>> >Jre:-
>> >1.5.0_15-h04, mixed mode sharing
>>
>> The 32 bit version of Java under windows can't use more than about 1.5 GB
>> of ram.
>>
>> Note that the versions of Java and tomcat are way out of date. Please do
>> yourself a favor and update them.
>>
>> Felix
>>
>>
>> >Tomcat:-
>> >5.5
>> >Error:-
>> >Jakarta log:- create JavaVM failed, failed initializing java.
>> >Event log:-
>> >The Apache Tomcat service terminated with services-specific error
>> >0(0x0)
>> >Thanks
>> >Rajib
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>


Re: error 0 issue

2019-06-24 Thread Kumar R
Hi,
Thanks for the help.
Thanks & Regards
Rajib

On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher <
felix.schumac...@internetallee.de> wrote:

>
>
> Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R :
> >Hi Team,
> >I am facing server 0 issue while starting tomcat 5 service after
> >increase
> >the heap size from 1024 to 2048.
> >
> >Server:-
> >Windows 32
> >Jre:-
> >1.5.0_15-h04, mixed mode sharing
>
> The 32 bit version of Java under windows can't use more than about 1.5 GB
> of ram.
>
> Note that the versions of Java and tomcat are way out of date. Please do
> yourself a favor and update them.
>
> Felix
>
>
> >Tomcat:-
> >5.5
> >Error:-
> >Jakarta log:- create JavaVM failed, failed initializing java.
> >Event log:-
> >The Apache Tomcat service terminated with services-specific error
> >0(0x0)
> >Thanks
> >Rajib
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: error 0 issue

2019-06-24 Thread Felix Schumacher



Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R :
>Hi Team,
>I am facing server 0 issue while starting tomcat 5 service after
>increase
>the heap size from 1024 to 2048.
>
>Server:-
>Windows 32
>Jre:-
>1.5.0_15-h04, mixed mode sharing

The 32 bit version of Java under windows can't use more than about 1.5 GB of 
ram. 

Note that the versions of Java and tomcat are way out of date. Please do 
yourself a favor and update them. 

Felix 


>Tomcat:-
>5.5
>Error:-
>Jakarta log:- create JavaVM failed, failed initializing java.
>Event log:-
>The Apache Tomcat service terminated with services-specific error
>0(0x0)
>Thanks
>Rajib

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



error 0 issue

2019-06-24 Thread Kumar R
Hi Team,
I am facing server 0 issue while starting tomcat 5 service after increase
the heap size from 1024 to 2048.

Server:-
Windows 32
Jre:-
1.5.0_15-h04, mixed mode sharing
Tomcat:-
5.5
Error:-
Jakarta log:- create JavaVM failed, failed initializing java.
Event log:-
The Apache Tomcat service terminated with services-specific error 0(0x0)
Thanks
Rajib