[JBoss-user] [Clustering/JBoss] - Do different Cluster Partitions need different multicast IP

2005-10-04 Thread jcprout
I am running several JBoss 4.0.2 clusters on the same sub-net. Only HttpSession 
is clustered.

The cluster membership is set using -Djboss.partition.name=foo when I start 
JBoss.

My problem is that although the clusters have different names, it seems that 
every server is part of the same partition. All HttpSession objects are 
replicated to all cluster servers, even though the servers are in 3 different 
partitions.

All cluster servers are using the same multicast IP address (UDP multicast)

Am I misunderstanding how to seperate clusters? Do I need to use different 
multicast IP addresses, aswell as different partition names, for different 
clusters?

Thanks!

John

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Do different Cluster Partitions need different multicast

2005-10-04 Thread [EMAIL PROTECTED]
The standard all config of JBoss creates 2 partitions, one used for 
HttpSession replication, the other for lots of other stuff like HA-JNDI, 
HA-RMI, EJB 2.0 clustering, farming etc.

The jboss.partition.name system property controls the name of this second 
partition.  The name of the partition used for HttpSession replication needs to 
be configured in the /deploy/tc5-cluster-service.xml file.

We also definitely recommend using a different multicast port or address for 
different partitions.  Otherwise the lower level JGroups protocols need to 
handle packets for other partitions, which at a minimum degrades performance 
and sometimes causes anomolous behavior.

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Do different Cluster Partitions need different multicast

2005-10-04 Thread jcprout
That explains what we've been seeing, and may explain some unreliability with 
replication of deployments made to the farm directory.

I'll make the changes and start testing again

Thanks!

John

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: mysql connection to portal

2005-10-04 Thread ScottDawson
Please show the contents of your portal datasource file.

Scott Dawson
Unisys

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Can't find installation files in download

2005-10-04 Thread ScottDawson
The portal forums is a separate download.  You can find it on the JBoss Portal 
download page.

A SAR can be deployed in archived form (a file) or exploded (a directory).   
That's why there's no SAR file, so just copy the directory according to the 
instructions.

Scott Dawson
Unisys

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JBP 2.2 Alpha - Jackrabbit configuration exception on startu

2005-10-04 Thread dunks
JBoss Portal 2.2 Alpha from cvs
JBoss AS 4.0.3RC2
Fedora Core 4
MySQL 4.0

I'm getting the following error when starting JBP 2.2 

org.apache.jackrabbit.core.config.ConfigurationException: Failed to load the 
created configuration for workspace default.
  | at 
org.apache.jackrabbit.core.config.RepositoryConfig.createWorkspaceConfig(RepositoryConfig.java:330)
  | at 
org.apache.jackrabbit.core.config.RepositoryConfig.init(RepositoryConfig.java:218)
  | at 
org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:97)
  | at 
org.apache.jackrabbit.core.config.RepositoryConfig.create(RepositoryConfig.java:71)
  | at 
org.apache.jackrabbit.core.jndi.BindableRepository.init(BindableRepository.java:114)
  | at 
org.apache.jackrabbit.core.jndi.BindableRepository.create(BindableRepository.java:104)
  | at 
org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository(RegistryHelper.java:57)
  | at 
org.jboss.portal.cms.util.RepositoryUtil.registerRepository(RepositoryUtil.java:68)
  | at org.jboss.portal.cms.impl.jcr.JCRCMS.startService(JCRCMS.java:174)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:287)
  | at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:187)
  | at 
org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:73)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:991)
  | at $Proxy0.start(Unknown Source)
  | snipped...
  | 

when i take a look at the repository file system that the portal is trying to 
set up I come across this

 pwd
/usr/local/dst/jboss/jboss-4.0.3RC2/server/portal/data/portal/cms/jcr/workspaces
ls -l
total 8
drwxrwxr-x  2 jboss jboss 4096 Oct  4 19:40 default
-rw-rw-r--  1 jboss jboss  945 Oct  4 19:41 default\workspace.xml

I'm thinking the 'default\workspace.xml' file is in the wrong place with the 
wrong name. If i move the file into the default folder and rename it 
workspace.xml the portal deploys fine. So did I screw up the build or is this 
an actual bug?

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Deploy a new portal instance on JBP2.2 alpha

2005-10-04 Thread dunks
JBoss Portal 2.2 Alpha from cvs
JBoss AS 4.0.3RC2
Fedora Core 4
MySQL 4.0 

