OC4J is the Oracle Application Server (Oracle Container 4 Java, formerly Orion), up to Oracle 10g.
0
votes
1answer
20 views
Spring JMX and OC4J MBean notifications, can't enable
I'm deploying a spring application to OC4J, however keep encountering a strange problem whereby i can access the exposed mbeans, however only use the attributes and operations. The notifications can ...
0
votes
1answer
29 views
Read environment variables on Oracle 10gas
When using OEM for 10gas, I can set some environment variables. How can I read these from my application? I've tried using JNDI, System.getenv() (throws an exception on Java 1.4), System.getProperty() ...
0
votes
1answer
18 views
Timeout period for debugger in Intelij Idea (OC4J)
The problem is when debugging an application, the debugger stop after 30 second approx.
How can i configure this time out?
using Intellij Idea 12.0.1 and OC4J 101330
0
votes
3answers
84 views
error “java.lang.NoSuchMethodError” after deploying web app using a web service
Kindly I am facing a strange problem and I need your help.
I am using oc4j 1013 as a java container.
I had a simple web service "GetDates" and I deployed it successfuly on the oc4j and tested it by ...
0
votes
1answer
33 views
Does OC4J Supports JAX-WS?
I got the docs
http://docs.oracle.com/cd/B25221_05/web.1013/b14432/intro.htm#BABCDFAD
however i am not able to understand if OAS(OC4J) supports JAX-WS.
Thanks,
Rahul
0
votes
0answers
34 views
Firefox iFrame content not rendering as html
I have come across an issue where an iframe is rendering as text only
when deployed on a development server (works fine on local
deployment), and
only in Firefox (works fine in IE always).
When I ...
0
votes
1answer
37 views
is a way to run jsf 2.0 on oc4j 10.1.3.5?
i'm trying to run jsf 2.0 on oc4j server 10.1.3.5 but the problem oc4j server support
servlet 2.4 .
Is a way to let the servet use servlet 2.5 to support jsf 2.0 ???
0
votes
2answers
79 views
I'm using OC4J 10.1.3.5.0 and i have an exception
I'm using OC4J 10.1.3.5.0 and there is a problem with jpa 2. I put hibernate-jpa-2.0-api-1.0.1.Final.jar in the class path. When deploy my app and use @OneToMany annotation in my code, I get this ...
0
votes
1answer
59 views
How to connect JProfiler to an application running on remote OC4J?
Problem: the OC4J instance will now not start up after configuring for JProfiler.
Configuration:
OC4J 10.1.3.4.0, Java 1.5.0_06 (32-bit), remote server is Linux x86/AMD64, nowait. Manual sync of ...
0
votes
1answer
308 views
java.lang.NoSuchMethodError: javax.persistence.OneToMany.orphanRemoval()Z in OC4J
I made a simple project using among others JPA, but there is a problem using OC4J as a server.
[oracle:deploy] Deployment failed for spring.
BUILD FAILED
...
1
vote
1answer
77 views
Quartz Scheduler - multiple process ids of OC4J running same instance ,each gets scheduled
I have recently tried quartz to schedule mails . When application is deployed on app server , internally it creates multiple process ids for OC4J instance. When it runs all these instance run a ...
0
votes
1answer
24 views
How can I get past this exception involving jvisualvm with oc4j?
Every time I try to start the CPU profiler I get the following exception. I have found reference to this exception in conjunction with Asian languages, but that is not the case here.
...
0
votes
1answer
69 views
oc4j how to set user principal from a Subject?
I have a legacy webapp that currently authenticates users in a servlet. That is, it calls LoginContext.login() from a servlet.
As part of my upgrades, I'd like to add new web pages that use ...
0
votes
0answers
41 views
OC4J web-services issue related to large amount of parameters in WSDL
I'm trying to deploy a web-service application on oc4j,
and I receive a "code too large" exception, my web-service has about 500 parameters,
if I split it to two halves it works perfectly well.
That ...
0
votes
1answer
46 views
How to install Oracle OC4J on Mac
I am using Eclipse to create a Java EE project and need "Oracle OC4J Standalone 10.1.3.n run time".
How do I install it on my Mac?
1
vote
0answers
228 views
property java.protocol.handler.pkgs
I have a soap client that calls a web service through ssl, when I add this line:
System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
the client works with a ...
0
votes
3answers
66 views
latest compiled files are not taken by Jdeveloper
My application uses stuts and spring framework and we use Jdeveloper and OC4J server.
yesterday I took the latest workspace and when i compile all the new class files are generated. When i make any ...
1
vote
1answer
219 views
Deploy and debug application on OC4J in eclipse
I have a tomcat webapp project checked out in eclipse (call it 'xyz'). I use eclipse tomcat plugin with Devloader. Everything runs fine. etc, etc, happy.
Now I want to run the same project on OC4J ...
0
votes
0answers
176 views
OPMN suddenly stops
In our clustered oracle application server environment, for a certain host, we have experienced a sudden stop of the opmn process which was running.
Observations -
1. opmnctl status - Unable to ...
0
votes
1answer
825 views
Vaadin Requested resource not found
We are developing a Vaadin application, running it on oc4j 10.1.3. There is a window, where the results of a query can be exported as a csv file. After creating the csv file as a vaadin FileResource, ...
0
votes
1answer
168 views
oc4j session gets invalidated
We are developing a Vaadin application, running it on oc4j 10.1.3.
After implementing basic authentication, the user's session gets invalidated automatically, within the timeout (which is the ...
1
vote
1answer
278 views
javax.naming.NameNotFoundException trying to deploy Grails in OC4J
Environment
Grails 2.0.4
OC4j 10.1.3
Problem
I cannot deploy an grails war file when my config use jndi. I can assure that the datasource is created and avaliable in the OC4J looking in the "JNDI ...
0
votes
0answers
76 views
OC4J AnnotatedNoClassDefFoundError for RemoteHome
I had this working a few months ago but I apparently changed something and now it's not working. The below is throwing a AnnotatedNoClassDefFoundError. It's being called from a web app in EAR #1 which ...
0
votes
1answer
393 views
Unable to deploy to standalone oc4j
I am trying to deploy an ear to oc4j stand alone server. I think i have deployed it sucessfully because the operation completed sucessfully without any warning.
Now to test I guess I have to bind this ...
0
votes
0answers
102 views
How to configure eclipse to hot code replace in oc4j server. plese instruct me a tutorial, how to configure it
in my project, OC4J server is used, but when im trying to deploy, i need to run ant script to compile and to generate war file. after that i need to deploy this war file in OC4J server. this process ...
0
votes
1answer
668 views
CGLIB with spring throws IllegalAccessError
I have a spring app with aop enabled using cglib proxies for logging:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
0
votes
0answers
67 views
Hibernate SessionFactory using OC4J
I am trying to use OC4J JTA from inside Hibernate,
I've the following properties:
<property ...
0
votes
0answers
123 views
WebLogic Active directory java code for authentication
I have an application in OC4J and I want to deploy it in WebLogic. I have setup Active Directory authenticator in WebLogic 11g. I need SSO for the app.
Can anybody give me steps involved?
What should ...
3
votes
1answer
32 views
Sending verification request every single second to the server (repeating task)
I've some service that's being called by a Mobile app.
The mobile app need to be up to date with the server.
So, Every 1 second I do check the server for any additional data, if found I got the ...
0
votes
0answers
180 views
What is the default servlet for OC4J?
I need to know what is the default servlet in this application server (OC4J 10.1.3.3 is the exact version) because I am trying to deploy a web application made with spring mvc (The exact version is ...
0
votes
0answers
233 views
Errors when deploy applications into OC4J stand alone server
Currently I am working on a project which deployed into OC4J 10.1.3.5.0. IDE is Jdeveloper 10.1.2, it's working fine when I compile and running the project with the embedded OC4J. When deploying into ...
1
vote
1answer
514 views
Unable to run oracle report contains attached library
Oracle Application server 10g
Oracle report is using a library. When I'm attaching library it asked me if I want to remove path.
It works with option "NO" - not removing library, but it does not work ...
0
votes
1answer
935 views
Error for 404 pageNotFound with struts2
Can anyone explain me why I am getting the following exception:
java.lang.ClassCastException: org.apache.struts2.dispatcher.StrutsRequestWrapper cannot be cast to com.evermind[Oracle Containers
...
1
vote
0answers
2k views
JSP Context Path
I was given a Java web app code to deploy, and my problem is, when I deployed it to my local, it's working fine, but when I deploy it to our dev server, the CSS is all messed up. So I viewed the ...
0
votes
1answer
163 views
Configurating HTTPS/SSL in OC4J (mod_oc4j not found)
I'm trying to configure my OC4J Standalone (version 10.1.3) to use HTTPS/SSL. The problem is that in every tutorial I must configure the mod_oc4j.conf, but in my directory there is no such file.
I ...
0
votes
2answers
265 views
Application Not Debugging in Eclipse
I am trying to run my Java application in debug mode in Eclipse, but it's not working. It was fine until yesterday when I could properly debug my application. I am able to run my application on the ...
1
vote
1answer
812 views
Where do I find the environment entry mapping screen in Weblogic?
I am trying to migrate an application from OC4J to Weblogic, but I can not find the environment entry mapping screen in Weblogic 12c.
Is there one? If so, where is it? If not, how do I do it?
Our ...
1
vote
1answer
2k views
Eclipse plugin for weblogic standalone
Are there any standalone plugin available for Oracle Weblogic 11g for eclipse?
Something very similar to Jdeveloper web applications using embedded OC4J?
Thanks
0
votes
1answer
390 views
OC4J 10.1.3 and Expression Language (EL) conflict
I'm working on a project that is currently migrating from Apache Tomcat 6 to OC4J (due to the client's specifications).
The problem is that we're getting this:
2012-02-08 18:23:53.091 NOTIFICATION ...
1
vote
1answer
301 views
EJB Remote Exception handling
I've a Remote SLSB that is deployed in OC4J.
This Session Bean uses TopLink which under some case throws oracle.toplink.essentials.exceptions.QueryException exception.
I am handling this exception ...
1
vote
1answer
201 views
setMaxInactiveInterval on OC4J isn't accurate
I've a servlet app deployed in side oc4j.
I am trying to invalidate the user session after 1 minute using:
session.setMaxInactiveInterval(1 * 60);
But What happens is that It takes over 1 minute ...
0
votes
2answers
412 views
Oc4j: Invoking Local EJB from a Web app in the same EAR
I've an EAR app contains two modules.
EJB Module and Web Module.
In web module, I am trying to get a ref to some EJB SLSB, I don't use injection cause the class the I need to invoke the method in is ...
0
votes
1answer
398 views
How to implement a “Site under maintenance” page for JSP application running on OC4J
My JSP based wesite is already in production, running over OC4J (managed by opmnctl). When the application is down, users get a 500 error page. This is not a top-level domain, it is like:
...
1
vote
0answers
166 views
Trinidad Nested panelTabbed not working
I'm having some trouble using Trinidad's .
I have 1 main panelTab and a secondary one inside one of the main's panel showDetailItem.
The problem is :
When i switch tabs on the main one ...
0
votes
1answer
880 views
ORACLE_HOME environment variable causing confusion between Oracle Database and Oracle OC4J
I'm having some Oracle trouble ...
I installed Oracle 11g Express Edition to here:
C:\oraclexe\app\oracle\product\11.2.0\server .. so that there are folders such as:
...
0
votes
1answer
2k views
How to fix a 500 Internal Server Error / Servlet Error
So I recently installed jDeveloper 10.1.3, and the majority of my pages run fine, but on a few of them I run into this error:
500 Internal Server Error
Servlet error: An exception occurred. For ...
1
vote
1answer
521 views
getClass().getClassLoader().getResource() Doesn't work in OC4J App Server
I've the following code snipet that doesn't work in EJB code in OC4J:
String name = getClass().getPackage().getName();
name = name.replace('.','/');
URL url = ...
1
vote
0answers
328 views
Failed to Parse and JAX-RPC 1.1 method is not supported in WLS 8.1 clients error
I got a WSDL and its client from a third party, when i load the client in my jDeveloper its working fine. But when i create a client from that WSDL its giving me "Failed to Parse WSDL" error. And with ...
0
votes
1answer
212 views
Is Oracle application server OC4J bundled with oracle database driver ojdbc14.jar?
I have webapp that connect to oracle DB via JDBC and used class oracle.jdbc.OracleDriver.
Need I to package my webapp with ojdbc14.jar if it will be run in OC4J container?
3
votes
3answers
592 views
Debug web application in Eclipse under Oracle Application Server
I am using Eclipse and I am familiar with Apache Tomcat.
I can run/debug my web applications under Tomcat.
But I can not do it for Oracle Application Server.
When I try to start the server from ...