Buscar
Social
Ofertas laborales ES

Foro sobre Java SE > Problema al cargar fichero properties

Buenas, he intentado cargar un fichero properties y me funciona bien en el formulario inicial de mi aplicación pero cuando mando ese properties a otra clase o si lo cargo directamente desde otra clase me sale el siguiente error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x73c27143, pid=4156, tid=4648
#
# JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
# Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0xc7143]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#

--------------- T H R E A D ---------------

Current thread (0x04cac800): JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=4648, stack(0x04f80000,0x04fd0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000001
ESP=0x04fce338, EBP=0x04fce34c, ESI=0x04cac930, EDI=0x04cac800
EIP=0x73c27143, EFLAGS=0x00010246

Top of Stack: (sp=0x04fce338)
0x04fce338: 04cac800 00000006 00000000 04cac930
0x04fce348: 00000000 04fce3ec 73884f00 04cac800
0x04fce358: 00000000 00000000 04cac800 345cff90
0x04fce368: 345cff90 05dc07d8 00000000 73df6cf8
0x04fce378: 04e0be10 00000000 04fce4e8 00000000
0x04fce388: 00000000 00000000 00000000 00000000
0x04fce398: 00000000 04fce374 02423bc0 00000000
0x04fce3a8: 02423c1d 02423fc0 00000000 00000000

Instructions: (pc=0x73c27143)
0x73c27123: 00 00 74 0c e8 14 3d 09 00 33 ff 89 7d 08 eb 05
0x73c27133: 89 4d 08 8b f9 6a 06 57 e8 60 a6 f3 ff 8b 45 0c
0x73c27143: 8b 18 8b 73 08 83 c4 08 85 f6 75 3d a1 cc e7 e9
0x73c27153: 73 85 c0 75 30 e8 93 a0 0d 00 6a 00 8b f0 6a 00


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00000001 is an unknown value
ESP=0x04fce338 is pointing into the stack for thread: 0x04cac800
EBP=0x04fce34c is pointing into the stack for thread: 0x04cac800
ESI=0x04cac930 is an unknown value
EDI=0x04cac800 is a thread


Stack: [0x04f80000,0x04fd0000], sp=0x04fce338, free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xc7143]
C [JdbcOdbc.dll+0x4f00]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.jdbc.odbc.JdbcOdbc.driverConnect(J[B[B)V+0
j sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(JLjava/lang/String;)V+93
j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+984
j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/Class;)Ljava/sql/Connection;+172
j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+5
j interno.datos.BBDD.Conect()V+77
j interno.datos.BBDD.select(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Object;+1
j interno.datos.BBDD.select(Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/Object;+5
j interno.comunes.mcom.chargeCmb(Ljavax/swing/JComboBox;Ljava/lang/String;Ljava/lang/String;)V+3
j interfaz.movimientos.Valija.initAllComponents()V+454
j interfaz.movimientos.Valija.(Ljava/awt/Frame;Z)V+22
j principal.principal.bttValijaMouseClicked(Ljava/awt/event/MouseEvent;)V+6
j principal.principal.access$1400(Lprincipal/principal;Ljava/awt/event/MouseEvent;)V+2
j principal.principal$15.mouseClicked(Ljava/awt/event/MouseEvent;)V+5
j java.awt.AWTEventMulticaster.mouseClicked(Ljava/awt/event/MouseEvent;)V+21
j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+74
j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+581
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+327
j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+157
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
j java.awt.EventQueue$4.run()Ljava/lang/Void;+11
j java.awt.EventQueue$4.run()Ljava/lang/Object;+1
v ~StubRoutines::call_stub
j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x04d33800 JavaThread "TimerQueue" daemon [_thread_blocked, id=4148, stack(0x08800000,0x08850000)]
0x04d2ec00 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4216, stack(0x07a60000,0x07ab0000)]
0x0061bc00 JavaThread "DestroyJavaVM" [_thread_blocked, id=4716, stack(0x02390000,0x023e0000)]
=>0x04cac800 JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=4648, stack(0x04f80000,0x04fd0000)]
0x04cabc00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4644, stack(0x05080000,0x050d0000)]
0x04cab000 JavaThread "AWT-Shutdown" [_thread_blocked, id=4588, stack(0x04ff0000,0x05040000)]
0x005a7400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4284, stack(0x04e70000,0x04ec0000)]
0x00563c00 JavaThread "Service Thread" daemon [_thread_blocked, id=4228, stack(0x04a80000,0x04ad0000)]
0x00562000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4988, stack(0x04720000,0x04770000)]
0x00561000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4664, stack(0x049b0000,0x04a00000)]
0x0055dc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4240, stack(0x04590000,0x045e0000)]
0x004f5800 JavaThread "Finalizer" daemon [_thread_blocked, id=2216, stack(0x047f0000,0x04840000)]
0x004f0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4400, stack(0x046b0000,0x04700000)]

