• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where is the problem in container

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii
while i am trying to deploy my ejb module in my domain..i am getting an Exception in my server as :Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x80C
14B4
Function=JVM_RegisterPerfMethods+0x1297D
Library=G:\bea\JDK142~1\jre\bin\client\jvm.dll

and the details of error is in the log file named....An error report file has been saved as hs_err_pid3552.log.
# Please refer to the file for further information.

what i feel the container is not able to access the ejbobject and ejbhome implementation class
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does hs_err_pid3552.log contain ? Your JVM crashed
 
Bharat Bhusan
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what that log contain is quite lengthy but the important thing for you will be the error id i think its mentioned below...
log contain HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
Error ID : 4F530E43505002EF Please report this error at


Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
 
Bharat Bhusan
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello john
then what i have to do to deploy my modules....jvm crash mean the jdk one or weblogic one you are telling about whom...
 
reply
    Bookmark Topic Watch Topic
  • New Topic