• 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

Error JRE version: Java(TM) SE Runtime Environment

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

I am running a Java program - developed in Netbeans 6.9 - with the following command:

java -Djava.library.path = "C:\Nitgen" -jar C:\Nitgen\Busca3-N_java.jar C:\Nitgen\arquivo.rec

When I run directly by the computer's prompt, the program responds correctly.

However, when runs through a web program using Zope, gives the following error message:

C: \ Zope \ 2.11.4 \ Python> java -Djava.library.path = "C: \ Nitgen" -jar C: \ Nitgen \ Busca3-N_java.jar C: \ Nitgen \ arquivo.rec
#
# A fatal error Has Been Detected by the Java Runtime Environment:
#
# EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc = 0x00007ff82e19871c, pid = 2040 tid = 2440
#
# JRE version: Java (TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)
# Java VM: Java HotSpot (TM) 64-Bit Server VM (25.20-b23 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [KERNELBASE.dll 0x871c +]
#
# Core dump written. Default location: C: \ Zope \ 2.11.4 \ Python \ hs_err_pid2040.mdmp
#
# An error report file with more information is saved as:
# C: \ Zope \ 2.11.4 \ Python \ hs_err_pid2040.log
#
# If you would like to submit a bug report, please visit:
# Http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug. **


Where is the mistake?

What should I set for this error does not occur?

Thank you,

Fernando.
 
Bartender
Posts: 1210
25
Android Python PHP C++ Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The log file contents may help find the problem. Attach C: \ Zope \ 2.11.4 \ Python \ hs_err_pid2040.log in a reply.
 
You got style baby! More than this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic