For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 13 replies, 3 voices, and was last updated 17 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
jadeite1000MemberThis message has not been recovered.
February 18, 2008 at 12:47 pm #281886
Riyad KallaMemberFrustrated,
I’m sorry your reply was never answered.You can launch JRun 4 from MyEclipse, just be sure to setup the Home directory to the installed JRun directory and the JDK used to launch it to be the JDK that JRun ships.
As far as JSP debugging, it can work, but it’s very flaky because the source map that JRun returns it incomplete, you can read more about it here:
https://www.genuitec.com/forums/topic/jrun-4-jsp-debugging-is-broken-but-it-supports-jsr-45/As far as running it in Debug mode, this is set under the “Launch” preferences for the JRun 4 connector.
March 9, 2008 at 1:44 pm #282660
dr_khaledcsMemberHi,
Unfortunately, JDK is not shipped with JRun but only JRE 1.4.2. So, how can we have JRun runs from Myeclipse?
Best regards
Khaled
March 10, 2008 at 9:33 am #282688
Riyad KallaMemberKhaled,
I believe so… if you cannot and the connector won’t let you, you will need to download the JDK from Sun and install ti separately. You can click the Java SE downloads on the Sun site and then “Previous Releases” and then “Archives” I believe to go back that far.March 10, 2008 at 9:49 am #282691
dr_khaledcsMemberThanks Riyad
I have installed JRun 4 Update 7 which supports jre 1.6.0_01 and it works fine under Myeclipse 6.1. But, after I deployed and run MERSimpleReportExample (which has been downloaded from your web site), I got the following errors message in the middle:
Starting Macromedia JRun 4.0 (Build 108621), default server
03/10 17:32:33 info JRun Naming Service listening on *:2908
03/10 17:32:33 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
03/10 17:32:33 info JRun Web Server listening on *:8100
03/10 17:32:33 info Deploying enterprise application “default-ear” from: file:/C:/JRun4/servers/default/default-ear/
03/10 17:32:33 info Deploying web application “JRun Default Web Application” from: file:/C:/JRun4/servers/default/default-ear/
03/10 17:32:33 info Web Services in default-ear#default-war:
03/10 17:32:33 info AdminService
03/10 17:32:33 warning default-war web application has ‘reload’ as true in jrun-web.xml. Consider setting it false if the application is running in production environment.
03/10 17:32:33 warning default-war web application has ‘compile’ as true in jrun-web.xml. Consider setting it false if the application is running in production environment.
03/10 17:32:33 user JSPServlet: init
03/10 17:32:34 info Deploying web application “file:/C:/JRun4/servers/default/MERSimpleReportExample/” from: file:/C:/JRun4/servers/default/MERSimpleReportExample/
03/10 17:32:34 error java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V
[1]java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V
at org.eclipse.birt.report.soapengine.api.ColumnProperties.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:171)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:112)
at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getLanguageSpecificType(WSDDTypeMapping.java:221)
at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:549)
at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:267)
at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:247)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:243)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:104)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
at org.apache.axis.server.AxisServer.<init>(AxisServer.java:126)
at jrunx.axis.AxisService.start(AxisService.java:158)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
at jrun.servlet.WebApplicationService.start(WebApplicationService.java:229)
at jrun.deployment.DeployerService.initModules(DeployerService.java:708)
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243)
at jrun.deployment.DeployerService.deploy(DeployerService.java:428)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:889)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[0]javax.management.RuntimeErrorException: java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:858)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:869)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:838)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
at jrun.servlet.WebApplicationService.start(WebApplicationService.java:229)
at jrun.deployment.DeployerService.initModules(DeployerService.java:708)
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243)
at jrun.deployment.DeployerService.deploy(DeployerService.java:428)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:889)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Caused by: java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V
at org.eclipse.birt.report.soapengine.api.ColumnProperties.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:171)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:112)
at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getLanguageSpecificType(WSDDTypeMapping.java:221)
at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:549)
at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:267)
at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:247)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:243)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:104)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
at org.apache.axis.server.AxisServer.<init>(AxisServer.java:126)
at jrunx.axis.AxisService.start(AxisService.java:158)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
… 14 more03/10 17:32:34 user JSPServlet: init
03/10 17:32:35 info Deploying enterprise application “JRun 4.0 Internal J2EE Components” from: file:/C:/JRun4/lib/jrun-comp.ear
03/10 17:32:35 info Deploying EJB “JRunSQLInvoker” from: file:/C:/JRun4/lib/jrun-comp.ear
03/10 17:32:35 info Deploying enterprise application “Flash Remoting EAR” from: file:/C:/JRun4/lib/flashgateway.ear
03/10 17:32:35 info Deploying web application “Flash Remoting” from: file:/C:/JRun4/lib/flashgateway.ear
03/10 17:32:35 user JSPServlet: init
03/10 17:32:35 user FlashGatewayServlet: init
Server default ready (startup time: 4 seconds)Best regards
Khaled
March 10, 2008 at 10:30 am #282698
Riyad KallaMemberKhaled,
Those are API conflict errors, notice that BIRT’s ColumnProperties constructor is trying to call the TypeDesc(Class) constructor, but saying that it cannot find it:Caused by: java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V
at org.eclipse.birt.report.soapengine.api.ColumnProperties.<clinit>(Unknown Source)Obviously the version of Axis shipped inside the reporting project works with the project, so for the project to fail so fundamentally like this means that JRun is shipping it’s own server-wide version of Axis (probably in the /lib directory) That is being loaded instead and breaking this report project.
Other servers, like JBoss, have a setting usually in the server config that tells the server to load project-specific libraries in higher priority than the server-specified libraries to avoid conflicts like these (because these servers now adays ship so many libraries).
You will want to double-check the JRun docs to see exactly how to do that, or how to avoid class loading problems on JRun like this, I don’t know off hand how to do so on JRun otherwise I’d mention it, sorry.
March 10, 2008 at 1:32 pm #282732
dr_khaledcsMemberThanks Riyad
I have found to how load first the web application classes and then JRun classes, but unfortyunately a new type of error occurs which is as follows:
Starting Macromedia JRun 4.0 (Build 108621), default server
03/10 21:30:30 info JRun Naming Service listening on *:2908
03/10 21:30:30 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
03/10 21:30:30 info JRun Web Server listening on *:8100
03/10 21:30:30 info Deploying enterprise application “default-ear” from: file:/C:/JRun4/servers/default/default-ear/
03/10 21:30:30 info Deploying web application “JRun Default Web Application” from: file:/C:/JRun4/servers/default/default-ear/
03/10 21:30:30 info Web Services in default-ear#default-war:
03/10 21:30:30 info AdminService
03/10 21:30:30 warning default-war web application has ‘reload’ as true in jrun-web.xml. Consider setting it false if the application is running in production environment.
03/10 21:30:30 warning default-war web application has ‘compile’ as true in jrun-web.xml. Consider setting it false if the application is running in production environment.
03/10 21:30:30 user JSPServlet: init
03/10 21:30:31 info Deploying web application “Flex Admin Web Application” from: file:/C:/JRun4/servers/default/flex-admin.war
03/10 21:30:31 user JSPServlet: init
03/10 21:30:32 user MessageBrokerServlet: init
03/10 21:30:32 info Deploying web application “LiveCycle Data Services” from: file:/C:/JRun4/servers/default/flex.war
03/10 21:30:32 user JSPServlet: init
03/10 21:30:33 user FlexMxmlServlet: init
03/10 21:30:34 INFO Loading configuration file C:\JRun4\servers\default\SERVER-INF\temp\flex.war1711966440\WEB-INF\flex\flex-webtier-config.xml
03/10 21:30:34 INFO Loading configuration file C:\JRun4\servers\default\SERVER-INF\temp\flex.war1711966440\WEB-INF\flex\flex-config.xml
03/10 21:30:34 user FlexMxmlServlet: Starting Adobe Flex Web Tier Compiler
03/10 21:30:34 user FlexMxmlServlet: Adobe Flex Web Tier Compiler Build: 173666
03/10 21:30:34 user MessageBrokerServlet: init
03/10 21:30:36 user FlexSwfServlet: init
03/10 21:30:36 user FlexInternalServlet: init
03/10 21:30:37 info Deploying web application “file:/C:/JRun4/servers/default/MERSimpleReportExample/” from: file:/C:/JRun4/servers/default/MERSimpleReportExample/
03/10 21:30:37 error java.lang.ExceptionInInitializerError
[2]org.apache.commons.logging.LogConfigurationException: User-specified log class ‘jrunx.axis.Logging’ cannot be found or is not useable.
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:664)
at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37)
at org.apache.axis.encoding.ser.BaseSerializerFactory.<clinit>(BaseSerializerFactory.java:42)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:171)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:112)
at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getSerializer(WSDDTypeMapping.java:255)
at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:549)
at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:267)
at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:247)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:243)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:104)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
at org.apache.axis.server.AxisServer.<init>(AxisServer.java:126)
at jrunx.axis.AxisService.start(AxisService.java:158)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
at jrun.servlet.WebApplicationService.start(WebApplicationService.java:229)
at jrun.deployment.DeployerService.initModules(DeployerService.java:708)
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243)
at jrun.deployment.DeployerService.deploy(DeployerService.java:428)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:889)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[1]java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:171)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:112)
at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getSerializer(WSDDTypeMapping.java:255)
at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:549)
at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:267)
at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:247)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:243)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:104)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
at org.apache.axis.server.AxisServer.<init>(AxisServer.java:126)
at jrunx.axis.AxisService.start(AxisService.java:158)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
at jrun.servlet.WebApplicationService.start(WebApplicationService.java:229)
at jrun.deployment.DeployerService.initModules(DeployerService.java:708)
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243)
at jrun.deployment.DeployerService.deploy(DeployerService.java:428)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:889)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class ‘jrunx.axis.Logging’ cannot be found or is not useable.
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:664)
at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37)
at org.apache.axis.encoding.ser.BaseSerializerFactory.<clinit>(BaseSerializerFactory.java:42)
… 40 more
[0]javax.management.RuntimeErrorException: java.lang.ExceptionInInitializerError
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:858)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:869)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:838)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
at jrun.servlet.WebApplicationService.start(WebApplicationService.java:229)
at jrun.deployment.DeployerService.initModules(DeployerService.java:708)
at jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243)
at jrun.deployment.DeployerService.deploy(DeployerService.java:428)
at jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)
at jrun.deployment.DeployerService.run(DeployerService.java:889)
at jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Caused by: java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:171)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:112)
at org.apache.axis.deployment.wsdd.WSDDTypeMapping.getSerializer(WSDDTypeMapping.java:255)
at org.apache.axis.deployment.wsdd.WSDDService.deployTypeMapping(WSDDService.java:549)
at org.apache.axis.deployment.wsdd.WSDDService.initTMR(WSDDService.java:267)
at org.apache.axis.deployment.wsdd.WSDDService.<init>(WSDDService.java:247)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:243)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:104)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
at org.apache.axis.server.AxisServer.<init>(AxisServer.java:126)
at jrunx.axis.AxisService.start(AxisService.java:158)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
… 14 more
Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class ‘jrunx.axis.Logging’ cannot be found or is not useable.
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:798)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:664)
at org.apache.axis.components.logger.LogFactory.getLog(LogFactory.java:37)
at org.apache.axis.encoding.ser.BaseSerializerFactory.<clinit>(BaseSerializerFactory.java:42)
… 40 more03/10 21:30:37 user JSPServlet: init
03/10 21:30:38 info Deploying web application “LiveCycle Data Services Samples” from: file:/C:/JRun4/servers/default/samples.war
03/10 21:30:38 user JSPServlet: init
03/10 21:30:39 user FlexMxmlServlet: init
03/10 21:30:39 INFO Loading configuration file C:\JRun4\servers\default\SERVER-INF\temp\samples.war-915612178\WEB-INF\flex\flex-webtier-config.xml
03/10 21:30:39 INFO Loading configuration file C:\JRun4\servers\default\SERVER-INF\temp\samples.war-915612178\WEB-INF\flex\flex-config.xml
03/10 21:30:40 user FlexMxmlServlet: Starting Adobe Flex Web Tier Compiler
03/10 21:30:40 user FlexMxmlServlet: Adobe Flex Web Tier Compiler Build: 173666
03/10 21:30:40 user MessageBrokerServlet: init
Starting HSQLDB database for sample applications…
[Server@1705316]: [Thread[scheduler-9,5,scheduler]]: checkRunning(false) entered
[Server@1705316]: [Thread[scheduler-9,5,scheduler]]: checkRunning(false) exited
[Server@1705316]: Startup sequence initiated from main() method
[Server@1705316]: Loaded properties from [C:\JRun4\bin\server.properties]
[Server@1705316]: Initiating startup sequence…
[Server@1705316]: Server socket opened successfully in 0 ms.
[Server@1705316]: Database [index=0, id=0, db=file:C:/JRun4/servers/default/SERVER-INF/temp/samples.war-915612178/WEB-INF/db/flexdemodb/flexdemodb, alias=flexdemodb] opened sucessfully in 594 ms.
[Server@1705316]: Startup sequence completed in 610 ms.
[Server@1705316]: 2008-03-10 21:30:44.250 HSQLDB server 1.8.0 is online
[Server@1705316]: To close normally, connect and execute SHUTDOWN SQL
[Server@1705316]: From command line, use [Ctrl]+[C] to abort abruptly
03/10 21:30:44 user FlexSwfServlet: init
03/10 21:30:44 user FlexInternalServlet: init
03/10 21:30:44 info Deploying enterprise application “JRun 4.0 Internal J2EE Components” from: file:/C:/JRun4/lib/jrun-comp.ear
03/10 21:30:44 info Deploying EJB “JRunSQLInvoker” from: file:/C:/JRun4/lib/jrun-comp.ear
03/10 21:30:44 info Deploying enterprise application “Flash Remoting EAR” from: file:/C:/JRun4/lib/flashgateway.ear
03/10 21:30:44 info Deploying web application “Flash Remoting” from: file:/C:/JRun4/lib/flashgateway.ear
03/10 21:30:44 user JSPServlet: init
03/10 21:30:44 user FlashGatewayServlet: init
Server default ready (startup time: 16 seconds)Any suggestion please.
Best regards
Khaled
March 18, 2008 at 8:46 am #283021
dr_khaledcsMemberThis message has not been recovered.
March 18, 2008 at 11:26 am #283034
Riyad KallaMemberThis message has not been recovered.
March 18, 2008 at 12:26 pm #283040
dr_khaledcsMemberThis message has not been recovered.
March 18, 2008 at 12:26 pm #283041
dr_khaledcsMemberThis message has not been recovered.
March 18, 2008 at 12:52 pm #283042
Riyad KallaMemberThis message has not been recovered.
March 19, 2008 at 6:06 am #283093
dr_khaledcsMemberThis message has not been recovered.
March 24, 2008 at 7:19 am #283208
Riyad KallaMemberThis message has not been recovered.
-
AuthorPosts