Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Issue : at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Issue : at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)

    Hi All

    Any one know why this problem is occurring ? we are unable to reproduce the issue in lower environments.
    it went sucess if i ran in lower environemet.

    Error :
    ==========
    at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)

    Invalid Session ID found in SessionHeader: Session timed out
    [UnexpectedErrorFault [ApiFault exceptionCode='INVALID_SESSION_ID'
    exceptionMessage='Invalid Session ID found in SessionHeader: Session timed out'
    upgradeURL='null'
    upgradeMessage='null'
    ]
    ]

    at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Construc tor.java:513)
    at java.lang.Class.newInstance0(Class.java:357)
    at java.lang.Class.newInstance(Class.java:310)

    Thanks & Regards,
    Hays


  2. #2
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Issue : at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)

    Unless you show us the code that throws this exception I doubt that we can help you.

Similar Threads

  1. School Assignment; Issue with lookUp method
    By Zero_Starlight in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 21st, 2012, 07:58 PM
  2. Replies: 3
    Last Post: February 10th, 2012, 01:14 PM
  3. Boolean method issue
    By mysticCHEEZE in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 23rd, 2011, 11:26 PM
  4. Java.lang.reflect.invocationTargetException
    By varun in forum Exceptions
    Replies: 5
    Last Post: November 3rd, 2009, 10:40 AM