Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7784375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:05:07+00:00 2026-06-01T20:05:07+00:00

In my application I am creating a database and when I click the send

  • 0

In my application I am creating a database and when I click the send button it should be inserted into database. For the first record it is not showing any error but when I insert more, it force closes with the following exception:

02-17 15:38:56.480: WARN/dalvikvm(10538): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538): FATAL EXCEPTION: main
02-17 15:38:56.500: ERROR/AndroidRuntime(10538): java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 4
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at java.util.Vector.elementAt(Vector.java:329)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at com.A_PJTMANAGER.pkg.A_PJTMANAGERact$EfficientAdapter.getView(A_PJTMANAGERact.java:174)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.AbsListView.obtainView(AbsListView.java:1315)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.ListView.makeAndAddView(ListView.java:1727)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.ListView.fillDown(ListView.java:652)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.ListView.fillFromTop(ListView.java:709)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.ListView.layoutChildren(ListView.java:1580)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.AbsListView.onLayout(AbsListView.java:1147)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.View.layout(View.java:7035)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.RelativeLayout.onLayout(RelativeLayout.java:909)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.View.layout(View.java:7035)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.RelativeLayout.onLayout(RelativeLayout.java:909)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.View.layout(View.java:7035)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.FrameLayout.onLayout(FrameLayout.java:333)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.View.layout(View.java:7035)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1249)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1125)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.LinearLayout.onLayout(LinearLayout.java:1042)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.View.layout(View.java:7035)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.widget.FrameLayout.onLayout(FrameLayout.java:333)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.View.layout(View.java:7035)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.ViewRoot.performTraversals(ViewRoot.java:1045)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.view.ViewRoot.handleMessage(ViewRoot.java:1727)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.os.Handler.dispatchMessage(Handler.java:99)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.os.Looper.loop(Looper.java:123)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at android.app.ActivityThread.main(ActivityThread.java:4627)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at java.lang.reflect.Method.invokeNative(Native Method)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at java.lang.reflect.Method.invoke(Method.java:521)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-17 15:38:56.500: ERROR/AndroidRuntime(10538):     at dalvik.system.NativeStart.main(Native Method)`
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T20:05:08+00:00Added an answer on June 1, 2026 at 8:05 pm
    at java.util.Vector.elementAt(Vector.java:329)
    

    this error in logcat that means you are using Vector and when get value from vector, index is higher vector size

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a sample application using sqlite database unfortunately I am not familiar
Im creating a database via a code first application, the sql server contains no
I'm creating a database application using ASP.NET and I want to make a Windows
I'm creating an Database for my Application that I am creating however whenever I
I'm creating an AIR application which connects to a SQLite database. The database balks
We are creating a rails application for an already existing database. We need to
I am creating a web application that is accessing a SQLite database in the
I am creating a small application that will be deployed on Window. The database
In considering languages to use in creating a web-application that interfaces with a database
I'm creating a basic database application in WPF, and I have started using the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.