- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
Categories
Company
Local Language
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
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
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
11-01-2004 02:55 AM
11-01-2004 02:55 AM
CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
org.apache.commons.logging.LogConfigurationException: java.lang.NullPointerException
at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:558)
....
I've attached the complete logfile.
The same thing happends if I use Java 1.4.1 or 1.3.1.
What can be the reason for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 07:18 AM
11-03-2004 07:18 AM
Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
Check on the quotas of the process as it runs with AMDS/Availmgr or SHOW_QUOTA dcl file (avilable from http://dcl.openvms.org/stories.php?story=03/06/03/0022504
)
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 10:57 AM
11-03-2004 10:57 AM
Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2004 10:59 AM
11-03-2004 10:59 AM
Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 06:43 PM
11-04-2004 06:43 PM
Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
When dows the error show: starting Apache, when executing a java servlet?
FastVM uses (at least) twice as much as the classic VM - see the documentation. This may be solved by increasing pagefilequota, but it may also be needed to change the application's heap size.
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 09:21 PM
11-04-2004 09:21 PM
Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
http://h71000.www7.hp.com/ebusiness/optimizingsdkguide/optimizingsdkguide.html
may be helpful.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 09:14 PM
12-02-2004 09:14 PM
Re: CSWS_JAVA 2.1 and FastVM 1.4.2-2 crash
However, the solution I finally received from HP in Sweden is:
"Java's FastVM V1.4.1-2 enables support for endorsed directories.
However, APACHE$JAKARTA_CONFIG.com has the endorsed directory
incorrectly defined for this version of Tomcat. As a workaround
you can change line 172 from "/lib" to "/endorsed"
Or you can define the following logical:
$ def APACHE$JAVA_ENDORSED_DIRS -
_$ "/dkb600/apache/jakarta/tomcat/common/endorsed" ! Must be Unix format ...
Or course change the /dkb600... to match your system."
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2004 10:31 PM
12-02-2004 10:31 PM