Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
OpenBD Jam - Services not starting
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
  15 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
MarcusF  
View profile  
 More options Jul 1 2012, 2:40 am
From: MarcusF <trena...@gmail.com>
Date: Sat, 30 Jun 2012 23:40:30 -0700 (PDT)
Local: Sun, Jul 1 2012 2:40 am
Subject: OpenBD Jam - Services not starting
I just downloaded and installed OpenBD Jam on a dev box (Fresh dev
box, ubuntu 10.04LTS server install).

When I first ran ./openbdjam start, it claimed to be starting the
services, but MySQL wouldn't start (Status confirmed)
So I ran the upgrade and tried again, and now neither MySQL nor Jetty
is starting (Apache starts fine).

Any known issues? Or am I breaking things in a brand new way again   :D


 
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.
MarcusF  
View profile  
 More options Jul 1 2012, 2:49 am
From: MarcusF <trena...@gmail.com>
Date: Sat, 30 Jun 2012 23:49:41 -0700 (PDT)
Local: Sun, Jul 1 2012 2:49 am
Subject: Re: OpenBD Jam - Services not starting
I just tried removing everything and re-installing, and this time it
started just fine. lol, I guess it's one of those nights.

On Jul 1, 1:40 am, MarcusF <trena...@gmail.com> wrote:


 
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.
MarcusF  
View profile  
 More options Jul 1 2012, 3:00 am
From: MarcusF <trena...@gmail.com>
Date: Sun, 1 Jul 2012 00:00:47 -0700 (PDT)
Local: Sun, Jul 1 2012 3:00 am
Subject: Re: OpenBD Jam - Services not starting
Ok, it sure is one of those nights!

After I log into the admin panel with blank password, everything is
fine, I can change some things and it seems to work just fine, but
when I try to change the admin password for logging into the OpenBD
admin panel, I get breakage, this one:

Type    Application
Detail  Data not supported
Tag Context     CFIF (/opt/openbdjam/webroot1/bluedragon/administrator/
login.cfm, Line=54, Column=8)
|
+-- CFOUTPUT (/opt/openbdjam/webroot1/bluedragon/administrator/
login.cfm, Line=35, Column=2)
    |
    +-- CFSAVECONTENT (/opt/openbdjam/webroot1/bluedragon/
administrator/login.cfm, Line=34, Column=1)
Source

51:                   </td>
52:                 </tr>
53:               </cfif>
54:               <cfif structKeyExists(session, "message")>
55:                 <tr>

And afterwards I get the same error every time I try loading the login
page, however, it seems that restarting OpenBD Jam fixes the issue, as
I can once more log in and use the panel again (Still blank password
though.)

On Jul 1, 1:49 am, MarcusF <trena...@gmail.com> wrote:


 
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.
Mats Stromberg  
View profile  
 More options Jul 1 2012, 3:52 am
From: Mats Stromberg <dothebizz...@gmail.com>
Date: Sun, 1 Jul 2012 09:52:18 +0200
Local: Sun, Jul 1 2012 3:52 am
Subject: Re: [OpenBD] OpenBD Jam - Services not starting

Not sure what version of the Jam you're using but I woud try to just
replace the OpenBD part with the nightly build as a test.

/Mats/

--
*Mats Strömberg*
*NETWORK 23*
*Oracle Tablespace Report (Open Source)*
Project Homepage: www.project-otr.org
Source Code: Google
Code<http://code.google.com/p/oracle-tablespace-report/source/checkout>
Still paying to use CFML? Keep your money and switch to
OpenBD<http://www.openbluedragon.org>

 
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.
MarcusF  
View profile  
 More options Jul 1 2012, 2:56 pm
From: MarcusF <trena...@gmail.com>
Date: Sun, 1 Jul 2012 11:56:04 -0700 (PDT)
Local: Sun, Jul 1 2012 2:56 pm
Subject: Re: OpenBD Jam - Services not starting
Hej Mats,

I ran ./openbdjam upgrade, and now Jetty won't load, I'm looking at
logs and I see in start.log:

Establishing start.log on Sun Jul 01 13:54:03 CDT 2012
SLF4J: The requested version 1.5.6 by your slf4j binding is not
compatible with [1.6]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for
further details.
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.jetty.start.Main.invokeMain(Main.java:485)
        at org.eclipse.jetty.start.Main.start(Main.java:626)
        at org.eclipse.jetty.start.Main.parseCommandLine(Main.java:
275)
        at org.eclipse.jetty.start.Main.main(Main.java:82)
Caused by: java.lang.NoSuchMethodError:
org.slf4j.helpers.MessageFormatter.arrayFormat(Ljava/lang/String;
[Ljava/lang/Object;)Ljava/lang/String;
        at
org.slf4j.impl.Log4jLoggerAdapter.warn(Log4jLoggerAdapter.java:459)
        at org.eclipse.jetty.util.log.Slf4jLog.warn(Slf4jLog.java:40)
        at org.eclipse.jetty.util.log.Log.warn(Log.java:240)
        at
org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:
274)
        at
org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:
220)

On Jul 1, 2:52 am, Mats Stromberg <dothebizz...@gmail.com> wrote:


 
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.
Alan Holden  
View profile  
 More options Jul 1 2012, 3:39 pm
From: Alan Holden <alhol...@akh.com>
Date: Sun, 01 Jul 2012 12:39:23 -0700
Local: Sun, Jul 1 2012 3:39 pm
Subject: Re: [OpenBD] Re: OpenBD Jam - Services not starting
I have no idea if it's appropriate here, but whenever I run into a never
ending mess o' errors with a deployment, I go straight to permissions
first. Then comes Java versions. Then a different version download and
(re)install, usually with beer - if available.

Al


 
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.
Discussion subject changed to "Change on CFAJAXPROCY JSON output" by minifiredra...@comcast.net
minifiredra...@comcast.net  
View profile  
 More options Jul 1 2012, 5:32 pm
From: minifiredra...@comcast.net
Date: Sun, 1 Jul 2012 21:32:51 +0000 (UTC)
Local: Sun, Jul 1 2012 5:32 pm
Subject: Change on CFAJAXPROCY JSON output

I admit I have been slacking on the message boards, but can someone tell me when in the past couple months the cfajaxproxy response from the server went from all lower case (columns, data) to all caps? I just did a nightly update a server to the new nightly build to get the broken cfc working (was using the official download from several months past).

That's not the only bits, it appears that all the data coming from the query now retains capital letters in fields that had capital letters.

I am hoping this is more of an oops bug verses new function as I now need to go back through and rewrite a few sites to handle the new json format coming back from the site.


 
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.
Alan Williamson  
View profile  
 More options Jul 1 2012, 5:47 pm
From: Alan Williamson <a...@aw20.co.uk>
Date: Sun, 01 Jul 2012 17:47:31 -0400
Local: Sun, Jul 1 2012 5:47 pm
Subject: Re: [OpenBD] Change on CFAJAXPROCY JSON output

We changed that to come inline with the output other engines are kicking
out.

See my [ANN] email earlier this week ... you have full control over
this, including setting what the default is in bluedragon.xml so you
don't have to go back and rework your code.

Historically we lower-cased everything; now the default is to maintain.

This is why we have the nightly build ... to shake out some of these
things.  We wanted to hold back this release until others had their big
releases so we could tighten things up accordingly.

On 01/07/2012 17:32, minifiredra...@comcast.net wrote:


 
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.
minifiredra...@comcast.net  
View profile  
 More options Jul 1 2012, 6:01 pm
From: minifiredra...@comcast.net
Date: Sun, 1 Jul 2012 22:01:05 +0000 (UTC)
Local: Sun, Jul 1 2012 6:01 pm
Subject: Re: [OpenBD] Change on CFAJAXPROCY JSON output

It turns out my a rewrite wasn't to terrible. I added 1 line of code. :)

And apparently I had forgotten I wrote my query restructuring code to account for a change on another site. I remember now that ColdFusion gave me 1 format and OpenBD gave me the other format. Then on top of that I forgot to copy that rewrite into my default site setup.

But it is nice to know I can control how openbd hands me data.


 
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.
Discussion subject changed to "OpenBD Jam - Services not starting" by MarcusF
MarcusF  
View profile  
 More options Jul 1 2012, 6:21 pm
