[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4 GA - JSDK version

2006-07-10 Thread visolvejboss
Hello,
 
Refer the following link.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JDK1.5AnnotationsWithJDK1.4

This might be helpful.



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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - No deployment of files in

2006-07-10 Thread BARC
Hi,

I was wondering why when deploying in the folder 
JBOSS_INSTALL/server/barc/deploy/BARC/core
the server does not find the files in there.

It doesn't matter whether I deploy an ear, par, jar, ... anything in thecore 
folder is skipped both on start up as on hot deployment.
Only when changing the foldername to_core the files are deployed.

I wasn't aware that core is a reserved word for JBoss. Is this described in 
the server guide, and if so where? 
(my apologies for not reading the complete guide ;-) )

BTW I'm currently using JBoss 4.0.3SP1

-- Pieter-Jan Savat

 

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread SchlauFuchs
Did you edit the application.xml in your ear file?

  | module
  | connectorJcaAdapter.rar/connector
  | /module
  | 

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - CODE WORKING ON TOMCAT DONT WORK ON JBOSS

2006-07-10 Thread amit.khosla
I am working on a project in which i am using AJAX  JSF.

I made the application. The application was running smoothly on the TOMCAT.

I made some calls using AJAX in some pages.

In TOMCAT it was working perfectly. But today i deployed same code to JBOSS. 
Now I am unable to run it. Whenever I try to do a AJAX call, it dont do it 
refreshes the page  all the data belonging to JSF distroyed.

Although the request has made the change in bean. If i go back, it shows the 
changes. But i am not getting it on page as it was showing on the TOMCAT.


PLZ help

Thanx in advance

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread pegasenz
I didt it. In the META-INF directory i have the 2 following descriptors :

application.xml :
?xml version=1.0 encoding=UTF-8?
  | application id=Application_ID version=1.4 
xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd;
  | display-nameJcaLaucher_EAR/display-name
  | module id=ConnectorModule_1152537779516
  | connectorJcaAdapter.rar/connector
  | /module
  | module id=EjbModule_1152537779546
  | ejbJcaMDBLauncher.jar/ejb
  | /module
  | /application

JcaAdapter-ds.xml
!DOCTYPE connection-factories PUBLIC 
  |   -//JBoss//DTD JBOSS JCA Config 1.5//EN
  |   http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd;
  | !--
  | AdocAdpater JBoss configuration File
  | --
  | connection-factories
  | no-tx-connection-factory
  | jndi-nameAdocAdapter/jndi-name
  | rar-nameJcaAdapter.rar/rar-name
  | connection-definition
  | javax.resource.cci.ConnectionFactory 
  | /connection-definition
  | /no-tx-connection-factory
  | /connection-factories

Everything works well if deploy outside an ear.  
Should not be a kind of specific jboss descriptor for an ear file ?

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-10 Thread PeterJ
The dom4j jar file packaged with JBoss do not contain the xpath components (I 
recall reading the JIRA associated with this change (was it in 4.0.3???) but 
could not find it again).  You will have to package the dom4j jar file with 
your app (that is what I did).

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Incomplete logs

2006-07-10 Thread ben_ben
Think we've solved it. JBoss wasn't being shutdown properly and possibly 
holding on to things it shouldn't have done. From a clean start everything 
looks ok.

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: No deployment of files in

2006-07-10 Thread visolvejboss
Hello,

In JBoss Guide 4.0.3, at page number 84,

In section,

2.4.2.6. Hot Deployment of Components, the URLDeploymentScanner

Said that,
anonymous wrote : 
  | ? Filter: The class name of a java.io.FileFilter implementation that is 
used to filter the contents of scanned
  | directories. Any file not accepted by this filter will not be deployed. The 
default is
  | org.jboss.deployment.scanner.DeploymentFilter which is an implementation 
that rejects the following
  | patterns:
  | #*, %*, ,*, .*, _$*, *#, *$, *%, *.BAK, *.old, 
*.orig, *.rej, *.bak, *.sh, *,v,
  | *~, .make.state, .nse_depinfo, CVS, CVS.admin, RCS, RCSLOG, 
SCCS, TAGS, core, tags
  | 

 Note that, it contains the core folder name.
 



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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Dynamic Virtual Hosts

2006-07-10 Thread Becka
i need the same configuration.
we want to host our jBPM Application on one of our Servers.
Every vHost should have it own DataSource.
Is there any possibility to realize that?

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-09 Thread itshark
help me!

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-08 Thread jboss2005_01
Another option is using the service binding MBean.

You can activate this within jboss-service.xml (look for binding) in which you 
define a server name that must be in correspondence with a service binding 
declared in a binding XML configuration file (take a look at 
docs/examples/service-binding) that specifies all overloading ports for the 
named server that you activate with the service binding MBean.

It works really nice and easy ;-)


Regards,
Kurt


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - JBoss 4.0.4 GA - JSDK version

2006-07-08 Thread ehchn3
Hi,

I'm planning to use JBoss 4.0.4 GA. 
I read that the minimum JSDK version is 1.4 and the recommended version is 
1.4.2.

Is the any good reason to use JDSK 1.5 instead since it's the latest version?

Please comment.

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Configure Jboss for remote Debuging

2006-07-07 Thread begimot
I couldn't find such topic, and any normal explanation anywhere. 

How can I set my Jboss for remote debugging?

I changed the JAVA_OPTS variable. 

Previously it was
 -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Dprogram.name=run.sh

I added -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y

but then, i couldn't start my server. I am not very good at this. Where am I 
wrong?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread anders.hedstrom
anonymous wrote : I added -Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y 

if you change this to -Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n

JBoss will start and you can hook up your IDE to it. If you have suspend=y then 
JBoss won't start until you hook your IDE to it

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi 

How can i find the version of JBoss at run time. I need to identify the version 
of Jboss i am connecting to. I have access to Jboss installed folder also. 

Thanks for the help.

Soma

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread jaikiran
Try this:

anonymous wrote : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%

Note the suspend=n



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread begimot
It seems now, that everything is working fine.

Thanks

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
Try this out:

System.out.println(Here's the server version:  + 
org.jboss.Version.getInstance().toString());



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time--hostname an

2006-07-07 Thread kesso01
Thanks kiran.

Unfortunately i don't have access for Jboss library at run time. is there any 
XML i can parse and get the JBoss version..

Also i have another question. Is there any configuration file in Jboss 
directory i cane get the webserver hostname and port?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in deployi

2006-07-07 Thread itshark
hi everyone!
depolying .ear application that make use of  dom4j-1.5.2.jar,jboss have the 
following problems:
 Caused by: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath
at org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:230)
at org.dom4j.tree.AbstractNode.createXPath(AbstractNode.java:207)
at org.dom4j.tree.AbstractNode.selectNodes(AbstractNode.java:164)
at 
com.alibaba.common.resourcebundle.xml.XMLResourceBundle.(XMLResourceBundle.java:37)
at 
com.alibaba.common.resourcebundle.xml.XMLResourceBundleFactory.parse(XMLResourceBundleFactory.java:75)
at 
com.alibaba.common.resourcebundle.AbstractResourceBundleFactory.createBundle(AbstractResourceBundleFactory.java:84)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory$Helper.findBundle(ResourceBundleFactory.java:329)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory$Helper.getBundleImpl(ResourceBundleFactory.java:194)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory$Helper.access$000(ResourceBundleFactory.java:143)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory.getBundle(ResourceBundleFactory.java:109)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory.getBundle(ResourceBundleFactory.java:36)
at 
com.alibaba.biz.command.result.ResultCode.getResourceBundle(ResultCode.java:80)
at 
com.alibaba.biz.command.result.ResultCode.getMessage(ResultCode.java:53)
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)
.
if anyone can help..
thanks in advance!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
anonymous wrote : is there any XML i can parse and get the JBoss version

You can read the version.properties file present in jboss-system.jar file, 
which you can find in %JBOSS_HOME%/lib directory.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Adjusting all port numbers

2006-07-07 Thread Matthew Towler
Hi

I have previously setup JBoss 4.0.4 using the default configuration, but now I 
wish to use it on a machine where port 8080 is already in use.  Therefore I 
would like to setup the server to use a different number, say 8090.  I have 
searched for 80xx in the config files and have found the following:

dynclassloader-service - 8083
jboss-service.xml - 8080 (four times)
server.xml (in tomcat) 8080 (twice) and 8009 (twice)
jboss-service.xml - 8093
attributes.xml - 8080

Quite a lot of locations, especially as I have probably missed some.

My question is to ask whether there is somewhere that details all the items 
that need to be adjusted to move the base port of JBoss?  I have had a look 
through the FAQ and documentation and could not see anything.

Matthew

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-07 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - How to deploy a connector in an ear file

2006-07-07 Thread pegasenz
Hi

Newby in JBoss, I would like to deploy a JCA 1.5 connector via an enterprise 
archive file .ear. Could somebody tel me where to put the -ds.xml file.

At the moment, if i put manualy the ds file and the rar file in the deploy 
directory it works. 

If i put the ds file in the directory and the rar file in an ear file that i 
drop down in the deploy directory it does'nt work :

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=RARDeployment,name='JcaAdapter.rar'
  State: NOTYETINSTALLED
  Depends On Me:
jboss.jca:service=ManagedConnectionFactory,name=AdocAdapter

What i would like to do is to deploy only an ear file containing the rar and 
the ds file. Is it possible ? 

Thanks for help.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - JBoss Shutdown issues.

2006-07-07 Thread vallamkondu
I have configured the JBoss-3.2.5 on Sun Box and I have chaged the JNDI Port 
from 1099 to 10099 (ie NamingService MBean Port from 1099 to 10099) in 
JBOSS-3.2.5 _HOME/server/default/conf/jboss-service.xml. And I have started 
the Jboss using run.sh, It got started with OUT ERRORs and all pther 
functionalities we require  are working fine.

But when I stop the JBoss-3.2.5 on this sun box it always look for 1099 port 
and says Failed to connect to 1099 and throws below error. his forces us to use 
kill command to bring the server down.

On further debug I found that 1099 was got hardcoded in jndi.properties in 
shutdown.jar, we have tried by changing this jndi.properties but couldn't help 
much.

11:42:31,298 WARN  [NamingContext] Failed to connect to localhost:1099
javax.naming.CommunicationException: Failed to connect to server localhost:1099 
[Root exception is javax.namin
g.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root 
exception is java.net.ConnectE
xception: Connection refused]]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:213)
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1185)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:516)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:188)
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to 
server localhost:1099 [Root exceptio
n is java.net.ConnectException: Connection refused]
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:187)
... 5 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.(Socket.java:309)
at java.net.Socket.(Socket.java:211)
at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:69)
at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:62)
at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:183)
... 5 more
Exception in thread main javax.naming.CommunicationException: Could not 
obtain connection to any of these ur
ls: localhost:1099
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1198)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:516)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:509)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:188)

Thanks in Advance
Ram


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Incomplete logs

2006-07-07 Thread ben_ben
Hi,

We're using JBoss 4.0.3 and, when used locally on a Win XP machine everything 
works well. Pooled database connections are pooled and reused while logs are 
used to keep track of everything.

However...we have now just moved the application to our unix test server and 
things have gone a bit pear shaped. The system now has problems getting 
database connections (it's as though connections aren't being closed properly 
and the pool reaches its maximum size) which would be much easier to solve if 
the log files were generated properly. The logs themselves appear incomplete 
and, although they should all be created at JBoss startup time, have creation 
times differing by 2 hours. We've looked through the instance log4j 
configuration and can't see anything different/wrong.

Has anyone had any similar problems with the logs? I'm sure it's a 
configuration problem but nothing seems out of place.

Thanks

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi 

I am using 4.0.3 SP1. I have not seen version.properties file inside the 
Jboss-System.jar file.  Could you please guide me in which file i can get the 
answer.

Thanks for the help... 

Regards
SomaSekharaReddy.K

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - problem trying to run a Scheduler MBean from a deployed app

2006-07-06 Thread deilginis
I am using jboss 3.2.7 

I am trying to use a Scheduler within an application I am developing. 
In tests I can use a scheduler declared in conf/jboss-service.xml with the 
corresponding class put into a jar that I put into ... default/deploy/lib 
What I want to do is to put the classes or jar within the application (.ear) 
file. 
When I try to do this within the .war file (within the ear) I get a class not 
found exception when I start up jboss with my application deployed. The 
configuration file works (xxx_scheduler-service.xml) as I tried it with my 
classes put in a jar and put into the deploy/lib folder, and it worked fine. 

The question is: how can I force jboss to put my Scheduler classes into the 
classpath before jboss tries to activate the corresponding timer MBean 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Could not restore ejb timers exception occured to JBossD

2006-07-06 Thread peters
Hi,

yes I do have the same problem with JBoss 4.0.4 . Anyone knows what the 
solution is ?

Rgds,

Iris

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - IIS and Jboss on different machines

2006-07-06 Thread ErinK
Hi all,
I'm not sure i'm posting this in the right place, if not can someone direct me 
please. I am using IIS on windows server 2003. I have several sites running 
under IIS, some basic flat pages and some JBoss sites running under iis using 
the isapi filter. However i would like to to link iis with jboss sites that are 
running on a different machine on the network. I can't seem to find any help on 
how to do this - can anyone give me some basic pointers or send me in the right 
direction? Any help would be greatly appriciated.

Thanks
E.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
This problem is happening to me randomly, with different services (JARDeployer, 
ServiceDeployer, MainDeployer), and I cannot find the answer.

I already follow the Java 2 SDK 1.4.2 Installation Notes for Linux and the 
problem still happens.

I simply copy the same java and jboss folders to another machine and all goes 
fine. It´s probably a distro problem... but what?

[ServerInfo] Java version: 1.5.0_07,Sun Microsystems Inc.
[ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_07-b03,Sun Microsystems 
Inc.
[ServerInfo] OS-System: Linux 2.6.16-1.2108_FC4,i386

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
Please post the console output.  It is hard to solve the problem without the 
specific error messages.

Also, indicate how you installed JBoss (via the installer.jar file or by 
unzipping the zip file).

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I installed the JDK1.5 with the sun's self-extracting binary and the JBoss by 
unzipping the file.

I'm posting the last output I got, since every time it gives me a different, 
but similar, error.


  | =
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: /usr/jboss
  | 
  |   JAVA: /usr/java/bin/java
  | 
  |   JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh
  | 
  |   CLASSPATH: /usr/jboss/bin/run.jar:/usr/java/lib/tools.jar
  | 
  | =
  | 
  | 13:33:48,102 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 13:33:48,104 INFO  [Server] Release ID: JBoss [Zion] 4.0.2 (build: 
CVSTag=JBoss_4_0_2 date=200505022023)
  | 13:33:48,105 INFO  [Server] Home Dir: /usr/jboss
  | 13:33:48,105 INFO  [Server] Home URL: file:/usr/jboss/
  | 13:33:48,106 INFO  [Server] Library URL: file:/usr/jboss/lib/
  | 13:33:48,107 INFO  [Server] Patch URL: null
  | 13:33:48,108 INFO  [Server] Server Name: minimal
  | 13:33:48,108 INFO  [Server] Server Home Dir: /usr/jboss/server/minimal
  | 13:33:48,109 INFO  [Server] Server Home URL: file:/usr/jboss/server/minimal/
  | 13:33:48,109 INFO  [Server] Server Data Dir: /usr/jboss/server/minimal/data
  | 13:33:48,110 INFO  [Server] Server Temp Dir: /usr/jboss/server/minimal/tmp
  | 13:33:48,110 INFO  [Server] Server Config URL: 
file:/usr/jboss/server/minimal/conf/
  | 13:33:48,110 INFO  [Server] Server Library URL: 
file:/usr/jboss/server/minimal/lib/
  | 13:33:48,111 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 13:33:48,116 INFO  [Server] Starting General Purpose Architecture (GPA)...
  | Exception in thread main java.lang.NoClassDefFoundError: 
org/jboss/mx/server/registry/BasicMBeanRegistry
  | at 
org.jboss.mx.server.registry.BasicMBeanRegistry.class$(BasicMBeanRegistry.java:126)
  | at 
org.jboss.mx.server.registry.BasicMBeanRegistry.clinit(BasicMBeanRegistry.java:126)
  | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
  | at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  | at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  | at 
org.jboss.mx.server.MBeanServerImpl.createRegistry(MBeanServerImpl.java:1484)
  | at 
org.jboss.mx.server.MBeanServerImpl.init(MBeanServerImpl.java:187)
  | at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:56)
  | at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
  | at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:369)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
  | at org.jboss.Main.boot(Main.java:195)
  | at org.jboss.Main$1.run(Main.java:463)
  | at java.lang.Thread.run(Thread.java:595)
  | 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I forgot to say that the VM crashes sometimes too.
Here is the last report:


  | #
  | # An unexpected error has been detected by HotSpot Virtual Machine:
  | #
  | #  SIGSEGV (0xb) at pc=0x086a933e, pid=11327, tid=3086771904
  | #
  | # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
  | # Problematic frame:
  | # C  0x086a933e
  | #
  | 
  | ---  T H R E A D  ---
  | 
  | Current thread (0x08689b38):  JavaThread  [_thread_in_vm, id=11327]
  | 
  | siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0001
  | 
  | Registers:
  | EAX=0x0001, EBX=0x00b1d970, ECX=0xffc0b480, EDX=0xb0de2a58
  | ESP=0xbf9cf104, EBP=0xbf9cf128, ESI=0x086a9338, EDI=0xb0de294c
  | EIP=0x086a933e, CR2=0x0001, EFLAGS=0x00010202
  | 
  | Top of Stack: (sp=0xbf9cf104)
  | 0xbf9cf104:   08689b38 0411 0411 b0de2a60
  | 0xbf9cf114:   b0de2910 b0de2a58 00b1d970 08689b38
  | 0xbf9cf124:   086c58f8 bf9cf168 006945b6 086c58f8
  | 0xbf9cf134:   08689b38 08689b38 086c58e0 08689cc0
  | 0xbf9cf144:   0868a840 0868a848 0868ac34 00b10448
  | 0xbf9cf154:   bf9cf1cc bf9cf298 00b1d970 b0da21d8
  | 0xbf9cf164:   b0de2918 bf9cf298 00989750 086c58f8
  | 0xbf9cf174:   086c58e0 08689b38 0008 0029 
  | 
  | Instructions: (pc=0x086a933e)
  | 0x086a932e:   00 00 68 65 af 00 38 93 6a 08 28 64 af 00 04 00
  | 0x086a933e:   00 00 01 00 00 00 00 00 d7 a8 00 00 00 03 00 20 
  | 
  | Stack: [0xbf7d3000,0xbf9d3000),  sp=0xbf9cf104,  free space=2032k
  | Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native 
