Questions tagged [weblogic11g]

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

This tag covers specifics around version 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
0
votes
1 answer

RichFaces 4.5 - Weblogic 11g - ReferenceError

I'm working on an application using Struts and JSF 2 with RichFaces 4.5.4. Everything works fine when the application runs on a Tomcat(7) server. But when I run it on a WebLogic(11gR1-10.3.6) server the JS resources are not loaded. The…
Fernando
  • 1
  • 1
0
votes
2 answers

Run the application from its EAR

I have only ear file of the application and I need to deploy it on the server. I tried deploying it directly on my integrated weblogic server but because of security in the EAR, it is asking username/password from me and when I provide one from jazn…
west007
  • 97
  • 3
  • 12
0
votes
1 answer

Weblogic scripting tool beginRepositorySession() fails

I'm trying to use oracle's OWSM to secure my application. And i have scripts to create policies and authenticators. And when i try to run those script it fails at very first line, which is beginRepositorySession() I'm getting the following error: …
Jeevi
  • 2,962
  • 6
  • 39
  • 60
0
votes
2 answers

WebLogic Server Deployment

I am getting following error, when I deploy ear file in to web logic. I have added slf4 jar in to my war. java.lang.classNotFoundException:org.slf4.LoggFactory I added jar file to lib folder in web logic too but still not able to solve.
0
votes
1 answer

How can i know Oracle HTTP Web server have installed on WLS 11g (10.3.6) installed in our work space?

we are using WLS 11g(10.3.6) in our work space. is Oracle HTTP Server comes with the WLS 10.3.6 package..How can i know Oracle HTTP Server installed on our Work space? How This Web server will communicate with WLS server ?
0
votes
3 answers

Server subsystem failed. Reason: java.lang.NullPointerException

I'm using Weblogic 12.1.2.0.0. I have deleted the contents of /wls_domains/mydomain/servers/admin_mydomain/data/store/default & diagnostics, and also the contents of /wls_domains/mydomain/servers/admin_mydomain/tmp Now I cannot start the admin…
0
votes
1 answer

What is the use enabliing below two webservice security debug flags in Weblogic

In one of our application my developer requested to enable below two debug flags for security concerns what is the use of enabling below two debug flags is it only to get speicific security errors since weblogic 10.3.6 has obfuscated all the…
0
votes
0 answers

Why does Eclipse put "/faces/" in my URL?

I created a Java Dynamic Web Project and converted it to maven. I then added a JSP page in the WebContent folder called home.jsp. I perform on home.jsp: Right click --> Run As --> Run on server The web page displays an error. The URL is :…
Christopher Jobling
  • 1,048
  • 2
  • 7
  • 10
0
votes
1 answer

jsessionid overridden with tomcat and web-logic as backend servers

For a web-application, we are dependant on CMS deployed on web-logic and web-app deployed on tomcat. When user access a page, dynamic content is rendered from tomcat(sticky session is enabled) and static content(js, css etc.,) are rendered from…
skonka
  • 117
  • 1
  • 10
0
votes
0 answers

Ant build failing when upgrading to weblogic 10.3.6

We have an existing application which has an ANT script used for deployment and running on weblogic version 9.2.3. We had a request to upgrade the weblogic to version 12.1 and I was able to successfully upgrade this by changing the application…
user3172675
  • 23
  • 1
  • 4
0
votes
1 answer

Spring MessageListener not invoked in Tomcat Server when trying to read a Foriegn Weblogic JMS Topic

I have deployed an application in Tomcat7 to read messages from Foreign JMS Topic in Weblogic 11g. This is my spring application context xml. I have included wlthint3client.jar in my classpath.
Ramkumar
  • 65
  • 1
  • 1
  • 6
0
votes
0 answers

Is it possible to Restrict access to specific projects in Oracle Service BUS (OSB 11g)

Can you please inform me, if OSB provides the option to allow access to specific projects via the OSB Console? According to https://docs.oracle.com/middleware/1213/wls/ROLES/secroles.htm#ROLES181 , I know that I am provided the option to create…
georgeM
  • 25
  • 8
0
votes
0 answers

Why won't my Orbeon 4.4 Form Runner "push to remote" work?

I am running Orbeon on 2 Weblogic 11g application servers, and have tried to configure remote publishing and pushing/pulling forms between them. I have followed this guide: https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-Home-Page (See…
0
votes
1 answer

Stage managed node

In the staging mode, weblogic copies the deployment to the stage directory of the cluster nodes. However, if we copy a modified version of the application (.war) directly to the stage directory, and re-start the node - the new/modified version is…
IUnknown
  • 9,301
  • 15
  • 50
  • 76
0
votes
1 answer

do we need the firewall port open from App server to Webserver

we have the below architecture: F5 Load Balancer --> Iplanet Web Server --> Weblogic --> Web services(Backend) The requests to load balancer are routed on port 443 and traffic is routed to Iplanet webserver on port 80. The Requests from Iplanet Web…
user2820644
  • 35
  • 1
  • 6