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

java.security.InvalidAlgorithmParameterException: parameter object not a ECParameterSpec

We are using WL 11g and jdk1.7 update 121 on linux machine. We are seeing below error during web service call to another weblogic machine. Any thoughts 2017-02-14 18:23:20,777 [system] [DEBUG] [rule] UserProvisioningServiceUtility.log -…
Srivi
  • 211
  • 1
  • 4
  • 11
6
votes
1 answer

JasperReports Memory Leak

I am working in a webapp, it uses JasperReports 5 (jasperreports-5.0.1.jar) but is leaking memory until java.lang.OutOfMemoryError, this app generates dinamic reports between 10 to 100 pages. I am using MAT in order to know what is going on, as you…
dogmeat
  • 61
  • 1
  • 3
6
votes
2 answers

WebLogic client jar

I want to use Java with JMX to monitor WebLogic. I need to use wlclient.jar which is provided into WebLogic lib directory. Is there any maven repository which I can use to download the wlclient.jar? The only way that I found is to manually import…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
6
votes
4 answers

Error setting up WebLogic Server 11g (10.3.6): Native Library to read the password securely from commandline is not found

Im trying to configure my Weblogic Server in Windows for developers 10.3.6 (11g). From the read me file, I get an error in the following step: Create a new WLS domain and start WLS. (It is recommended that you create the domains outside the…
user1084509
  • 1,832
  • 10
  • 33
  • 48
6
votes
2 answers

Cannot access HTTPS from Weblogic

I have a problem with Weblogic accessing an HTTPS server, I can access other HTTPS urls, like google or microsoft. The code that tries to connect to the url is: URL url = new URL("https://myserver.com"); HttpURLConnection connection =…
pablo
  • 747
  • 1
  • 10
  • 24
6
votes
5 answers

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 error javax.naming.NameNotFoundException: While…
Jacob
  • 14,463
  • 65
  • 207
  • 320
6
votes
1 answer

Weblogic custom deployer (if really needed)

We need to implement possibility to update/re-read a file (stored on disk) without redeploying application. The important point is that we have multiple instances of the application working in Weblogic's cluster. So my question is: how should…
user1267751
  • 103
  • 4
5
votes
3 answers

java.lang.NoSuchMethodError: javax/persistence/spi/PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode

When i am deployed my war file (it is working fine in Tomcat) in Weblogic, i keep getting error. My technologies spring 3 hibernatejpawebservice(metro) My library My error is #### > (BasePersistenceUnitInfoImpl.java:158) …
jaleel
  • 1,169
  • 8
  • 22
  • 46
5
votes
0 answers

Error while deploying to Wildfly-10, Application Server Migration from Weblogic11g to Wildfly-10

We are experiencing error while deploying to wildfly-10 when we are trying to migrate from Oracle Weblogic11g AS to Wildfly-10. We have made following changes to Eclipse IDE in order to remove weblogic dependancies from project build: We had…
5
votes
3 answers

How to use @PostConstruct to create timers in a stateless bean EJB3?

I want to create a timer EJB3 when a stateless bean is created in the pool. But if I use @PostConstruct I get the exception: java.lang.IllegalStateException: [EJB:010193]Illegal call to EJBContext method. The bean is in "null" state. It cannot…
Topera
  • 12,223
  • 15
  • 67
  • 104
5
votes
3 answers

weblogic.Deployer location

I'm using WebLogic Server version 10.3.6.0 and have been tasked with writing some scripts to automatically deploy Java applications. I'm looking at the documentation for weblogic.Deployer but when I try and run it, I get the following error: Error:…
GarlicBread
  • 1,671
  • 8
  • 26
  • 49
5
votes
1 answer

Where is Bea Weblogic Work Folder

I know that this may be a trivial question but I really cannot find the work folder in Oracle BEA weblogic 10.3. Unlike the Apache Tomcat where it is clearly in the work directory usually under WEB-INF. I already researched it on JavaRanch and it…
Nap
  • 8,096
  • 13
  • 74
  • 117
5
votes
2 answers

java.lang.ClassFormatError: JVMCFRE074 no Code attribute specified;class=javax/faces/webapp/FacesServlet, method=()V, pc=0

I am using JSF 2.0 with Primefaces 3.4.2, Hibernate 4 Final and Spring 3. When I am deploying an application to Weblogic 10.3.6 using Maven 3 I am getting the following excpetions. How can I resolve this issue? Any help is highly appreciable. Target…
Jacob
  • 14,463
  • 65
  • 207
  • 320
5
votes
3 answers

Any decent weblogic tutorial?

We are migrating an application from Tomcat to WebLogic. There are many things we just don't know about. Is there any decent tutorial out there? We know about this but I'd like to read about experiencies, and/or processed information. Thanks in…
Tom
  • 43,810
  • 29
  • 138
  • 169
5
votes
1 answer

Oracle WebLogic App Server 11gR1(10.3.6) compatibility with Oracle WebLogic Portal Server

I have an existing web application hosted on Oracle WebLogic Application Server 11gR1(10.3.6). Now, as part of new features in this web application, i will be developing RESTful web services and hosting the same on this application server. These web…
guruprasad
  • 63
  • 9
1
2
3
41 42