|
List Info
Thread: upgrade 2.32 to 3.1
|
|
| upgrade 2.32 to 3.1 |
  United States |
2007-02-15 11:28:07 |
I'm trying to upgrade Blojsom 2 to 3.1 on JBoss/mysql5
following the
instructions here:
http://wiki.blojsom.com/wiki
/display/blojsom3/Upgrading+from+blojsom+2+to+blojsom+3.
I believe I followed the instructions correctly, but the
blojsom
database is not being populated. Here are the relevant lines
from the
log file. Note that the blojsom database is already created
as per the
instructions. But I don't get any info lines about reading
in a SQL script.
I'm using the blojsom 2->3 upgrade utility.
Any ideas?
Thanks,
Brett
2007-02-15 12:10:35,148 INFO
[org.hibernate.impl.SessionFactoryImpl]
building session factory
2007-02-15 12:10:35,463 INFO
[org.hibernate.impl.SessionFactoryObjectFactory] Not binding
factory to
JNDI, no JNDI name configured
2007-02-15 12:10:35,658 ERROR
[org.blojsom.plugin.markdown.MarkdownPlugin] No Markdown
execution
string provided. Use initialization parameter:
plugin-markdown-execution
2007-02-15 12:10:36,507 INFO
[org.blojsom.util.database.DatabaseLoader]
About to create blojsom database
2007-02-15 12:10:36,511 INFO
[org.blojsom.util.database.DatabaseLoader]
blojsom database already created
2007-02-15 12:10:36,675 INFO
[org.blojsom.upgrade.Blojsom2ToBlojsom3Utility] Added
blojsom fetcher:
org.blojsom2.fetcher.StandardFetcher
2007-02-15 12:10:36,689 INFO
[org.blojsom2.blog.BlojsomConfiguration]
Attemping to load /WEB-INF/datashop/blog.properties
2007-02-15 12:10:36,705 INFO [org.blojsom2.blog.Blog]
blojsom home:
/oli/private/bleber/blojsom/blogs/datashop/
2007-02-15 12:10:37,571 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionRead
er] Loading
XML bean definitions from class path resource
[blojsom-xmlrpc.xml]
2007-02-15 12:10:37,577 INFO
[org.springframework.beans.factory.xml.XmlBeanDefinitionRead
er] Loading
XML bean definitions from class path resource
[blojsom-helper-beans-include.xml]
2007-02-15 12:10:37,614 INFO
[org.springframework.context.support.ClassPathXmlApplication
Context]
Bean factory for application context
[org.springframework.context.support.ClassPathXmlApplication
Context;hashCode=32913833]:
org.springframework.beans.factory.support.DefaultListableBea
nFactory
defining beans
[servletConfigFactoryBean,dataSource,hibernateSessionFactory
,defaultProperties,xmlrpcProperties,authorizationProvider,ev
entBroadcaster,fetcher,resourceManager,blogger,metaWeblog,mt
,pingback];
root of BeanFactory hierarchy
2007-02-15 12:10:37,614 INFO
[org.springframework.context.support.ClassPathXmlApplication
Context] 13
beans defined in application context
[org.springframework.context.support.ClassPathXmlApplication
Context;hashCode=32913833]
2007-02-15 12:10:37,614 INFO
[org.springframework.context.support.ClassPathXmlApplication
Context]
Unable to locate MessageSource with name 'messageSource':
using default
[org.springframework.context.support.DelegatingMessageSource
1b492e7]
2007-02-15 12:10:37,614 INFO
[org.springframework.context.support.ClassPathXmlApplication
Context]
Unable to locate ApplicationEventMulticaster with name
'applicationEventMulticaster': using default
[org.springframework.context.event.SimpleApplicationEventMul
ticaster 18b603]
2007-02-15 12:10:37,615 INFO
[org.springframework.beans.factory.support.DefaultListableBe
anFactory]
Pre-instantiating singletons in factory
[org.springframework.beans.factory.support.DefaultListableBe
anFactory
defining beans
[servletConfigFactoryBean,dataSource,hibernateSessionFactory
,defaultProperties,xmlrpcProperties,authorizationProvider,ev
entBroadcaster,fetcher,resourceManager,blogger,metaWeblog,mt
,pingback];
root of BeanFactory hierarchy]
2007-02-15 12:10:37,628 INFO [org.hibernate.cfg.HbmBinder]
Mapping
class: org.blojsom.blog.database.DatabaseBlog -> Blog
...
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
| Re: upgrade 2.32 to 3.1 |
  United States |
