Tagged Questions

Oracle Application Server

learn more… | top users | synonyms

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
7answers
2k views

How to avoid this very heavy query that slows down the application?

We have a web application running in a production enviroment and at some point the client complained about how slow the application got. When we checked what was going on with the application and the ...
2
votes
2answers
357 views

Changing default implementation of org.w3c.dom.Document?

I need to change the default implementation within my project for org.w3c.dom.Document I followed this link : http://www.huihoo.org/jboss/online_manual/3.0/ch13s135.html to change the default ...
2
votes
1answer
186 views

Oracle Enterprise Server SOAP/Servlet/SoapRouter

Does anyone know any sample Oracle SOAP XML requests that that queries the database? For example, the url: http://myoracle:7778/oracle/soap/soaprouter/ I'd like to program xml requests and get ...
2
votes
3answers
3k views

JDBC: Oracle Application Server and “The Network Adapter could not establish the connection” error

I am getting the error: "The Network Adapter could not establish the connection" from a web application deployed in Oracle Application Server 10g. The database is local, so there shouldn't be any ...
1
vote
1answer
209 views

Will Apache kill long-running page request threads?

I have a Spring web application running in Oracle Application Server, which is based on Apache. I'm afraid I don't know which component this question might apply to. My question is - will threads ...
1
vote
1answer
208 views

String functions in JPA in toplink (OAS 10.1.3.n)

I am trying the following query: SELECT DISTINCT SUBSTRING(c.name, 1, 1) FROM Country c againest toplink that is bundled with Oracle Application Server 10.1.3.3 but I got an error saying: ...
1
vote
1answer
1k views

Show generated SQL in toplink in eclipse

I am using EclipseLink libraries in eclipse (at dev time) and deploy on TopLink, I need to show the generated sql statement. I am using the following persistence.xml: <?xml version="1.0" ...
1
vote
1answer
651 views

How to change handling of internal server error?

My application produces an internal server error, running on tomcat it prints a stacktrace with the given error. On Oracle it hides the error and post it to application.log. Is it possible to change ...
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
0answers
36 views

ORACLE report service OAS

I am facing this issue, in Oracle Application Server (OAS) 10g. REP 50125: caught exception: java.lang.stringIndexoutofbound Exception: string index out of range: 133 How do I solve it ?
0
votes
0answers
27 views

Unauthorized access from application: app-name to MBean: java.lang:type=ClassLoading

I created a simple JAX-WS SOAP web-service. A library, used from a library that I use, calls getClass , which is somehow blocked on Oracle Application Server (10g Release 3 (10.1.3.0.0)), that is used ...
0
votes
0answers
14 views

Oracle Internet Directory's repository post migration step

W have Oracle Infratier which is have oracle internet directory. repository used by OID is moved to a new database server. How to reconfigure the OID to point to the repository in new server. I have ...
0
votes
0answers
60 views

Sharing credentials between Oracle Application Server and IIS

I have a messed up situation in hand for which am looking for a quick solution. There is this custom web application running on Oracle Application Server and runs off a windows box. This application ...
0
votes
2answers
726 views

How to start Enterprise Manager(em) console in Oracle AS 10.1.3.4 in windows and linux

I have installed Oracle AS 10.1.3.1 and then applied patch to upgrade it to 10.1.3.4 This OAS is configured to listen at port 80. When I go to http://localhost after starting OPMN, i can wee the ...
0
votes
0answers
318 views

SSL configuration in single OHS for two WLS instances

I have two OracleASs running in 10000 and 15000 ports respectively, by logging into server1(10000) we can goto server2(15000). I hv installed OHS 11g and made all the SSL configuration(like creating ...
0
votes
1answer
150 views

why entity manager is not thread safe in container manage?

Why entity manager is not thread safe in container manage? Does oracle application server support entity manager to be thread safe?
0
votes
0answers
368 views

Deployement problems using Eclipse +OC4J

I am using OC4J from within Eclipse. I am deploying to the OC4J server using Eclipse too. Unfortunately, the deployment once succeed and once give me the following error (which is a boring ...
0
votes
1answer
289 views

Deploying applications from Eclipse to OAS (OC4J)

We were using JDev to develop our applications and deploy them to OC4J and OAS. we used to use JDev to create the data-source configuration for us both on dev and on deployment. (on dev using the ...
0
votes
1answer
514 views

Logging to Oracle Application server log files

I have an application that works fine on tomcat, but when I deployed it on Oracle Application Server, I get some errors. I need to log some values in my code but cannot do that... When I write ...
0
votes
1answer
434 views

Convert web app from HTTP to HTTPS on OAS

I have a web service in EJB that runs on Oracle Application Server (OAS).. I need to change it to run on HTTPS instead of HTTP... I know that it doesn't require any code change as the change is in ...
0
votes
1answer
276 views

Oracle Application Server 10.1.3

How do we secure OAS administration em console and not expose it to the outside world. Or in other words how do we hide certain pages from displaying. Something like it should be accessible only by ...
0
votes
1answer
186 views

oc4j jstl db connectivity problem

I have OAS version 10.1.3.3 and the applciation that uses jstl 1.1. in tomcat (where it works fine) does nto work fine in OAS. To use jstl 1.2 requires jsp 2.1 and servlet 2.5. Does OAS 10.1.3.3 ...
0
votes
1answer
527 views

How to convert a Tomcat webapp to an Oracle Application Server webapp?

I have a webapp that runs perfectly in Apache Tomcat 5.5 and I need to "convert it" so it can be deployed in an Oracle Application Server 10.1.3. Right now I make a WAR file of the aplication, paste ...
0
votes
2answers
760 views

WebGate Configuration Problem

I have a instance of Oracle Access Manager set up on Server A and a copy of WebGate set up on Apache on Server B which should be working but isn't. When I try to access ...