Fwd: [cargo-user] Error creating Oracle Datasouce on WebLogic 10.3x

View: New views
3 Messages — Rating Filter:   Alert me  

Parent Message unknown Fwd: [cargo-user] Error creating Oracle Datasouce on WebLogic 10.3x

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, there.

Anyone know why the build didn't update the snapshot repo?  I seem to be missing something.

Thanks,
-Adrian

---------- Forwarded message ----------
From: Adrian Cole <ferncam1@...>
Date: Sat, Jun 13, 2009 at 1:48 PM
Subject: Re: [cargo-user] Error creating Oracle Datasouce on WebLogic 10.3x
To: user@...


Interesting.. I may be missing something.


if you are interested in testing in the mean time, you can install from src:
svn co svn://svn.codehaus.org/cargo/trunks cargo
cd cargo
mvn install

Regards,
-Adrian



On Sat, Jun 13, 2009 at 12:18 PM, Ibai Perez <iperarb@...> wrote:
Sorry Adrian, could you tell me how could I download the snapshot you've just created?

Apparently, Maven looks for updates when I run "mvn install", but  it doesn't seem to find any update yet...


On Sat, Jun 13, 2009 at 10:01 AM, Adrian Cole <ferncam1@...> wrote:
Ok.  The password field was missing.  Do you mind testing the latest snapshot to see if it starts properly?  If so, I'll add a unit test in to ensure the fix I placed doesn't disappear on you :)

If not, please pastie me the jdbc.xml and output log you get.

Thanks,
-Adrian


On Fri, Jun 12, 2009 at 9:49 PM, Ibai Perez <iperarb@...> wrote:
config.xml --> http://pastie.org/510125.txt
w13DataSource-jdbc.xml --> http://pastie.org/510130.txt

Thanks in advance!!


On Thu, Jun 11, 2009 at 3:56 PM, Adrian Cole <ferncam1@...> wrote:
Hello.

Do you mind searching through your target directory and pasting the config.xml and datasource-jdbc.xml file into pastie.org?

Regards,
-Adrian


On Thu, Jun 11, 2009 at 3:30 PM, Matt Wringe <mwringe@...> wrote:
On Mon, 2009-06-08 at 22:59 +0200, Ibai Perez wrote:
> Hello everybody!
>
> I'm a new Cargo User that aims to run some integration tests on
> WebLogic 10.3x server, that is currently supported by Cargo, but if
> have found a big problem, as I'm unable to create a Oracle DataSource
> each time  Cargo runs the server.

Does anyone else on this list have experience with the datasource
configuration that could help out?

> The error is quite strange (ORA-01005: null password given; logon
> denied), as I tell Cargo to use a password, but it seems to "loose"
> it. In fact, Cargo does create a DataSource on Weblogic, but it's not
> working properly, as it's unable to connect to the database without de
> password.
>
> If already reported this as an issue:
> http://jira.codehaus.org/browse/CARGO-709 --> There you have the full
> error and the pom.xml that I'm using.
>
> Forgot to say that I'm actually using Maven 2.10 with cargo
> 1.0.1-SNAPSHOT.
>
> Thanks in advance.
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email









Re: Fwd: [cargo-user] Error creating Oracle Datasouce on WebLogic 10.3x

by Matt Wringe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-06-16 at 18:20 +0200, Adrian Cole wrote:
> Hi, there.
>
> Anyone know why the build didn't update the snapshot repo?  I seem to
> be missing something.

Any errors when calling the deploy task?

