weblogic

weblogic.application.ModuleException: Context path '' is already in use by the module: / application:

你。 提交于 2019-12-30 17:33:13
问题 When i am trying to run weblogic server 12c , it is throwing this error and is unable to start. <Apr 16, 2013 2:42:57 PM IST> <Warning> <HTTP> <BEA-101384> <WLServlet annotation is deprecated, please use servlet 3.0 annotation instead. App:acsportal@acs-portal.war, Class:oracle.adfinternal.view.faces.activedata.AdsServlet> <Apr 16, 2013 2:42:58 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "acsportal" due to error weblogic.application.ModuleException: Context

Jasper Reports “package net.sf.jasperreports.engine does not exist” exception in JDeveloper 11.1 using WebLogic only in EAR Web Page

Deadly 提交于 2019-12-30 10:29:13
问题 I'm using JDeveloper 11.1, Oracle 11 and TIBCO JasperReports 6.0.1. I'm having problems trying to generate Jasper Reports from my web page (ViewController) while using an ApplicationModule (Model - EJB) for doing that. At the end the PDF file has to be sent via email, that's why I let it into the Model project. If I execute the ApplicationModule, it works fine, no exceptions, the PDF is very well generated and sent. However, if I execute the client method since a web page I got this exception

Weblogic EJB connection to external Tibco EMS JMS Queue

痞子三分冷 提交于 2019-12-30 07:34:11
问题 I'm trying to connect a Weblogic (10.3) MDB to a Tibco EMS JMS queue. I've read from the queue using a simple Java/Spring JNDI connection so I know the foreign JNDI lookup names are valid. My WL foreign server details: JNDI Initial Context Factory: com.tibco.tibjms.naming.TibjmsInitialContextFactory JNDI Connection URL: tcp://ems-dit-am-uat-1.app.xxx.net:30055 JNDI Properties: java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory java.naming.provider.url=tcp://ems

jsp getServletContext() error

ⅰ亾dé卋堺 提交于 2019-12-30 05:08:06
问题 html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Murach's Java Servlets and JSP</title> </head> <body> <%-- import packages and classes needed by the scripts --%> <%@ page import="business.*, data.*" %> <% //get parameters from the request String firstName = request.getParameter(

Why use Unicast versus Multicast in Weblogic Clusters

我是研究僧i 提交于 2019-12-29 14:16:59
问题 It's unclear from the documentation why you should use Unicast rather than Multicast in a WebLogic cluster. Anyone have experience using either and the benefits of moving to Unicast? 回答1: The main difference between Unicast and Multicast is as follows Unicast: Say you have three servers (MS-1,MS-2,MS-3) in a cluster. If they have to communicate with each other, then they have to ping (i.e. heartbeats ) the cluster master for informing it that they are alive. If MS-1 is the master then MS-2

Cannot access HTTPS from Weblogic

怎甘沉沦 提交于 2019-12-29 04:54:00
问题 I have a problem with Weblogic accessing an HTTPS server, I can access other HTTPS urls, like google or microsoft. The code that tries to connect to the url is: URL url = new URL("https://myserver.com"); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("GET"); connection.setRequestProperty("User-Agent", "Mozilla/5.0"); // fails here responseCode = connection.getResponseCode(); I get the following stack trace: java.io.IOException: Connection

Guava and Weblogic:ClassNotFoundException

别等时光非礼了梦想. 提交于 2019-12-29 01:54:11
问题 I'm trying to work on a web application that deploys to Weblogic 10.3.5. One of the maven dependencies is Guava. Unfortunately, upon attempting to publish the project, weblogic throws this exception: java.lang.ClassNotFoundException: com.google.common.eventbus.EventBus at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297) at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270) at weblogic.utils.classloaders

How to run with t3 service in WebLogic in order to work with WLST

和自甴很熟 提交于 2019-12-25 16:38:22
问题 When started my WLST (Weblogic Scripting Tool) after setting JAVA_HOME, I am able to get into WLST, but as part my startup work I tried connect() command which in turn needs t3 protocol binding for the weblogic server which I try with WLST. C:\bea\bea_12.1.2\wlserver\common\bin>wlst Java HotSpot(TM) Client VM warning: ignoring option UseSpinning; support was rem oved in 7.0_40 Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help()

Http 403 - Forbidden error

*爱你&永不变心* 提交于 2019-12-25 14:01:46
问题 I have a problem accessing my simple web application. I have developed hello world application which is inside index.html. This is defined in welcome-file-list in web.xml file. On deploying my web application through eclipse into weblogic 12C, it is deployed. I'm able to see my application deployed using weblogic admin gui console. But when I try to access the application (i.e) helloworld page, I get the following error displayed in a web page. Error 403--Forbidden From RFC 2068 Hypertext

Http 403 - Forbidden error

孤人 提交于 2019-12-25 14:01:05
问题 I have a problem accessing my simple web application. I have developed hello world application which is inside index.html. This is defined in welcome-file-list in web.xml file. On deploying my web application through eclipse into weblogic 12C, it is deployed. I'm able to see my application deployed using weblogic admin gui console. But when I try to access the application (i.e) helloworld page, I get the following error displayed in a web page. Error 403--Forbidden From RFC 2068 Hypertext