Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
21k views

How do I create an EAR file with an ant build including certain files?

I'm using eclipse to build an ear file using ant. I'm using oc4j, and I want to make sure that orion-application.xml is included in the build. What I'm currently using but does not work is: ...
4
votes
1answer
595 views

EJB Local/Remote interface within separate applications in a single application server instance

Assume a single application server instance that has two EARs deployed. The first EAR invokes EJBs from the second EAR using remote EJB interfaces. It is rumored that even if the invokation is ...
3
votes
3answers
277 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 ...
3
votes
3answers
499 views

Determine Which Application Server our application is deployed to?

Our J2EE Application is deployed to JBoss and sometimes to OC4J . Can I know which one is being used? I hope there is a method returning the container information on runtime.
3
votes
3answers
919 views

Ensuring serial processing of JMS messages in an OC4J cluster

We have an application that processes JMS message using a message driven bean. This application is deployed on an OC4J application server. (10.1.3) We are planning to deploy this application on ...
3
votes
6answers
2k views

How to determine the version of oc4j being used?

I have an oc4j installation bereft of any release notes or version documentation. In the absence of such documents, how do I know for sure, which version of oc4j I am using?
2
votes
1answer
238 views

Oracle OC4J (aka Orion) parameter -userThreads

Anyone know what this parameter does, it is used in starting up Oracle's oc4j application server?
2
votes
1answer
691 views

How to resolve java.lang.IllegalStateException?

We are using OC4J 10.1.3.5 and ADF. I have a popup form and when closing we got error below. I wonder what am I missing and how can I resolve it? Jun 15, 2010 8:26:49 AM ...
2
votes
2answers
631 views

Eclipse + remote OC4J server - deploying application

I would like to deploy web application on a remote OC4J server using Eclipse. Is it possible? I'm using WTP and when adding the OC4J server there is only localhost available.
1
vote
0answers
28 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 ...
1
vote
1answer
156 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
126 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 ...
1
vote
1answer
218 views

Weird Xerces method access error

I've tried this on both Xerces 2.9.1, and Xerces-J-2.11.0 with the same results. I'm writing a Spring3 Webflow app, using Xerces for XML parsing. When deploying the EAR, I get an issue Caused by: ...
1
vote
1answer
124 views

configuring datasource in orion-web the same way as orion-application.xml

In Oc4j, If we have an EAR app, we can tell the deployer to create a datasource for the application using orion-application with something like: <orion-application.xml> <?xml ...
1
vote
1answer
78 views

HQL works on Tomcat not on Oracle AppServer 10.1.3?

When running an app on Tomcat I don't get any error. When running on Oracle (OC4J) 10.1.3 I get the following: org.hibernate.hql.ast.QuerySyntaxError: unexpected end of subtree [ SELECT c, cc, pa, ...
1
vote
0answers
317 views

struts2, problem with oc4j

I am having trouble using urlrewrite with oc4j (10.1.3.1). It works perfectly on tomcat (6.0). I am not able to forward to struts2 actions. My web.xml: ...
1
vote
1answer
101 views

Session in OC4J (9.0.4.1) and OC4J (10.1.3.1)

I wrote a very simple JSP file in order to check the Session in OC4J (9.0.4.1) and OC4J (10.1.3.1). I found that: [OC4J 10.1.3.1] Session keeps changing when web page is REFRESHED [OC4J 9.0.4.1] ...
1
vote
2answers
87 views

How to resolve issue of loading web application in OC4J (10.1.3.5) that err and says - can't find the class oracle.jbo.JboException?

How to resolve issue - while loading web application in OC4J (101.3.5) the application server can't find the class oracle.jbo.JboException?
1
vote
2answers
408 views

JSP files in external directory

In my project, we allow customer to write customer specific logic in JSP pages and attach to our product. Right now after deploying .ear file customer copy the custom files under /WebContent/custom ...
1
vote
1answer
788 views

OC4J orion-application.xml - elements and attributes mapped to deployment plan properties

i read in oracle docs sentense like this: "Each property maps to an element attribute in the orion-application.xml descriptor." These properties are from deployment plan and i need to know what is the ...
1
vote
1answer
659 views

OC4J problem with ssl (secure-web-site.xml)

I'm working on eclipse and after making some changes in application and redeploying EAR file on OC4J server (i've added ssl support) my application binding in secure-web-site.xml ( i mean: tag) ...
1
vote
3answers
425 views

java web application integrating with active direcotry on OC4J server

i really need help. I'm searching for this from a very long time. I would like to make a servlet (application deployed on OC4J ) which will allow to enter users logged in domain (Active Directory) ...
1
vote
1answer
329 views

How does the ant war task work?

I have a question about something I encountered today at work. I have two projects that are built with ant build script. Lets call them projectA and projectB. ProjectA builds projectA.jar, ...
1
vote
1answer
1k views

Resolving axis2 and OC4J library conflicts

I'm trying to deploy an Axis2 web service to an OC4J 10.1.3 app server. I was using axis 1.4 before and had just created my own shared library with all of the files. There was an issue with 1.4 ...
1
vote
1answer
978 views

oc4j enterprise manager console session timeout?