...lots of questions tonight. Ealier i was using JBP 2.0 and deploying a new 
portal instance (configured via *-portal.xml) no problem. I moved over to JBP 
2.2 alpha and my app will deploy but I can't seem to naviagte to my portal 
instance. I take out the *-portal.xml and just try to get my portlets to deploy 
on the default portal instance using the *-pages.xml configuration file. Again 
my app deploys with no errors but the portlet page doesn't show up as a link in 
the pages portlet and I can't figure out how to navigate to it. Any tips for 
deploying a new portal instance on JBP 2.2?


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBP 2.2 Alpha - Jackrabbit configuration exception on st

2005-10-04 Thread [EMAIL PROTECTED]
I have not seen this error before. Do you still have the top of the log? On 
first boot, it should output to log as its creating the files.

The normal path structure is:


  | /workspaces
  |   /default
  |   /blobs
  |   /index
  |   workspace.xml
  | 

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Deploy a new portal instance on JBP2.2 alpha

2005-10-04 Thread [EMAIL PROTECTED]
The -portal.xml descriptor has changed in one way. Look at the 
default-portal.xml as an example.

Once like this:
instance-refportal.CMSPortlet.CMSPortletInstance/instance-ref

Now like this:
instance-refCMSPortletInstance/instance-ref

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBP 2.2 Alpha - Jackrabbit configuration exception on st

2005-10-04 Thread dunks
I want back and deleted the data/portal folder and restarted to reproduce this 
error for you. I'll email you my startup log and maybe it will help. But the 
path structure that gets created for me looks like this...

  | 
  | /data
  |  /portal
  |   /cms
  |/conf
  | /default-content
  |  /default
  |   /images
  |   /support
  |  /errorpages
  |/jcr
  | /repository
  | /versions
  | /workspaces
  |  /default
  | 
  |  


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - how to deploy a jms/corba client?

2005-10-04 Thread jmeree1
Hi, I'm new to Jboss and this forum, so please be gentle :)

I have a stand-alone corba client that talks to other companies.  

Inbound traffic looks like this:
- corba receives data from a corba source outside of my company
- corba uses native java code to create a JMS message and write it to a JMS 
queue for another process to digest

Outbound traffic looks like this:
- another process puts an outbound message on the queue for the corba process
- a plain old java timer thread listens for this and receives the message
- the message is formatted and sent to another company via corba

The current plan is to run all of the corba stuff as a service under windows. 
In other parts of the application, we are using message-driven EJBs to listen 
for outbound JMS messages and are experimenting with TimerBeans for inbound 
traffic.  We are planning to run this part of the application as a windows 
service since I've been told an EJB cannot listen or open a connection to 
another network resource like corba. 

I want to deploy this inbound and outbound stuff in Jboss instead of having to 
run the corba stuff as a windows service.  Can anybody point me in the right 
direction for how to package this corba stuff so it can run under jboss (4.0.2)?

Thanks,
Joe 


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Deploy a new portal instance on JBP2.2 alpha

2005-10-04 Thread dunks
So I understand what you're saying and I changed my instance-ref's for my 
portlet in my portlet-instances.xml file but I still can't get to my portal 
instance. I'm trying every url i can think of /portal/myPortal, 
/portal/local/myPortal, etc. I think this has something to do with what Julien 
posted here
http://www.jboss.com/index.html?module=bbop=viewtopict=70350. I reread that 
post over and over but I'm still missing something. When deploying a new portal 
instance do i need a *-instances.xml file with all my portlet instances mapped 
like the ones in the default-instances.xml in addition to the 
portlet-instances.xml file? Should those mappings look like this?

  | instance
  |   instance-nameMyPortletInstance/instance-name
  |   component-refwebapp:myNewPortal/MyPortlet/component-ref
  |/instance
  | 

I'm a little confused on how this new model Julien posted about works.

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - how to increase ulimit in windows?

2005-10-04 Thread pradeepdpk
Hi,

As a solution for the out of memory error when stressing the jms application, 
jboss FAQ suggested to increase the ulimit. how do you do this in a windows 
server?

BR,