Other Threads:
0x004ef000 VMThread [stack: 0x04640000,0x04690000] [id=4412]
0x0057a800 WatcherThread [stack: 0x04c00000,0x04c50000] [id=3848]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 4928K, used 1850K [0x24380000, 0x248d0000, 0x298d0000)
eden space 4416K, 30% used [0x24380000, 0x244ceb50, 0x247d0000)
from space 512K, 100% used [0x247d0000, 0x24850000, 0x24850000)
to space 512K, 0% used [0x24850000, 0x24850000, 0x248d0000)
tenured generation total 10944K, used 1765K [0x298d0000, 0x2a380000, 0x34380000)
the space 10944K, 16% used [0x298d0000, 0x29a895d8, 0x29a89600, 0x2a380000)
compacting perm gen total 12288K, used 2438K [0x34380000, 0x34f80000, 0x38380000)
the space 12288K, 19% used [0x34380000, 0x345e1b18, 0x345e1c00, 0x34f80000)
ro space 10240K, 44% used [0x38380000, 0x387f7808, 0x387f7a00, 0x38d80000)
rw space 12288K, 52% used [0x38d80000, 0x393ce610, 0x393ce800, 0x39980000)

Card table byte_map: [0x043e0000,0x04490000] byte_map_base: 0x042be400

Polling page: 0x001e0000

Code Cache [0x023e0000, 0x02518000, 0x043e0000)
total_blobs=776 nmethods=522 adapters=190 free_code_cache=31533Kb largest_free_block=32290752

Compilation events (10 events):
Event: 4.265 Thread 0x00562000 518 java.util.TreeMap::setColor (10 bytes)
Event: 4.265 Thread 0x00562000 nmethod 518 0x02512d08 code [0x02512e00, 0x02512e80]
Event: 4.266 Thread 0x00562000 519 java.util.TreeMap::fixAfterInsertion (267 bytes)
Event: 4.271 Thread 0x00562000 nmethod 519 0x02512f08 code [0x025130c0, 0x025136a0]
Event: 4.276 Thread 0x00562000 520 java.util.TreeMap::getEntry (84 bytes)
Event: 4.277 Thread 0x00562000 nmethod 520 0x02513f48 code [0x02514080, 0x02514264]
Event: 4.278 Thread 0x00562000 521 sun.nio.cs.AbstractCharsetProvider::put (20 bytes)
Event: 4.278 Thread 0x00562000 nmethod 521 0x025143c8 code [0x025144e0, 0x025145a8]
Event: 4.278 Thread 0x00562000 522 java.util.TreeMap::containsKey (14 bytes)
Event: 4.278 Thread 0x00562000 nmethod 522 0x02514648 code [0x02514740, 0x025147dc]