2007-02-15 11:33:55 |
Are there any errors from the Blojsom 2 to Blojsom 3 upgrade
utility? The
messages below don't indicate anything is wrong.
On 2/15/07 12:28 PM, "Brett Leber" <bleber cs.cmu.edu> wrote:
> I'm trying to upgrade Blojsom 2 to 3.1 on JBoss/mysql5
following the
> instructions here:
> http://wiki.blojsom.com/wiki/displ
ay/blojsom3/Upgrading+from+blojsom+2+to+bloj
> som+3.
>
> I believe I followed the instructions correctly, but
the blojsom
> database is not being populated. Here are the relevant
lines from the
> log file. Note that the blojsom database is already
created as per the
> instructions. But I don't get any info lines about
reading in a SQL script.
>
> I'm using the blojsom 2->3 upgrade utility.
>
> Any ideas?
>
> Thanks,
>
> Brett
>
> 2007-02-15 12:10:35,148 INFO
[org.hibernate.impl.SessionFactoryImpl]
> building session factory
> 2007-02-15 12:10:35,463 INFO
> [org.hibernate.impl.SessionFactoryObjectFactory] Not
binding factory to
> JNDI, no JNDI name configured
> 2007-02-15 12:10:35,658 ERROR
> [org.blojsom.plugin.markdown.MarkdownPlugin] No
Markdown execution
> string provided. Use initialization parameter:
plugin-markdown-execution
> 2007-02-15 12:10:36,507 INFO
[org.blojsom.util.database.DatabaseLoader]
> About to create blojsom database
> 2007-02-15 12:10:36,511 INFO
[org.blojsom.util.database.DatabaseLoader]
> blojsom database already created
> 2007-02-15 12:10:36,675 INFO
> [org.blojsom.upgrade.Blojsom2ToBlojsom3Utility] Added
blojsom fetcher:
> org.blojsom2.fetcher.StandardFetcher
> 2007-02-15 12:10:36,689 INFO
[org.blojsom2.blog.BlojsomConfiguration]
> Attemping to load /WEB-INF/datashop/blog.properties
> 2007-02-15 12:10:36,705 INFO [org.blojsom2.blog.Blog]
blojsom home:
> /oli/private/bleber/blojsom/blogs/datashop/
> 2007-02-15 12:10:37,571 INFO
>
[org.springframework.beans.factory.xml.XmlBeanDefinitionRead
er] Loading
> XML bean definitions from class path resource
[blojsom-xmlrpc.xml]
> 2007-02-15 12:10:37,577 INFO
>
[org.springframework.beans.factory.xml.XmlBeanDefinitionRead
er] Loading
> XML bean definitions from class path resource
> [blojsom-helper-beans-include.xml]
> 2007-02-15 12:10:37,614 INFO
>
[org.springframework.context.support.ClassPathXmlApplication
Context]
> Bean factory for application context
>
[org.springframework.context.support.ClassPathXmlApplication
Context;hashCode=3
> 2913833]:
>
org.springframework.beans.factory.support.DefaultListableBea
nFactory
> defining beans
>
[servletConfigFactoryBean,dataSource,hibernateSessionFactory
,defaultProperties
>
,xmlrpcProperties,authorizationProvider,eventBroadcaster,fet
cher,resourceManag
> er,blogger,metaWeblog,mt,pingback];
> root of BeanFactory hierarchy
> 2007-02-15 12:10:37,614 INFO
>
[org.springframework.context.support.ClassPathXmlApplication
Context] 13
> beans defined in application context
>
[org.springframework.context.support.ClassPathXmlApplication
Context;hashCode=3
> 2913833]
> 2007-02-15 12:10:37,614 INFO
>
[org.springframework.context.support.ClassPathXmlApplication
Context]
> Unable to locate MessageSource with name
'messageSource': using default
>
[org.springframework.context.support.DelegatingMessageSource
1b492e7]
> 2007-02-15 12:10:37,614 INFO
>
[org.springframework.context.support.ClassPathXmlApplication
Context]
> Unable to locate ApplicationEventMulticaster with name
> 'applicationEventMulticaster': using default
>
[org.springframework.context.event.SimpleApplicationEventMul
ticaster 18b603]
> 2007-02-15 12:10:37,615 INFO
>
[org.springframework.beans.factory.support.DefaultListableBe
anFactory]
> Pre-instantiating singletons in factory
>
[org.springframework.beans.factory.support.DefaultListableBe
anFactory
> defining beans
>
[servletConfigFactoryBean,dataSource,hibernateSessionFactory
,defaultProperties
>
,xmlrpcProperties,authorizationProvider,eventBroadcaster,fet
cher,resourceManag
> er,blogger,metaWeblog,mt,pingback];
> root of BeanFactory hierarchy]
> 2007-02-15 12:10:37,628 INFO
[org.hibernate.cfg.HbmBinder] Mapping
> class: org.blojsom.blog.database.DatabaseBlog ->
Blog
> ...
>
>
------------------------------------------------------------
-------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the
chance to share your
> opinions on IT & business topics through brief
surveys-and earn cash
> http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
--
David Czarnecki
http://www.blojsom.com/b
log/ | http://blojsom.sf.net
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|
|
[1-2]
|
|