Was ist ein opcode

S

Stefan Schwing

Hallo,

beim ausführen einer JSP / Servlet bekomme ich ab und an das:

java.lang.InternalError: undefined opcode
at java.util.ResourceBundle.getBundle()
at java.util.ResourceBundle.getBundle()
at java.util.Locale.getDisplayCountry()
at java.util.Locale.getDisplayCountry()
...

Was könnte ich dagegen tun bzw. was genau läuft hier schief ?

Danke & Gruss,
Stefan
 
M

Michael Borgwardt

Stefan said:
beim ausführen einer JSP / Servlet bekomme ich ab und an das:

java.lang.InternalError: undefined opcode
at java.util.ResourceBundle.getBundle()
at java.util.ResourceBundle.getBundle()
at java.util.Locale.getDisplayCountry()
at java.util.Locale.getDisplayCountry()
...

Was könnte ich dagegen tun bzw. was genau läuft hier schief ?

Ein Opcode ist eine Instruktion der Java Virtual machine, also im compilierten
Class-File. Sieht für mich so aus, also ob entweder Deine Java-installation
kaputt ist oder die Hardware (Speicherfehler könnten auch zu sowas führen).
 
A

andreas

Stefan said:
beim ausführen einer JSP / Servlet bekomme ich ab und an das:

java.lang.InternalError: undefined opcode
at java.util.ResourceBundle.getBundle()
at java.util.ResourceBundle.getBundle()
at java.util.Locale.getDisplayCountry()
at java.util.Locale.getDisplayCountry()
...

maybe you want to stick to de.java or something for german posts?

andreas
 
D

Dave Monroe

Stefan Schwing said:
Hallo,

beim ausführen einer JSP / Servlet bekomme ich ab und an das:

java.lang.InternalError: undefined opcode
at java.util.ResourceBundle.getBundle()
at java.util.ResourceBundle.getBundle()
at java.util.Locale.getDisplayCountry()
at java.util.Locale.getDisplayCountry()
...

Was könnte ich dagegen tun bzw. was genau läuft hier schief ?

My German is terrible but you should _never_ get an undefined opcode.

Your JVM is buggy or you have a hardware problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top