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 <[email protected]> wrote: > 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/ > > > > > > > > > > On Sunday, July 1, 2012, MarcusF wrote: > > 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 <[email protected] <javascript:;>> wrote: > > > 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 <[email protected] <javascript:;>> wrote: > > > > > 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 > > > -- > > online documentation:http://openbd.org/manual/ > > http://groups.google.com/group/openbd?hl=en > > -- > *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> -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