> Thanks,
> -Adrian
>
> ---------- Forwarded message ----------
> From: Adrian Cole <ferncam1@...>
> Date: Sat, Jun 13, 2009 at 1:48 PM
> Subject: Re: [cargo-user] Error creating Oracle Datasouce on WebLogic
> 10.3x
> To: user@...
>
>
> Interesting.. I may be missing something.
>
> The build occurred:
> http://bamboo.ci.codehaus.org/browse/CARGO-TRUNKM2JDK15-333
>
>
> But the snapshot wasn't updated:
> http://snapshots.repository.codehaus.org/org/codehaus/cargo/cargo-core-container-weblogic/1.0.1-SNAPSHOT/
>
>
> if you are interested in testing in the mean time, you can install
> from src:
> svn co svn://svn.codehaus.org/cargo/trunks cargo
> cd cargo
> mvn install
>
>
> Regards,
> -Adrian
>
>
>
>
> On Sat, Jun 13, 2009 at 12:18 PM, Ibai Perez <iperarb@...>
> wrote:
>         Sorry Adrian, could you tell me how could I download the
>         snapshot you've just created?
>        
>         Apparently, Maven looks for updates when I run "mvn install",
>         but  it doesn't seem to find any update yet...
>        
>        
>        
>         On Sat, Jun 13, 2009 at 10:01 AM, Adrian Cole
>         <ferncam1@...> wrote:
>                 Ok.  The password field was missing.  Do you mind
>                 testing the latest snapshot to see if it starts
>                 properly?  If so, I'll add a unit test in to ensure
>                 the fix I placed doesn't disappear on you :)
>                
>                 If not, please pastie me the jdbc.xml and output log
>                 you get.
>                
>                 Thanks,
>                 -Adrian
>                
>                
>                
>                 On Fri, Jun 12, 2009 at 9:49 PM, Ibai Perez
>                 <iperarb@...> wrote:
>                         config.xml --> http://pastie.org/510125.txt
>                         w13DataSource-jdbc.xml -->
>                         http://pastie.org/510130.txt
>                        
>                         Thanks in advance!!
>                        
>                        
>                        
>                         On Thu, Jun 11, 2009 at 3:56 PM, Adrian Cole
>                         <ferncam1@...> wrote:
>                                 Hello.
>                                
>                                 Do you mind searching through your
>                                 target directory and pasting the
>                                 config.xml and datasource-jdbc.xml
>                                 file into pastie.org?
>                                
>                                 Regards,
>                                 -Adrian
>                                
>                                
>                                
>                                 On Thu, Jun 11, 2009 at 3:30 PM, Matt
>                                 Wringe <mwringe@...> wrote:
>                                         On Mon, 2009-06-08 at 22:59
>                                         +0200, Ibai Perez wrote:
>                                         > Hello everybody!
>                                         >
>                                         > I'm a new Cargo User that
>                                         aims to run some integration
>                                         tests on
>                                         > WebLogic 10.3x server, that
>                                         is currently supported by
>                                         Cargo, but if
>                                         > have found a big problem, as
>                                         I'm unable to create a Oracle
>                                         DataSource
>                                         > each time  Cargo runs the
>                                         server.
>                                        
>                                        
>                                         Does anyone else on this list
>                                         have experience with the
>                                         datasource
>                                         configuration that could help
>                                         out?
>                                        
>                                         > The error is quite strange
>                                         (ORA-01005: null password
>                                         given; logon
>                                         > denied), as I tell Cargo to
>                                         use a password, but it seems
>                                         to "loose"
>                                         > it. In fact, Cargo does
>                                         create a DataSource on
>                                         Weblogic, but it's not
>                                         > working properly, as it's
>                                         unable to connect to the
>                                         database without de
>                                         > password.
>                                         >
>                                         > If already reported this as
>                                         an issue:
>                                         >
>                                         http://jira.codehaus.org/browse/CARGO-709 --> There you have the full
>                                         > error and the pom.xml that
>                                         I'm using.
>                                         >
>                                         > Forgot to say that I'm
>                                         actually using Maven 2.10 with
>                                         cargo
>                                         > 1.0.1-SNAPSHOT.
>                                         >
>                                         > Thanks in advance.
>                                         >
>                                         >
>                                        
>                                        
>                                        
>                                         ---------------------------------------------------------------------
>                                         To unsubscribe from this list,
>                                         please visit:
>                                        
>                                        
>                                          http://xircles.codehaus.org/manage_email
>                                        
>                                        
>                                
>                                
>                        
>                        
>                
>                
>        
>        
>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Fwd: [cargo-user] Error creating Oracle Datasouce on WebLogic 10.3x

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

:)  ok.. I now understand bamboo doesn't call the deploy task

-Adrian

On Tue, Jun 16, 2009 at 7:24 PM, Matt Wringe <mwringe@...> wrote:
On Tue, 2009-06-16 at 18:20 +0200, Adrian Cole wrote:
> Hi, there.
>
> Anyone know why the build didn't update the snapshot repo?  I seem to
> be missing something.

Any errors when calling the deploy task?

