Questions tagged as 'excepciones'

0
answers

Visual Studio exception when debugging

My problem is that every time I debugged (visual studio 2017-win 7- 32 bits- console system) everything goes normal when debugging and executing the program, but after the program ends I get the following error :    Exception produced in 0x77...
asked by 07.05.2018 / 00:04
0
answers

Web service soap java Netbeans does not allow me to create objects of another kind

Hi guys I'm very desperate I explain what happens is that I'm doing my project for titling in the I have to do a web processing service using a tool called freeling, I managed to use it and I did a java class in the I use the libraries of that t...
asked by 29.04.2018 / 09:49
0
answers

Exception from HRESULT: 0xFFFFFFF8 vb .net

When wanting to read from the database with vb.net it marks me a exception , apparently because I am bringing data NULL . I'm new to sql server, this is my code I hope you can help me. Save the data of a fingerprint in sql...
asked by 20.04.2018 / 21:25
0
answers

Problem with ClassNotFoundException JSP Java

I have the following class: public class Metodo implements Mproceso{ @Override public ArrayList mostrar() { Connection con; Statement st; ResultSet rs; ArrayList<Object> list = new ArrayList<>(); try {...
asked by 07.04.2018 / 16:50
1
answer

ClassNotFoundException com.mysql.jdbc.Driver JAVA JSP

Problem: I have a method of type ArrayList that returns an object of the same, but when I invoke it in the JSP it gives me the following error: javax.servlet.ServletException: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver I hav...
asked by 05.04.2018 / 09:28
0
answers

java.lang.NumberFormatException: multiple points

I was trying to read some data through a server, at first fine: Datagrama recibido del host: /10.166.122.105 desde el puerto remoto: 37547 x=-0.077811554 y=0.094570965 z=9.7324295 grados=0.0 Datagrama recibido del host: /10.166.122.105 desde e...
asked by 28.02.2018 / 11:54
1
answer

Error in Ionic 2: "No component factory found for"

I'm trying to show a new page in an app of ionic (the app was not created by me, I've only been asked to modify it ), when I execute this.navCtrl.push(aportacionesPage) it returns the following error:    No component factory foun...
asked by 31.01.2018 / 09:06
1
answer

Exceptions with a string and its values

I should be able to make use of the exceptions asking for data by console and that the string you enter should analyze me if there is any character that is not alphanumeric. As soon as I find a non-alphanumeric character that stops. Code:...
asked by 13.12.2017 / 19:51
0
answers

Help, with java.lang.OutOfMemoryError error

Good morning, I am developing a program to help me count how long the basic orderings take and thus make a complexity analysis, but I run into this error of "java.land.OutOfMemoryError: GC overhead limit exceeded", I do not know if it has to do...
asked by 31.08.2017 / 03:46
0
answers

Android Studio Error

Has anyone got this error? I looked for some solution but the ones I found did not work for me    Error: Execution failed for task ': app: transformJackWithJackForDebug'.   com.android.build.api.transform.TransformException: com.android.build...
asked by 28.08.2017 / 01:05