[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread christophe.laumond
I don't know if you have used the installer as I have done, but I have read 
somewhere that the installer COULD contain errors.

I have installed JBoss server from the .zip and used the 'all' configuration.

It seems better ( fixed some TransactionManager related warning ) but doesn't 
work.

But if someone find the trick, I'm always very interested about it.

Regards,
Christophe

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935566#3935566

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935566


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread christophe.laumond
The bundled version should work without any problem.

Several colleagues are using it.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3935576#3935576

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935576


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-03-25 Thread christophe.laumond
Thanks for your help Roy.

I got your comments

anonymous wrote : Notes on creating a dev env: 
  | 
  | After installing AS404rc1 w/ ejb3 mod. You need to add the following to the 
default config for portal to deploy: 
  | 
  | 1. mail jars. mail-service.xml 
  | 2. bsh jars, bsh service 
  | 3. bean deployer. 
  | 
  | Now both seam and portal will deploy.

But, I'm new in JBoss and I don't understand what you mean exactly.
Do you want me to copy additional file to the server/default/lib directory ?
where can I find those files please ?

Thanks in advance for the feedback
Christophe

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3932632#3932632

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932632


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-03-23 Thread christophe.laumond
Hi all,
I'm trying to using JBoss Portal 2_1.2.1RC3 with the JBoss Server 4.0.4RC1

My aim is developing portlets using EJB3 EJBs.

My Environment:
Windows 2003 server Enterprise Edition
jre1.5.0_06
jboss-4.0.4RC1-installer.jar - I chose the 'all' configuration
jboss-portal-2_1.2.1RC3.zip - I unziped the jboss-portal.sar folder in deploy 
directory
I'm using the Hypersonic database embedded in the jboss-4.0.4RC1
so I deployed the file portal-hsqldb-ds.xml and create database according to it.

  local-tx-datasource
jndi-namePortalDS/jndi-name

connection-urljdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypersonic${/}database/connection-url
driver-classorg.hsqldb.jdbcDriver/driver-class
user-namesa/user-name
![CDATA[]]
  /local-tx-datasource

I'm using the JDBC connector provided with jboss-4.0.4RC1 ( didn't do anything 
specific about this)

I will expose all the errors and warning I get related to the deployment of the 
portal in order to provide you all the information which can be relevant.

so sorry it will be a long post...

Thanks in advance for your help, I think I'm not the only one who would like 
use the new EJB3 features with JBoss Portal.

Christophe 

The following texts are extract from the log.
Each part is separated with - only


  | 2006-03-23 21:35:20,280 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment of package: 
file:/C:/jboss-4.0.4RC1/server/default/deploy/jboss-portal.sar/
  | 
  | -
  | 
  | 2006-03-23 21:35:25,452 DEBUG 
[org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl] Starting 
portal:policy=PortalPolicyConfigStore,type=Component
  | 2006-03-23 21:35:25,483 DEBUG 
[org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl] Starting 
failed portal:policy=PortalPolicyConfigStore,type=Component
  | 2006-03-23 21:35:25,483 WARN  [org.jboss.system.ServiceController] Problem 
starting service portal:policy=PortalPolicyConfigStore,type=Component
  | java.lang.IllegalArgumentException: No transaction manager provided
  | at 
org.jboss.portal.common.transaction.Transactions.applyBefore(Transactions.java:72)
  | at 
org.jboss.portal.security.impl.store.TreeCacheAdapter.start(TreeCacheAdapter.java:146)
  | at 
org.jboss.portal.security.impl.store.JBossTreeCacheStore.startService(JBossTreeCacheStore.java:68)
  | at 
org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl.startService(JBossPortalPolicyConfigStoreImpl.java:264)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
  | at 
org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:86)
  | 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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:991)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at org.jboss.system.ServiceController.start(ServiceController.java:435)
  | at org.jboss.system.ServiceController.start(ServiceController.java:435)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
  | at 

[JBoss-user] [Installation, Configuration Deployment] - installation jboss-4.0.4RC1 Unsupported major.minor versio

2006-02-21 Thread christophe.laumond
Hi all,

Below an extract from my server.log file :

DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package 
file:/C:/jboss-4.0.4RC1/server/default/deploy/ejb3.deployer/
  | org.jboss.deployment.DeploymentException: Unexpected error during load of: 
org.jboss.ejb3.JarsIgnoredForScanning, 
msg=org/jboss/ejb3/JarsIgnoredForScanning (Unsupported major.minor version 
49.0); - nested throwable: (java.lang.ClassNotFoundException: Unexpected error 
during load of: org.jboss.ejb3.JarsIgnoredForScanning, 
msg=org/jboss/ejb3/JarsIgnoredForScanning (Unsupported major.minor version 
49.0))
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
I get a lot of other exceptions but I think they occurs because this deployment 
step fails.

Could you help me please ?

Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925288#3925288

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925288


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: installation jboss-4.0.4RC1 Unsupported major.minor ve

2006-02-21 Thread christophe.laumond
It solved the most of the expections. 
Thank you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925405#3925405

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925405


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - installation jboss-4.0.4RC1 Could not create table with SQ

2006-02-21 Thread christophe.laumond
Hello,

I got the following exceptions :

  | DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create table 
with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, 
DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), MESSAGEBLOB 
OBJECT, PRIMARY KEY (MESSAGEID, DESTINATION) )
  | java.sql.SQLException: Table already exists: JMS_MESSAGES in statement 
[CREATE CACHED TABLE JMS_MESSAGES]
  | at org.hsqldb.jdbc.Util.throwError(Unknown Source)
  | at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

and

DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create table with 
SQL: CREATE CACHED TABLE JMS_TRANSACTIONS ( TXID INTEGER, PRIMARY KEY (TXID) )
  | java.sql.SQLException: Table already exists: JMS_TRANSACTIONS in statement 
[CREATE CACHED TABLE JMS_TRANSACTIONS]
  | at org.hsqldb.jdbc.Util.throwError(Unknown Source)
  | at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

I have not specified any database so could you explain me where this database 
is created  and how I can solve those exceptions please ?

It seems JBoss use an Hypersonic database by default but how can I avoid these 
exceptions.

Thanks in advance
Christophe

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925408#3925408

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925408


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - installation jboss-4.0.4RC1 Address already in use

2006-02-21 Thread christophe.laumond
Hello,

I got the following exceptions :

ERROR [org.apache.coyote.http11.Http11BaseProtocol] Error starting endpoint
  | java.net.BindException: Address already in use: JVM_Bind:8080
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)

and

WARN  [org.jboss.web.tomcat.tc5.Tomcat5] Failed to startConnectors
  | LifecycleException:  Protocol handler start failed: java.net.BindException: 
Address already in use: JVM_Bind:8080
  | at org.apache.catalina.connector.Connector.start(Connector.java:1091)

may it be due to IIS is running on the computer ?

How can I solve this exception please ?

Thanks in advance
Christophe

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925409#3925409

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925409


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: installation jboss-4.0.4RC1 Could not create table wit

2006-02-21 Thread christophe.laumond
Ok :)

Thank you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925507#3925507

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925507


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: installation jboss-4.0.4RC1 Address already in use

2006-02-21 Thread christophe.laumond
Found it, Plone the Portal in Zope was automatically launched.

Thank you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3925509#3925509

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925509


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user