Tagged Questions
This tag is for general queries related to WebLogic Server, the premier JEE application server of Oracle. More information about WebLogic can be found on http://www.oracle.com/technetwork/middleware/weblogic/index.html
15
votes
2answers
572 views
java.lang.InternalError: name is too long to represent
I get this error:
java.lang.InternalError: name is too long to represent
at java.lang.ClassLoader.defineClass1(Native Method)
at ...
12
votes
2answers
391 views
What is the common practice for targeting Foreign Servers in Oracle WebLogic Server
We’re trying to come up with something approaching a simple and straight-forward model for targeting of JMS resources in WebLogic (fat chance, I know). Queues and Topics can easily and quite ...
12
votes
12answers
7k views
Weblogic or JBoss?
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 ...
12
votes
5answers
5k views
Speed up Weblogic Server startup times
At my work, we use Weblogic Server to host an enterprise portal. Which is fine.
However, I've recently had the opportunity to use Tomcat for some side projects, and I am struck by the incredible ...
12
votes
7answers
7k views
How to Force Thread Dump in Eclipse?
I'm launching a Weblogic application inside Eclipse via the BEA Weblogic Server v9.2 runtime environment. If this were running straight from the command-line, I'd do a ctrl-BREAK to force a thread ...
12
votes
2answers
28k views
Indirectly referenced from required .class file
I'm getting an error message when I try to build my project in eclipse:
The type weblogic.utils.expressions.ExpressionMap cannot be resolved. It is indirectly referenced
from required .class files
...
8
votes
2answers
8k views
WebLogic stuck thread protection
By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter. However, I cannot find more details on how exactly "stuckness" is defined. ...
8
votes
6answers
13k views
Websphere vs Weblogic
Friends,
Recently I was asked on how do I compare Weblogic vs Websphere, and what are the pros and cons of using one over another. I answered IBM support, DB2 backend, IBM stack as some of the factors ...
7
votes
2answers
561 views
JMS performance
I'm having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in our application:
QueueConnection connection = null;
QueueSession session = ...
7
votes
1answer
503 views
'The user must supply a JDBC connection' on weblogic restart
I am using Weblogic 11.
After initial deployment of all JMS configurations, JDBC configuration (from XADS-jdbc.xml) and ears everything works properly.
But after weblogic restart application fails to ...
7
votes
8answers
16k views
Tomcat vs Weblogic JNDI Lookup
The Weblogic servers we are using have been configured to allow JNDI datasource names like "appds".
For development (localhost), we might be running Tomcat and when declared in the <context> ...
6
votes
2answers
359 views
weblogic appc: include generic arguments in the ejb client jar
I have an EJB returning a list of my own ValidationMessage objects:
@Remote
public interface Intf {
List<ValidationMessage> validateFile();
}
I'm generating EJB client JAR with weblogic's ...
6
votes
5answers
1k views
How can I verify that web pages are being gzipped?
I plan to configure weblogic's gzip servlet filter (using weblogicx-gzip.jar) to gzip my web pages.
How can I verify that the pages are being sent to the client gzipped?
6
votes
4answers
13k views
How to work with Weblogic in Eclipse?
What are the recommended plugins for eclipse to work with weblogic? Specifically I would need to work with older version of weblogic, 8.1, however I could use any version of Ecplise. I would like to ...
6
votes
5answers
621 views
When is Spring + Tomcat not powerful enough?
I've been reading/learning more about Spring lately, and how one would use Spring in combination with other open-source tools like Tomcat and Hibernate. I'm evaluating whether or not Spring MVC could ...
6
votes
3answers
18k views
Weblogic Transaction Timeout : how to set in admin console in WebLogic AS 8.1
I face the following exception:
weblogic.transaction.internal.TimedOutException: Transaction timed out after 300 seconds
this is set within the Stateless Session EJB Bean as
...
6
votes
3answers
14k views
Using maven as build tool for Weblogic 10.3
I am trying to setup Weblogic Server 10.3 (and Portal etc.) to use maven as a build tool. I am trying to find a decent tutorial or documentation how to do this. There are some tutorials for older ...
5
votes
3answers
97 views
Comparing string and boolean in Expression language
I have this behaviour I do not really understand
${requestScope.rs_redirectFacade}
${requestScope.rs_redirectFacade.class.name}
${requestScope.rs_redirectFacade == 'error'}
outputs
false
...
5
votes
2answers
446 views
Where should I start investigating SocketTimeoutException: Read timed out
Every now and then I see following stacktrace in the log in which, HttpClient socket times out trying to access text/script content from another server. My question is what config settings should I ...
5
votes
3answers
162 views
Huge variance in JNDI lookup times
We're experiencing huge variance in response times on a legacy J2EE web application running on Weblogic 10.3. The system consists of two Weblogic server instances (frontend and backend) which run on ...
5
votes
2answers
2k views
Why use Unicast versus Multicast in Weblogic Clusters
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?
5
votes
3answers
731 views
JMS transport v/s MQ transport
I am using Oracle Service Bus(OSB) as the MOM, and the destination URI is a IBM MQ queue. I just want to know which would be the preferred transport. OSB provides 2 adapters for the same, JMS adapter ...
5
votes
2answers
1k views
Weblogic health monitoring feature
Inside the weblogic console, when you click on a deployment, there is a tab named 'Monitoring' and a subtab named 'Health'.
How can i expose my application health to this tab? Is there a developer's ...
5
votes
3answers
7k views
Using external properties files in weblogic
I am working on deploying a J2ee application that I have previously been deploying in JBOSS into Weblogic 10.3.1.0. I am running into an issue with external properties files. In Jboss I can just put ...
5
votes
2answers
1k views
Getting a list of all classloaders in a JVM
Is it possible to get a list of all class loaders in a JVM or at least all class loaders associated with web apps in a JEE Server (Weblogic in my case).
5
votes
5answers
6k views
Difference between WebLogic Integration and Oracle Service Bus?
I have limited knowledge of Java-based technologies, and for business enforced reasons, I may need to decide whether WebLogic Integration (WLI) or Oracle Service Bus (OSB) is the better choice for ...
5
votes
6answers
2k views
Will Oracle retire 10gAS in favor of WebLogic?
Oracle purchased BEA and their WebLogic suite of tools. They still have a competing product in their own 10gAS Application Server. Both are J2EE, enterprise grade, servers. While it make take some ...
4
votes
1answer
139 views
Complex type with single array element throws marshalling exception
We have JAX-RPC style web service, with a complex type defined as follows:
<xs:complexType name = "SomeFault">
<xs:sequence>
<xs:element name = "errorMessages" ...
4
votes
3answers
480 views
Deploying war file into managed weblogic server to the given path location
I am using the Ant wldeploy task to deploy a war file.
It is working fine, but the war file path in the deployed server is set to something like
servers/myadminservername/upload/mywarfilename/app
...
4
votes
4answers
594 views
Can I do an atomic MERGE in Oracle?
I have a couple instances of a J2EE app running in a single WebLogic cluster.
At some point, these apps do a MERGE to insert or update a record into the back-end Oracle database. The MERGE checks to ...
4
votes
1answer
640 views
A question on clustered environment on Weblogic server
I am using Weblogic 10g clustered environment to deploy my application. In my application, I have used a class Cache.java to load some properties from database lazily. This is how it works. ...
4
votes
1answer
3k views
Where do I put weblogic-application.xml in my Maven 2 project?
Where do I put weblogic-application.xml in my Maven 2 project so that Maven places it in META_INF in the target EAR artifact?
4
votes
0answers
139 views
Weblogic Subject propagation - Where is subject stored?
Need to understand how subject is stored and propagated in weblogic.
Once authenticated, where is subject stored in HTTP layer ?
Internally is it stored in HTTPSession ?
Same way, where is it stored ...
4
votes
2answers
533 views
Deploying to Weblogic Managed Servers
Simply, what's the best (quickest) way to deploy an application (EAR), in a development environment, to two Weblogic 10 managed servers that are part of a cluster? I've tried the autodeploy ...
4
votes
3answers
199 views
Object suddenly missing from HttpServletRequest
I print a list directly in the servlet using the print writer and the list prints.
When I try to put in the jsp however the list doesn't print whether I use JSTL or scriptlets.
I tried to test in ...
4
votes
1answer
595 views
EJB Local/Remote interface within separate applications in a single application server instance
Assume a single application server instance that has two EARs deployed. The first EAR invokes EJBs from the second EAR using remote EJB interfaces.
It is rumored that even if the invokation is ...
4
votes
3answers
5k views
How to create web service client in a .jsp page?
I have created a WSDL for my web service. I would like to know how to call it from a jsp page from my another web application.
I would like to call the web service from the jsp.. for example ...
4
votes
2answers
3k views
Weblogic is slow to start (11mins) under VM (VirtualBox and VMware)
(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 + ...
4
votes
1answer
2k views
jaxws 2.1.5 on weblogic 10.3.1 instead of pre-installed jaxws 2.1.1?
Is it possible, and when yes, how?
4
votes
4answers
8k views
What is weblogic.socket.Muxer?
Does any of you understand what weblogic.socket.Muxer is used for in WebLogic 8.1?
Often in thread dumps I see stack traces similar to this:
"ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" ...
4
votes
1answer
6k views
How do you configure WorkManagers in WebLogic 10.3?
I would like to use a WorkManager to schedule some parallel jobs on a WebLogic 10.3 app server.
http://java.sun.com/javaee/5/docs/api/javax/resource/spi/work/WorkManager.html
I'm finding the ...
4
votes
2answers
1k views
Convenient applications for Browser/POST and Browser/Artifact SAML profiles
I'm proposing the use of SAML 1.1 as technology to prove Web SSO in a customer environment, and they asked me something interesting:
Which scenario Browser/POST profile is appropriate, and which ...
3
votes
2answers
75 views
java.lang.NoClassDefFoundError: org/dom4j/Document
I have a class called XMLtoXML.java and this is one of it's methods...
import org.dom4j.Document;
import org.dom4j.Element;
import org.dom4j.Node;
import org.dom4j.io.OutputFormat;
import ...
3
votes
1answer
83 views
Problems turning on weblogic fast-swap to Weblogic 10.3.0.0
I added
<fast-swap>
<enabled>true</enabled>
</fast-swap>
to weblogic.xml inside the WEB-INF folder in my exploded war to enable hot deployment. then After ...
3
votes
1answer
95 views
application.xml is not generated correctly while saying “Run On Server” using Weblogic (beadep)
I always encounter the following situation while "Run On Server" on my mavenized EAR project.
Situation
If I take the following steps on my EAR project:
mvn clean install
Run on Server
... will ...
3
votes
1answer
29 views
What happens if a DTD link leads nowhere?
Fairly simple question, say I'm referencing a dtd for my XML's doctype:
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
...
3
votes
3answers
278 views
log4j and weblogic: duplicate log messages
I use log4j for logging in my project. Here is it's sample setup:
public class MyClass {
private final Logger logger = Logger.getLogger(MyClass.class);
public MyClass() {
...
3
votes
3answers
317 views
ThreadLocal safety in Weblogic threadpool
I'm writing an app which uses MDBs, EJBs and needs ThreadLocal to pass and log a variable across multiple EJBs and Helper classes until the transaction is complete.
The flow is
Starting with MDB ...
3
votes
2answers
85 views
How to debug a java application
We are using weblogic 9.2, and its a UI application. How I am running it is - via ant script I am building the complete project & then starting the weblogic.
Suppose if I have to debug the ...
3
votes
2answers
301 views
How to get all the LDAP groups for a particular user?
I have a weblogic server using an external LDAP as Provider for authentication.
I than need to recover the groups that a specific user has associated with in an LDAP repository.
The login uses ...