weblogic

JSF doesn't interpreted in seam

与世无争的帅哥 提交于 2019-12-02 18:24:42
问题 Hy guys, I installed jboss-seam on weblogic 10.3 (with many problem :( ) but now it's work, my application is deployed. But now, I have a new problem, my JSF isn't interpreted and the JSF code appears in HTML. Here is my web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http:/

Why its showing your JDK c:program files\\java\\jre7 is not a valid JDK while instaling weblogic server?

∥☆過路亽.° 提交于 2019-12-02 17:58:07
It's showing - This installer must be executed using a Java Development Kit (JDK) but C:\Program Files\Java\jre7 is not a valid JDK. - while instaling weblogic server. I have installed the 64 bit JDK version 1.7. Please tell where I am making a mistake? Sam2016 i faced the same problem even when JAVA_HOME points to JDK this is how i resolved it , run command prompt as administrator go to the directory which contains your jar file C:\Windows\system32>cd/ C:\>cd oracleweblogic Set JAVA_HOME and path again on the command prompt //put path in double quotes otherwise it won't recognize variable C:

Weblogic is slow to start (11mins) under VM (VirtualBox and VMware)

不羁的心 提交于 2019-12-02 17:38:53
(SOLVED! BY FAKING SYSTEM RANDOM GENERATOR, SEE BELOW) I'm setting up a VM image for my dev/build team. Inside that VM a Weblogic domain should be running. I use Ububtu server distro, WLS 9.2MP3 + ALSB. Everything works OK, quite fast, but at the start time the WLS stops twice for a measurable amounts of time. Two stops in total amount to about 10 minutes delay. For tasks where deployment requires server restart it's very annoying. :-( Sleeping time is not constant, sometimes the server starts very fast, sometimes so-so, sometimes 10 minutes or more. Interesting that if I press Enter while

Weblogic or JBoss? [closed]

爱⌒轻易说出口 提交于 2019-12-02 17:24:43
I am a long time Java developer on JBoss(and Tomcat). In the last year I had to develop over WebLogic and I have to say - I really miss JBoss. Since my experience with WebLogic is pretty shallow, I am asking the more experienced guys out there: Is there a reason for spending money on WebLogic? Isn't JBoss giving you all that you need? I suspect the reason Weblogic gets chosen is a pleasant sales person comes to visit a manager with money to spend, gives him the sales pitch and hey-presto, the company is using Weblogic. I don't know if the JBoss support contract comes with a sales force, but

Configuring container-managed security in Weblogic

北战南征 提交于 2019-12-02 17:23:33
问题 Anyone know of any guides for this? I'm a complete newbie to weblogic and to container-managed security. What I've done already is: setup an LDAP authenticator in Weblogic created a simple webapp in Eclipse Configure web.xml: Added security-constraint, security-role and login-config elements. The realm name used is "myrealm" which already exists in Weblogic. The role name I used is "Admin" which is a global role in Weblogic Create a simple jsp page "login.jsp". It doesn't actually do any

presto分布式环境搭建

孤街浪徒 提交于 2019-12-02 15:46:13
1.Presto的基本需求 Linux or Mac OS X Java 8, 64-bit Python 2.4+ Presto支持从以下版本的Hadoop中读取Hive数据: Apache Hadoop 1.x Apache Hadoop 2.x Cloudera CDH 4 Cloudera CDH 5 支持以下文件类型:Text, SequenceFile, RCFile, ORC 此外,需要有远程的Hive元数据。 不支持本地或嵌入模式。 Presto不使用MapReduce,只需要HDFS。 2.安装Presto 下载Presto server, https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.107/ ,解压。 Presto需要一个用于存储日志、本地元数据等的数据目录。 建议在安装目录的外面创建一个数据目录。这样方便Presto进行升级。 在安装目录中创建一个etc目录。 在这个etc目录中放入以下配置信息: 节点属性:每个节点的环境配置信息 JVM 配置:JVM的命令行选项 配置属性:Presto server的配置信息 Catalog属性:configuration forConnectors(数据源)的配置信息 log.properties :配置日志等级 etc目录结构及内容

weblogic启动服务器Authentication denied: Boot identity not valid

你说的曾经没有我的故事 提交于 2019-12-02 15:36:44
新分配的测试服务器,已经安装好了weblogic,使用命令nohub ./startWeblogic.sh启动weblogic没有问题 登录控制台,点击环境-服务器-新建,一步步完成后,点击部署、选择路径、选择服务器,使用脚本启动该新建的节点服务器 报如下错误,新接手的服务器,第一次启动自己创建的节点服务器,在这之前不知道做过什么操作 weblogic.security.SecurityInitializationException:Authentication denied: Boot identity not valid.The user name or password or both from the boot identity file (boot.properties) is not valid. The bootidentity may have bean changed since the boot identity file was created. Please edit and update the identity file with the proper values of username amd password. The first time the update boot identity file is used to start the

JSF doesn't interpreted in seam

喜夏-厌秋 提交于 2019-12-02 12:15:34
Hy guys, I installed jboss-seam on weblogic 10.3 (with many problem :( ) but now it's work, my application is deployed. But now, I have a new problem, my JSF isn't interpreted and the JSF code appears in HTML. Here is my web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> <listener> <listener-class>com.sun.faces

DeploymentException & Class Not Found on WebLogic Admin Server 11g

孤街浪徒 提交于 2019-12-02 11:59:45
Related: Load external properties files into EJB 3 app running on WebLogic 11 Using Oracle Enterprise Pack for Eclipse, I created an Enterprise Project and named it: PropertiesDemoEAR Also created a PropertiesDemoEARWeb module in which I put this code (inside PropertiesDemoEARWeb / Java Resources / src / com.project.util): package com.project.util; public class PropertiesFileHandler extends ApplicationLifecycleListener { private static final String FILE = "C:/etc/error.properties"; public void preStart(ApplicationLifecycleEvent evt) { System.out.println("\n\n\t\tInside preStart() method\n\n");

Error while deploying Spring Batch in Weblogic BeanCreationException: Error creating bean with name 'jobRepository'

我怕爱的太早我们不能终老 提交于 2019-12-02 10:36:57
I want to test Spring Batch, but I need to use it without maven or gradle because there are some restrictions in the network. I read a tutorial on spring and the spring documentation to configure a Job , but I get an "Error creating bean with name 'jobRepository'" This question has been asked already without an answer. I'm using Jeveloper and Weblogic 12.1.3.0.0. My project has the following dependencies which I get from another project configured with Eclipse Maven: com.ibm.jbatch-tck-spi-1.0.jar commons-logging-1.2.jar hsqldb-2.3.3.jar javax.batch-api-1.0.jar jcl-over-slf4j-1.7.12.jar