How can I change the session timeout for the OC4J Enterprise Manager console? It times out too quickly between deployments in our development environment.
1
vote
3answers
2k views

Using log4j in oc4j 10.1.3

I have a web application running on OC4J 10.1.3. I am trying to do some logging using log4j. The messages show up in my IDE console as expected, but nothing is going into the application.log in ...
1
vote
1answer
421 views

How to send a username between web service requests?

Basically the problem is this: There is a stored database procedure that takes a username as an argument and produces some XML data depending on it. It is called by a method with no arguments in an ...
1
vote
1answer
212 views

How can OC4J be configured to support Arabic?

How can OC4J be configured to support Arabic? some arabic contents appear as ? question marks, however in the pages that this probelm arises in it, the page encoding (<%@ page ...
1
vote
1answer
2k views

How to fix a Resource not Found error in OC4J?

I am trying to deploy a web app on OC4J, and although I've followed the instructions to the letter and the deployment process goes without a hitch, I keep getting a 500 error (below). I am a newbie ...
1
vote
2answers
1k views

Does changing Log4j's log.properties require a restart?

Does changing Log4j's log.properties require a restart for the changes to take effect? I'm trying to work out an issue in one of our systems and don't have the ability to restart the server process ...
1
vote
5answers
169 views

Browser asking to save JSPs

I've worked with JBoss and WebLogic before, but at my current job, we're using OC4J, which is a first for me. I think that my problem might be related to that. I'm creating an EAR file that has one ...
1
vote
2answers
1k views

Deploying to OC4j: Unable to find/read file META-INF/application.xml

Continuum build server deploys to my oc4j instance I get the following error it seems every other build. 09/03/10 13:47:49 Notification ==>Operation failed with error: Unable to find/read file ...
1
vote
3answers
1k views

Does the -XX:+HeapDumpOnOutOfMemoryError option work with Oracle Application Server?

We are sometimes getting an OutOfMemoryError in production and I would like to be able to analyse what caused the problem, or at least what was going on when it occurred. It seems that I should be ...
1
vote
3answers
1k views

Better Understanding an OC4J Stack Trace

I've been tasked with deploying an application built by a third party on an Oracle Application Server, version 10.1.3.0. I've deployed it on Oracle Application Server version 10.1.2.0 without much ...
1
vote
1answer
1k views

How can jsessionID be suppressed on OC4J?

I'm deploying a JSF (myfaces, restfaces, and richfaces) app to OC4J. I don't want the jsessionid to appear in the status bar or the URL address. I have managed to suppress it in almost all cases. The ...
0
votes
1answer
11 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
0answers
20 views

Is it possible to get a client port using oc4j 10g (9.0.4) version?

I am using a oc4j 10g (9.0.4) web server that uses servlet version 2.3. But, it dosen't support getRemotePort() method. On the other hand 2.4 version support the method. Is it possible to get client ...
0
votes
2answers
29 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
0answers
12 views

Memory utilization presented in Application Server Control

I have Oracle Application Server 10g R3 Patch Set 5 application server, which work in cluster. On mian page in Oracle Application Server Control I have memory column, where I can see information about ...
0
votes
1answer
57 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: ...
0
votes
0answers
62 views

Oracle OC4J Service Keeps Stopping

We have a problem on our Server (Windows Server 2003, Oracle Database, Oracle Application Server Enterprise Manager 10g) that the OracleOracleASASControl Service keeps stopping. To be more exact, it ...
0
votes
0answers
26 views

Does BIRT 2.5 runtime report engine will work on OC4J (OAS)

The deployment works fine in tomcat 6 , but when I deploy in OC4J , I got platform object as null. Does anyone successfully deployed BIRT 2.5 version or above in OC4j ? The OC4J version = 10g ...
0
votes
0answers
53 views

Access-Control-Allow-Origin in OC4J 10.1.3.1

We're still running our applications on an OC4J 10.1.3.1 container. We recently started developing web services and we noticed that there's a problem when we try to use those web services from other ...
0
votes
0answers
16 views

OC4J Internet Explorer Javascript

I have a javascript that creates a dynamic text field: function getTxtFld(name){ var fld = document.createElement("input"); fld.setAttribute("type", "text"); fld.setAttribute("id", "updateorg"); ...
0
votes
1answer
158 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
0answers
224 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 ...
0
votes
0answers
67 views

Is it possible to use c3p0 as a JNDI datasource in OC4J?

I would like to configure c3p0 to be a JNDI datasource inside of an OC4J container. I do not like the internal OC4J managed connection pools. Is it possible to do this, or would I have to write a ...
0
votes
1answer
86 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?
0
votes
0answers
301 views

Migration from OC4J to Weblogic

We are migrating our application from OC4J to Weblogic App Server. We have an interceptor class which is used within EJBs to inject other EJBs. One such EJB uses @PostConstruct annotation on a method ...
0
votes
0answers
37 views

Hivemind outsourcing settings for OC4J

I'm upgrading my old application (using Ant, and OC4J Hivemind) for the structure of the eclipse using Maven. The web application has its hivemodule.xml containing environment settings in which the ...

1 2