From: MarcusF <trena...@gmail.com>
Date: Sun, 1 Jul 2012 15:21:46 -0700 (PDT)
Local: Sun, Jul 1 2012 6:21 pm
Subject: Re: OpenBD Jam - Services not starting
Well, I'm playing with OpenBD JAM, which is supposed to be self-
contained, with the whole idea of download-n-run, rather than setting
up a server manually?

I'm going to play around with this more of course, see if I can figure
out what's going on.

I really love the idea of being able to run this stack, and was
planning to use it on a live server to handle many sites with a single
OpenBD instance rather than like I do now, a "classic" Apache2/Tomcat6
setup with separate deployed files, which limits me to about 5-6 sites
on the server.

On Jul 1, 2:39 pm, Alan Holden <alhol...@akh.com> wrote:


 
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.
Discussion subject changed to "setForm() Check Box bug back?" by minifiredra...@comcast.net
minifiredra...@comcast.net  
View profile  
 More options Jul 1 2012, 6:22 pm
From: minifiredra...@comcast.net
Date: Sun, 1 Jul 2012 22:22:44 +0000 (UTC)
Local: Sun, Jul 1 2012 6:22 pm
Subject: setForm() Check Box bug back?

A while back the setForm() was not sending check boxes or even check box groups. I remember it was fixed, but now it seems it is broken again.

www.accdata.net

click on the only link on the page it will bring up a window to sign up.
If you fill in the fields and submit and watch what firebug reports being sent, you will see no check boxes in the list, checked or not.


 
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.
Discussion subject changed to "OpenBD Jam - Services not starting" by Alan Williamson
Alan Williamson  
View profile  
 More options Jul 1 2012, 6:29 pm
From: Alan Williamson <a...@aw20.co.uk>
Date: Sun, 01 Jul 2012 18:29:11 -0400
Local: Sun, Jul 1 2012 6:29 pm
Subject: Re: [OpenBD] Re: OpenBD Jam - Services not starting
I have just recently run up a CentOS5.5 Rackspace machine, put OpenBDJAM
on it, with absolutely no problems.  I was running in literally minutes.

The upgrade script will probably not work as there has been a number of
JAR file updates.  I would recommend you do it manually.

On 01/07/2012 18:21, MarcusF wrote:


 
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.
MarcusF  
View profile  
 More options Jul 1 2012, 6:46 pm
From: MarcusF <trena...@gmail.com>
Date: Sun, 1 Jul 2012 15:46:16 -0700 (PDT)
Local: Sun, Jul 1 2012 6:46 pm
Subject: Re: OpenBD Jam - Services not starting
Alan, on your instance, can you change the Admin panel password
without problem?
When I try, I get the error I copied earlier.

On Jul 1, 5:29 pm, Alan Williamson <a...@aw20.co.uk> wrote:


 
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.
Alan Williamson  
View profile  
 More options Jul 1 2012, 6:54 pm
From: Alan Williamson <a...@aw20.co.uk>
Date: Sun, 01 Jul 2012 18:54:23 -0400
Local: Sun, Jul 1 2012 6:54 pm
Subject: Re: [OpenBD] Re: OpenBD Jam - Services not starting
i confess, for this instance, i don't use the admin panel ... our stuff
deploys with a pre-configured bluedragon.xml .

On 01/07/2012 18:46, MarcusF wrote:


 
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.
MarcusF  
View profile  
 More options Jul 1 2012, 7:04 pm
From: MarcusF <trena...@gmail.com>
Date: Sun, 1 Jul 2012 16:04:36 -0700 (PDT)
Local: Sun, Jul 1 2012 7:04 pm
Subject: Re: OpenBD Jam - Services not starting
Ah ok, I was running into the error when I try and change the password
on the admin panel, which is why I tried running the upgrade, which
broke the included Jetty server, that's why I was asking, to see if
it's just my test setup that somehow causes the error.

On Jul 1, 5:54 pm, Alan Williamson <a...@aw20.co.uk> wrote:


 
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.
End of messages
« Back to Discussions « Newer topic     Older topic »