- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Program fails in Native Method call
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 10:41 AM
08-18-2003 10:41 AM
Program fails in Native Method call
One of my partner is running into the following error while starting their application on HP-UX (11.11) with JVM 1.4.1:
java.lang.NoSuchFieldError: receivedAddress
at java.net.DatagramPacket.init(Native Method)
at java.net.DatagramPacket.
at com.netnumber.framework.facility.Syslog.entry(Syslog.java:46)
java.lang.NoSuchFieldError: receivedAddress
at java.net.DatagramPacket.init(Native Method)
at java.net.DatagramPacket.
at com.netnumber.framework.facility.Syslog.entry(Syslog.java:46)
at com.netnumber.framework.facility.Log.entry(Log.java:62)
at
Any suggestions on what could be causing this error ?
Thanks
Sonal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 03:17 AM
08-19-2003 03:17 AM
Re: Program fails in Native Method call
The real error should be at the bottom of the
at.... junk.
Seems you didn't complete the last line(s),
so it's hard to see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:14 AM
08-19-2003 05:14 AM
Re: Program fails in Native Method call
Thanks
Sonal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:57 AM
08-19-2003 05:57 AM
Re: Program fails in Native Method call
java.lang.NoSuchFieldError: receivedAddress
at java.net.DatagramPacket.init(Native Method)
at java.net.DatagramPacket.
at com.netnumber.framework.facility.Syslog.entry(Syslog.java:46)
at com.netnumber.framework.facility.Log.entry(Log.java:61)
at com.netnumber.framework.facility.EventImpl.process(EventImpl.java:54)
at com.netnumber.framework.facility.EventImpl.raise(EventImpl.java:39)
at com.netnumber.framework.facility.Event.raise(Event.java:70)
at com.netnumber.sql.PBContextImpl.renewLicense(PBContextImpl.java:738)
at com.netnumber.framework.facility.LicenseImpl.set(LicenseImpl.java:65)
at com.netnumber.framework.facility.License.set(License.java:63)
at com.netnumber.sql.PBContextImpl.
at com.netnumber.nes.context.NESContextImpl.
at com.netnumber.nes.context.NESServer.main(NESServer.java:23)
java.lang.NoSuchFieldError: receivedAddress
at java.net.DatagramPacket.init(Native Method)
at java.net.DatagramPacket.
at com.netnumber.framework.facility.Syslog.entry(Syslog.java:46)
at com.netnumber.framework.facility.Log.entry(Log.java:61)
at com.netnumber.framework.facility.EventImpl.process(EventImpl.java:54)
at com.netnumber.framework.facility.EventImpl.raise(EventImpl.java:39)
at com.netnumber.framework.facility.Event.raise(Event.java:70)
at com.netnumber.sql.PBContextImpl.renewLicense(PBContextImpl.java:738)
at com.netnumber.framework.facility.LicenseImpl.set(LicenseImpl.java:65)
at com.netnumber.framework.facility.License.set(License.java:63)
at com.netnumber.sql.PBContextImpl.
at com.netnumber.nes.context.NESContextImpl.
at com.netnumber.nes.context.NESServer.main(NESServer.java:23)
------------
But as you can see the rest of the methods belong to the User application.
Thanks
Sonal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 05:57 AM
08-19-2003 05:57 AM
Re: Program fails in Native Method call
java.lang.NoSuchFieldError: receivedAddress
at java.net.DatagramPacket.init(Native Method)
at java.net.DatagramPacket.
at com.netnumber.framework.facility.Syslog.entry(Syslog.java:46)
at com.netnumber.framework.facility.Log.entry(Log.java:61)
at com.netnumber.framework.facility.EventImpl.process(EventImpl.java:54)
at com.netnumber.framework.facility.EventImpl.raise(EventImpl.java:39)
at com.netnumber.framework.facility.Event.raise(Event.java:70)
at com.netnumber.sql.PBContextImpl.renewLicense(PBContextImpl.java:738)
at com.netnumber.framework.facility.LicenseImpl.set(LicenseImpl.java:65)
at com.netnumber.framework.facility.License.set(License.java:63)
at com.netnumber.sql.PBContextImpl.
at com.netnumber.nes.context.NESContextImpl.
at com.netnumber.nes.context.NESServer.main(NESServer.java:23)
java.lang.NoSuchFieldError: receivedAddress
at java.net.DatagramPacket.init(Native Method)
at java.net.DatagramPacket.
at com.netnumber.framework.facility.Syslog.entry(Syslog.java:46)
at com.netnumber.framework.facility.Log.entry(Log.java:61)
at com.netnumber.framework.facility.EventImpl.process(EventImpl.java:54)
at com.netnumber.framework.facility.EventImpl.raise(EventImpl.java:39)
at com.netnumber.framework.facility.Event.raise(Event.java:70)
at com.netnumber.sql.PBContextImpl.renewLicense(PBContextImpl.java:738)
at com.netnumber.framework.facility.LicenseImpl.set(LicenseImpl.java:65)
at com.netnumber.framework.facility.License.set(License.java:63)
at com.netnumber.sql.PBContextImpl.
at com.netnumber.nes.context.NESContextImpl.
at com.netnumber.nes.context.NESServer.main(NESServer.java:23)
------------
But as you can see the rest of the methods belong to the User application.
Thanks
Sonal