code)
  | C  0x086a933e
  | V  [libjvm.so+0x1265b6]
  | V  [libjvm.so+0x41b750]
  | V  [libjvm.so+0x41b366]
  | V  [libjvm.so+0x241ab0]
  | V  [libjvm.so+0x241936]
  | V  [libjvm.so+0x41bb46]
  | V  [libjvm.so+0x41b366]
  | V  [libjvm.so+0x241ab0]
  | V  [libjvm.so+0x241936]
  | V  [libjvm.so+0x2412d9]
  | V  [libjvm.so+0x41efae]
  | V  [libjvm.so+0x25609c]
  | j  java.lang.ThreadGroup.add(Ljava/lang/ThreadGroup;)V+28
  | j  
java.lang.ThreadGroup.init(Ljava/lang/ThreadGroup;Ljava/lang/String;)V+61
  | v  ~StubRoutines::call_stub
  | V  [libjvm.so+0x2649ac]
  | V  [libjvm.so+0x427bc8]
  | V  [libjvm.so+0x264442]
  | V  [libjvm.so+0x2645b8]
  | V  [libjvm.so+0x4cc199]
  | V  [libjvm.so+0x4ca4b9]
  | V  [libjvm.so+0x28e85c]
  | C  [java+0x32cc]
  | C  [java+0x15a4]  calloc+0x39c
  | C  [libc.so.6+0x14d7f]  __libc_start_main+0xdf
  | 
  | Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  | j  java.lang.ThreadGroup.add(Ljava/lang/ThreadGroup;)V+28
  | j  
java.lang.ThreadGroup.init(Ljava/lang/ThreadGroup;Ljava/lang/String;)V+61
  | v  ~StubRoutines::call_stub
  | 
  | ---  P R O C E S S  ---
  | 
  | Java Threads: ( = current thread )
  | =0x08689b38 JavaThread  [_thread_in_vm, id=11327]
  | 
  | Other Threads:
  |   0x08720b10 VMThread [id=11328]
  | 
  | VM state:not at safepoint (normal execution)
  | 
  | VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
  | [0x086895e0/0x086895f8] MultiArray_lock - owner thread: 0x08689b38
  | [0x086897b0/0x086897c8] Compile_lock - owner thread: 0x08689b38
  | 
  | Heap
  |  def new generation   total 13120K, used 234K [0xa8d7, 0xa9ba, 
0xa9ba)
  |   eden space 11712K,   2% used [0xa8d7, 0xa8daa908, 0xa98e)
  |   from space 1408K,   0% used [0xa98e, 0xa98e, 0xa9a4)
  |   to   space 1408K,   0% used [0xa9a4, 0xa9a4, 0xa9ba)
  |  tenured generation   total 116544K, used 0K [0xa9ba, 0xb0d7, 
0xb0d7)
  |the space 116544K,   0% used [0xa9ba, 0xa9ba, 0xa9ba0200, 
0xb0d7)
  |  compacting perm gen  total 16384K, used 458K [0xb0d7, 0xb1d7, 
0xb4d7)
  |the space 16384K,   2% used [0xb0d7, 0xb0de2ab0, 0xb0de2c00, 
0xb1d7)
  | No shared spaces configured.
  | 
  | Dynamic libraries:
  | 00111000-00117000 r-xp  03:01 1069754
/usr/jdk1.5.0_07/jre/lib/i386/native_threads/libhpi.so
  | 00117000-00118000 rwxp 6000 03:01 1069754
/usr/jdk1.5.0_07/jre/lib/i386/native_threads/libhpi.so
  | 00118000-00121000 r-xp  03:01 2074676/lib/libnss_files-2.3.6.so
  | 00121000-00122000 r-xp 8000 03:01 2074676/lib/libnss_files-2.3.6.so
  | 00122000-00123000 rwxp 9000 03:01 2074676/lib/libnss_files-2.3.6.so
  | 00123000-0012e000 r-xp  03:01 1069766
/usr/jdk1.5.0_07/jre/lib/i386/libverify.so
  | 0012e000-0012f000 rwxp b000 03:01 1069766
/usr/jdk1.5.0_07/jre/lib/i386/libverify.so
  | 0012f000-0015 r-xp  03:01 1069767
/usr/jdk1.5.0_07/jre/lib/i386/libjava.so
  | 0015-00152000 rwxp 0002 03:01 1069767
/usr/jdk1.5.0_07/jre/lib/i386/libjava.so
  | 00152000-0019a000 rwxp 00152000 00:00 0 
  | 0019a000-001b2000 rwxp 0019a000 00:00 0 
  | 001b2000-001f5000 rwxp 001b2000 00:00 0 
  | 001f5000-0020d000 rwxp 001f5000 00:00 0 
  | 0027b000-00284000 rwxp 0027b000 00:00 0 
  | 00284000-0033b000 rwxp 00284000 00:00 0 
  | 0035a000-0035b000 r-xp 

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
The missing class (BasicMBeanRegistry) is found in the ./lib/jboss-jmx.jar 
file.  Have you checked the access controls on the files in that directory?  On 
my system, my user account owns all of the files and has full rights (755).

However, the fact that you are getting JVM dumps leads me to believe that there 
is something else fundamentally wrong in your system.  I ran JBoss of JC4 for a 
year with no problems.  I am now on FC5 and JBoss still runs fine (I'm using 
JDK 1.4.2_11 and 1.5.0_06).  Do you have another machine onto which you could 
wipe clean and install FC4, the JVM and JBoss?

Are you running SELinux? Have you made any special settings changes in SELinux? 
 If so, could you try turning SELinux off and see if that resolves the problems 
(90% of the time I can't figure out why something is not working that should, 
it ends up being an SELinux configuration issue).

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-07-06 Thread AlliumPorrum
I found one instructions for slimming down the JBoss from here:

 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming

I removed all the services that I do not need, and I managed to get JBoss 4 
running with the 384Mb of memory. Browser will be also successfully started to 
port 8080. BUT, when I click the Tomcat administration link from the browser, 
the whole system will crash, and only way to fix it to reboot the computer. I 
don't see any errors anywhere, the system just stucks so that even SSH 
connection cannot be established anymore.

So does this really mean that JBoss cannot be run at all under 512Mb of RAM??

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
  Things are still unstable.

  I'm testing everything as root, so it's cannot be access control.

  Unfortunally I have to put this to work in this machine, without loose 
anything. 
  I tested the same files in a machine with Ubuntu and all works fine.

  SELinux is disabled.

  I updated the entire system (yum update) and now another message appears 
sometimes *** glibc detected *** double free or corruption. This appears to 
be a GREAT problem. But I'm still confused if it is something in the Sun JDK 
1.5.0_07 or in my system libraries.

  I reported the problem to Sun too.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Could not restore ejb timers exception occured to JBossDukes

2006-07-05 Thread zhangjboss

anybody can tell me where this problem lies in?

thanks a lot.

2006-07-05 14:36:16,629 DEBUG [org.jboss.ejb.plugins.EntityInstancePool] 
Starting jboss.j2ee:jndiName=local/[EMAIL PROTECTED],plugin=pool,service=EJB
2006-07-05 14:36:16,629 DEBUG [org.jboss.ejb.plugins.EntityInstancePool] 
Started jboss.j2ee:jndiName=local/[EMAIL PROTECTED],plugin=pool,service=EJB
2006-07-05 14:36:16,629 DEBUG [org.jboss.system.ServiceController] Starting 
dependent components for: jboss.j2ee:jndiName=local/[EMAIL 
PROTECTED],plugin=pool,service=EJB dependent components: []
2006-07-05 14:36:16,629 WARN  [org.jboss.ejb.EntityContainer] Could not restore 
ejb timers
RuntimeMBeanException: null Cause: java.lang.NullPointerException
at 
org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:176)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)


Caused by: java.lang.NullPointerException
at 
org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(DatabasePersistencePolicy.java:175)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - EJB 3.0 Somehow I broke my code: Remote not found

2006-07-05 Thread aron-smith
I had this working but something I changed broke it...

I am running JBoss in one session and have deployed my bean

02:17:44,363 INFO  [EJBContainer] STARTED EJB: com.patient.ejb.MyBean ejbName: 
MyBean
02:17:44,363 INFO  [EJB3Deployer] Deployed: file:/C:/Program 
Files/jboss_4_0_4/server/default/deploy/patient.ejb3