> Thanks,
> -Adrian
>
> ---------- Forwarded message ----------
> From: Adrian Cole <ferncam1@...>
> Date: Sat, Jun 13, 2009 at 1:48 PM
> Subject: Re: [cargo-user] Error creating Oracle Datasouce on WebLogic
> 10.3x
> To: user@...
>
>
> Interesting.. I may be missing something.
>
> The build occurred:
> http://bamboo.ci.codehaus.org/browse/CARGO-TRUNKM2JDK15-333
>
>
> But the snapshot wasn't updated:
> http://snapshots.repository.codehaus.org/org/codehaus/cargo/cargo-core-container-weblogic/1.0.1-SNAPSHOT/
>
>
> if you are interested in testing in the mean time, you can install
> from src:
> svn co svn://svn.codehaus.org/cargo/trunks cargo
> cd cargo
> mvn install
>
>
> Regards,
> -Adrian
>
>
>
>
> On Sat, Jun 13, 2009 at 12:18 PM, Ibai Perez <iperarb@...>
> wrote:
>         Sorry Adrian, could you tell me how could I download the
>         snapshot you've just created?
>
>         Apparently, Maven looks for updates when I run "mvn install",
>         but  it doesn't seem to find any update yet...
>
>
>
>         On Sat, Jun 13, 2009 at 10:01 AM, Adrian Cole
>         <ferncam1@...> wrote:
>                 Ok.  The password field was missing.  Do you mind
>                 testing the latest snapshot to see if it starts
>                 properly?  If so, I'll add a unit test in to ensure
>                 the fix I placed doesn't disappear on you :)
>
>                 If not, please pastie me the jdbc.xml and output log
>                 you get.
>
>                 Thanks,
>                 -Adrian
>
>
>
>                 On Fri, Jun 12, 2009 at 9:49 PM, Ibai Perez
>                 <iperarb@...> wrote:
>                         config.xml --> http://pastie.org/510125.txt
>                         w13DataSource-jdbc.xml -->
>                         http://pastie.org/510130.txt
>
>                         Thanks in advance!!
>
>
>
>                         On Thu, Jun 11, 2009 at 3:56 PM, Adrian Cole
>                         <ferncam1@...> wrote:
>                                 Hello.
>
>                                 Do you mind searching through your
>                                 target directory and pasting the
>                                 config.xml and datasource-jdbc.xml
>                                 file into pastie.org?
>
>                                 Regards,
>                                 -Adrian
>
>
>
>                                 On Thu, Jun 11, 2009 at 3:30 PM, Matt
>                                 Wringe <mwringe@...> wrote:
>                                         On Mon, 2009-06-08 at 22:59
>                                         +0200, Ibai Perez wrote:
>                                         > Hello everybody!
>                                         >
>                                         > I'm a new Cargo User that
>                                         aims to run some integration
>                                         tests on
>                                         > WebLogic 10.3x server, that
>                                         is currently supported by
>                                         Cargo, but if
>                                         > have found a big problem, as
>                                         I'm unable to create a Oracle
>                                         DataSource
>                                         > each time  Cargo runs the
>                                         server.
>
>
>                                         Does anyone else on this list
>                                         have experience with the
>                                         datasource
>                                         configuration that could help
>                                         out?
>
>                                         > The error is quite strange
>                                         (ORA-01005: null password
>                                         given; logon
>                                         > denied), as I tell Cargo to
>                                         use a password, but it seems
>                                         to "loose"
>                                         > it. In fact, Cargo does
>                                         create a DataSource on
>                                         Weblogic, but it's not
>                                         > working properly, as it's
>                                         unable to connect to the
>                                         database without de
>                                         > password.
>                                         >
>                                         > If already reported this as
>                                         an issue:
>                                         >
>                                         http://jira.codehaus.org/browse/CARGO-709 --> There you have the full
>                                         > error and the pom.xml that
>                                         I'm using.
>                                         >
>                                         > Forgot to say that I'm
>                                         actually using Maven 2.10 with
>                                         cargo
>                                         > 1.0.1-SNAPSHOT.
>                                         >
>                                         > Thanks in advance.
>                                         >
>                                         >
>
>
>
>                                         ---------------------------------------------------------------------
>                                         To unsubscribe from this list,
>                                         please visit:
>
>
>                                          http://xircles.codehaus.org/manage_email
>
>
>
>
>
>
>
>
>
>
>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email