WebLogic Server is a Java EE application server from Oracle. WebLogic Server is the centerpiece of Oracle's Fusion Middleware platform.
0
votes
0answers
4 views
Standalone Spring app ( jar) conflicting with other web apps on weblogic 10
I have a standalone spring app that contains mainly aspecj aspects and few other spring managed beans and bundled in a jar with maven-assembly plugin with all the spring dependencies bundled inside ...
0
votes
0answers
12 views
Weblogic clustering configuration
I am developing an application with JDeveloper 11.1.1.6.0. I have a problem with my client application when I try to connect to a weblogic server from a cluster from within my application. A certain ...
2
votes
1answer
22 views
Referring shared Java EE library for EAR application in weblogic
I have created a shared library with some jar files in weblogic server, now I have an EAR application and I want to use the class files from shared library in my web applications present in EAR ...
0
votes
1answer
13 views
Weblogic: Encrypt properties
Weblogic application server 10g and above encrypts data source passwords etc. in the configuration files which is usually fine.
For a third party library, I have to provide credentials via my ...
0
votes
0answers
14 views
Weblogic redeployment fails due to weblogic.deploy.api.tools.deployer.DeployerException
When I try to redeploy war file to Weblogic 10.3.6, I am getting the following error
[ERROR] Failed to execute goal com.oracle.weblogic:weblogic-maven-plugin:10.3.6.0:redeploy
(default-cli) on ...
1
vote
1answer
19 views
How to resolve error “No runtime specified. WLS Web Service projects require a runtime to be present for most tooling.” when publishing my project?
I spend one day trying to fix this issue, and finally found a solution. As Google doesn't have any answer for this Eclipse error, I thought of putting this for everyone.
Issue:
When I try to publish ...
0
votes
0answers
17 views
Testing of EJB3.0 deployed on weblogic 10.3.5 using JUNIT
Found arquillian can do so but it can be done using some Maven dependencies.There is no much document found for its configuration with ANT , Using IVY.xml with ant build file we can use arquillian.
I ...
0
votes
2answers
34 views
[Oracle Service Bus]How to access the WSDL URL of a OSB proxy service in web browser
Does anybody knows how to achieve above ? For example, in tomcat,axis2 if a service is deployed I can access the WSDL of it like localhost:8080/services/foo?wsdl . How to achieve the same in OSB ? Any ...
0
votes
0answers
24 views
Use JBPM without console in WebLogic
my purpose is to integrate jbpm (in particular version 3.2.1) in weblogic(last version 12c).
I have resolved many problem of compatibility and integration but jbpm still doesn't work, in particular ...
0
votes
1answer
34 views
Weblogic application context root is war file name instead of name specified in weblogic.xml
I have an application which I have deployed using Maven to Weblogic 10.3.6. I have specified context root in weblogic.xml as
<context-root>/myapps</context-root>
The problem I am ...
0
votes
0answers
14 views
Weblogic EJB error “Commit can be issued only when there are no requests awaiting responses”
Working with EJB 3.0 and WebLogic and getting an error that's driving me insane!!
I have a stateless local session bean that conform to the following interface
@Local
public interface ...
-1
votes
1answer
15 views
EJB2 Authorization related simple program ( java.lang.SecurityException: User: manager, failed to be authenticated.)
I have written the following files
-------------------------------
ejb-jar.xml
-------------
<?xml version="1.0"?>
<!DOCTYPE ejb-jar PUBLIC
'-//Sun Microsystems, Inc.//DTD Enterprise ...
1
vote
0answers
31 views
Starting weblogic server in background in Linux
I have installed Weblogic Server 10.3.6, and I use the below script to start my server:
user_projects/domains/my_domain/bin/startWebLogic.sh
I found below command to start the server in background:
...
1
vote
0answers
21 views
DatabaseLessLeasing has failed and Server is not in majority cluster partition
Im facing the DatabaseLessLeasing issue. Our's is a middleware application we dont have any database and our application is running on weblogic server. WE have 2 servers on one cluster. both server ...
0
votes
0answers
15 views
Weblogic Server PermGen errors
When I created datasource and tried to attach to target server, I am getting the following errors, where do I need to increase space in Weblogic 10.3.6? Any help is highly appreciable
Console ...
1
vote
0answers
10 views
Weblogic Transaction Behavior
I'm working on an older EJB 2 application.
In the ejb-jar.xml, I see:
<container-transaction>
<method><ejb-name><method-name>someMethod...
...
0
votes
0answers
11 views
Issues with backup and recovery of WLS
I have installed WLS 10.3.6 in my 64-bit Linux box, now I am trying to take backup my server. I have a web-application deployed to my WLS, the path to my war file was something like:
...
0
votes
1answer
18 views
Weblogic deployment J2EE Deployment SPI:260101]Parameter 'moduleArchive' may not be null
I am trying to re-deploy an application to Weblogic 10.3.6 using command line deployment using the following,
java weblogic.Deployer -adminurl myserver:7001 -user deploymyuser
-password welcome1 ...
0
votes
0answers
20 views
Does adding a template to weblogic domain assign the libraries to all managed servers?
I tried reading WebLogic documentation everywhere, but didn't find any mention about expected behaviour in such a case.
Basically I've a domain extension template which has some Weblogic Java EE ...
3
votes
1answer
62 views
ORA-14552: cannot perform a DDL, commit or rollback inside a query or DML
We have some Web Services deployed in Oracle WebLogic Servers, and the main responsability of this services is to invoke Stored Procedures and sent this data to the clients. The technology stack of ...
2
votes
2answers
20 views
Weblogic: Mixed Windows and Linux Domain
The project I am currently working on has a mix of legacy software and new development. The new dev work is being done on Linux and we have created a large domain on the Linux side. However, all of ...
2
votes
0answers
71 views
java.lang.StackOverflowError Running JSF 2 example on Weblogic 12c
I followed the very basic tutorial found here example and cannot seem to get past the following error:
Error 500--Internal Server Error
java.lang.StackOverflowError
at ...
0
votes
1answer
33 views
[WebLogic][ClassNotFoundException] Deployment on cluster
I'm facing a problem I try to solve for two days. I try to deploy a project on a cluster weblogic from JDeveloper 11g. My cluster consists of three weblogic servers running on my local machine
JDev ...
0
votes
1answer
26 views
Error connecting weblogic wlst from java jdeveloper
I am trying to embed a WLST script in java using the WLST Interpreter. However i encounter the following error:
Exception in thread "main" java.lang.RuntimeException: error in finding
weblogic.Home ...
1
vote
1answer
34 views
weblogic warnings reduces system performance
I am developing a web application that runs on weblogic 10g, JSF, oracle database. When I enter a page that requires to get huge query results, I come across with the following warnings:
1 xyz-warPU ...
1
vote
2answers
18 views
Logical Query to calculate weeks
I ask user to enter start and end date in a certain application. Then I calculate the no. of weeks in between these two dates.
I want to fetch documents created per week in the given period of time.
...
0
votes
3answers
45 views
Version number to WAR file
Is it possible to add version number to WAR file specific to weblogic server ?
To provide build files to client, they want us to get version number in WAR file. Is it possible or is there any standard ...
0
votes
1answer
34 views
Accessing WAR-packaged classpath resources from within Spring container on Weblogic 9.x
Inside web application I use some Spring scheduled-tasks (so managed standalone by Spring container). These tasks execute some business logic and require access to StringTemplate resources, which ...
0
votes
0answers
26 views
WEB-INF/lib not showing in weblogic classpath
I have a spring mvc application deployed on a weblogic server .. However the problem is , none of the libraries in my WEB-INF/lib shows up in classpath .. Is there any entry I need to do somewhere for ...
-1
votes
0answers
6 views
Where do I download Weblogic portal 10.3.x from?
Where do I download Weblogic portal 10.3.x from? It is my project requirement. Please share the valid download link.
0
votes
0answers
9 views
Weblogic Portal - portlet window states get reset to normal
I am facing an issue where, suppose there are 4 portlets(A, B, C, D) in a page, and I minimize portlet A, and then try to minimize portlet B, A gets restored to normal. There are no backing file or ...
0
votes
0answers
22 views
Cannot see WebService Role in WebLogic Console
I am trying to automate the following steps i do through WLS Console :
a. In the Weblogic console's Home page, click on Deployments link form left, find "gateway-management-service"
b. Expand, ...
0
votes
1answer
13 views
OSB 11g: Admin console buttons are disabled
I am new to OSB and I installed OSB 11g on WLS 11g and login to /sbconsole as weblogic admin. And $subject. Do I have to create any user profile before. For instance IN project explorer page, ...
1
vote
1answer
27 views
WebLogic OpenJDK 7 compatibility
What versions of WebLogic application server are compatible with OpenJDK 7? I can't find any concise answer by Googling Oracle's documentation. Although there is a reference to getting Oracle's binary ...
0
votes
0answers
38 views
weblogic & websphere DataSource configuration
My application has to deploy and run on WebLogic and WebSphere. In CDI bean I use @Resource annotation to inject DataSource.
@Resource(name = "dataSources/example", mappedName = ...
0
votes
0answers
47 views
Eclipse Link Excpetions while deploying CXF based Web application
I have a Weblogic 10.3.5 with Java 1.6.0_24 on a Windows machine. I use CXf 2.2.3 for managing the web service components
Recently,started upgrading to Weblogic 12.1.1 with JDK 1.7.0_13. But the ...
0
votes
1answer
47 views
Weblogic Deployment with non dba privileges
Is it possible to deploy applications to Weblogic server from command line(maven) using username other than weblogic admin?
E.g For developers a group is created and users are added to that group. ...
0
votes
1answer
36 views
Can't deploy webservice in tomcat
I have developed a webservice with Spring/Maven/Eclipse. I'm using tomcat7 in my eclipse to test the application. In my computer it's working fine, and now I'm trying to install all the development ...
0
votes
0answers
25 views
Configuration of WebMethods Client to connect to WebSphere JMS (not WebSphere MQ)
Currently I have setup two queues on WebSphere 7. One for sending and one for recieving messages.
I have configured a activation spec on the receiving queue and the messages are consumed fine by a ...
0
votes
1answer
17 views
Oracle Weblogic 11g(10.3.6.0) doesn't show bundled JDKs
I am seeing this when try to install WLS 11g. Has anyone came across with this?Or any solution. At JDK selection pannel, I see nothing under bundled JDK section. I want to install jrockit with this.
0
votes
1answer
23 views
Weblogic javax.naming.NameNotFoundException while running application
I have created a data source name in Weblogic 10.3.6 as jdbc/appsmDS and the same name has been given in application to lookup.
However when I am trying to run application, I am getting the following ...
0
votes
0answers
12 views
Weblogic JNDI default JDBC driver does not support escape characters
We are using a following set of characters in the Java code as Delimiters to diffrentiate Key value pairs as follows
«Key1¨Value1©Key2¨Value2©Key3¨Value3©«
We form the above pairs with the ...
0
votes
1answer
58 views
Avoid HTTP to HTTPS redirection in Weblogic
I have a web application running on Weblogic. The HTTPS URL to this application is https://localhost:7002/MyApp.
Whenever I am changing the URL in the address bar to http://localhost:7002/MyApp, it ...
0
votes
0answers
42 views
Log4j: WARN while running server log
Could anyone help me out to fix this issue,
We are migrating Weblogic 11g(10.3.2) to (10.3.6), we have two managed servers in cluster.
If we start a managed server and look at the log for servers ...
0
votes
0answers
15 views
weblogic AuthenticationFilter is not beint invoked
I've tried to implement a Weblogic Servlet Authentication Filter as it is described here. But it turns out that the Filter is not invoked by requests pointing to an deployed web application. I ...
0
votes
0answers
16 views
How to get folder metadata in oracle UCM
I have a requirement where I need to get the folder meta data information in my custom filter.
Normally I get the content metadata information by using the
binder.getLocalData();
I am not getting ...
0
votes
0answers
23 views
Weblogic server throws error - [ClientCnxn] Opening socket connection to server
I have installed Weblogic server 11g and when I tried to start my server I am getting error as :
3198 [Thread-36-SendThread(localhost:2181)] INFO [ClientCnxn] Opening socket connection to server ...
0
votes
0answers
29 views
UnsatisfiedLinkError: className.methodName - JNI on WebLogic
A web app deployed to WebLogic calls native methods in a SomeProxy.class. This SomeProxy.class is deployed as shared library. It has a static block to load native library.
public class SomeProxy {
...
0
votes
1answer
57 views
Unable to call index.jsp
I'm working on a java web application stuffed with JSPs & servlets through jDeveloper IDE.
The integrated server I'm using is Weblogic.
In middle of my application, if I remove the path till the ...
0
votes
1answer
31 views
Block Cookie from AJAX REST call in Javascript
We are building a mobile app based on webtech. Our endpoint (weblogic 11g) sends a jessionid cookie as well as a _wl_authcookie_jessionid_ cookie which is later automatically sent to the server again ...