My program connects, finds the bean but fails to find the remote interface?

 [java] MyBean/Remote
 [java] javax.naming.NameNotFoundException: Remote not bound
 [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)

I didnt change my bean much - just the method contents and a few imports...?

@Stateless
public class MyBean implements IMyRemote {
public String myMethod() {
  ...
}

@Remote
public interface IMyRemote {
public String myMethod();
}


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread Matrix1234
does this JNDI service  works in a different port number than http ?

can you pleas tell me ?

I have a guess,

JNDI server port :8081
HTTP server port:8080


is it correct ?


please , tell me if i am wrong ?

otherwise tell me the procedure  how do i know the port numbers for 2 servers ?

thanks

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread jaikiran
JNDI service listens on port 1099. Have a look at :

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringTheJNDINamingServiceInConfjbossSystem.xml



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - JBoss portal Login problem!

2006-07-05 Thread Ramaze
 When i tried to login(for the first time) using the default account ie. 
user/user or admin/admin it is showing that the page cannot be found!  I  
created a  new user but i was not able login using that account ! .Is any 
configurations should be  done?

Regards,
Ramesh

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - How to make one web application use its own Log4j configurat

2006-07-05 Thread pxpwxj
Jboss itself use log4j for logging.All j2ee applictions deployed under it share 
the same Log4j  configuration and output their log to the same file.It's very 
unconvenient to monitor some application.If there are serveral busy j2ee 
applications deployed under one jboss server,it become difficult to  
distinguish their log.
I wan to make each web application use its own log4j configuration,so their log 
will not mixed each other(It's important for me!).I am new ,i can not get any 
clue from it's documentation.

please tell me how to make it out! Tks

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread pxpwxj
Thanks for any direction.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread jaikiran
anonymous wrote : i can not get any clue from it's documentation

Have you read this doc:
http://www.jboss.org/wiki/Wiki.jsp?page=Logging



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How Do Install jboss-4.0.4.GA On Redhat ES 4 ?

2006-07-05 Thread [EMAIL PROTECTED]
You will need a more capable java the gcj.

http://java.sun.com/javase/downloads/index.jsp

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - can I have multiple HA Singletons?

2006-07-05 Thread kboyes
For our application deployment we're adding the following to the
jboss-service.xml file in the URLDeploymentScanner mbean:

  
 deploy/,
 ../../../../../myapps/jboss/
  

We do this so that we don't have to copy/war files all the time.
This is only used for development.

We have a similar need for a HA Singleton deployment.  We have a
scheduled task that must only run on the master node.

So, I'm looking in server/blah/deploy/deploy-hasingleton-service.xml
at the HASingletonController mbean for a similar URLs attribute
but haven't found one.

I'd like to be able to have the normal deploy-hasingleton directory
deployed in addition to another directory (possibly several others).

In one attempt I copied the definition for the HASingletonController
mbean and renamed it.  In this copy I changed the value for
.  This works
but doesn't seem quite right.  Multiple singleton controllers seems like
an oxymoron.

What I'd like to do is give a comma separated list for the argument
attribute, just like in URLDeploymentScanner mbean.  Something like:


${jboss.server.home.url}/deploy-hasingleton,
../../../../../myscheduler/jboss/


Is this possible?

Thanks,
Kevin.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - deployment exceptions in jboss4.0.4 while none in jboss3.0.8

2006-07-04 Thread zhangjboss
13:46:21,737 DEBUG [MainDeployer] Done with create step of deploying myapp.ear
13:46:21,737 DEBUG [MainDeployer] Begin deployment start 
file:/D:/jboss-4.0.4.GA/server/default/deploy/myapp.ear
13:46:21,737 DEBUG [MainDeployer] Begin deployment start 
file:/D:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp31749myapp.ear-contents/model.jar
13:46:21,737 DEBUG [WebServiceDeployerEJB21] start: 
file:/D:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp31749myapp.ear-contents/model.jar
13:46:21,737 DEBUG [EJBDeployer] start application, deploymentInfo: [EMAIL 
PROTECTED] { 
url=file:/D:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp31749myapp.ear-contents/model.jar
 }
  deployer: MBeanProxyExt[jboss.ejb:service=EJBDeployer]
  status: Starting
  state: START_DEPLOYER
  watch: 
file:/D:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp31749myapp.ear-contents/model.jar
  altDD: null
  lastDeployed: 1151991977190
  lastModified: 1151991975284
  mbeans:
jboss.j2ee:jndiName=com.aa.org.ejb.MyEjb,service=EJB state: Created
, short name: model.jar, parent short name: myapp.ear
13:46:21,737 DEBUG [ServiceController] starting service 
jboss.j2ee:module=model.jar,service=EjbModule
13:46:21,737 DEBUG [EjbModule] Starting 
jboss.j2ee:module=model.jar,service=EjbModule
13:46:21,737 DEBUG [EjbModule] startService, starting container: MyEjb
13:46:21,737 DEBUG [ServiceController] starting service 
jboss.j2ee:jndiName=com.aa.org.ejb.MyEjb,service=EJB
13:46:21,737 DEBUG [StatefulSessionContainer] Starting 
jboss.j2ee:jndiName=com.aa.org.ejb.MyEjb,service=EJB
13:46:21,737 DEBUG [StatefulSessionContainer] Begin java:comp/env for EJB: MyEjb
13:46:21,737 DEBUG [StatefulSessionContainer] TCL: [EMAIL PROTECTED]
13:46:21,737 DEBUG [StatefulSessionContainer] Unable to retrieve 
orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not 
registered.
13:46:21,737 DEBUG [StatefulSessionContainer] End java:comp/env for EJB: MyEjb
13:46:21,737 DEBUG [BaseLocalProxyFactory] MyEjb cannot be Bound, doesn't have 
local and local home interfaces
13:46:21,753 ERROR [STDERR] java.lang.NoSuchMethodException: 
javax.ejb.EJBHome.getHomeHandle()
13:46:21,753 ERROR [STDERR] at java.lang.Class.getMethod(Class.java:986)
13:46:21,753 ERROR [STDERR] at 
org.jboss.proxy.ejb.HomeInterceptor.(HomeInterceptor.java:79)
13:46:21,753 ERROR [STDERR] at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
13:46:21,753 ERROR [STDERR] at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
13:46:21,753 ERROR [STDERR] at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
13:46:21,753 ERROR [STDERR] at 
java.lang.reflect.Constructor.newInstance(Constructor.java:274)
13:46:21,753 ERROR [STDERR] at java.lang.Class.newInstance0(Class.java:308)
13:46:21,753 ERROR [STDERR] at java.lang.Class.newInstance(Class.java:261)
13:46:21,753 ERROR [STDERR] at 
org.jboss.proxy.ejb.ProxyFactory.loadInterceptorChain(ProxyFactory.java:362)
13:46:21,753 ERROR [STDERR] at 
org.jboss.proxy.ejb.ProxyFactory.bindProxy(ProxyFactory.java:410)
13:46:21,753 ERROR [STDERR] at 
org.jboss.proxy.ejb.ProxyFactory.start(ProxyFactory.java:243)
13:46:21,753 ERROR [STDERR] at 
org.jboss.ejb.SessionContainer.startInvokers(SessionContainer.java:440)
13:46:21,753 ERROR [STDERR] at 
org.jboss.ejb.SessionContainer.startService(SessionContainer.java:399)
13:46:21,753 ERROR [STDERR] at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
13:46:21,753 ERROR [STDERR] at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
13:46:21,753 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
13:46:21,753 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
13:46:21,753 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:324)
13:46:21,753 ERROR [STDERR] at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
13:46:21,753 ERROR [STDERR] at 
org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
13:46:21,753 ERROR [STDERR] at 
org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
13:46:21,753 ERROR [STDERR] at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
13:46:21,753 ERROR [STDERR] at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
13:46:21,753 ERROR [STDERR] at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
13:46:21,753 ERROR [STDERR] at $Proxy0.start(Unknown Source)
13:46:21,753 ERROR [STDERR] at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
13:46:21,753 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
13:46:21,753 ERROR [STDERR] at 

[JBoss-user] [Installation, Configuration Deployment] - Re: deployment exceptions in jboss4.0.4 while none in jboss3

2006-07-04 Thread zhangjboss
i dont know why these exceptions come up as follows while none in jboss3.0.
anyone can help me ?

13:46:21,737 DEBUG [BaseLocalProxyFactory] MyEjb cannot be Bound, doesn't have 
local and local home interfaces
13:46:21,753 ERROR [STDERR] java.lang.NoSuchMethodException: 
javax.ejb.EJBHome.getHomeHandle() 

thank u very much.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - configure logging for Toplink deployment

2006-07-03 Thread adik
Hi,

I wanted to know if there is any way that I can configure logging (log4j) that 
will show me the logging for toplink deploy - if its connects to the DB and 
doing all the stuff...
Now all I see is that it's deployed- without any details. 

Maybe there is some place that shows it but I can't see it

Thanks!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
maybe u can find some help at  the jboss_home/server/default/conf/log4j.xml

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Bind Exception at startup

2006-07-03 Thread jaleyba
I need to run two different JBoss AS in my Linux server.

I've one running well but when I try to run second one I get the message:



  | 09:36:15,263 INFO  [A] Bound to JNDI name: queue/A
  | 09:36:15,313 INFO  [B] Bound to JNDI name: queue/B
  | 09:36:15,315 INFO  [C] Bound to JNDI name: queue/C
  | 09:36:15,318 INFO  [D] Bound to JNDI name: queue/D
  | 09:36:15,320 INFO  [ex] Bound to JNDI name: queue/ex
  | 09:36:15,344 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  | 09:36:15,347 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  | 09:36:15,349 INFO  [testDurableTopic] Bound to JNDI name: 
topic/testDurableTopic
  | 09:36:15,352 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  | 09:36:15,408 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=UIL2
  | java.net.BindException: Address already in use
  | at java.net.PlainSocketImpl.socketBind(Native Method)
  | at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
  | at java.net.ServerSocket.bind(ServerSocket.java:319)
  | at java.net.ServerSocket.init(ServerSocket.java:185)
  | at 
javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFactory.java:169)
  | at 
org.jboss.mq.il.uil2.UILServerILService.startService(UILServerILService.java:203)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
  | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  | 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.server.Invocation.invoke(Invocation.java:72)
  | 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:943)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | 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.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285)
  | 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 

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread AlliumPorrum
After a loo-oong time of reading documentation and surfing web, I think that 
the problem has something to do with the fact that I'm running the installation 
from the console, but the installation set seems to need GUI. I'm I wrong or 
not?

So now the question is: how can I install JBoss 4.0.4 from the command line, 
without any GUI?? 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - conf/jboss-service.xml setting to deploy as HA singleton?

2006-07-03 Thread gmatthews
Hi all,

I'd like how you can set the 'URLs' attribute in conf/jboss-service.xml to 
configure which directories should be scanned for deployable components.

Is there a 'HA-URLs' or similar attribute?

As far as I understand it, you need to manually drop deployable components into 
the deploy-hasingleton directory.

The scenario I'm trying to solve is that one of the components in the cluster 
talks to a service which is installed on one box only. It does a lot of I/O 
with the service and so I want each box in the cluster to talk to a JMX 
component on one box (deploy-hasingleton deployed?).

Thanks a lot,

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread visolvejboss
Hello,

 JBoss 4.0.4 can be installed by two ways.

 1.Installation using installer.jar file by 
jboss-4.0.4.GA-Patch1-installer.jar.
 2.Simply extract the binary jboss-4.0.4.GA.zip file. 

For your First mail regarding installation using JAR package, 
 
anonymous wrote : No X11 DISPLAY variable was set, but this program performed 
an operation which requires it. 
  | java.awt.HeadlessException: 
  | No X11 DISPLAY variable was set, but this program performed an operation 
which requires it.

   The solution may be solved by setting the Environment variable DISPLAY 
to your Desktop System IP Address and also the X11 Window Xmanager should run.

If you are using unix flavour the following command will be useful.

#export DISPLAY=ur system IP Address:0

For your second question,
anonymous wrote : how can I install JBoss 4.0.4 from the command line, without 
any GUI??
  | 

Download the binary version of jboss(jboss-4.0.4.GA.zip) and simply extract 
that file in the location as per your wish, it creates the folder named 
jboss-4.0.4.GA and it installs the jboss successfully. 




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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaleyba
jaikiran wrote : Have a look at:
  | 
  | 
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine
  | 
  | 

Bind problem solved. Thank you !

Now I want to know how to avoid JBoss start services I don't want  like MQ.

Thanks in advance

J





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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at the Slimming section at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming

Under this section, you will find: When not using JBossMQ (our JMS server) 
section



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread adik
I already looked and I couldn't see where axactly I can  set it

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-03 Thread visolvejboss
Hello,

JNDI server is running as a service inside the JBoss Application server. You 
can get more information regarding JBoss Naming Service is available  at 
http://www.samspublishing.com/articles/article.asp?p=28281rl=1

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Using a newer version of JGroups (2.2.9 or higher)

2006-07-03 Thread andydale
Hi,

A database driver i am trying to use (ha-jdbc) requires a version of JGroups 
2.2.9 or higher, because it needs to use the JmxConfigurator.  I am still 
trying to figure out the best way to do this, so far i have currently tried the 
following:

1.Putting the jgroups.jar file that ships with the driver (2.2.9.1) in the /lib 
directory, leaving the current one in there at the same time does not work, and 
replacing the current one also does not work.
  | 2.Just adding the Jmx branch of the 2.2.9.1 jar to the current jgroups also 
does not work, because it needs a loadClass method in the Util class.
  | 3.Tried just replacing the Util.class with the one contained in the 2.2.9.1 
jar, this a few exceptions of this sort:
  | anonymous wrote : 2006-07-03 13:37:28,322 DEBUG 
[org.jboss.ejb3.cache.tree.PassivationTreeCache] Initialization failed 
jboss.cache:service=EJB3SFSBClusteredCache
  |   | ChannelException: unable to setup the protocol stack
  |   | at org.jgroups.JChannel.(JChannel.java:217)
  |   | at org.jgroups.JChannel.(JChannel.java:189)
  |   | at org.jboss.cache.TreeCache._createService(TreeCache.java:1220)
  |   | at org.jboss.cache.TreeCache.createService(TreeCache.java:1175)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
  |   | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
  |   | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  |   | 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: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:264)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  |   | at $Proxy0.create(Unknown Source)
  |   | at 
org.jboss.system.ServiceController.create(ServiceController.java:330)
  |   | at 
org.jboss.system.ServiceController.create(ServiceController.java:273)
  |   | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  |   | 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: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:264)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |   | at $Proxy4.create(Unknown Source)
  |   | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258)
  |   | at 
org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
  |   | at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
  |   | at 
org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  |   | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  |   | 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: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:264)
  |   | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  |   | at 
org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  |   | at $Proxy6.deploy(Unknown Source)
  |   | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  |   | at 

[JBoss-user] [Installation, Configuration Deployment] - Problem while Sending and Receiving Large Object in JMSQueue

2006-07-03 Thread namitak
Hello,

Can anyone help me out on this problem ?

20:10:28,457 WARN  [SpyMessageConsumer] Message consumer closing due to error 
in listening thread.
org.jboss.mq.SpyJMSException: Could not load message : 4 msg=3 soft STORED 
PERSISTENT queue=QUEUE.A priority=4 lateClone=false hashCode=12445108; - nested 
throwable: (java.io.IOException: Could not load the message: 
java.io.StreamCorruptedException: unexpected EOF in middle of data block)
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.loadFromStorage(PersistenceManager.java:1150)
at 
org.jboss.mq.server.MessageCache.loadFromStorage(MessageCache.java:411)
at 
org.jboss.mq.server.MessageReference.makeHard(MessageReference.java:351)
at 
org.jboss.mq.server.MessageReference.getMessage(MessageReference.java:156)
at 
org.jboss.mq.server.BasicQueue.setupMessageAcknowledgement(BasicQueue.java:879)
at org.jboss.mq.server.BasicQueue.receive(BasicQueue.java:488)
at org.jboss.mq.server.JMSQueue.receive(JMSQueue.java:136)
at org.jboss.mq.server.ClientConsumer.receive(ClientConsumer.java:222)
at 
org.jboss.mq.server.JMSDestinationManager.receive(JMSDestinationManager.java:661)
at 
org.jboss.mq.server.JMSServerInterceptorSupport.receive(JMSServerInterceptorSupport.java:226)
at 
org.jboss.mq.security.ServerSecurityInterceptor.receive(ServerSecurityInterceptor.java:100)
at 
org.jboss.mq.server.TracingInterceptor.receive(TracingInterceptor.java:570)
at 
org.jboss.mq.server.JMSServerInvoker.receive(JMSServerInvoker.java:226)
at 
org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:149)
at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManager.java:356)
at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.IOException: Could not load the message: 
java.io.StreamCorruptedException: unexpected EOF in middle of data block
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.extractMessage(PersistenceManager.java:552)
at 
org.jboss.mq.pm.jdbc2.PersistenceManager.loadFromStorage(PersistenceManager.java:1142)

Thanks in advance.

Regards,
Namita


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - please help me with this error!

2006-07-03 Thread kbird
i use jbose ide with jboss 4.0.1. i use jdk 5.0.6 version
i repeatedly get this error while i try to run my pages(jsp/servlets)

i was able to build it successfully, but could not get it run

Somebody please help me to get overthis

ERROR [Engine] - Root Cause -
java.lang.ClassCastException: com.devx.example.HelloWorldServlet
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:987)
at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:687)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:144)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:150)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:54)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
20:13:26,563 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:13:27,250 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:13:27,704 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:13:28,266 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:13:28,970 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:13:29,658 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:13:30,767 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable
20:18:47,160 INFO  [Engine] StandardWrapperValve[HelloWorldServlet]: Servlet 
HelloWorldServlet is currently unavailable



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
see http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Tomcat NPE on jboss startup 4.03.SP1