Pradeep



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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-10-04 Thread angelzworld
Well I am still stuck with the exception reported earlier. I was hoping I could 
get some replies for that :(.

My application needs authorized access to create and add users for the 
application. Say, only users with the role 'ManageUsers' can create and add 
users and users with role 'NormalUsers' can only browse through the site.

The application makes use of ejbs, servlets and the front-end is in velocity.
Heres my security configuration in ejb-jar.xml and web.xml. I am not very sure 
how is it worked out. How do roles in web.xml map to those in ejb-jar.xml???

*web.xml**
web-app
display-nameEnterprise Management Console/display-name


filter-namesitemesh/filter-name
filter-class
com.opensymphony.module.sitemesh.filter.PageFilter
/filter-class


filter-mapping
filter-namesitemesh/filter-name
url-pattern/*/url-pattern
/filter-mapping


servlet-namewebwork/servlet-name

servlet-classcom.opensymphony.webwork.dispatcher.ServletDispatcher/servlet-class
load-on-startup1/load-on-startup



servlet-namevelocity/servlet-name

servlet-classcom.opensymphony.webwork.views.velocity.WebWorkVelocityServlet/servlet-class
load-on-startup1/load-on-startup



servlet-namesitemesh-velocity/servlet-name

servlet-classcom.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet/servlet-class




servlet-nameSecureServlet/servlet-name
servlet-class
com.megs.management.servlets.AdminAction
/servlet-class
run-as
Only admin can acces this
role-nameadmin/role-name
/run-as   


servlet-mapping
servlet-nameSecureServlet/servlet-name
url-pattern/restricted/*/url-pattern
/servlet-mapping

servlet-mapping
servlet-namewebwork/servlet-name
url-pattern*.action/url-pattern
/servlet-mapping

servlet-mapping
servlet-namevelocity/servlet-name
url-pattern*.vm/url-pattern
/servlet-mapping

servlet-mapping
servlet-namesitemesh-velocity/servlet-name
url-pattern*.vm/url-pattern
/servlet-mapping

security-constraint
web-resource-collection
web-resource-nameSecureServlet/web-resource-name
Authorized access
url-pattern/restricted/*/url-pattern
/web-resource-collection
auth-constraint
  role-nameManageUsers/role-name
/auth-constraint
/security-constraint

security-role
   role-nameManageUsers/role-name
/security-role

/web-app

**

ejb-jar.xml
ejb-jar 

   [CDATA[No Description.]]
   display-nameGenerated by XDoclet/display-name

   enterprise-beans

  !-- Session Beans --
[CDATA[This is the Region session bean.]]
display-nameRegion Session Bean/display-name

ejb-nameRegion/ejb-name
{my home interface}
{my remote interface}
ejb-class {my ejb-class} /ejb-class
session-typeStateless/session-type
transaction-typeContainer/transaction-type

security-role-ref
role-nameManageUsers/role-name
role-linkManageUsers/role-link
/security-role-ref


...
..
.

!-- Assembly Descriptor --
assembly-descriptor

security-role
role-nameManageUsers/role-name
/security-role
security-role
role-nameNormalUsers/role-name
/security-role

method-permission
role-nameManageUsers/role-name
ejb-nameRegion/ejb-name
method-namecreate/method-name
/method-permission

  method-permission
role-nameNormalUsers/role-name

ejb-nameRegion/ejb-name
method-namecreate/method-name

/method-permission


/assembly-descriptor 


...

/ejb-jar






PLEASE HELP ME OUT HERE :((


*



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

Reply to the post : 

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-10-04 Thread angelzworld
Well I am still stuck with the exception reported earlier. I was hoping I could 
get some replies for that :(.

My application needs authorized access to create and add users for the 
application. Say, only users with the role 'ManageUsers' can create and add 
users and users with role 'NormalUsers' can only browse through the site.

The application makes use of ejbs, servlets and the front-end is in velocity.
Heres my security configuration in ejb-jar.xml and web.xml. I am not very sure 
how is it worked out. How do roles in web.xml map to those in ejb-jar.xml???

*web.xml**
web-app
display-nameEnterprise Management Console/display-name


filter-namesitemesh/filter-name
filter-class
com.opensymphony.module.sitemesh.filter.PageFilter
/filter-class


filter-mapping
filter-namesitemesh/filter-name
url-pattern/*/url-pattern
/filter-mapping


servlet-namewebwork/servlet-name

servlet-classcom.opensymphony.webwork.dispatcher.ServletDispatcher/servlet-class
load-on-startup1/load-on-startup



servlet-namevelocity/servlet-name

servlet-classcom.opensymphony.webwork.views.velocity.WebWorkVelocityServlet/servlet-class
load-on-startup1/load-on-startup



servlet-namesitemesh-velocity/servlet-name

servlet-classcom.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet/servlet-class




servlet-nameSecureServlet/servlet-name
servlet-class
com.megs.management.servlets.AdminAction
/servlet-class
run-as
Only admin can acces this
role-nameadmin/role-name
/run-as   


servlet-mapping
servlet-nameSecureServlet/servlet-name
url-pattern/restricted/*/url-pattern
/servlet-mapping

servlet-mapping
servlet-namewebwork/servlet-name
url-pattern*.action/url-pattern
/servlet-mapping

servlet-mapping
servlet-namevelocity/servlet-name
url-pattern*.vm/url-pattern
/servlet-mapping

servlet-mapping
servlet-namesitemesh-velocity/servlet-name
url-pattern*.vm/url-pattern
/servlet-mapping

security-constraint
web-resource-collection
web-resource-nameSecureServlet/web-resource-name
Authorized access
url-pattern/restricted/*/url-pattern
/web-resource-collection
auth-constraint
  role-nameManageUsers/role-name
/auth-constraint
/security-constraint

security-role
   role-nameManageUsers/role-name
/security-role

/web-app

**

ejb-jar.xml
ejb-jar 

   [CDATA[No Description.]]
   display-nameGenerated by XDoclet/display-name

   enterprise-beans

  !-- Session Beans --
[CDATA[This is the Region session bean.]]
display-nameRegion Session Bean/display-name

ejb-nameRegion/ejb-name
{my home interface}
{my remote interface}
ejb-class {my ejb-class} /ejb-class
session-typeStateless/session-type
transaction-typeContainer/transaction-type

security-role-ref
role-nameManageUsers/role-name
role-linkManageUsers/role-link
/security-role-ref


...
..
.

!-- Assembly Descriptor --
assembly-descriptor

security-role
role-nameManageUsers/role-name
/security-role
security-role
role-nameNormalUsers/role-name
/security-role

method-permission
role-nameManageUsers/role-name
ejb-nameRegion/ejb-name
method-namecreate/method-name
/method-permission

  method-permission
role-nameNormalUsers/role-name

ejb-nameRegion/ejb-name
method-namecreate/method-name

/method-permission


/assembly-descriptor 


...

/ejb-jar






PLEASE HELP ME OUT HERE :((


*



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

Reply to the post : 

[JBoss-user] [JBoss Portal] - Portlets and Layouts

2005-10-04 Thread kleopatra
I need some examples of portlets which uses layouts,
 I've been looking for, but I don't find anything valuable.
please if somebody can help me I'll apreciate that. 

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - ServerSocketManagerHandler : Exiting on IOE

2005-10-04 Thread dnesbitt
Using JBoss 3.2.6, I am noticing a lot of the following exceptions in our logs:

2005-10-04 13:51:36,531 [:2313] DEBUG
org.jboss.mq.il.uil2.SocketManager : Begin ReadTask.run
2005-10-04 13:51:36,531 [:2313] DEBUG
org.jboss.mq.il.uil2.SocketManager : Begin WriteTask.run
2005-10-04 13:51:36,531 [:2313] DEBUG
org.jboss.mq.il.uil2.SocketManager : Created ObjectOutputStream
2005-10-04 13:51:36,531 [:2313] DEBUG
org.jboss.mq.il.uil2.SocketManager : Created ObjectInputStream
2005-10-04 13:51:36,531 [:2313] DEBUG
org.jboss.mq.il.uil2.SocketManager : End WriteTask.run
2005-10-04 13:51:36,546 [:2313] DEBUG 
g.jboss.mq.il.uil2.ServerSocketManagerHandler : Exiting on IOE
java.net.SocketException: socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2313)
at 
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2380)
at 
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2452)
at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2601)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:281)
at java.lang.Thread.run(Thread.java:534)

