Questions tagged [weblogic9.x]

The 9.x (November 2006) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 9.x (November 2006) 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 9.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

87 questions
0
votes
1 answer

How do I create an EJB Timer service and deploy it to a weblogic 9.2 server running in eclipse?

After trawling the internet for 2 days now I'm am struggling to find any good running examples of the EJB timer service running on weblogic. Is there anyone out there that can at least point me in the right direction? Any help will be greatly…
Michael W
  • 3,515
  • 8
  • 39
  • 62
0
votes
1 answer

java.lang.ClassCastException in WebLogic 10.3.3 after recompile

While editing some code a developer noticed this error after a recompile in Weblogic 10.3.3. And the underlying object is a DimensionLabel. And we tried this in Weblogic 9.2 and it works fine with no exception. The developer simply recompiled the…
0
votes
0 answers

hibernate3 calendar_date adds time with jdk 1.8

When we upgraded from weblogic 9c(JDK 1.5) to weblogic 12c(JDK 1.8), hibernate type calendar_date is adding time to the field. Except weblogic version nothing else has changed. In weblogic 9c the same column is getting populated with only Date(with…
Ramesh Kotha
  • 8,266
  • 17
  • 66
  • 90
0
votes
1 answer

HttpServletRequest.getRemoteAddr() implementation on Weblogic 9.2.3 using JAX-RPC

Salut, I am new in Weblogic WebService implementation. Trying to get client's remote address from SOAP message using JAX-RPC. Need to get client's remote IP from SOAP message header. Tried many solutions according BEA/Oracle…
wonderbeak
  • 45
  • 1
  • 2
  • 6
0
votes
1 answer

what is active connections high count in weblogic

I am new to weblogic. Currently i am seeing the active connection high count keeps on increasing in my application. But the active current count is normal and there are no leaked connections showing in console. Can anyone explain why my active…
Ram23
  • 91
  • 2
  • 10
0
votes
1 answer

Time out issue when users are working on weblogic application in peak business time

Especially during month ends users are facing time out issue in weblogic application. How to find out what causing the issue, where we can check the logs and all? We are using weblogic 9.2
0
votes
2 answers

Weblogic connection pool

Whenever I change connection pool parameters (url, id, pwd etc) I try to deploy the new connection pool in weblogic using the Control tab. I do a shutdown and start which IMO should redepoly the new connection pool. But the changes take effect only…
Victor
  • 16,609
  • 71
  • 229
  • 409
0
votes
0 answers

getting error BEA-001131 when connection is closing in weblogic

I have Installed weblogic 10.3.5 with jrocket 1.6.0_33. Oracle Fusion Middleware 11.1.1 on Windows Environment. On database side I have Oracle database 11gR2 RAC environment with Two instance on Linux Environment. I have created GRIDLINK DataSource…
M. AZ
  • 3
  • 2
0
votes
1 answer

Is there non-weblogic alternative to weblogic.utils.encoders.BASE64Decoder and BASE64Encoder?

Trying to port some applications from WebLogic to Tomcat (or maybe JBoss). Some of this code has the following import statements: import weblogic.utils.encoders.BASE64Decoder; import weblogic.utils.encoders.BASE64Encoder; which are then…
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
0
votes
1 answer

NoClassDefFoundError even after adding commons-lang3 library in Struts 2.3.24

I am working on a Struts 2 project. I have used StrutsPrepareAndExecuteFilter . I am using Eclipse IDE and Weblogic server 9.2. I have added the following libraries to the lib folder of the project…
Karthik
  • 1,302
  • 5
  • 25
  • 56
0
votes
2 answers

Weblogic refuses to start for different user

I have a Weblogic instance that starts fine for one user, but when a different user tries to start the same code it fails like this:
Scott
  • 75
  • 1
  • 9
0
votes
2 answers

webservice 500 connection exception and UnsupportedOperationException

i am working on SOAP based web-services. i need to test a scenario, where if the webservice connection error occurs due to any network issue or login issue. the problem here with apache cxf is no matter what exception occurs the webservice is…
ylnsagar
  • 524
  • 2
  • 8
  • 16
0
votes
3 answers

Server subsystem failed. Reason: java.lang.NullPointerException

I'm using Weblogic 12.1.2.0.0. I have deleted the contents of /wls_domains/mydomain/servers/admin_mydomain/data/store/default & diagnostics, and also the contents of /wls_domains/mydomain/servers/admin_mydomain/tmp Now I cannot start the admin…
0
votes
1 answer

Problem with JSTL and weblogic

I get the following error when I run my java ee app on weblogic, javax.servlet.jsp.el.ELException: Cannot find PropertyDescriptor for 'name' for bean 'class java.lang.String' I want to print a list of artists with the following class, public…
Jeune
  • 3,498
  • 5
  • 43
  • 54
0
votes
1 answer

Jenkins Build is giving error "workspace directory not valid"

I am trying to run a ear task with ant on Jenkins. The ant task builds successfully on my local machine. However, when I try to build using Jenkins, I get the following error: "specified workspace is not valid". I tried hardcoding the workspace…
Priyanka
  • 1
  • 1
  • 2