[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] [EJB/JBoss] - Start an EJB as an Serverprocess

2006-04-06 Thread devchris
Hi, 

i want to start a Serverprocess which repeats a Method of
a Session-Bean every 15 Minutes. 

Can anyone give me a hint how to implement it smart?

Are there advantages of a little client, which starts a scheduleprocess?

Kind regards.

Chris


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

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


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


[JBoss-user] [Beginners Corner] - SessionBean return own defined JavaObject

2006-04-05 Thread devchris
Hi, 

well, i developed a session bean and i deloyed it to my jboss server. 

Now, i want to return my own Object, which i defined in my package, 
but it does not run. 

For example a Method in a Session Bean: 

public MyObject getIt()
{
   MyObject o=new MyObject(Hello World);
   return o;
}

If i call my session bean in a client, i am getting always an javax.naming 
error. 

What`s wrong with my approach? Can anyone help me?

Must i define MyObject as a Session Bean? 

Kind regards Chris.

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

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


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


[JBoss-user] [JNDI/Naming/Network] - How to return my own Object, with a Method in a SessionBean?

2006-04-05 Thread devchris
Hi, 

well, i developed a session bean and i deloyed it to my jboss server. 

Now, i want to return my own Object, which i defined in my package, 
but it does not run. 

For example a Method in a Session Bean: 

public MyObject getIt() 
{ 
MyObject o=new MyObject(Hello World); 
return o; 
} 

If i call my session bean in a client, i am getting always an javax.naming 
error. 

What`s wrong with my approach? Can anyone help me? 

Must i define MyObject as a Session Bean? 

Kind regards Chris.

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

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


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


[JBoss-user] [JNDI/Naming/Network] - Re: How to return my own Object, with a Method in a SessionB

2006-04-05 Thread devchris
Hi, 

that`s what i found: 

A legal value type for RMI is an object that implements the 
java.io.Serializable interface and is, in fact, serializable (An object that 
implements the Serializable interface will not actually be serializable if the 
classes of one or more of its member variables are non-serializable).

Source: http://www.jguru.com/faq/view.jsp?EID=349856

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

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


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


[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-14 Thread devchris
Hi Balaji, Hi ilango, 

i am a beginner, too.

I find illango`s proposal good. Maybe we can help us, if anyon has 
a problem. 

Kind regards.

Chris

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

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


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


[JBoss-user] [JBoss Portal] - JBoss Portal - Incomplete Deployment

2006-03-13 Thread devchris
Hi JBoss-Portal-Developers, 

i want to deploy the jboss-portal and i am getting the following
error-listing:


15:14:34,577 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: portal:policy=PortalPolicyConfigStore,type=Component
  State: FAILED
  Reason: java.lang.IllegalArgumentException: No transaction manager provided
  I Depend On:
portal:policy=JaccPortalPolicyConfigurator
portal:service=TreeCacheProvider,type=transient
portal:policy=PortalPolicyConfigService
  Depends On Me:
portal:deploymentFactory=PortletApp

ObjectName: portal:deploymentFactory=PortletApp
  State: CONFIGURED
  I Depend On:
portal:deployer=PortalWebApp
portal:service=WebAppRegistry
portal:service=ServerConfig
portal:policy=PortalPolicyConfigStore,type=Component
  Depends On Me:
portal:deployer=Adapter

ObjectName: portal:deployer=Adapter
  State: CONFIGURED
  I Depend On:
portal:deploymentFactory=Object
portal:deploymentFactory=PortletApp
portal:deploymentFactory=Layout
portal:deploymentFactory=LayoutFeatures
portal:deploymentFactory=Theme
portal:service=Module,type=User
portal:service=Module,type=Role
portal:service=Module,type=Mail
portal:deployer=PortalWebApp
jboss.web:service=WebServer

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: portal:policy=PortalPolicyConfigStore,type=Component
  State: FAILED
  Reason: java.lang.IllegalArgumentException: No transaction manager provided
  I Depend On:
portal:policy=JaccPortalPolicyConfigurator
portal:service=TreeCacheProvider,type=transient
portal:policy=PortalPolicyConfigService
  Depends On Me:
portal:deploymentFactory=PortletApp
--

What i am doing wrong. Can anyone give me a hint?

Kind regards

Chris

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

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


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


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

2006-03-13 Thread devchris
Hi JBoss-Portal-Developers, 

i want to deploy the jboss-portal and i am getting the following 
error-listing: 

 

15:14:34,577 ERROR [URLDeploymentScanner] Incomplete Deployment listing: 

--- MBeans waiting for other MBeans --- 
ObjectName: portal:policy=PortalPolicyConfigStore,type=Component 
State: FAILED 
Reason: java.lang.IllegalArgumentException: No transaction manager provided 
I Depend On: 
portal:policy=JaccPortalPolicyConfigurator 
portal:service=TreeCacheProvider,type=transient 
portal:policy=PortalPolicyConfigService 
Depends On Me: 
portal:deploymentFactory=PortletApp 

ObjectName: portal:deploymentFactory=PortletApp 
State: CONFIGURED 
I Depend On: 
portal:deployer=PortalWebApp 
portal:service=WebAppRegistry 
portal:service=ServerConfig 
portal:policy=PortalPolicyConfigStore,type=Component 
Depends On Me: 
portal:deployer=Adapter 

ObjectName: portal:deployer=Adapter 
State: CONFIGURED 
I Depend On: 
portal:deploymentFactory=Object 
portal:deploymentFactory=PortletApp 
portal:deploymentFactory=Layout 
portal:deploymentFactory=LayoutFeatures 
portal:deploymentFactory=Theme 
portal:service=Module,type=User 
portal:service=Module,type=Role 
portal:service=Module,type=Mail 
portal:deployer=PortalWebApp 
jboss.web:service=WebServer 

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- 
ObjectName: portal:policy=PortalPolicyConfigStore,type=Component 
State: FAILED 
Reason: java.lang.IllegalArgumentException: No transaction manager provided 
I Depend On: 
portal:policy=JaccPortalPolicyConfigurator 
portal:service=TreeCacheProvider,type=transient 
portal:policy=PortalPolicyConfigService 
Depends On Me: 
portal:deploymentFactory=PortletApp 
--
 

What i am doing wrong. Can anyone give me a hint? 

Kind regards 

Chris

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

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


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


[JBoss-user] [JBoss Portal] - Re: JBoss Portal - Incomplete Deployment

2006-03-13 Thread devchris
Hi, 

maybe this is the problem? 

-
16:45:26,481 INFO  [TreeCache] cache mode is local, will not create the channel
16:45:26,547 WARN  [ServiceController] Problem starting service 
portal:policy=PortalPolicyConfigStore,type=Component
java.lang.IllegalArgumentException: No transaction manager provided
at 
org.jboss.portal.common.transaction.Transactions.applyBefore(Transactions.java:72)
at 
org.jboss.portal.security.impl.store.TreeCacheAdapter.start(TreeCacheAdapter.java:146)
at 
org.jboss.portal.security.impl.store.JBossTreeCacheStore.startService(JBossTreeCacheStore.java:68)
at 
org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl.startService(JBossPortalPolicyConfigStoreImpl.java:264)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:181)
at 
org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:960)
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 sun.reflect.GeneratedMethodAccessor6.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 org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
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 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
at 

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

2006-03-13 Thread devchris
Hi, 

maybe this is the problem? 

-
16:45:26,481 INFO  [TreeCache] cache mode is local, will not create the channel
16:45:26,547 WARN  [ServiceController] Problem starting service 
portal:policy=PortalPolicyConfigStore,type=Component
java.lang.IllegalArgumentException: No transaction manager provided
at 
org.jboss.portal.common.transaction.Transactions.applyBefore(Transactions.java:72)
at 
org.jboss.portal.security.impl.store.TreeCacheAdapter.start(TreeCacheAdapter.java:146)
at 
org.jboss.portal.security.impl.store.JBossTreeCacheStore.startService(JBossTreeCacheStore.java:68)
at 
org.jboss.portal.security.impl.JBossPortalPolicyConfigStoreImpl.startService(JBossPortalPolicyConfigStoreImpl.java:264)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:181)
at 
org.jboss.portal.common.system.AbstractJBossService.start(AbstractJBossService.java:86)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:960)
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 sun.reflect.GeneratedMethodAccessor6.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 org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
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 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:319)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:507)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:192)
at 

[JBoss-user] [Installation, Configuration Deployment] - JBoss - 4.0.3SP1 Startup-Problems

2006-03-10 Thread devchris
Hi, 

i am getting the following error messages on my mac os x 10.3.9 System.

==

 JBOSS_HOME: /Applications/jboss-4.0.3SP1

  JAVA: /Library/Java/Home/bin/java

  JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh

  CLASSPATH: 
/Applications/jboss-4.0.3SP1/bin/run.jar:/Library/Java/Home/lib/tools.jar

=

15:18:09,630 INFO  [Server] Starting JBoss (MX MicroKernel)...
15:18:09,632 INFO  [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: 
CVSTag=JBoss_4_0_3_SP1 date=200510231751)
15:18:09,644 INFO  [Server] Home Dir: /Applications/jboss-4.0.3SP1
15:18:09,644 INFO  [Server] Home URL: file:/Applications/jboss-4.0.3SP1/
15:18:09,646 INFO  [Server] Patch URL: null
15:18:09,647 INFO  [Server] Server Name: default
15:18:09,647 INFO  [Server] Server Home Dir: 
/Applications/jboss-4.0.3SP1/server/default
15:18:09,648 INFO  [Server] Server Home URL: 
file:/Applications/jboss-4.0.3SP1/server/default/
15:18:09,649 INFO  [Server] Server Temp Dir: 
/Applications/jboss-4.0.3SP1/server/default/tmp
15:18:09,650 INFO  [Server] Root Deployment Filename: jboss-service.xml
15:18:10,139 INFO  [ServerInfo] Java version: 1.4.2_09,Apple Computer, Inc.
15:18:10,140 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.4.2-56,Apple Computer, Inc.
15:18:10,141 INFO  [ServerInfo] OS-System: Mac OS X 10.3.9,ppc
15:18:10,733 INFO  [Server] Core system initialized
15:18:12,397 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
15:18:13,754 ERROR [MainDeployer] Could not create deployment: 
file:/Applications/jboss-4.0.3SP1/server/default/deploy/ejb3.deployer/
org.jboss.deployment.DeploymentException: Unexpected error during load of: 
org.jboss.ejb3.EJB3Deployer, msg=org/jboss/ejb3/EJB3Deployer (Unsupported 
major.minor version 49.0); - nested throwable: 
(java.lang.ClassNotFoundException: Unexpected error during load of: 
org.jboss.ejb3.EJB3Deployer, msg=org/jboss/ejb3/EJB3Deployer (Unsupported 
major.minor version 49.0))
at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:178)
at 
org.jboss.system.ServiceController.install(ServiceController.java:215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
===

What`s wrong? Can someone give me a hint?

Kind regards 

Chris

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

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


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


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss - 4.0.3SP1 Startup-Problems

2006-03-10 Thread devchris
I will download and try it. 

Thank you Anders.

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

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


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


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss - 4.0.3SP1 Startup-Problems

2006-03-10 Thread devchris
Hi Anders, 

it runs without throwing exceptions.

Thank you very much.

Chris

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

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


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