GC Heap History (4 events):
Event: 1.672 GC heap before
{Heap before GC invocations=0 (full 0):
def new generation total 4928K, used 4416K [0x24380000, 0x248d0000, 0x298d0000)
eden space 4416K, 100% used [0x24380000, 0x247d0000, 0x247d0000)
from space 512K, 0% used [0x247d0000, 0x247d0000, 0x24850000)
to space 512K, 0% used [0x24850000, 0x24850000, 0x248d0000)
tenured generation total 10944K, used 0K [0x298d0000, 0x2a380000, 0x34380000)
the space 10944K, 0% used [0x298d0000, 0x298d0000, 0x298d0200, 0x2a380000)
compacting perm gen total 12288K, used 1264K [0x34380000, 0x34f80000, 0x38380000)
the space 12288K, 10% used [0x34380000, 0x344bc300, 0x344bc400, 0x34f80000)
ro space 10240K, 44% used [0x38380000, 0x387f7808, 0x387f7a00, 0x38d80000)
rw space 12288K, 52% used [0x38d80000, 0x393ce610, 0x393ce800, 0x39980000)
Event: 1.710 GC heap after
Heap after GC invocations=1 (full 0):
def new generation total 4928K, used 512K [0x24380000, 0x248d0000, 0x298d0000)
eden space 4416K, 0% used [0x24380000, 0x24380000, 0x247d0000)
from space 512K, 100% used [0x24850000, 0x248d0000, 0x248d0000)
to space 512K, 0% used [0x247d0000, 0x247d0000, 0x24850000)
tenured generation total 10944K, used 646K [0x298d0000, 0x2a380000, 0x34380000)
the space 10944K, 5% used [0x298d0000, 0x29971830, 0x29971a00, 0x2a380000)
compacting perm gen total 12288K, used 1264K [0x34380000, 0x34f80000, 0x38380000)
the space 12288K, 10% used [0x34380000, 0x344bc300, 0x344bc400, 0x34f80000)
ro space 10240K, 44% used [0x38380000, 0x387f7808, 0x387f7a00, 0x38d80000)
rw space 12288K, 52% used [0x38d80000, 0x393ce610, 0x393ce800, 0x39980000)
}
Event: 3.748 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 4928K, used 4928K [0x24380000, 0x248d0000, 0x298d0000)
eden space 4416K, 100% used [0x24380000, 0x247d0000, 0x247d0000)
from space 512K, 100% used [0x24850000, 0x248d0000, 0x248d0000)
to space 512K, 0% used [0x247d0000, 0x247d0000, 0x24850000)
tenured generation total 10944K, used 646K [0x298d0000, 0x2a380000, 0x34380000)
the space 10944K, 5% used [0x298d0000, 0x29971830, 0x29971a00, 0x2a380000)
compacting perm gen total 12288K, used 2183K [0x34380000, 0x34f80000, 0x38380000)
the space 12288K, 17% used [0x34380000, 0x345a1d00, 0x345a1e00, 0x34f80000)
ro space 10240K, 44% used [0x38380000, 0x387f7808, 0x387f7a00, 0x38d80000)
rw space 12288K, 52% used [0x38d80000, 0x393ce610, 0x393ce800, 0x39980000)
Event: 3.777 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 4928K, used 512K [0x24380000, 0x248d0000, 0x298d0000)
eden space 4416K, 0% used [0x24380000, 0x24380000, 0x247d0000)
from space 512K, 100% used [0x247d0000, 0x24850000, 0x24850000)
to space 512K, 0% used [0x24850000, 0x24850000, 0x248d0000)
tenured generation total 10944K, used 1765K [0x298d0000, 0x2a380000, 0x34380000)
the space 10944K, 16% used [0x298d0000, 0x29a895d8, 0x29a89600, 0x2a380000)
compacting perm gen total 12288K, used 2183K [0x34380000, 0x34f80000, 0x38380000)
the space 12288K, 17% used [0x34380000, 0x345a1d00, 0x345a1e00, 0x34f80000)
ro space 10240K, 44% used [0x38380000, 0x387f7808, 0x387f7a00, 0x38d80000)
rw space 12288K, 52% used [0x38d80000, 0x393ce610, 0x393ce800, 0x39980000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 4.182 Thread 0x04cac800 Threw 0x24468998 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.182 Thread 0x04cac800 Threw 0x2446bc88 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.183 Thread 0x04cac800 Threw 0x2446f200 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.185 Thread 0x04cac800 Threw 0x244749e0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.186 Thread 0x04cac800 Threw 0x24477ca0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.188 Thread 0x04cac800 Threw 0x2447b630 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.189 Thread 0x04cac800 Threw 0x2447e6f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.191 Thread 0x04cac800 Threw 0x244822f8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.193 Thread 0x04cac800 Threw 0x2448aa68 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 4.194 Thread 0x04cac800 Threw 0x2448e760 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 4.213 loading class 0x04cc7b68
Event: 4.214 loading class 0x04dd26e8
Event: 4.214 loading class 0x04dd26e8 done
Event: 4.215 loading class 0x04cc7b68 done
Event: 4.272 loading class 0x399adb08
Event: 4.272 loading class 0x399adb08 done
Event: 4.272 loading class 0x399adae0
Event: 4.273 loading class 0x399adae0 done
Event: 4.279 loading class 0x399ac6e0
Event: 4.279 loading class 0x399ac6e0 done


Dynamic libraries:
0x00350000 - 0x0037f000 E:\Java\jdk1.7.0_45\jre\bin\java.exe
0x76ee0000 - 0x77060000 C:\Windows\SysWOW64\ntdll.dll
0x76860000 - 0x76960000 C:\Windows\syswow64\kernel32.dll
0x751e0000 - 0x75226000 C:\Windows\syswow64\KERNELBASE.dll
0x75390000 - 0x75430000 C:\Windows\syswow64\ADVAPI32.dll
0x74ba0000 - 0x74c4c000 C:\Windows\syswow64\msvcrt.dll
0x75b50000 - 0x75b69000 C:\Windows\SysWOW64\sechost.dll
0x75600000 - 0x756f0000 C:\Windows\syswow64\RPCRT4.dll
0x74a50000 - 0x74ab0000 C:\Windows\syswow64\SspiCli.dll
0x74a40000 - 0x74a4c000 C:\Windows\syswow64\CRYPTBASE.dll
0x74f10000 - 0x75010000 C:\Windows\syswow64\USER32.dll
0x75a30000 - 0x75ac0000 C:\Windows\syswow64\GDI32.dll
0x751d0000 - 0x751da000 C:\Windows\syswow64\LPK.dll
0x75b70000 - 0x75c0d000 C:\Windows\syswow64\USP10.dll
0x72520000 - 0x726be000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
0x759d0000 - 0x75a27000 C:\Windows\syswow64\SHLWAPI.dll
0x74d10000 - 0x74d70000 C:\Windows\system32\IMM32.DLL
0x74ab0000 - 0x74b7c000 C:\Windows\syswow64\MSCTF.dll
0x73aa0000 - 0x73b5f000 E:\Java\jdk1.7.0_45\jre\bin\msvcr100.dll
0x73b60000 - 0x73ee0000 E:\Java\jdk1.7.0_45\jre\bin\client\jvm.dll
0x72240000 - 0x72247000 C:\Windows\system32\WSOCK32.dll
0x758f0000 - 0x75925000 C:\Windows\syswow64\WS2_32.dll
0x759b0000 - 0x759b6000 C:\Windows\syswow64\NSI.dll
0x749f0000 - 0x74a22000 C:\Windows\system32\WINMM.dll
0x759c0000 - 0x759c5000 C:\Windows\syswow64\PSAPI.DLL
0x746d0000 - 0x746dc000 E:\Java\jdk1.7.0_45\jre\bin\verify.dll
0x746b0000 - 0x746d0000 E:\Java\jdk1.7.0_45\jre\bin\java.dll
0x74690000 - 0x746a3000 E:\Java\jdk1.7.0_45\jre\bin\zip.dll
0x73910000 - 0x73a53000 E:\Java\jdk1.7.0_45\jre\bin\awt.dll
0x75ac0000 - 0x75b4f000 C:\Windows\syswow64\OLEAUT32.dll
0x75230000 - 0x7538c000 C:\Windows\syswow64\ole32.dll
0x71e20000 - 0x71ea0000 C:\Windows\system32\uxtheme.dll
0x71e00000 - 0x71e13000 C:\Windows\system32\dwmapi.dll
0x75c10000 - 0x76859000 C:\Windows\syswow64\SHELL32.dll
0x70b80000 - 0x70d43000 C:\Windows\system32\d3d9.dll
0x720a0000 - 0x720a9000 C:\Windows\system32\VERSION.dll
0x73890000 - 0x73896000 C:\Windows\system32\d3d8thk.dll
0x70420000 - 0x70b7c000 C:\Windows\system32\nvd3dum.dll
0x72110000 - 0x72135000 C:\Windows\system32\powrprof.dll
0x74d70000 - 0x74f0d000 C:\Windows\syswow64\SETUPAPI.dll
0x75530000 - 0x75557000 C:\Windows\syswow64\CFGMGR32.dll
0x74b80000 - 0x74b92000 C:\Windows\syswow64\DEVOBJ.dll
0x738d0000 - 0x73908000 E:\Java\jdk1.7.0_45\jre\bin\fontmanager.dll
0x73a60000 - 0x73a74000 E:\Java\jdk1.7.0_45\jre\bin\net.dll
0x74620000 - 0x7465c000 C:\Windows\system32\mswsock.dll
0x745c0000 - 0x745c6000 C:\Windows\System32\wship6.dll
0x73a90000 - 0x73a9f000 E:\Java\jdk1.7.0_45\jre\bin\nio.dll
0x738a0000 - 0x738d0000 E:\Java\jdk1.7.0_45\jre\bin\t2k.dll
0x07710000 - 0x07717000 C:\Windows\SysWOW64\ctagent.DLL
0x74c80000 - 0x74d03000 C:\Windows\syswow64\CLBCatQ.DLL
0x71120000 - 0x7121b000 C:\Windows\system32\WindowsCodecs.dll
0x72050000 - 0x7209b000 C:\Windows\system32\apphelp.dll
0x72250000 - 0x72281000 C:\Windows\system32\EhStorShell.dll
0x74730000 - 0x74825000 C:\Windows\system32\PROPSYS.dll
0x71040000 - 0x710af000 C:\Windows\system32\ntshrui.dll
0x726d0000 - 0x726e9000 C:\Windows\system32\srvcli.dll
0x73a80000 - 0x73a8b000 C:\Windows\system32\cscapi.dll
0x737c0000 - 0x737ca000 C:\Windows\system32\slc.dll
0x73880000 - 0x7388e000 E:\Java\jdk1.7.0_45\jre\bin\JdbcOdbc.dll
0x70d50000 - 0x70dda000 C:\Windows\system32\ODBC32.dll
0x71dc0000 - 0x71df8000 C:\Windows\system32\odbcint.dll
0x6f960000 - 0x6fa4b000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Dfile.encoding=UTF-8
java_command: principal.principal
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;E:\Mercurial
USERNAME=Administrador
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 15 Model 4 Stepping 3, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7600

CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht, tsc

Memory: 4k page, physical 2095264k(968564k free), swap 4190528k(2484252k free)

vm_info: Java HotSpot(TM) Client VM (24.45-b08) for windows-x86 JRE (1.7.0_45-b18), built on Oct 8 2013 06:02:43 by "java_re" with unknown MS VC++:1600

time: Thu Dec 26 14:08:55 2013
elapsed time: 4 seconds

diciembre 26, 2013 | Registered CommenterElena

¿Qué código produce este error?

diciembre 26, 2013 | Registered Commenterchoces