Questions tagged [oas]

Oracle Application Server

In computing, the Oracle Application Server 10g (the "g" stands for grid), consists of an integrated, standards-based software platform. It forms part of Oracle Corporation's Fusion Middleware technology stack. The heart of Oracle Application Server consists of Oracle HTTP Server (based on Apache HTTP Server) and OC4J (OracleAS Containers for Java EE) which deploys Java EE-based applications. The latest version of OC4J offers full compatibility with the Java EE 1.4 specifications.

Oracle Application Server became the first platform designed for grid computing as well as with full life-cycle support for service-oriented architecture (SOA).

Source: Wikipedia

59 questions
1
vote
1 answer

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 if I select "YES". and I got the Unable to run…
Islam
  • 55
  • 3
  • 7
1
vote
0 answers

Mock Open API endpoints that haven‘t been implemented yet?

Mocking endpoints an Open API Specification file defines isn't all that difficult. However I am trying to mock only the endpoints that don't have an implementation yet. For example I have an OAS file that defines an GET /dogs and an GET /cats…
Michael Jauk
  • 41
  • 1
  • 6
1
vote
0 answers

Validating OAS3.X YAML spec files against the OAS3.0 spec in Java

I would like to be able to validate OAS3.X compatible YAML spec files against the OAS3.0 spec (https://spec.openapis.org/oas/v3.1.0). The built-in capabilities in swagger-parser and openapi4j appear to give inconsistent results. For instance the…
Arindam
  • 11
  • 2
1
vote
0 answers

Unknown error while importing .dva file in Oracle Analytics Server 5.5.0

I have a problem while I'm trying to import a .dva file generated from Oracle Analytics Desktop into Oracle Analytics Server. It speems that it doesn't come from any specific dva file, it happens with all the files I try to import. For example, the…
1
vote
1 answer

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 from the connection pool ever be forcibly killed? …
James Beninger
  • 2,277
  • 2
  • 18
  • 28
1
vote
1 answer

SSL handshake failed when calling WebService

I'm having the error "javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: javax.net.ssl.SSLException: SSL handshake failed" when calling a webservice from Java1.4 under https. The…
Mike Aguilar
  • 348
  • 2
  • 3
  • 14
1
vote
1 answer

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: SUBSTRING token not recognized The question is, doesn't…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
1
vote
0 answers

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 behavior): 10/11/30 12:00:47 WARNING:…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
1
vote
1 answer

insert contents of 1 to 20 text areas into table (Oracle app server 10g)

I have an Oracle Application Server (10g) package that basically displays rows of data that users can edit after clicking an edit button. The edit page contains 1 to 20 text fields. It was working great using owa_util.ident_arr until the users…
user584583
  • 1,242
  • 4
  • 18
  • 35
1
vote
1 answer

frm-92101 there was a failure in the forms server during startup

Oracle Application Server 10g Operating System: Unix I got the below error: frm-92101 there was a failure in the forms server during startup The solution in windows as follow: control panel ( Middle tier) , click on the OPMN for middle tier -> LOG…
Islam
  • 55
  • 3
  • 7
1
vote
1 answer

How to get long running report current status?

While running a long running report in Oracle Application Server 10g, the status of the report is exist in OAS admin console something like "25 of 3225 Pages completed". How can I got this value from the OAS to be able to display it to the user in…
Islam
  • 55
  • 3
  • 7
0
votes
1 answer

How to rotate three ad networks - iAd and Admob and OAS tag?

The behavior I am creating is that a OAS ad appears and if it fails then an iAd appears and if it also fails an AdMob ad appears. It should cycle through the three choices on a rotation. At the moment, I am seeing iAd only or direct ad only. I…
Neelam Verma
  • 3,232
  • 1
  • 22
  • 33
0
votes
0 answers

How can I add outer markup to OBIE

Good afternoon, I recently came across a problem in OBIE (OAS), namely, when marking up a table, I can’t add a border to the table borders, I poked everywhere but could not add it. Is there any way to add a border to the table borders? Have you ever…
0
votes
1 answer

OAS - Sum of 2 parent agg from different levels

Imagine I have the next hierachy (simplified for this explanation) A1 - A11 - A111 - A1111 A1 - A12 - A121 - A1211 B1 - B11 - B111 - B1111 MY fact table: Id Class Amt 1 A1211 10 1 A1111 20 1 B1111 40 I want aggregate B1 (level 1) and A12(Level 2)…
0
votes
0 answers

Compare two OAS files - OASDiff tool does not consider OAS 3.1 changes for comparison

I've been trying to compare two OAS files using OASdiff tool, and version 3.0 works just fine, it highlights all the changes made in the two versions of that file. But when we want to compare version 3.1.0 files, it doesn't throw any error but it…
Neeraj gupta
  • 171
  • 1
  • 2
  • 9