[JBoss-dev] Deployment error

2003-07-29 Thread Ben Wang
Hi,

Don't know if it is my setup. But I got the following deployment error
on the latest Jboss head when running run.sh. BTW, I am running Cygwin
from Wins XP.

2003-07-28 22:24:52,093 DEBUG [org.jboss.management.j2ee.MBean] Failed
to initialze state from: jboss.aop:service=AspectDeployer
java.lang.ArrayIndexOutOfBoundsException: -1
at
org.jboss.management.j2ee.StateManagement.setState(StateManagement.java:
188)
at org.jboss.management.j2ee.MBean.postCreation(MBean.java:158)
at
org.jboss.management.j2ee.J2EEManagedObject.postRegister(J2EEManagedObje
ct.java:250)
at
org.jboss.mx.server.AbstractMBeanInvoker.invokePostRegiste(AbstractMBean
Invoker.java:660
...

Any clue? Email me if you want more details.

Thanks,

-Ben



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Deployment error

2003-07-29 Thread Scott M Stark
A debug level message is not a deployment error. Is this actually preventing a 
deployment?

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Ben Wang wrote:

Hi,

Don't know if it is my setup. But I got the following deployment error
on the latest Jboss head when running run.sh. BTW, I am running Cygwin
from Wins XP.
2003-07-28 22:24:52,093 DEBUG [org.jboss.management.j2ee.MBean] Failed
to initialze state from: jboss.aop:service=AspectDeployer
java.lang.ArrayIndexOutOfBoundsException: -1
at
org.jboss.management.j2ee.StateManagement.setState(StateManagement.java:
188)
at org.jboss.management.j2ee.MBean.postCreation(MBean.java:158)
at
org.jboss.management.j2ee.J2EEManagedObject.postRegister(J2EEManagedObje
ct.java:250)
at
org.jboss.mx.server.AbstractMBeanInvoker.invokePostRegiste(AbstractMBean
Invoker.java:660
...
Any clue? Email me if you want more details.

Thanks,

-Ben



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Deployment error

2003-07-29 Thread Ben Wang
Scott,

You are right. It doesn't seem to prevent a deployment, but maybe still
an anomaly.

Thanks,

-Ben

===
Message: 5
Date: Tue, 29 Jul 2003 05:39:26 -0700
From: Scott M Stark [EMAIL PROTECTED]
Organization: JBoss Group
To:  [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Deployment error
Reply-To: [EMAIL PROTECTED]

A debug level message is not a deployment error. Is this actually
preventing a 
deployment?

-- 

Scott Stark
Chief Technology Officer
JBoss Group, LLC





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Deployment Error Using 2.4.6 with Timcat 4.0.3

2002-05-22 Thread Artie Copeland

i am having a real problem using JBoss in a production environment.  any time i try to 
deploy more than 5 components (ear, war, jar) i receive this error. it doesn't matter 
if i try to hot deploy or deploy on startup.

my configuration is RedHat Linux 7.1, ibm jdk 1.3.1, mySql with XA, Apache 1.3.22. i 
use the AJP 1.3 Connector.  on another machine i don't get the problem and they are 
configured identically.

please help.


+++
MESSAGE
+++
org.jboss.deployment.DeploymentException: Could not deploy 
file:/usr/local/JBoss-2.4.6_Tomcat-4.0.3/jboss/tmp/deploy/Default/utilities.ear, 
Cause: java.lang.RuntimeException: unexpected: java.lang.ClassFormatError: 
org/jboss/web/WebServiceMBean$Proxy (Illegal constant pool type)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:404)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:307)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at 
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
at $Proxy0.start(Unknown Source)
at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.Main.init(Main.java:208)
at org.jboss.Main$1.run(Main.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:106)

* * *

View thread online: http://jboss.org/forums/thread.jsp?forum=66thread=16172

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Deployment Error Using 2.4.6 with Timcat 4.0.3

2002-05-22 Thread Scott M Stark

Validate that the jboss.jar is not corrupted. It should match:
[starksm@main ext]$ cksum jboss.jar
1444238133 892110 jboss.jar
[starksm@main ext]$ md5sum jboss.jar
9e12a4c974657b490ff05dbb95461dd7  jboss.jar


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: Artie Copeland [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 22, 2002 1:57 AM
Subject: [JBoss-dev] Deployment Error Using 2.4.6 with Timcat 4.0.3


 i am having a real problem using JBoss in a production environment.  any
time i try to deploy more than 5 components (ear, war, jar) i receive this
error. it doesn't matter if i try to hot deploy or deploy on startup.

 my configuration is RedHat Linux 7.1, ibm jdk 1.3.1, mySql with XA, Apache
1.3.22. i use the AJP 1.3 Connector.  on another machine i don't get the
problem and they are configured identically.

 please help.


 +++
 MESSAGE
 +++
 org.jboss.deployment.DeploymentException: Could not deploy
file:/usr/local/JBoss-2.4.6_Tomcat-4.0.3/jboss/tmp/deploy/Default/utilities.
ear, Cause: java.lang.RuntimeException: unexpected:
java.lang.ClassFormatError: org/jboss/web/WebServiceMBean$Proxy (Illegal
constant pool type)
 at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:404)
 at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:307)
 at java.lang.reflect.Method.invoke(Native Method)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at
org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
 at
org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
 at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
 at java.lang.reflect.Method.invoke(Native Method)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
 at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
 at
org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
 at
org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
 at java.lang.reflect.Method.invoke(Native Method)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(Configurati
onService.java:967)
 at $Proxy0.start(Unknown Source)
 at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
 at java.lang.reflect.Method.invoke(Native Method)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
 at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
 at org.jboss.Main.init(Main.java:208)
 at org.jboss.Main$1.run(Main.java:110)
 at java.security.AccessController.doPrivileged(Native Method)
 at org.jboss.Main.main(Main.java:106)

 * * *

 View thread online:
http://jboss.org/forums/thread.jsp?forum=66thread=16172

 ___

 Don't miss the 2002 Sprint PCS Application Developer's Conference
 August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Deployment error

2001-12-18 Thread savitha

I am working on Windows NT, installed Jboss,mysql.when i am trying to deploy the file, 
i have the following error

Server.run/init: java.net.BindException: Address in use: JVM_Bind

following is the entire server details

D:\JBoss-2.4.3_Tomcat-3.2.3\jboss\binrun_with_tomcat
JBOSS_CLASSPATH=;D:\jdk1.3;/lib/tools.jar;run.jar;../lib/crimson.jar
jboss.home = D:\JBoss-2.4.3_Tomcat-3.2.3\jboss
Using JAAS LoginConfig: file:/D:/JBoss-2.4.3_Tomcat-3.2.3/jboss/conf/tomcat/auth
.conf
Using configuration tomcat
[root] Started Log4jService, config=file:/D:/JBoss-2.4.3_Tomcat-3.2.3/jboss/conf
/tomcat/log4j.properties
[Info] Java version: 1.3.0,Sun Microsystems Inc.
[Info] Java VM: Java HotSpot(TM) Client VM 1.3.0-C,Sun Microsystems Inc.
[Info] System: Windows NT 4.0,x86
[Shutdown] Shutdown hook added
[Service Control] Initializing 47 MBeans
[WebService] Initializing
[WebService] Initialized
[NamingService] Initializing
[NamingService] Initialized
[JNDIView] Initializing
[JNDIView] Initialized
[TransactionManagerService] Initializing
[TransactionManagerService] Initialized
[ClientUserTransactionService] Initializing
[ClientUserTransactionService] Initialized
[JaasSecurityManagerService] Initializing
[JaasSecurityManagerService] Initialized
[JdbcProvider] Initializing
[JdbcProvider] Loaded JDBC-driver:org.hsqldb.jdbcDriver
[JdbcProvider] Initialized
[HypersonicDatabase] Initializing
[HypersonicDatabase] Initialized
[XADataSourceLoader] Initializing
[XADataSourceLoader] Initialized
[ServerDataCollector] Initializing
[ServerDataCollector] Initialized
[ContainerFactory] Initializing
[ContainerFactory] Initialized
[EmbeddedTomcatServiceSX] Initializing
[EmbeddedTomcatServiceSX] Initialized
[JBossMQService] Initializing
[JBossMQService] Initialized
[StateManager] Initializing
[StateManager] Initialized
[PersistenceManager] Initializing
[PersistenceManager] Initialized
[JVMServerILService] Initializing
[JVMServerILService] Initialized
[RMIServerILService] Initializing
[RMIServerILService] Initialized
[OILServerILService] Initializing
[OILServerILService] Initialized
[UILServerILService] Initializing
[UILServerILService] Initialized
[TopicManager] Initializing
[TopicManager] Initialized
[TopicManager] Initializing
[TopicManager] Initialized
[TopicManager] Initializing
[TopicManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[QueueManager] Initializing
[QueueManager] Initialized
[NamingAlias] Initializing
[NamingAlias] Initialized
[NamingAlias] Initializing
[NamingAlias] Initialized
[JMSProviderLoader] Initializing
[JMSProviderLoader] Initialized
[ServerSessionPoolLoader] Initializing
[ServerSessionPoolLoader] Initialized
[J2eeDeployer] Initializing
[J2eeDeployer] Initialized
[RARDeployer] Initializing
[RARDeployer] Initialized
[ConnectionManagerFactoryLoader] Initializing
[MinervaNoTransCMFactory] Initialized
[ConnectionManagerFactoryLoader] Initializing
[MinervaSharedLocalCMFactory] Initialized
[ConnectionManagerFactoryLoader] Initializing
[MinervaXACMFactory] Initialized
[ConnectionFactoryLoader] Initializing
[MinervaDS] Initialized
[ConnectionFactoryLoader] Initializing
[JmsXA] Initialized
[AutoDeployer] Initializing
[AutoDeployer] Initialized
[JMXAdaptorService] Initializing
[JMXAdaptorService] Initialized
[RMIConnectorService] Initializing
[RMIConnectorService] Initialized
[MailService] Initializing
[MailService] Initialized
[Service Control] Initialized 47 services
[Service Control] Starting 47 MBeans
[WebService] Starting
[WebService] Started webserver with address: null port: 8083
[WebService] Codebase set to: http://son1068:8083/
[WebService] Started
[NamingService] Starting
[NamingService] Starting jnp server
[NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, C
lient SocketFactory=null, Server SocketFactory=null
[NamingService] InitialContext Environment:
[NamingService] key=java.naming.factory.initial, value=org.jnp.interfaces.Naming
ContextFactory
[NamingService] key=java.naming.factory.url.pkgs, value=org.jboss.naming:org.jnp
.interfaces:org.jboss.naming:org.jnp.interfaces
[NamingService] Naming started on port 1099
[NamingService] Started
[JNDIView] Starting
[JNDIView] Started
[TransactionManagerService] Starting
[TransactionManagerService] Started
[ClientUserTransactionService] Starting
[ClientUserTransactionService] Started
[JaasSecurityManagerService] Starting
[JaasSecurityManagerService] startService, cachePolicy=null
[JaasSecurityManagerService] startService, SecurityProxyFactory=org.jboss.securi
ty.SubjectSecurityProxyFactory@45f0e3
[JaasSecurityManagerService] Started