What is causing this exception?

Regards,
Dave

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Connect EJB with portlets

2005-10-04 Thread kleopatra
First I'd like and need to know how can I connect a portlet with an EJB,

and for example when I have a combobox, and I need to fill it dinamically 
with data retrieve from the EJB, if the combobox is an html component and has 
no propertys to give it funcionality, 
how I can do that.
please help me

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: New to JBoss Clustering?

2005-10-04 Thread sajididris
Hi
I am trying to cluster the Jboss4.0.1 server for my project to run more 
instance, I copied the cluster-service.xml and placed it in 
\server\default\deploy. But i am getting the following error while i start the 
server...

Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/D:/jboss-4.0.1/server/default/deploy/cluster-service.xml }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: No ClassLoaders found for: 
org.jboss.ha.framework.server.ClusterPartition; - nested throwable: 
(java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.ha.framework.server.ClusterPartition)
  state: FAILED
  watch: file:/D:/jboss-4.0.1/server/default/deploy/cluster-service.xml
  altDD: null
  lastDeployed: 1127888662672
  lastModified: 1127888662657
  mbeans:

I have also gone through the JBoss Clustering docs from Jboss.org website, but 
unable to fix it.

Can anybody please give me correct step to do JBoss Clustering. 

Regards
Sajid


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - JBoss4.0.1 Clustering