2006-07-02 Thread [EMAIL PROTECTED]
Getting occasional NPE immediately after jboss
startup, any idea what's causing this ?


2006-04-03 08:56:02,687 INFO  {main}
[org.jboss.system.server.Server]
(ServerImpl.java:475) JBoss (MX MicroKernel) [4.0.3SP1
(build:
CVSTag=JBoss_4_0_3_SP1 date=200510231751)] Started in
7m:6s:516ms
2006-04-03 08:56:02,734 WARN  {http-8443-Processor4}
[org.apache.commons.modeler.Registry]
(Registry.java:724) No metadata found for
org.apache.coyote.RequestInfo
2006-04-03 08:56:02,734 WARN  {http-8442-Processor4}
[org.apache.commons.modeler.Registry]
(Registry.java:724) No metadata found for
org.apache.coyote.RequestInfo
2006-04-03 08:56:02,765 ERROR {http-8443-Processor4}
[org.apache.commons.modeler.Registry]
(Registry.java:873) Error registering
jboss.web:name=HttpRequest0,type=RequestProcessor,worker=http-8443
java.lang.NullPointerException
at
org.apache.commons.modeler.Registry.registerComponent(Registry.java:862)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.init(Http11Protocol.java:709)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.getInitData(LeaderFollowerWorkerThread.java:48)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:673)
at java.lang.Thread.run(Thread.java:534)

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - JBoss installation problem in ubuntu??

2006-07-02 Thread AlliumPorrum
I try to install JBoss from the JAR package in Ubuntu 6.06, but I always get 
this kind of error message:

PackageListener, install.log=/home/jasurakk/Desktop/Download/install.log
- Error -
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which 
requires it.
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which 
requires it.
at 
java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.Window.(Window.java:317)
at java.awt.Frame.(Frame.java:419)
at java.awt.Frame.(Frame.java:384)
at javax.swing.JFrame.(JFrame.java:150)
at 
com.izforge.izpack.installer.GUIInstaller.loadLangPack(GUIInstaller.java:179)
at com.izforge.izpack.installer.GUIInstaller.(GUIInstaller.java:114)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.izforge.izpack.installer.Installer.main(Installer.java:53)

What's the problem??

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - 2 server in jboss ?

2006-07-02 Thread Matrix1234
in my book i found

A jndi.properties file  in this directory  enables the examples programs  to 
find and connect to  Jboss's JNDI server

please see the statement Jboss's JNDI server.

do they want to say, JBoss has 2 server.

1. Jboss server
2. Jboss's JNDI server


so  Jboss has 2 server in total is it correct ?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: XPath creation failed in JBoss 4.0.3

2006-07-02 Thread eqbridges
Scott,

Please not that this workaround you suggest causes a Class Not Found error, 
since there's a needed class in the earlier Xalan jar that is missing in the 
newer one.  Can you advise on a different fix?

Thanks


2006-07-02 17:51:32,077 WARN  [org.jboss.system.ServiceController] Problem 
creating service jboss.jca:service=ConnectionFactoryDeployer
java.lang.NoClassDefFoundError: 
org/apache/xml/serializer/OutputPropertiesFactory
at 
org.apache.xalan.templates.OutputProperties.(OutputProperties.java:81)
at 
org.apache.xalan.templates.OutputProperties.(OutputProperties.java:56)
at 
org.apache.xalan.processor.ProcessorOutputElem.startElement(ProcessorOutputElem.java:188)
at 
org.apache.xalan.processor.StylesheetHandler.startElement(StylesheetHandler.java:623)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
at 
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source)
at 
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:920)
at 
org.jboss.deployment.XSLSubDeployer.createService(XSLSubDeployer.java:127)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:228)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
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.server.Invocation.invoke(Invocation.java:72)
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:943)
at $Proxy0.create(Unknown Source)
at org.jboss.system.ServiceController.create(ServiceController.java:341)
at org.jboss.system.ServiceController.create(ServiceController.java:284)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
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.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.create(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:241)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
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 

[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-07-02 Thread javidjamae
I don't think that the SystemPropertiesService scans more than once (when the 
app server starts). I think what Scott is trying to say is that you can write 
your own code to rescan these files on an interval to see if they have been 
updated.

You might consider trying to extend the service class that is used to load the 
system properties:

org.jboss.varia.property.SystemPropertiesService 

The MBean definition is in the deploy directory under properties-service.xml. 
You could extend it to add a rescan interval and some code that compares the 
timestamps of the properties files in the URL list.

Good luck!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - problems when upgrade from jboss3.0.8 to jbosss4.0.4

2006-07-02 Thread zhangjboss
my ejb application app.ear is running well in jboss3.0 but throws many 
exception when deployed in jboss4.0. 
The exception is as following:
2006-07-03 09:19:35,755 DEBUG 
[org.jboss.ejb.plugins.local.BaseLocalProxyFactory]MyPrinciple cannot be Bound, 
doesn't have local and local home interfaces
2006-07-03 09:19:35,755 ERROR [STDERR] java.lang.NoSuchMethodException: 
javax.ejb.EJBHome.getHomeHandle()
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
java.lang.Class.getMethod(Class.java:986)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
org.jboss.proxy.ejb.HomeInterceptor.(HomeInterceptor.java:79)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
2006-07-03 09:19:3

 there is none of my code invoke home.getHomeHandle(). In addition, why it 
tells me doesn't have local and local home interfaces? is there some 
different deployment requirements between jboss3 and jboss4?  i'm very confused 
about this, who can help me out of this?

thank u very much.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Shutting down a JBoss instance ...

2006-07-01 Thread jaikiran
This might help:

http://www.jboss.com/index.html?module=bbop=viewtopict=59029



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - High Performance JBoss Webapplication Experiences?

2006-06-30 Thread devchris
Hi everyone, 

we want to use JBoss and MySQL to develop a high availability web-portal. 
Response-time per webpage should be  500 ms.

Maybe 500.000 Visitors will access per Day.

Are there any experiences with such high availability web-portals?

Which JBoss configuration or Hardware is nessecary for such a portal.

We will deploy every ejb as a stateless session bean to boost up performance.

Are there any case-studies or references of big portals with configuration and 
hardware setup?

How can we test our Web-Portal to fulfil our requirements. Are there Tools for 
measurement the request time or speed rating?

Are there any statistics or documents, which describe the power of JBoss. 

For example  ApacheBench, Version 1.3d: 
--
Concurrency Level:  1
Time taken for tests:   0.118 seconds
Complete requests:  5
Failed requests:0
Broken pipe errors: 0
Non-2xx responses:  5
Total transferred:  1590 bytes
HTML transferred:   0 bytes
Requests per second:42.37 [#/sec] (mean)
Time per request:   23.60 [ms] (mean)
Time per request:   23.60 [ms] (mean, across all concurrent requests)
Transfer rate:  13.47 [Kbytes/sec] received

We hope to get some answers.

Kind regards

Chris 



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Shutting down a JBoss instance ...

2006-06-30 Thread sylobsa
Hi all,

I started 2 JBoss instances on a server.
To start each instance I type :
 run.sh -c config1
and
 run.sh -c config2

Now I'd like to shut down one of these instances. I didn't see how to shut down 
a single instance anywhere. 

The usual command is something like :
$JAVA_HOME/bin/java -classpath 
$JBOSS_HOME/bin/shutdown.jar:$JBOSS_HOME/client/jnet.jar org.jboss.Shutdown 
--shutdown

How to do to shut down only config2 ?

Regards
A. ROY

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Virtual Directory

2006-06-30 Thread awhitford
We are trying to migrate to JBoss 4.0.4 GA (from another app server).  One of 
the issues that we can't seem to get to work to our satisfaction is virtual 
directories.

For WebLogic, there is the virtual-directory-mapping element in weblogic.xml 
like:virtual-directory-mapping 
  |   local-pathc:/usr/gifs/local-path 
  |   url-pattern/images/*/url-pattern
  |   url-pattern*.jpg/url-pattern 
  | /virtual-directory-mapping

For JRun, there is the virtual-mapping element in jrun-web.xml 
like:jrun-web-app
  |   virtual-mapping
  | resource-path/flex/images/*/resource-path
  | system-pathc:/images/production/system-path
  |   /virtual-mapping
  | /jrun-web-app

So what is the equivalent in JBoss?

We thought that we could just specify additional context elements in 
server.xml, but we discovered that then security isn't enforced because the 
webapp having the root context (/) is considered separate from the context 
serving the virtual directory.  (Adding WEB-INF/web.xml to the various 
directories being shared is not viable.)

I'm searching for the best solution...  I'm trying to avoid alternatives like:
* Adding Apache as a front end, then using Apache to serve the virtual 
directories.  Apache will need to do the authentication and SSL.* Adding a 
Servlet do to the virtual directory.  I'm kind of shocked that this hasn't 
already been done by someone -- I can't seem to find an open source version.
What is the recommended solution?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-06-29 Thread kapilkashyap
Hi,

This is Kapil Kashyap. Well, I have tried to deploy the JBoss Seam examples on 
Tomcat but was getting the below Exceptions.

type Exception report

message

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception

javax.servlet.ServletException: Error calling action method of component with 
id _idJsp0:_idJsp6
javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)

root cause

javax.faces.FacesException: Error calling action method of component with id 
_idJsp0:_idJsp6

org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
javax.faces.component.UICommand.broadcast(UICommand.java:106)
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:94)
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168)

org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343)

org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)


Would really appreciate any kind of assistance.Thanks for Reading !!!

With Regards,
Kapil Kashyap.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Does JBoss 4.0 support EJB 1.1 in conjunction with CMP 1

2006-06-29 Thread albertogiantin
Hi all,
I've the same problem of davidnia. I wrote my jaws.xml and put it in META-INF 
directory on my jar file, as described here : 

http://www.mywelt.net/?q=node/2003

It seems that jboss does not care about my jaws.xml and standardjaws.xml.

I tried to write jbosscmp-jdbc.xml for my ejb 1.1 but  node is not supported.
Any ideas? Configuration problems or version problems?

How are cmp 1.1 supported? Where i have to write the finders?

thanks in advance!


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - EJB Deployment problem.

2006-06-29 Thread Chris Miles
Sorry to post in here. hope it is ok as I have not recieved an answer in the 
beginners section.

The code for my EJB and xml files are in this thread

http://www.jboss.com/index.html?module=bbop=viewtopict=85735

I am getting the following error from the server console output.

It is pointing to a problem with a private method that I use for database 
persistance called loadRow.. when I comment out this section I get the same 
error from the server but about the previous private method storeRow etc etc. 

I cant figure out whats wrong with the code... please help if you can.

many thanks.


loadRow signature: ()V) Incompatible object argument for function call
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
at java.lang.Class.getConstructor0(Class.java:2640)
at java.lang.Class.getConstructor(Class.java:1629)
at org.jboss.verifier.strategy.AbstractVerifier.hasDefaultConstructor(Ab
stractVerifier.java:555)
at org.jboss.verifier.strategy.EJBVerifier20.verifyBMPEntityBean(EJBVeri
fier20.java:2031)
at org.jboss.verifier.strategy.EJBVerifier20.checkBmpOrCmp2Entity(EJBVer
ifier20.java:157)
at org.jboss.verifier.strategy.EJBVerifier20.checkEntity(EJBVerifier20.j
ava:123)
at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:176)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:594)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor
.java:97)
at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(Intercepto
rServiceMBeanSupport.java:238)
at org.jboss.ws.server.WebServiceDeployer.create(WebServiceDeployer.java
:99)
at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.
create(SubDeployerInterceptorSupport.java:180)
at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterce
ptor.java:91)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy26.create(Unknown Source)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy8.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
loop(AbstractDeploymentScanner.java:274)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
run(AbstractDeploymentScanner.java:225)
12:17:04,046 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.

[JBoss-user] [Installation, Configuration Deployment] - HttpInvokerHA - disappeared?

2006-06-29 Thread mikeattibco
I am using JBoss 4.0.4 patch1.  When I try to invoke the HttpInvokerHA MBean in 
jboss-service.xml:

  mbean code=org.jboss.invocation.http.server.HttpInvokerHA
  | name=jboss:service=invoker,type=httpHA
  |  !-- Use a URL of the form 
http://hostname:8080/invoker/EJBInvokerHAServlet
  |   where hostname is InetAddress.getHostname value on which the server
  |   is running.
  |   --
  |  attribute name=InvokerURLPrefixhttp:///attribute
  |  attribute 
name=InvokerURLSuffix:18080/invoker/EJBInvokerHAServlet/attribute
  |  attribute name=UseHostNametrue/attribute
  |   /mbean
  | 

...I get an error:


09:54:51,122 ERROR [MainDeployer] Could not create deployment: file:/C:/mayers/w
  | rk/dev_400c/dev/jb_celequest/4.0.4/deploy/http-invoker.sar/
  | org.jboss.deployment.DeploymentException: No ClassLoaders found for: 
org.jboss.i
  | nvocation.http.server.HttpInvokerHA; - nested throwable: 
(java.lang.ClassNotFoun
  | dException: No ClassLoaders found for: 
org.jboss.invocation.http.server.HttpInvo
  | kerHA)

Scanning the distro finds no jar with 
org.jboss.invocation.http.server.HttpInvokerHA in it.  However, the 4.0.4 
Application Server guide directly mentions this MBean.  Does anyone know what's 
going on here?



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HttpInvokerHA - disappeared?

2006-06-29 Thread [EMAIL PROTECTED]
HttpInvokerHA is in /server/all/lib/jbossha.jar. You need to be running all 
config to have clustering services. If you use installer, select either all 
or ejb3-clustered profile.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
Hello Everyone:
I've written a J2EE App composed of a rich ui written in flex that makes a jni 
call into some dll's.  I have a war file that I am using to do this, however I 
keep getting an Unsatisfied Link Error in the jboss logs pertaining to a native 
method, are there specific directories that I need to put the dll's in inside 
the war file, I have scoured the web on this and could not find anything.  
Additionally as suggested by one other person on the jboss forums I've even 
written my own MBean to load the dll's and the classes in the jar that call the 
dll's from the same classloader but this didnt make any difference.  I am using 
jbossv4.0.3sp1 and jdk 1.4.2_09.  Please note that the jni code works like a 
charm outside the appserver but fails with the above error when in the app 
server.

Any help would be greatly appreciated, this is my first attempt at doing 
something like this.

Thanks Again
Saikat

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Hot Remove - How can one remove active WAR files?

2006-06-29 Thread rickerp
Hello everyone,

I'm in a bit of a dilemma here with my company.  We are using cruise control 
for automated nightly builds.  However I am experiencing issues in trying to 
figure out how to clean the active WAR file for our web application, which 
JBoss is using, by essentially deleting it and then dropping in the newly built 
one.  The developers want the active WAR file deleted so I can't simply 
overwrite the old with the new if you will.  Furthermore, JBoss is always using 
the active WAR file, as it is deployed, and I cannot simply invoke delete 
commands from my Ant file without access violations.  So the question arises



Question:  Can I use a command line statement or a small batch file that 
somehow notifies JBoss to undeploy or remove the current WAR file (by 
specifying its name and path) so that the new one can simply be copied into the 
deploy directory and automatically hot deployed?



I ran across the twiddle utility in the JBoss Documentation, but still largely 
do not understand how to use it.  Is this the utility that could help me?  Can 
I invoke an MBean's method that somehow does what I need, while having been 
called from within a windows batch file?

Any comments or suggestions are much appreciated.  Hopefully there is a simple 
call.  Otherwise there is an ugly work around I have that currently starts and 
stops the JBoss service from batch files.  This approach detracts from some of 
the key reasons for using cruise control so I would like to avoid it at all 
costs.  

Thank you and take care. 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
I wanted to mention one other thing, I have placed the dll's in directories 
that are on the java.library.path , however it seems they are somehow still not 
getting loaded.

Thanks 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Help me in Deploying the Jboss 4.0.4

2006-06-28 Thread jaikiran
anonymous wrote : where to place my application in order to deploy the 
application

Place your application in the %JBOSS_HOME%/server/default/deploy directory. 
When the server will be started, it will be picked automatically.

anonymous wrote : to my surprise i could not find the bin folder

How did you install jboss? The jboss site provides a zipped downloadable. Just 
unzip it after downloading the same and the jboss is ready for you.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-28 Thread jaikiran
The contents of the log4j.xml, in your post above, are distorted. Enclose the 
contents in a code block(using the Code button above) and post it again.





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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - getting

2006-06-28 Thread camunda
Hi!

We hava a JBoss 4.0.4 GA Patch1 running on a Gentoo Linux server. Now we get 
this Warning from time to time:


  | 2006-06-28 09:30:18,947 WARN  [org.apache.jk.core.MsgContext] Error sending 
end packet
  | java.net.SocketException: Broken pipe
  | at java.net.SocketOutputStream.socketWrite0(Native Method)
  | at 
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
  | at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
  | at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:518)
  | at 
org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:112)
  | at org.apache.jk.core.MsgContext.action(MsgContext.java:293)
  | at org.apache.coyote.Response.action(Response.java:182)
  | at org.apache.coyote.Response.finish(Response.java:304)
  | at 
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:204)
  | at 
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
  | at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
  | at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
  | at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
  | at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
  | at java.lang.Thread.run(Thread.java:595)
  | 2006-06-28 09:30:18,948 WARN  [org.apache.jk.common.ChannelSocket] 
processCallbacks status 2
  | 

I think it has to do with our Apache / TOmcat bridge, but Google has no real 
hoint for me.

Any suggestions?

Thanks
Bernd

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
I`ve tried to remove jmx-console.war from deploy folder and then run jboss 
again and scan it with port scan program(such as MaxPatrol) and jboss running 
well now. Is there any problem with htmlAdaptor.class at jmx-console.war? I 
guess that htmlAdaptor.class makes many error message at console when being 
scan by port scan program...

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-28 Thread AlliumPorrum
anonymous wrote : JBoss is quite lightweight and you can slim it down further 
if needed. 

What do you exactly mean with this? How can I slim it down to work in some 
older computer??

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Cannot create MBeanServer Eror

2006-06-28 Thread hemantrk1612
Hi !

 I am new to jboss. I have just installed jboss on windows 2000 server.
with jdk 1.5.0.

I can not start the jboss. It gives cannot create MBeanServer runtime exception.

full boot log is

16:02:40,374 INFO  [Server] Server Home Dir: C:\jboss-4.0.3SP1\server\default
16:02:40,374 INFO  [Server] Server Home URL: 
file:/C:/jboss-4.0.3SP1/server/default/
16:02:40,374 DEBUG [Server] Server Data Dir: 
C:\jboss-4.0.3SP1\server\default\data
16:02:40,374 INFO  [Server] Server Temp Dir: 
C:\jboss-4.0.3SP1\server\default\tmp
16:02:40,374 DEBUG [Server] Server Config URL: 
file:/C:/jboss-4.0.3SP1/server/default/conf/
16:02:40,374 DEBUG [Server] Server Library URL: 
file:/C:/jboss-4.0.3SP1/server/default/lib/
16:02:40,374 INFO  [Server] Root Deployment Filename: jboss-service.xml
16:02:40,374 DEBUG [Server] Starting General Purpose Architecture (GPA)...
16:02:40,577 WARN  [BasicMBeanRegistry] 
javax.management.MBeanRegistrationException: preRegister() failed: 
[ObjectName='JMImplementation:type=MBeanServerDelegate', 
Class=javax.management.MBeanServerDelegate ([EMAIL PROTECTED])]
16:02:40,593 DEBUG [Server] Failed to start
java.lang.RuntimeException: Cannot create MBeanServer
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:224)
at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:56)
at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:388)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:566)
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: 
[ObjectName='JMImplementation:type=MBeanServerDelegate', 
Class=javax.management.MBeanServerDelegate ([EMAIL PROTECTED])]
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:694)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:196)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:200)
... 8 more
Caused by: javax.management.RuntimeOperationsException: Exception occured 
trying find the descriptors of the MBean
at 
javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptors(ModelMBeanInfoSupport.java:445)
at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.initPersistence(ModelMBeanInvoker.java:522)
at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.init(ModelMBeanInvoker.java:504)
at 
org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:470)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:635)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:678)
... 10 more
Caused by: java.lang.IllegalArgumentException: Descriptor Type is invalid
... 16 more

pls help me.!

thanks in advance.

Hemant Kulkarni

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - security.properties FileNotFoundException

2006-06-28 Thread deepak_srivastav
We moved from jboss 3.2.6 to 4.0.4
But when we executed the junit test cases , we get the following exception

java.io.FileNotFoundException: D:\PBVM2\Source 
Code\build\config\security.properties (The system cannot find the path 
specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at 
com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:56)
at com.sun.enterprise.iiop.POAEJBORB.(POAEJBORB.java:83)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at org.omg.CORBA.ORB.create_impl(ORB.java:295)
at org.omg.CORBA.ORB.init(ORB.java:336)
at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:140)
at com.sun.enterprise.util.ORBManager.init(ORBManager.java:69)
at 
com.sun.enterprise.naming.SerialInitContextFactory.(SerialInitContextFactory.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
at 
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.(InitialContext.java:175)
at 
org.jboss.proxy.ejb.handle.StatefulHandleImpl.getEJBObject(StatefulHandleImpl.java:169)
at 
com.pbvm.crr.api.StateFulBeanManager.setPreviewVO(StateFulBeanManager.java:422)
at 
test.pbvm.crr.meeting.JUnitCRRUtils.createMeeting(JUnitCRRUtils.java:70)
at 
test.pbvm.crr.meeting.CreateMeetingTestCase.testCreateMeeting(CreateMeetingTestCase.java:141)
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 junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:289)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:656)
at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:558)



java.io.FileNotFoundException: D:\PBVM2\Source Code\build\config\ejb.properties 
(The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at 
com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:56)
at com.sun.enterprise.iiop.J2EEInitializer.(J2EEInitializer.java:57)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at 
com.sun.corba.ee.internal.Interceptors.PIORB.registerORBInitializers(PIORB.java:373)
at 
com.sun.corba.ee.internal.Interceptors.PIORB.parseProperties(PIORB.java:343)
at 
com.sun.corba.ee.internal.TxPOA.TxPIORB.parseProperties(TxPIORB.java:116)
at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:449)
at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:152)
at 
com.sun.corba.ee.internal.Interceptors.PIORB.set_parameters(PIORB.java:332)
at org.omg.CORBA.ORB.init(ORB.java:337)
at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:140)
at 

[JBoss-user] [Installation, Configuration Deployment] - Re: Scheduler and fixed intervals

2006-06-28 Thread apinto
Sorry, bump!

This problem is really troubling us, because we can't do the job with the 
Scheduler MBean... Does anyone have an idea? Thanks!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-28 Thread boby
it lacks this file :
server/default/lib/jboss-management.jar

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-28 Thread [EMAIL PROTECTED]
You are right. Installer 1.2.0BETA1 has a fix for this issue: 
http://labs.jboss.com/portal/jemsinstaller/downloads

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Help needed please

2006-06-28 Thread gotiya
I have installed jboss3.0 on windows XP. I had a windows 2000 machine installed 
with jboss3.0 in which my EAR file worked very well. However, after installing 
jboss on win XP if get the following errors. sorry for posting the entire 
server log, but i could not think of anything else.

2006-06-28 17:18:45,072 ERROR [STDERR]  at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
2006-06-28 17:18:45,072 ERROR [STDERR]  at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
2006-06-28 17:18:45,072 ERROR [STDERR]  at 
org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:458)
2006-06-28 17:18:45,072 ERROR [STDERR]  at 
org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
2006-06-28 17:18:45,072 ERROR [STDERR]  at java.lang.Thread.run(Thread.java:534)
2006-06-28 17:18:57,010 ERROR [org.jboss.web.localhost.Engine] 
ApplicationDispatcher[/exchange] Servlet.service() for servlet jsp threw 
exception
org.apache.jasper.JasperException: /communities/communitySplash.jsp(0,3) 
Invalid directive
at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:94)
at 
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:428)
at 
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:126)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:383)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:800)
at org.apache.jasper.compiler.Parser.parse(Parser.java:122)
at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:199)
at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:153)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
at 
cdex.presentation.GlobalFrontController.processRequest(GlobalFrontController.java:236)
at 
cdex.presentation.framework.FrontController.doGet(FrontController.java:27)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:509)
at 

[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-06-28 Thread [EMAIL PROTECTED]
Reread the file. jboss is not preventing you from picking up runtime changes.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-06-28 Thread brian.lucas
Thanks for your reply and I hope you will forgive my ignorance on the inner 
workings of JBOSS.  But how do I reread the file once JBOSS is going?  Is there 
some command I can send to it while it's running to do that?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Synchronous/programatic EAR deployment

2006-06-28 Thread danpat
Hi all,

  I'm trying to detect if the deployment of my EAR file has succeeded from 
within a script.  We have lots of tricky JNDI wiring that needs to be done, and 
it often goes wrong, so I want my ant deploy script to fail if the EAR fails 
to deploy cleanly.

  Most people seem to be using the DeploymentScanner to deploy stuff.  While 
this is neat, it makes it a bit tricky to work out if your EAR has deployed OK.

  Does anyone know of a way to block until the deployment has succeeded or 
failed, and returned an error message of some kind?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - How to access Jboss AS application through URL without speci

2006-06-28 Thread xijia_chen
Greeting...

I am running Jboss AS application on Linux.
I try to find some way to configure the Jboss AS and/or domain on linux so that 
a user may access the Jboss AS application through URL without specifying the 
port number (i.e. http://www.mydomain.com, not http:/www.mydomain.com:8080).

There may have two ways to do it
1. How can we configure the domain on linux to set the default port to 8080?
   ( I prefer this way, if it is possible).
or
2. We may have to forward port 80 to 8080.
I read one post about this topic, but it is not clear for me. I am not sure 
it is a right way or not.

Would some experts provide some suggestions?

Thanks in advance!

Frank 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to access Jboss AS through URL without specifying po

2006-06-28 Thread xijia_chen
I just tried an port forwarding approach.
it works for me.

run one linux command as root
to forward port 443 - 8443 ,
/sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -d 192.168.x.x -j DNAT 
--to 192.168.x.x:8443

The credit goes to 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingPortForwardingWithJBoss

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
Secure the jmx console and invocation paths via the installer or manually. 

http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole 

Thanx a lot to Scott M Starks for helping..

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread ramaka
we placed the mysql-connector-jar in the following lib folders

%JBOSS_HOME%\lib
%JBOSS_HOME%\server\default\lib
%JBOSS_HOME%\server\default\deploy\web-app\WEB-INF\lib
%JBOSS_HOME%\server\all\lib
%JBOSS_HOME%\server\minimal\lib

Are we missing anything. plz let me know

Thanks in Advance,

Rama Krishna Chowdary



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   4   5   6   7   8   9   10   >