Michaelzanussi.com header image

Posts Tagged ‘application server’

ORA-06580: PL/SQL: could not find program unit being called

Our IVR application started receiving an ORA-06580 error from a certain stored procedure after a separate but related package was pushed into production the day earlier. The package had compiled fine, was a valid package, and had all necessary execute privileges assigned to its users. The DBAs could not find any issues with the package [...]

NetBeans Going Away?

It’s hard to tell from this recent FAQ from Oracle, the section on NetBeans is kinda vague and that question could be answered either way, but Oracle certainly is committed to keeping JDeveloper as the main tool for their Oracle Fusion Middleware. Ugh.
That’s too bad, since NetBeans blows JDeveloper out of the water. We used [...]

More Caching Issues

In my last post, I wrote about OAS caching causing a problem after a server move. Since it affected production, it was a big deal.
Caching causes us other problems, though, typically in our development environment, where it may not be a huge deal but is annoying nonetheless.
<rant>
Take for example deploying applications. This snippet from our [...]

OAS Caching

I came into the office this morning to find a bunch of errors in our Oracle application server logs. It appeared that our post-call survey app was timing out on a section of code that retrieves application options from the CME, in particular the openConnection() method in CfgInfoDesktopConfiguration couldn’t make a connection to Genesys configuration [...]

Unknown assembly root-tag attribute: xmlns

I was attempting to deploy a test application to our development OAS, but OEM kept complaining, throwing the exception oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns. Here’s a screenshot of the exception:

I knew I’d seen this before early on in the development of our IVR application a few years ago. It turns out OAS 10.1.2.0.0 supports [...]

C# Revisited

Much to my surprise, I’ve actually found some time in my hectic schedule over the past few weeks to play around with C#. My first impression is that I’m pretty impressed with Microsoft’s effort. C# is quite similar to Java, I’ve found I’ve been able to pick up the core language in no time at [...]

Voice Applications On OAS

Developing VXML applications using Oracle Voice Dialog Objects within Oracle Application Server and OC4J_Wireless container on a Genesys platform.
t.b.d. placeholder
Issues with globals (Root.jsp) within subdialogs; browse lists.
(classes.jar: oracle.voice.infra.device, oracle.voice.infra.jsp.taglib.egrammar, oracle.voice.infra.jsp.taglib.pvxml, oracle.voice.infra.jsp.taglib.util, oracle.voice.infra.vgd)
(voice-vdo-jsp-tags.jar: oracle.voice.infra.jsp.taglib.vdo, oracle.voice.infra.vdo.properties, oracle.voice.infra.vdo.subdialog, oracle.voice.infra.vdo.subdialog.dialog)