You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by David Takle <dj...@gmail.com> on 2012/09/25 21:02:43 UTC

Default Derby User?

Is there a default Derby user and password?
What should these be in the persistent.xml for the Derby DB?

Re: Default Derby User?

Posted by David Takle <dj...@gmail.com>.
Using the default Derby persistent.xml
I tried setting
Username=openmeetings,
Password=password"/>

And I get the following errors in 'openmeetings.log'

ERROR 09-25 16:08:09.875 Configurationmanagement.java 17500 83
org.openmeetings.app.data.basic.Configurationmanagement
[Launcher:/openmeetings] - [getConfKey]:
org.apache.openjpa.persistence.PersistenceException: Schema 'OPENMEETINGS'
does not exist {SELECT t0.configuration_id, t0.comment_field, t0.conf_key,
t0.conf_value, t0.deleted, t0.starttime, t0.updatetime, t0.user_id FROM
configuration t0 WHERE (t0.conf_key = ? AND t0.deleted = ?)} [code=30000,
state=42Y07]

What are the parameters are supposed to be?

Re: Default Derby User?

Posted by Maxim Solodovnik <so...@gmail.com>.
According to derby_persistence.xml

Username=user,
Password=secret

full tag:
            <property name="openjpa.ConnectionProperties"
                value="DriverClassName=org.apache.derby.jdbc.ClientDriver,
                                  Url=jdbc:derby:openmeetings;create=true,
                                  create=true,
                                  MaxActive=100,
                                  MaxWait=10000,
                                  TestOnBorrow=true,
                                  Username=user,
                                  Password=secret" />


On Wed, Sep 26, 2012 at 3:20 AM, Stephen Cottham <
Stephen.Cottham@robertbird.com.au> wrote:

> Hey David,
>
> I'll run thru my guide on XP tomorrow and check to see what is missing and
> come back to you.
>
> Best Regards
>
> Sent from my iPhone
>
> On 25 Sep 2012, at 21:13, "David Takle" <dj...@gmail.com> wrote:
>
> Stephan,
> I've already tried that, without success.
> My assumption was that it would be easier to get the default Derby running.
> There are so many conflicting descriptions about how to install, so much
> info left out that I have to guess at.
> I've been at this for 1.5 days now. I really would like to give it a
> try but I'm about to give up on OpenMeeting entirely.
>
>
> On Tue, Sep 25, 2012 at 3:31 PM, Stephen Cottham <
> Stephen.Cottham@robertbird.com.au> wrote:
>
>> Hey David,
>>
>> Try the Xp guide on this site to help you with the OM 2.x install with
>> MySQL
>>
>>
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
>>
>> Best Regards
>>
>> Sent from my iPhone
>>
>> On 25 Sep 2012, at 20:03, "David Takle" <dj...@gmail.com> wrote:
>>
>> Is there a default Derby user and password?
>> What should these be in the persistent.xml for the Derby DB?
>>
>> *Stephen Cottham**
>> *Group IT Manager (Associate)
>>
>> Robert Bird Group
>> Level 5, 333 Ann St
>> Brisbane, Queensland, 4000, Australia****
>>
>> *Phone: +6173 319 2777 (AUS)*
>>
>> *Phone: +44207 592 8000 (UK)*****
>>
>> *Fax: +6173 319 2799*
>>
>> ******
>>
>> *Mobile:  +61400 756 963 (AUS)*
>>
>> *Mobile:  +447900 918 616 (UK)*
>>
>> *Web: **www.robertbird.com* <http://www.robertbird.com/>****
>>
>> ********************************************************************<http://www.robertbird.com.au/>
>> <rbglogo.gif> <http://www.robertbird.com.au/>
>>
>>
>> This email and any attachments are confidential and may contain legally
>> privileged information or copyright material. Unless expressly stated,
>> confidentiality and/or legal privilege is not intended to be waived by the
>> sending of this email. The contents of this email, including any
>> attachments, are intended solely for the use of the individual or entity to
>> whom they are addressed. If you are not an intended recipient, please
>> contact us immediately by return email and then delete both messages. You
>> may not otherwise read, forward, copy, use or disclose this email or any
>> attachments. Any views expressed in this email are those of the individual
>> sender except where the sender expressly, and with authority, states
>> otherwise. It is your responsibility to check any attachments for viruses
>> or defects before opening or sending them on. None of the sender or its
>> related entities accepts any liability for any consequential damage
>> resulting from this email containing computer viruses.
>>
>> <green.bmp>
>>
>> Disclaimer added by *CodeTwo Exchange Rules*
>> www.codetwo.com
>>
>>
> *Stephen Cottham**
> *Group IT Manager (Associate)
>
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia****
>
> *Phone: +6173 319 2777 (AUS)*
>
> *Phone: +44207 592 8000 (UK)*****
>
> *Fax: +6173 319 2799*
>
> ******
>
> *Mobile:  +61400 756 963 (AUS)*
>
> *Mobile:  +447900 918 616 (UK)*
>
> *Web: **www.robertbird.com* <http://www.robertbird.com/>****
>
> ********************************************************************<http://www.robertbird.com.au/><http://www.robertbird.com.au/>
>
> This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
>
>
> Disclaimer added by *CodeTwo Exchange Rules*
> www.codetwo.com
>
>


-- 
WBR
Maxim aka solomax

Re: Default Derby User?

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hey David,

I'll run thru my guide on XP tomorrow and check to see what is missing and come back to you.

Best Regards

Sent from my iPhone

On 25 Sep 2012, at 21:13, "David Takle" <dj...@gmail.com> wrote:

> Stephan,
> I've already tried that, without success.
> My assumption was that it would be easier to get the default Derby running.
> There are so many conflicting descriptions about how to install, so much info left out that I have to guess at.
> I've been at this for 1.5 days now. I really would like to give it a try but I'm about to give up on OpenMeeting entirely.
> 
> 
> On Tue, Sep 25, 2012 at 3:31 PM, Stephen Cottham <St...@robertbird.com.au> wrote:
>> Hey David,
>> 
>> Try the Xp guide on this site to help you with the OM 2.x install with MySQL
>> 
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
>> 
>> Best Regards 
>> 
>> Sent from my iPhone
>> 
>> On 25 Sep 2012, at 20:03, "David Takle" <dj...@gmail.com> wrote:
>> 
>>> Is there a default Derby user and password?
>>> What should these be in the persistent.xml for the Derby DB?
>> 
>> Stephen Cottham
>> Group IT Manager (Associate)
>> 
>> Robert Bird Group
>> Level 5, 333 Ann St
>> Brisbane, Queensland, 4000, Australia
>> Phone: +6173 319 2777 (AUS)
>> Phone: +44207 592 8000 (UK)
>> Fax: +6173 319 2799
>>  
>> Mobile:  +61400 756 963 (AUS)
>> Mobile:  +447900 918 616 (UK)
>> Web: www.robertbird.com
>> 
>> <rbglogo.gif>
>> 
>> This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses.
>> 
>> <green.bmp>
>> 
>> 
>> Disclaimer added by CodeTwo Exchange Rules
>> www.codetwo.com
> 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


Re: Default Derby User?

Posted by David Takle <dj...@gmail.com>.
Stephan,
I've already tried that, without success.
My assumption was that it would be easier to get the default Derby running.
There are so many conflicting descriptions about how to install, so much
info left out that I have to guess at.
I've been at this for 1.5 days now. I really would like to give it a
try but I'm about to give up on OpenMeeting entirely.


On Tue, Sep 25, 2012 at 3:31 PM, Stephen Cottham <
Stephen.Cottham@robertbird.com.au> wrote:

> Hey David,
>
> Try the Xp guide on this site to help you with the OM 2.x install with
> MySQL
>
>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings
>
> Best Regards
>
> Sent from my iPhone
>
> On 25 Sep 2012, at 20:03, "David Takle" <dj...@gmail.com> wrote:
>
> Is there a default Derby user and password?
> What should these be in the persistent.xml for the Derby DB?
>
> *Stephen Cottham**
> *Group IT Manager (Associate)
>
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia****
>
> *Phone: +6173 319 2777 (AUS)*
>
> *Phone: +44207 592 8000 (UK)*****
>
> *Fax: +6173 319 2799*
>
> ******
>
> *Mobile:  +61400 756 963 (AUS)*
>
> *Mobile:  +447900 918 616 (UK)*
>
> *Web: **www.robertbird.com* <http://www.robertbird.com/>****
>
> ********************************************************************<http://www.robertbird.com.au/><http://www.robertbird.com.au/>
>
> This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
>
>
> Disclaimer added by *CodeTwo Exchange Rules*
> www.codetwo.com
>
>

Re: Default Derby User?

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hey David,

Try the Xp guide on this site to help you with the OM 2.x install with MySQL

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+related+to+OpenMeetings

Best Regards 

Sent from my iPhone

On 25 Sep 2012, at 20:03, "David Takle" <dj...@gmail.com> wrote:

> Is there a default Derby user and password?
> What should these be in the persistent.xml for the Derby DB?
> 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com