Questions tagged [weblogic]

WebLogic Server is a Java EE application server from Oracle. WebLogic Server is the centerpiece of Oracle's Fusion Middleware platform.

WebLogic is an Oracle owned brand that builds a complete product suite consisting of a couple of Java EE related products, such as:

  1. Java EE application server, WebLogic Application Server
  2. WebLogic JRockit JVM
  3. WebLogic RealTime Edition
  4. Virtual Assembly Builder

WebLogic came to Oracle through the acquisition of BEA Systems Inc. in 2008. See the Wikipedia entry for a complete history.

References

6049 questions
9
votes
1 answer

Errors with PHP & Weblogic Server

We have set up Weblogic to be able to run PHP, this link was used as a guide http://archive.oreilly.com/cs/user/view/cs_msg/25690. We can successfully use PHP albeit only 5.3.9. One thing that I am having trouble with is displaying all of PHPs…
Jonnny
  • 4,939
  • 11
  • 63
  • 93
9
votes
4 answers

Where translated servlet of jsp got stored

As we know, when the jsp got complied it will get converted to servet. I have installed weblogic server 9.2, and i deployed a struts project which has jsp files. And in the browser i am able to see the application. Now I want to see the servelt file…
sap
  • 679
  • 3
  • 8
  • 21
9
votes
1 answer

JDBC PreparedStatement Batch continue insert on error

Hello guy I create a Batch with a PreparedStatement in java like this for(Item item: list){ ps.setString(1, item.getSome()); ps.setString(2, item.getFoo()); ps.setString(3, item.getBatman()); statement.addBatch(); if (++count %…
jasilva
  • 730
  • 3
  • 17
  • 45
9
votes
5 answers

Remote Debugging: Failed to connect to remote VM. Connection timed out

I was remote debugging with Eclipse on my Ubuntu VM fine to a remote WebLogic application, then it stopped working. I have debug turned on in the remote server. From my VM I'm able to telnet into the remote debugging port. I've tried restarting…
user994165
  • 9,146
  • 30
  • 98
  • 165
9
votes
4 answers

How to remote deploy an application in weblogic?

I have two computers , I don't want to install weblogic and oracle in my development computer, they consume too much memory, the problem is how can I deploy my application on development computer to another free computer which has oracle and…
Sawyer
  • 15,581
  • 27
  • 88
  • 124
9
votes
2 answers

Default Grails '/' controller mapping not resolving properly

This one has been driving me crazy today. Since upgrading to Grails 1.2 and Weblogic 10.3 the default root mapping for "/" stopped working. Here's what I have... I have this URL mapping: "/"(controller:"IGive", action:"index" ) I have a…
mbrevoort
  • 5,075
  • 6
  • 38
  • 48
9
votes
5 answers

Weblogic Parallel Applications Deployment

By parallel applications deployment, I'm talking about getting rid of the edit lock error in Weblogic deployment. [Deployer:149163]The domain edit lock is owned by another session in non-exclusive mode - this deployment operation requires…
Ace
  • 1,093
  • 2
  • 10
  • 23
9
votes
3 answers

Where is WebLogic Jar containing javax.servlet in 10.3?

I am trying to configure my path to include javax.servlet with WebLogic. WebLogic has split out the Jar files, so which one contains javax.servlet?
bkoch
  • 540
  • 2
  • 4
  • 12
9
votes
2 answers

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: nohup startWebLogic.sh & But when I use this…
chaitanya
  • 701
  • 4
  • 14
  • 26
9
votes
4 answers

How to increase memory in weblogic

I need to increase memory in weblogic. I am new in this and I dont know how. I need to set -Xss=4096k . How I can I do it ?
hudi
  • 15,555
  • 47
  • 142
  • 246
8
votes
1 answer

Spring @Resource Handling

I'm having trouble with a field annotated as @Resource in a Spring bean. What I have: A field, with setter method, annotated @Resource @Resource private URL someUrl; public void setSomeUrl(URL someUrl) { this.someUrl = someUrl; } An…
Mike Yockey
  • 4,565
  • 22
  • 41
8
votes
5 answers

External properties file with Weblogic

I'm looking for the best way to use an external properties file with an application that is going to be deployed on Weblogic 10.3 server. I read a number of articles on the site but I don't want to hard-code the path to the properties file or put…
L4zl0w
  • 1,069
  • 4
  • 15
  • 42
8
votes
3 answers

CommonJ TimerManager versus EJB3 TimerService

I have to implement a simple (not clustered) timer for WebLogic and it seems there are two different 'standard' options Timer and Work Manager API (CommonJ) EJB3.0 TimerService Does anyone have any advice on using the CommonJ TimerManager versus…
fglez
  • 8,422
  • 4
  • 47
  • 78
8
votes
2 answers

Error - "INVALID" is not a valid start token

I can see the target status as down and Error "INVALID" is not a valid start token in prometheus console. I followed the steps below: Install Prometheus on linux1 machine. Install weblogic on linux2 machine. Deploy jar file on weblogic…
satya
  • 91
  • 1
  • 1
  • 4
8
votes
2 answers

Silent Install Weblogic in a Vagrant VM

When executing the command java -jar /opt/TAR/fmw_12.2.1.0_wls.jar -silent -responseFile /opt/TAR/wls.rsp -invPtrLoc /opt/TAR/oraInst.locto download Weblogic, I get the following errors: [ERROR] Data Insufficient to start Install. [ERROR] Select one…
TGKL
  • 312
  • 1
  • 14