HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Occasional %SYSTEM-F-ACCVIO error from Java
Operating System - OpenVMS
1828204
Members
2220
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 10:24 PM
11-30-2006 10:24 PM
Occasional %SYSTEM-F-ACCVIO error from Java
I have an occasional failure (approx 1 times out of 5) as follows:
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000000♦
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
DECC$SHR_EV56 0 00000000001C5310 FFFFFFFF81435310
0 FFFFFFFF8007B754 FFFFFFFF8007B754
PTHREAD$RTL 0 000000000006E974 FFFFFFFF81268974
PTHREAD$RTL 0 000000000005717C FFFFFFFF8125117C
PTHREAD$RTL 0 0000000000043940 FFFFFFFF8123D940
0 0000000000000000 0000000000000000
PTHREAD$RTL ? ?
0 FFFFFFFF80337F94 FFFFFFFF80337F94
The Java call is as follows:
$java "-Xmx943718400" -
-cp $java$classpath - "com...." -
... some other parameters
The program used to run perfectly but has failed since we introduced some additional java exec statements.
The program appears to function correctly and produces logging upto the end but fails in the manner given above.
All the exec statements do the same thing
$ SAY = "WRITE SYS$OUTPUT"
$ say "in polytrap = ''p2'"
$polytrap :== $capoly$bin:capoly$trap
$polytrap .....
(This is an ugly way to do it and it is being re-engineered to use java classes throughout)
I have seen threads that indicate a similar error in calling Java from C. Is this a similar failure?
Note: All limits should be set sufficiently high so as not to cause an issue.
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000000♦
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
DECC$SHR_EV56 0 00000000001C5310 FFFFFFFF81435310
0 FFFFFFFF8007B754 FFFFFFFF8007B754
PTHREAD$RTL 0 000000000006E974 FFFFFFFF81268974
PTHREAD$RTL 0 000000000005717C FFFFFFFF8125117C
PTHREAD$RTL 0 0000000000043940 FFFFFFFF8123D940
0 0000000000000000 0000000000000000
PTHREAD$RTL ? ?
0 FFFFFFFF80337F94 FFFFFFFF80337F94
The Java call is as follows:
$java "-Xmx943718400" -
-cp $java$classpath - "com...." -
... some other parameters
The program used to run perfectly but has failed since we introduced some additional java exec statements.
The program appears to function correctly and produces logging upto the end but fails in the manner given above.
All the exec statements do the same thing
$ SAY = "WRITE SYS$OUTPUT"
$ say "in polytrap = ''p2'"
$polytrap :== $capoly$bin:capoly$trap
$polytrap .....
(This is an ugly way to do it and it is being re-engineered to use java classes throughout)
I have seen threads that indicate a similar error in calling Java from C. Is this a similar failure?
Note: All limits should be set sufficiently high so as not to cause an issue.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 02:37 AM
12-01-2006 02:37 AM
Re: Occasional %SYSTEM-F-ACCVIO error from Java
P R,
you might want to capture a process dump of this situation. Issue a $ SET PROC/DUMP before starting the JAVA image.
Once this error happens, a process dump will be written to the current default directory. You can have a look at the process dump with: $ ANAL/PROC imagename.DMP
With the process dump, we can at least find out the exact reasons for the ACCVIO. Whether it's possible to find the underlying problem in JAVA is another question.
Volker.
you might want to capture a process dump of this situation. Issue a $ SET PROC/DUMP before starting the JAVA image.
Once this error happens, a process dump will be written to the current default directory. You can have a look at the process dump with: $ ANAL/PROC imagename.DMP
With the process dump, we can at least find out the exact reasons for the ACCVIO. Whether it's possible to find the underlying problem in JAVA is another question.
Volker.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP