Google Groups Home
Help | Sign in
Mac Video Tutorial
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  25 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Adam Haskell  
View profile
 More options May 4, 9:26 pm
From: "Adam Haskell" <a.hask...@gmail.com>
Date: Sun, 4 May 2008 21:26:33 -0400
Local: Sun, May 4 2008 9:26 pm
Subject: Mac Video Tutorial

Anyone that wants to get OpenBD source running on a Mac I have posted a
rough cut video on how to get everything setup. Prior to following the video
you'll want:

OpenBD - http://www.openbluedragon.org/download.cfm
Eclipse IDE for Java EE Developers - http://www.eclipse.org/downloads/
Jboss (I would go with 4.2.2) - http://www.jboss.org/jbossas/downloads/
Patch File for OpenBD -
http://sadhats.googlecode.com/svn/trunk/SADHaTS/unofficial_patches/cf...
this is not an official patch but you'll needed if you want to tinker
with the source and deploy with much success *****

Also it is VERY important to make sure you update your Eclipse IDE with the
find/install updates inside eclipse.

Future videos will have audio with them but I did this in between
presentations at cf.Objective so audio wasn't exactly an option at the time.
.

http://screencast.com/t/r3O8poqx

Adam Haskell


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rdmes...@googlemail.com  
View profile
 More options May 5, 7:38 am
From: <rdmes...@googlemail.com>
Date: Mon, 5 May 2008 13:38:37 +0200
Local: Mon, May 5 2008 7:38 am
Subject: AW: [OpenBD] Mac Video Tutorial

Hi Adam,

it seems i ran into the same problems when running Open BlueDragon from
inside eclipse.

I had a NullpointerException while starting up (Windows XP, Eclipse 3.3,
Apache Tomcat/6.0.14) Open BlueDragon at the same code snippet.

Open BlueDragon seems to need a temporary directory.

The Servlet init parameter (WEB-INF/web.xml) defaults to
/WEB-INF/bluedragon/work.

But it seems that this is not working correctly. I created this directory
but I ran into the same Exception.

        <init-param>

            <param-name>BLUEDRAGON_WORKING_DIRECTORY</param-name>

            <param-value>/WEB-INF/bluedragon/work</param-value>

        </init-param>

The solution is, to add the tempdirectory parameter to the bluedragon.xml
file. Simply add this line to the system parameters block and restart your
appserver.

Then it should work without problems and without any code change (Have a
look at bluedragon-commented.xml. Theres a description of the behaviour of
this param).

<?xml version="1.0"?>

<server>

  <system>

    <assert>false</assert>

    <runtimelogging>true</runtimelogging>

    <debug>true</debug>

    <component-cfc>/WEB-INF/bluedragon/component.cfc</component-cfc>

    <whitespacecomp>false</whitespacecomp>

    <nativelibdir>/WEB-INF/bin</nativelibdir>

    <missingtemplatehandler></missingtemplatehandler>

    <errorhandler></errorhandler>

    <buffersize>0</buffersize>

    <defaultcharset>utf-8</defaultcharset>

    <tempdirectory>/WEB-INF/work/temp</tempdirectory>

  </system>

If i find a few minutes, i will debug and search for the init param problem.

BTW:

How can I submit patches/bug reports? Is there already CVS/SVN repository or
bugtracker online??

Reinhard

  _____  

Von: openbd@googlegroups.com [mailto:openbd@googlegroups.com] Im Auftrag von
Adam Haskell
Gesendet: Montag, 5. Mai 2008 03:27
An: openbd@googlegroups.com
Betreff: [OpenBD] Mac Video Tutorial

Anyone that wants to get OpenBD source running on a Mac I have posted a
rough cut video on how to get everything setup. Prior to following the video
you'll want:

OpenBD - http://www.openbluedragon.org/download.cfm
Eclipse IDE for Java EE Developers - http://www.eclipse.org/downloads/
Jboss (I would go with 4.2.2) - http://www.jboss.org/jbossas/downloads/
Patch File for OpenBD -
http://sadhats.googlecode.com/svn/trunk/SADHaTS/unofficial_patches/cf....
patch ***** this is not an official patch but you'll needed if you want to
tinker with the source and deploy with much success *****

Also it is VERY important to make sure you update your Eclipse IDE with the
find/install updates inside eclipse.

Future videos will have audio with them but I did this in between
presentations at cf.Objective so audio wasn't exactly an option at the time.
.

http://screencast.com/t/r3O8poqx

Adam Haskell


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vince Bonfanti  
View profile
 More options May 5, 7:52 am
From: Vince Bonfanti <vi...@newatlanta.com>
Date: Mon, 5 May 2008 04:52:31 -0700 (PDT)
Local: Mon, May 5 2008 7:52 am
Subject: Re: Mac Video Tutorial
The NullPointerException in cfEngine manifests itself when the
<tempdirectory> element is missing from bluedragon.xml (which
unfortunately it is in the source drop, but not the binary downloads).
So, to avoid this exception you can either: (1) apply the cfEngine
patch; or, (2) add the <tempdirectory> element to bluedragon.xml.

The cfEngine patch will be added to the source drop later today, so
this problem will be resolved soon.

Vince

On May 5, 7:38 am, <rdmes...@googlemail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nitai @ SixSigns  
View profile
 More options May 5, 7:58 am
From: "Nitai @ SixSigns" <ni...@sixsigns.com>
Date: Mon, 05 May 2008 13:58:37 +0200
Local: Mon, May 5 2008 7:58 am
Subject: Re: [OpenBD] Re: Mac Video Tutorial

Also, when one downloads the .war file and deploys it on Tomcat there is a
bluedragon.xml file. In it there is no datasource or alike specified.
Without a documentation or a link it is kinda hard to figure the correct
syntax.....

Kind Regards,
Nitai

On 5/5/08 1:52 PM, "Vince Bonfanti" <vi...@newatlanta.com> wrote:

--
Roozani - memorize everywhere
http://www.roozani.com/

Razuna - Open Source Media Asset Management with Web Content Management
http://www.razuna.com/

SixSigns - Enrich peoplešs lives and web experience
http://www.sixsigns.com
http://blog.sixsigns.com

  smime.p7s
2K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Woodward  
View profile
 More options May 5, 8:42 am
From: "Matt Woodward" <mpwoodw...@gmail.com>
Date: Mon, 5 May 2008 08:42:36 -0400
Local: Mon, May 5 2008 8:42 am
Subject: Re: [OpenBD] Re: Mac Video Tutorial
This was addressed in another thread, but there is a commented version
of bluedragon.xml in the source code download. We'll make this
available via other channels soon.

On Mon, May 5, 2008 at 7:58 AM, Nitai @ SixSigns <ni...@sixsigns.com> wrote:

--
Matt Woodward
mpwoodw...@gmail.com
http://www.mattwoodward.com

Please do not send me proprietary file formats such as Word,
PowerPoint, etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Haskell  
View profile
 More options May 5, 8:54 am
From: "Adam Haskell" <a.hask...@gmail.com>
Date: Mon, 5 May 2008 08:54:22 -0400
Local: Mon, May 5 2008 8:54 am
Subject: Re: [OpenBD] Re: Mac Video Tutorial

Good to hear! And to add the Patch file on SADHaTS will get you through
until then!

Adam Haskell


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nitai @ SixSigns  
View profile
 More options May 5, 8:51 am
From: "Nitai @ SixSigns" <ni...@sixsigns.com>
Date: Mon, 05 May 2008 14:51:53 +0200
Local: Mon, May 5 2008 8:51 am
Subject: Re: [OpenBD] Re: Mac Video Tutorial

Hi Matt,

Found one in the Jetty download.

Kind Regards,
Nitai

On 5/5/08 2:42 PM, "Matt Woodward" <mpwoodw...@gmail.com> wrote:

--
Roozani - memorize everywhere
http://www.roozani.com/

Razuna - Open Source Media Asset Management with Web Content Management
http://www.razuna.com/

SixSigns - Enrich peoplešs lives and web experience
http://www.sixsigns.com
http://blog.sixsigns.com

  smime.p7s
2K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Haskell  
View profile
 More options May 5, 9:50 pm
From: "Adam Haskell" <a.hask...@gmail.com>
Date: Mon, 5 May 2008 21:50:15 -0400
Local: Mon, May 5 2008 9:50 pm
Subject: Re: [OpenBD] Re: Mac Video Tutorial

Just as an FYI apparently the video has been a hit, its approaching the
bandwidth limit on my account, if it becomes capped I will move it to my
server where I should have plenty of bandwidth.

Adam Haskell

On Mon, May 5, 2008 at 8:51 AM, Nitai @ SixSigns <ni...@sixsigns.com> wrote: