This is very much related to another post I already have outstanding- but it seemed like a valid separate question....
Does jdk1.5_17 (32 bit JVM) run on Windows 64 bit OS without any known issues? Specifically class loading? Anything unique settings required, etc.?
We're running it and having some intermittent problems that other sites using the same application are not having- only difference we can think of is they are all 32-bit, where-as we are 64 bit servers.
We found instances of this error buried in the logs...related to class load failures
>
> java.net.URLClassLoader$1.
run(URLCla
ssLoader.j
ava:200)
>
> INFO | jvm 1 | 2009/02/02 10:29:53 | 10:29:53,140 ERROR [Engine]
> StandardContext[/ansHealth
Console]Er
ror loading
> org.jboss.web.tomcat.tc5.W
ebCtxLoade
r$ENCLoade
r@5db132
> console.server.servlets.An
nouncement
Handler
> INFO | jvm 1 | 2009/02/02 10:29:53 |
> java.lang.ClassNotFoundExc
eption:
> console.server.servlets.An
nouncement
Handler
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> >>>java.net.URLClassLoader
$1.run(URL
ClassLoade
r.java:200
)
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> java.security.AccessContro
ller.doPri
vileged(Na
tive Method)
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> java.net.URLClassLoader.fi
ndClass(UR
LClassLoad
er.java:18
8)
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> java.lang.ClassLoader.load
Class(Clas
sLoader.ja
va:306)
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> java.lang.ClassLoader.load
Class(Clas
sLoader.ja
va:251)
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> org.apache.catalina.core.S
tandardWra
pper.loadS
ervlet(Sta
ndardWrapp
er.java:96
4)
>
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> org.apache.catalina.core.S
tandardWra
pper.load(
StandardWr
apper.java
:862)
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> org.apache.catalina.core.S
tandardCon
text.loadO
nStartup(S
tandardCon
text.java:
4013)
>
> INFO | jvm 1 | 2009/02/02 10:29:53 | at
> org.apache.catalina.core.S
tandardCon
text.start
(StandardC
ontext.jav
a:4357)
Any help is very much appreciated...
Thanks guys...