2005-10-04 Thread sajididris
Hi
I am trying to cluster the Jboss4.0.1 server for my project to run more 
instance, I copied the cluster-service.xml and placed it in 
\server\default\deploy. But i am getting the following error while i start the 
server...

Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/D:/jboss-4.0.1/server/default/deploy/cluster-service.xml }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: No ClassLoaders found for: 
org.jboss.ha.framework.server.ClusterPartition; - nested throwable: 
(java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.ha.framework.server.ClusterPartition)
  state: FAILED
  watch: file:/D:/jboss-4.0.1/server/default/deploy/cluster-service.xml
  altDD: null
  lastDeployed: 1127888662672
  lastModified: 1127888662657
  mbeans:

I have also gone through the JBoss Clustering docs from Jboss.org website, but 
unable to fix it.

Can anybody please give me correct step to do JBoss Clustering. 

Regards
Sajid


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: New to JBoss Clustering?

2005-10-04 Thread [EMAIL PROTECTED]
Better to use the all configuration rather than default.  So deploy your 
apps in /server/all/deploy.

To run the all config, use

./run.sh -c all

or 

run -c all 
 

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: ServerSocketManagerHandler : Exiting on IOE

2005-10-04 Thread [EMAIL PROTECTED]
Its a normal close msg. Its been reduced to a trace level log msg in latter 
versions.

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: OpenCRX

2005-10-04 Thread razorblade2
Yes...

the 1st one:
07:16:16,400 INFO  [EARDeployer] Init J2EE application: file:/C:/Documents and 
Settings/Razorblade/Mijn 
documenten/cobra/jboss-4.0.2/server/default/deploy/opencrx-core-CRX-App.ear
07:16:26,869 WARN  [EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError: org/openmdx/base/exception/ServiceException
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
...

then:
07:16:26,869 ERROR [MainDeployer] could not create deployment: 
file:/C:/Documents and Settings/Razorblade/Mijn 
documenten/cobra/jboss-4.0.2/server/default/tmp/deploy/tmp10938opencrx-core-CRX-App.ear-contents/gateway.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
...

followed by:
07:16:26,869 ERROR [MainDeployer] could not create deployment: 
file:/C:/Documents and Settings/Razorblade/Mijn 
documenten/cobra/jboss-4.0.2/server/default/deploy/opencrx-core-CRX-App.ear
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)
...

these are the errors i get...


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - MBean Exception

2005-10-04 Thread venkatch77
Hi,
  I am using JBoss 3.2.3 with Hibernate 2.0.
  When I am running the server it is giving the following error.
  I appreciate if some one helps me.I am struggling from 2 days.Plz help me.
  The error is as follows:

  MBeanException: Exception in MBean operation 
'checkIncompleteDeployments()'

Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
[EMAIL PROTECTED] { 
url=file:/C:/JBoss-3.2.3/server/default/deploy/http-invoker.sar/ }
  deployer: [EMAIL PROTECTED]
  status: Deployment FAILED reason: create operation failed for package 
file:/C:/JBoss-3.2.3/server/default/deploy/http-invoker.sar/; - nested 
throwable: (javax.management.InstanceNotFoundException: 
jboss.jca:service=HibernateFactory,name=HibernateFactory is not registered.)
  state: FAILED
  watch: 
file:/C:/JBoss-3.2.3/server/default/deploy/http-invoker.sar/META-INF/jboss-service.xml
  lastDeployed: 1128490162203
  lastModified: 1123066537062
  mbeans:
jboss:service=invoker,type=http (state not available)
jboss.jca:service=HibernateFactory,name=HibernateFactory (state not 
available)
jboss:service=invoker,type=httpHA (state not available)
jboss:service=invoker,type=http,target=Naming (state not available)
jboss:service=invoker,type=http,target=Naming,readonly=true (state not 
available)
]MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss.jca:service=HibernateFactory,name=HibernateFactory
 state: NOTYETINSTALLED
 I Depend On: 
 Depends On Me: ]

with regards,
venkat



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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


<    1   2