weblogic

Maven generated ear file fails during deploying weblogic server

百般思念 提交于 2019-12-11 06:07:28
问题 I use JDeveloper 12.1.2.0.0 with Oracle Weblogic Server. Java version is 1.7.0_15. I have got a project based on Oracle ADF. I have to mavenize it. First of all I click on deploy the application ear file has created and working well on the server. In my application there is Model and ViewController projects. To mavenize I've just created Maven POM for project to every projects and finally an Application POM to the application. The end product should be ear file to deploy on remote server with

Connection closed, EOF detected

纵然是瞬间 提交于 2019-12-11 05:33:41
问题 I want to post some json data from ADFS SSO enabled weblogic server to an https url(jetty server) but I am getting the below exception java.io.IOException: Connection closed, EOF detected at weblogic.socket.JSSEFilterImpl.handleUnwrapResults(JSSEFilterImpl.java:637) at weblogic.socket.JSSEFilterImpl.unwrapAndHandleResults(JSSEFilterImpl.java:515) at weblogic.socket.JSSEFilterImpl.doHandshake(JSSEFilterImpl.java:96) at weblogic.socket.JSSEFilterImpl.doHandshake(JSSEFilterImpl.java:75) at

WebLogic simple realm (like tomcat-users.xml)

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 05:26:25
问题 Like this fellow here, I'm trying to port a Tomcat application to WebLogic. I have a few resources protected by security rules in web.xml. Instead of BASIC, I'm using FORM authentication, but that should be irrelevant. In Tomcat, it's very easy to set up a simple security realm, by editing conf/tomcat-users.xml . How do I set up a simple security realm in Weblogic ? All I want is to have the user to input his username and password and have it authenticated by the container. <security

Weblogic 12.2.1.3.0静默安装

半城伤御伤魂 提交于 2019-12-11 04:42:32
1.创建组 用户 [root@rhel6 Packages]# groupadd weblogic12 [root@rhel6 Packages]# useradd -g weblogic12 weblogic12 2.安装JDK [weblogic12@rhel6 ~]$ tar -zxvf jdk-8u231-linux-x64.tar.gz 3.下载weblogic安装包 解压 https://www.oracle.com/middleware/technologies/weblogic-server-installers-downloads.html [weblogic12@rhel6 ~]$ unzip fmw_12.2.1.3.0_wls_Disk1_1of1.zip Archive: fmw_12.2.1.3.0_wls_Disk1_1of1.zip inflating: fmw_12.2.1.3.0_wls.jar inflating: fmw_12213_readme.htm 4.配置环境变量 export JAVA_HOME=/home/weblogic12/jdk1.8.0_231 export JRE_HOME=/home/weblogic12/jdk1.8.0_231/jre export CLASSPATH=.:$JAVA_HOME/lib/dt.jar

weblogic stuck issue

╄→尐↘猪︶ㄣ 提交于 2019-12-11 04:35:50
问题 We have encountered an issue as below we don't know if the problem are: 1.socket reading from database is too long that reach the StuckThreadMaxTime 600s 2.database query is running too long 2.locking on database or other objects any suggestions will be greatly appreciated! Thread-36 "[STUCK] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" { jrockit.net.SocketNativeIO.readBytesPinned(SocketNativeIO.java:???) jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:31)

Deploying Java Application(Main Class) over Weblogic

痴心易碎 提交于 2019-12-11 04:33:32
问题 I have a Java Application consisting of a Main Class and Java Proxies(Created using Axis 1.4).There are no Servlets or JSP`s The program takes i/p from an excel sheet.Queries an internet application using Webservices.This process continues until all the records in the Excel have been executed. Now my First question is how do I deploy this application on Weblogic:As a WAR, EAR or JAR(Not as WAR ofcourse) If it is a web application we can invoke it by a path like http://server:port/contxt_root

Suspend weblogic datasource on command line

折月煮酒 提交于 2019-12-11 04:19:18
问题 I was Wondering if there is anyway of suspending / resuming weblogic 10 jdbc datasources via the command line. I am aware that i can do this in the admin console, but because our app has many different datasources it is a bit of a pain. The reason behind this is that our testers are doing error flow tests and have to simulate the db going down. Ideally i would like to give then a bat file for suspending all datasources and another one for resuming all datasources. Any ideas? Thanks 回答1: You

Cannot find weblogic maven plugin

六月ゝ 毕业季﹏ 提交于 2019-12-11 03:55:33
问题 I follow this tutorial to install weblogic plugin: http://docs.oracle.com/cd/E21764_01/web.1111/e13702/maven_deployer.htm and now I can see this jar in my local repository but when I run mvn weblogic:deploy I have still this error: No versions are present in the repository for the artifact with a range [9.0,11.0) weblogic:weblogic:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus.org (http://snapshots.repository.codehaus.org) Path to dependency

Weblogic 10.3.6 Error With SharedLibrary Unresolved Webapp Library references

半城伤御伤魂 提交于 2019-12-11 03:43:09
问题 I'm trying to deploy a shared library as a webapp and have access to the libraries there reciden from another webapp. My application server is WebLogic 10.3.6, my jdk is 1.6 JRockit My WebApp with shared libraries is called clares_shared-0.1.0.BUILD-SNAPSHOT.war and is generated with maven. within that webapp, in the META-INF directory I created the MANIFEST.MF file which contains the following: Manifest-Version: 1.0 Specification-Title: Common libraries Clares Specification-Version: 1.0

Hibernate Weblogic 10.3.4 java.lang.NoSuchMethodError: javax/persistence/spi/PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode;

筅森魡賤 提交于 2019-12-11 03:38:58
问题 I'm running a weblogic 10.3.4 (Yes I know it a legacy version, but I'm not the one dictating the version...) on a Ubuntu 12.04 LTS. When deploying a JPA (hibernate) webapp on the server I get java.lang.NoSuchMethodError: javax/persistence/spi/PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode; at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:629) at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java