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
2
votes
1 answer

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl weblogic 10.3.6

I am troubling with classloading issue on weblogic 10.3.6 on classnotfound exception regarding org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl. Tried to put org.apache.xerces.* in…
Elias
  • 81
  • 1
  • 13
2
votes
0 answers

Error on clicking advanced server configuration in weblogic

I am getting error on click advanced server configuration on weblogic em. The error is: Failed to invoke operation load on MBean oracle.as.management.mbeans.register:type=component,name=ohs1,instance=fmfr,Location=AdminServer Parsing error while…
GAURAVGKAR
  • 31
  • 3
2
votes
0 answers

Weblogic session timeouts don't extend as expected

Using Weblogic and I've got my session timeout in my web.xml set to 30 minutes. Users get 30 minutes, but any activity after that only extends 5 minutes. So for example on the 28th minute, the user will do some activity to the server. 7 minutes…
Zasifras
  • 21
  • 1
2
votes
1 answer

The deferred EL expression is not allowed, since deferredSyntaxAllowedAsLiteral is false

I was getting the following error when I execute JSF page. The deferred EL expression is not allowed since deferredSyntaxAllowedAsLiteral is false. Thus I had changed file extension from…
Jacob
  • 14,463
  • 65
  • 207
  • 320
2
votes
2 answers

Weblogic jms distributed topic

Using java application, I'm trying to create a durable subscription on a jms uniform distributed topic. The jms server is running on weblogic 10.3.5 and the topic is distributed on 2 servers. If I'm developping a message driven bean, it's working. …
tweetysat
  • 2,187
  • 14
  • 38
  • 75
2
votes
3 answers

Double authentication issue for REST web service deployed in WebLogic

I have a restful web service which is protected using HTTP Basic authentication with LDAP provider. After deploying the application to WebLogic, it prompts for authentication twice upon invocation. First by Spring Security Then by WebLogic…
Ahsan Shah
  • 3,931
  • 1
  • 34
  • 48
2
votes
1 answer

Weblogic10.3.5 eclipse server configuration issue

I successfully installed weblogic11(10.3.5) on my machine. But when I am trying to configure weblogic server in eclipse Ganymede, I am getting "The path "C:\bea1\wlserver_10.3" does not contain a valid WebLogic Server install." This path is correct…
Chinmay
  • 113
  • 7
2
votes
1 answer

How to hot swap JSF xhtml files using Eclipse and WebLogic 11g without JRebel?

I don't have JRebel. I hope there are solutions out there without buying JRebel.
JZ-at-Work
  • 47
  • 7
2
votes
1 answer

Weblogic Spring Security "A universal match pattern ('/**') defined before other patterns"

Hi I'm trying to deploy my small spring webapp with spring security on weblogic 10.3.6 and I always getting this error: org.springframework.beans.factory.BeanCreationException: Error creating bean with name…
user3815507
  • 43
  • 1
  • 6
2
votes
0 answers

CAS with WebLogic Authenticates then error with 'principal' cannot be null

I am trying to implement CAS with WebLogic 10.3.5 and not having much luck. Everything I read is about CAS with Tomcat. Have tried the exact config with Tomcat and it works like a dream but those in charge wont change to Tomcat. Anyways.... I can…
gdotryan
  • 21
  • 3
2
votes
2 answers

ClassLoader error with Reflecions 0.9.9-RC1 in Weblogic11g

I have a problem deploying an EAR application on Weblogic 10.3.5 using Reflections 0.9.9-RC1 jar. With default classloader (weblogic.utils.classloaders.ChangeAwareClassLoader@396e8d0 finder: weblogic.utils.classloaders.CodeGenClassFinder@5bcfadd) I…
JSP749
  • 127
  • 1
  • 3
  • 12
2
votes
0 answers

An error occurred for port: FabricProvider

I am getting below error while i test my BPEL(SOA 11g) application on Weblogic . Please provide some inputs if you guys have encountered this before. Thanks [2014-03-15T16:42:34.885+11:00] [AdminServer] [ERROR] [OWS-04115]…
user2128585
  • 47
  • 2
  • 10
2
votes
1 answer

Servlet Filter - Error 404--Not Found From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1

iam using the below code in servlet filters to avoid direct acess of pages from the URL but i get Error 404--Not Found - From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1 irrespective of the URL i try. Code: public void doFilter(ServletRequest…
2
votes
1 answer

When using JMS and Oracle AQ with MDBs: ORA-25228 returned over 1000 times in 12 minutes

I have an MDB deployed on WebLogic 10.3 which is listening on a JMS queue on Oracle AQ. The messages are processed without any problem whenever they are being put on the queue. However is there is no message I can see an Oracle error returned in the…
karruma
  • 768
  • 1
  • 12
  • 32
2
votes
1 answer

When the application server requires a restart, for which file type changes?

I am using Weblogic Application server currently, i would like to know the type of files which definitely requires a restart to function as desired. As part of enterprise application usage, i know for js and jsp it does not require restart. What…
Vijay
  • 1,026
  • 3
  • 11
  • 28