Error creating Oracle Datasouce on WebLogic 10.3x

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

Error creating Oracle Datasouce on WebLogic 10.3x

by Ibai Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

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.



Re: Error creating Oracle Datasouce on WebLogic 10.3x

by Matt Wringe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Error creating Oracle Datasouce on WebLogic 10.3x

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Error creating Oracle Datasouce on WebLogic 10.3x

by Ibai Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Error creating Oracle Datasouce on WebLogic 10.3x

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Error creating Oracle Datasouce on WebLogic 10.3x

by Ibai Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Error creating Oracle Datasouce on WebLogic 10.3x

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: Error creating Oracle Datasouce on WebLogic 10.3x

by Ibai Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Impossible....I can't even check out the code from the SVN.

The command "svn co svn://svn.codehaus.org/cargo/trunks cargo" results in a "svn: Can't connect to host 'svn.codehaus.org': Connection timed out" error.

I would appreciate very much if you could check the build generation process and find out  the reason why the Snapshot isn't uploaded to the online repository, as I'm looking forward to using the fixed Cargo plugin as soon as possible.

Thank you!

On Sat, Jun 13, 2009 at 1:48 PM, Adrian Cole <ferncam1@...> wrote:
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: Error creating Oracle Datasouce on WebLogic 10.3x

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry.. I should have written http:// not svn://

Anyway, I've updated the snapshot repo.

Can you try again?

Cheers,
-Adrian

On Sun, Jun 14, 2009 at 12:15 PM, Ibai Perez <iperarb@...> wrote:
Impossible....I can't even check out the code from the SVN.

The command "svn co svn://svn.codehaus.org/cargo/trunks cargo" results in a "svn: Can't connect to host 'svn.codehaus.org': Connection timed out" error.

I would appreciate very much if you could check the build generation process and find out  the reason why the Snapshot isn't uploaded to the online repository, as I'm looking forward to using the fixed Cargo plugin as soon as possible.

Thank you!


On Sat, Jun 13, 2009 at 1:48 PM, Adrian Cole <ferncam1@...> wrote:
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: Error creating Oracle Datasouce on WebLogic 10.3x

by Ibai Perez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Now it works perfectly!

Thanks for your support!

On Tue, Jun 16, 2009 at 11:43 PM, Adrian Cole <ferncam1@...> wrote:
Sorry.. I should have written http:// not svn://

Anyway, I've updated the snapshot repo.

Can you try again?

Cheers,
-Adrian


On Sun, Jun 14, 2009 at 12:15 PM, Ibai Perez <iperarb@...> wrote:
Impossible....I can't even check out the code from the SVN.

The command "svn co svn://svn.codehaus.org/cargo/trunks cargo" results in a "svn: Can't connect to host 'svn.codehaus.org': Connection timed out" error.

I would appreciate very much if you could check the build generation process and find out  the reason why the Snapshot isn't uploaded to the online repository, as I'm looking forward to using the fixed Cargo plugin as soon as possible.

Thank you!


On Sat, Jun 13, 2009 at 1:48 PM, Adrian Cole <ferncam1@...> wrote:
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