BEA WebLogic Server 9.2 application server refuses to start with Java Virtual Ma
Advertisements
| |||
| Cause | |||
| During the start of the WebLogic Server application server, the following error occurs: weblogic.management.ManagementException: [Management: 141266] Parsing Failure in config.xml: javax.xml.namespace.QName; local class incompatible: stream classdesc serialVersionUID = 4418622981026545151 This issue is specific to WebLogic Server 9.2. The error occurs with various versions of JVMs when WebLogic Server 9.2 is installed. | |||
| Answer | |||
| In the startWeblogic.sh file, located inside the profile directory, JAVA_OPTIONS need to be appended with an extra option. The path to this file should be: bea_home / user_projects / domains / base_domain / bin Append to the JAVA_OPTIONS as follows: JAVA_OPTIONS = "$ (JAVA_OPTIONS) - Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID = 1.0" This change can be made after the following entry in the startWeblogic.sh script: . $ (DOMAIN_HOME) / bin / setDomainEnv.sh $ * |
Related Posts of BEA WebLogic Server 9.2 application server refuses to start with Java Virtual Ma
-
Procedures for the performance of watercress
Units one Web server running Lighttpd, every day 25 million deal with request, peak per second handle 1000 request; Units one application server to run Python, every day five million deal with PV; Database server running MySQL, load conditions there ...
-
Learn Ruby-2.0 Record - (create mysql works)
1, set up the project: rails bookstore-d mysql Add "-d mysql" database are changed to mysql; then want to modify \ bookstore \ config / following database.yml, Such as my changes are as follows development: adapter: mysql encoding: utf8 database
-
ajax implementation struts2.1 communication
First of all go download http://code.google.com/p/jsonplugin/downloads/list first Also rememberPlus buried strtus lib inside the official jar on the json packet Then add the test action Pages jqurey Medium struts.xml add And try
-
prototype Ajax + Servlet (attached Demo)
Test WEB project set up prototype.js location WebContent / js / prototype.js Create test2.jsp location WebContent/test/test2.jsp <%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%> <!DOCTYPE html PUBLIC "-//W3C//DTD
-
hibernate how to store binary, image and other major fields.
model categories: reportByte binary type for the database fields. public class PfReportStyle implements java.io.Serializable , Cloneable { // Fields /** * */ private static final long serialVersionUID = 1L; private Long id; private byte[] reportByte; // C
-
hibernate (jpa) composite primary key annotation statement Ways
In the design of the database tables are designed with a composite primary key of the table, that table's record by more than one field joint identification, such as: Table CREATE TABLE TB_HOUR_DATA ( STAT_DATE DATE NOT NULL, PATH_ID NUMBER(20) NOT NULL,
-
J2EE Architect road
J2EE Architect road Looking casual, working into the fifth year, the discovery came from the Java programmer to architect J2EE course. Found that computer to install a wide range of J2EE tools: JBuilder, WSAD, Eclipse, Rose, Together, Weblogic, Jtest, Opt
-
jboss ejb3 Message Driven Bean
Super Medium ejb hate. . . . . . . . . . . . . . . . . . . ================================================ To configure a Message Driven Bean in a different application server parameters are not the same. Currently only passed the test jboss. Message Dri
-
Learn Java flow
Related Articles: J2EE without EJB Introducing to Spring Framework (English revised edition) J2EE without EJB caused consider Recommend circles: reading space More related recommend Java Learning Path (1), tools, articles First, JDK (Java Development Kit)
-
Servlet brief introduction
Servlet brief introduction: Servlet is a small application server Are used to complete the B / S architecture, the client requests the response to treatment Platform independence, performance, able to run thread Servlet API for Servlet provides the s ...












