OPS 3.0 on Oracle AS 10g

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

OPS 3.0 on Oracle AS 10g

Yusuf Aaji

Dear All

 

Have anyone tried to install OPS 3.0 on Oracle AS 10g???!!!

 

When I try to deploy it using Oracle AS Control, I get an exception… any ideas???

 

Regards

Yusuf



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: OPS 3.0 on Oracle AS 10g

Alessandro  Vernet
Administrator
Hi Yusuf,

Can you give more information about the exception you are getting?

Alex

On 3/2/06, Yusuf Aaji <[hidden email]> wrote:

>
>
>
> Dear All
>
>
>
> Have anyone tried to install OPS 3.0 on Oracle AS 10g???!!!
>
>
>
> When I try to deploy it using Oracle AS Control, I get an exception… any
> ideas???
>
>
>
> Regards
>
> Yusuf
>
> --
> You receive this message as a subscriber of the [hidden email]
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: OPS 3.0 on Oracle AS 10g

Yusuf Aaji
Hi Alex,

Thanks for your reply, this is the exception information...

----------
Failed to deploy web application "ops". Failed to deploy web application
"ops". . Nested exception
Resolution:

Base Exception:
java.rmi.RemoteException
deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: resource-ref 'jdbc/db'
referenced from resource-ref-mapping not found. deploy failed!: ; nested
exception is:
oracle.oc4j.admin.internal.DeployerException: resource-ref 'jdbc/db'
referenced from resource-ref-mapping not found
----------

Yusuf

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro
Vernet
Sent: Friday, March 03, 2006 6:00 AM
To: [hidden email]
Subject: Re: [ops-users] OPS 3.0 on Oracle AS 10g

Hi Yusuf,

Can you give more information about the exception you are getting?

Alex

On 3/2/06, Yusuf Aaji <[hidden email]> wrote:

>
>
>
> Dear All
>
>
>
> Have anyone tried to install OPS 3.0 on Oracle AS 10g???!!!
>
>
>
> When I try to deploy it using Oracle AS Control, I get an exception. any
> ideas???
>
>
>
> Regards
>
> Yusuf
>
> --
> You receive this message as a subscriber of the [hidden email]
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/






--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: OPS 3.0 on Oracle AS 10g

Yusuf Aaji
Hey Guys...

Can you help us out here... this is really urgent...

I need to prepare a proof of concept on using OPS on Oracle Platform so that
we can use it in our next project...

I really appreciate any help...

Regards, Yusuf

-----Original Message-----
From: Yusuf Aaji [mailto:[hidden email]]
Sent: Saturday, March 04, 2006 3:19 PM
To: [hidden email]
Subject: RE: [ops-users] OPS 3.0 on Oracle AS 10g

Hi Alex,

Thanks for your reply, this is the exception information...

----------
Failed to deploy web application "ops". Failed to deploy web application
"ops". . Nested exception
Resolution:

Base Exception:
java.rmi.RemoteException
deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: resource-ref 'jdbc/db'
referenced from resource-ref-mapping not found. deploy failed!: ; nested
exception is:
oracle.oc4j.admin.internal.DeployerException: resource-ref 'jdbc/db'
referenced from resource-ref-mapping not found
----------

Yusuf

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro
Vernet
Sent: Friday, March 03, 2006 6:00 AM
To: [hidden email]
Subject: Re: [ops-users] OPS 3.0 on Oracle AS 10g

Hi Yusuf,

Can you give more information about the exception you are getting?

Alex

On 3/2/06, Yusuf Aaji <[hidden email]> wrote:

>
>
>
> Dear All
>
>
>
> Have anyone tried to install OPS 3.0 on Oracle AS 10g???!!!
>
>
>
> When I try to deploy it using Oracle AS Control, I get an exception. any
> ideas???
>
>
>
> Regards
>
> Yusuf
>
> --
> You receive this message as a subscriber of the [hidden email]
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/









--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: OPS 3.0 on Oracle AS 10g

Erik Bruchez
Administrator
Yusuf,

Check the web.xml file that you have under ops-war/WEB-INF. In there,
you may see something like:

     <resource-ref>
         <description>DataSource</description>
         <res-ref-name>jdbc/db</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <res-auth>Container</res-auth>
     </resource-ref>

Try to comment out that resource reference as follows:

<!--
     <resource-ref>
         <description>DataSource</description>
         <res-ref-name>jdbc/db</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <res-auth>Container</res-auth>
     </resource-ref>
-->

Then try to redeploy.

This said, this resource should already be commented out by default, so
I don't know what's happening in your case. Did you just use stock OPS
3.0.1 as downloaded?

This said, there is no particular reason OPS shouldn't work with Oracle
AS, even with some tweaks, as we have tried it already on many
application servers.

-Erik

Yusuf Aaji wrote:

> Hey Guys...
>
> Can you help us out here... this is really urgent...
>
> I need to prepare a proof of concept on using OPS on Oracle Platform so that
> we can use it in our next project...
>
> I really appreciate any help...
>
> Regards, Yusuf
>
> -----Original Message-----
> From: Yusuf Aaji [mailto:[hidden email]]
> Sent: Saturday, March 04, 2006 3:19 PM
> To: [hidden email]
> Subject: RE: [ops-users] OPS 3.0 on Oracle AS 10g
>
> Hi Alex,
>
> Thanks for your reply, this is the exception information...
>
> ----------
> Failed to deploy web application "ops". Failed to deploy web application
> "ops". . Nested exception
> Resolution:
>
> Base Exception:
> java.rmi.RemoteException
> deploy failed!: ; nested exception is:
> oracle.oc4j.admin.internal.DeployerException: resource-ref 'jdbc/db'
> referenced from resource-ref-mapping not found. deploy failed!: ; nested
> exception is:
> oracle.oc4j.admin.internal.DeployerException: resource-ref 'jdbc/db'
> referenced from resource-ref-mapping not found
> ----------
>
> Yusuf
>
> -----Original Message-----
> From: [hidden email] [mailto:[hidden email]] On Behalf Of Alessandro
> Vernet
> Sent: Friday, March 03, 2006 6:00 AM
> To: [hidden email]
> Subject: Re: [ops-users] OPS 3.0 on Oracle AS 10g
>
> Hi Yusuf,
>
> Can you give more information about the exception you are getting?
>
> Alex
>
> On 3/2/06, Yusuf Aaji <[hidden email]> wrote:
>>
>>
>> Dear All
>>
>>
>>
>> Have anyone tried to install OPS 3.0 on Oracle AS 10g???!!!
>>
>>
>>
>> When I try to deploy it using Oracle AS Control, I get an exception. any
>> ideas???
>>
>>
>>
>> Regards
>>
>> Yusuf
>>
>> --
>> You receive this message as a subscriber of the [hidden email]
>> mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>>
>>
>>
>
>
> --
> Blog (XML, Web apps, Open Source):
> http://www.orbeon.com/blog/
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws