HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- java error
Operating System - Linux
1827703
Members
2974
Online
109967
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-06-2007 05:46 AM
03-06-2007 05:46 AM
java error
We have a data warehouse server running Informatica. We are seeing errors logged which we know next to nothing about. Please see the attached extraction from the log.
Any help would be appreciated.
Any help would be appreciated.
- Tags:
- Java
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 07:26 AM
03-06-2007 07:26 AM
Re: java error
Shalom,
This looks like bad application code. You probably didn't write the code so it should be reported to those who did provide the code.
It would be helpful to know what your current level of java is. Bringing it up to date might help so long as informatica doesn't have a problem with that.
http://www.hp.com/go/java
swlist -l product | grep jre
or
swlist -l product | grep jdk
SEP
This looks like bad application code. You probably didn't write the code so it should be reported to those who did provide the code.
It would be helpful to know what your current level of java is. Bringing it up to date might help so long as informatica doesn't have a problem with that.
http://www.hp.com/go/java
swlist -l product | grep jre
or
swlist -l product | grep jdk
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 08:33 AM
03-06-2007 08:33 AM
Re: java error
I agree with SEP.
There might be an underlying connectivity problem, but the application definitely isn't making the diagnosis easy.
Some wild guessing follows:
It might be that it does not check whether the setup of the XAConnectionFactory (whatever that is) succeeds or not, and just proceeds forward until the connection is needed, and then blows apart when the assumed connectivity isn't there. Sadly, this lack of error checking is far too common.
At this point, a good program should output an error message detailing where it was trying to connect and what kind of error there was.
To even begin to solve this problem, you would need to know what the "XAConnectionFactory" and "dlq connection" are and where they're supposed to connect to in this part of the program. Armed with this information, you could check whether there are any network or firewall problems. Or maybe the target system simply isn't responding.
With only the error message, I think this problem is not solvable without access to the java source code or a lot more documentation about this specific application.
There might be an underlying connectivity problem, but the application definitely isn't making the diagnosis easy.
Some wild guessing follows:
It might be that it does not check whether the setup of the XAConnectionFactory (whatever that is) succeeds or not, and just proceeds forward until the connection is needed, and then blows apart when the assumed connectivity isn't there. Sadly, this lack of error checking is far too common.
At this point, a good program should output an error message detailing where it was trying to connect and what kind of error there was.
To even begin to solve this problem, you would need to know what the "XAConnectionFactory" and "dlq connection" are and where they're supposed to connect to in this part of the program. Armed with this information, you could check whether there are any network or firewall problems. Or maybe the target system simply isn't responding.
With only the error message, I think this problem is not solvable without access to the java source code or a lot more documentation about this specific application.
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP