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
2 answers

Weblogic server

I have installed Weblogic server in my machine.While installing i have configured domain with name MyDomain.At the end of configuration i checked start admin server.Server started successfully without issue.Next day I tried to start the server…
user3330998
  • 663
  • 2
  • 7
  • 12
0
votes
0 answers

Weblogic 11g JDBC driver taking long

I have 2 identical Weblogic 11g servers set up on the same physical server and drive. They are practically clones of each other but they were both installed from the wizard. They hit the same database using the same jtds JDBC driver. They run the…
0
votes
1 answer

Weblogic 11g Changing network while server is running breaks Datasource connections

On my Laptop's installation of Weblogic 11g, Changing network (WIFI to Wired etc.) while the server is running seems to break Datasource connections. I have to reboot (which takes forever) to get my apps running on Weblogic to work again. I tried…
user6123723
  • 10,546
  • 18
  • 67
  • 109
0
votes
0 answers

Duplicate Logs in log file

I'm facing lot of problem in log4j logging.. Whenever I stop a build on Weblogic console and Resume it back it generates double logs. Here are the logs: [21 Jul 2014 11:03:30,053] INFO [T006] - Creating connection to [127.0.0.1:6582] [21 Jul 2014…
0
votes
1 answer

BeanCreationException with nested exception of StackOverflowError

I've got a large web application (running on weblogic 11g) that uses a combination of spring, spring-security, mybatis and mybatis-spring. It uses mybatis:scan with a marker-interface (DataAccess) to wire the SqlSessionFactory into our DAOs. We…
Kevin HB
  • 13
  • 3
0
votes
1 answer

Weblogic deployment issue

We have the following situation on our weblogic10.2 environment. The managed nodes seem to be extracting an older cached version of the deployed war on start. They simply ignore the newer version of the deployable copied over to the deployment…
IUnknown
  • 9,301
  • 15
  • 50
  • 76
0
votes
0 answers

How do I force Weblogic 10.3.6 to use my pre-compiled JSP classes?

I am pre-compiling hundreds of JSP files in a legacy project with a Maven plugin at compile/package time to validate that the JSP files are correct. I want to be able to use the .class files that JSP compiler produces and places in WEB-INF/classes…
user177800
0
votes
0 answers

Weblogic jdbcdrivers.xml entry for jtds

This is an entry for setting up JDBC for sqljdbc4.jar
Debajyoti Das
  • 2,038
  • 4
  • 34
  • 66
0
votes
1 answer

Weblogic - Securing the web service URL by grant access to specific IPs

I wanna to grant access to specific IPs to access the web service which deployed with EAR application on Weblogic. I know one of the solution for this issue is restricting access to WS URL, by set up security constraints on a web resource collection…
soheilz92
  • 127
  • 2
  • 19
0
votes
1 answer

how to change host of ohs1 (oracle http server) in weblogic 10.3.6

I am working on weblogic server 10.3.6, I have oracle forms and reports server 11gr2 on it. now I need to move my installation from one machine to other machine, so I need to change host of ohs1, so it can point on new machine. In oracle enterprise…
p27
  • 2,217
  • 1
  • 27
  • 55
0
votes
1 answer

OSB JCA transport does not support adapter type: CUSTOM_ADAPTER

I am into testing OSB adapter for our buisness solution. Here I was able to create SOA composite editor project in Jdeveloper and from that I got WSDL and JCA binding files for outbound type. Using those files, I need to create project OSB server…
Madhan
  • 671
  • 2
  • 12
  • 25
0
votes
1 answer

Spring Security, always redirect to Login page

I have a serious problem... i'm trying to create an application on weblogic 11g, with Spring 3, Hibernate 3 and AngularJS. for 2 days, i was in deep difficulty to make my app working. finally, i was able to make this work ! but, the problem is when…
user3753210
  • 11
  • 1
  • 4
0
votes
2 answers

Unresolved reference to WseeFileStore

I am trying run SOA Suite and when I execute startWeblogic.sh I got the following message error: Unresolved reference to WseeFileStore by []/SAFAgents[ReliableWseeSAFAgent]/Store at…
arthurfnsc
  • 915
  • 3
  • 13
  • 30
0
votes
1 answer

weblogic server not serving html, js and css files

I have deployed a sample spring java application to weblogic server (11g, 10.3.6). I have index.html at the root and I set that as the welcome-file in web.xml. But when I try to access the application, I am getting 'Error 404 -- Not Found'. Also, I…
vmrao
  • 87
  • 3
  • 10
0
votes
1 answer

Weblogic 12c stickiness issue

I am building a cluster environment with weblogic 12c as application server and I am using weblogic as LOADBALANCER, my problem that every time I send the request to the load balancer it sends it to a different node although it should send it to…
user3586286
  • 321
  • 1
  • 3
  • 9