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

49 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
  • 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,168
  • 1
  • 17
  • 26
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
  • 341
  • 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
  • 26,344
  • 42
  • 116
  • 201
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
  • 26,344
  • 42
  • 116
  • 201
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,202
  • 4
  • 17
  • 33
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
  • 6
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
  • 6
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
  • 2,904
  • 1
  • 17
  • 27
0
votes
0 answers

"Show/Hide" "List Operations" and "Expand Operations" on Swagger page

I have a YAML file used to define my API. In looking at many other examples of Swagger on the internet I see that a lot have "Show/Hide" "List Operations" and "Expand Operations" at each tag. Here is one example:…
Adam Cain
  • 21
  • 1
0
votes
0 answers

42crunch Schema does not define the type of JSON values for boolean

I have a 3.0.3 OpenApi definition that contains a boolean in an object. The object has additionalProperties: false set e.g. TestEvent: type: object additionalProperties: false properties: id: $ref:…
theINtoy
  • 2,815
  • 1
  • 31
  • 49
0
votes
1 answer

OBIEE: I can't schedule reports. Unauthorized Access: please contact the administrator

I have reports and analysis in "My Folders". When I click on analysis "More" -> "Schedule" everythink is OK. When I click on reports "More" -> "Schedule" I have error "Unauthorized Access. Please contact the administrator". I can open report, but I…
Adrian K
  • 1
  • 1
0
votes
1 answer

OAS 5.5.0 - error while start obips1 service

I installed Oracle Analytics Server 5.5.0. I configured it and run services. AdminServer and bi_server1 it's working ok. But when I want run other process I have problem...I try run obips1 like: ./start.sh -i obips1 In obips1out I fin error…