[EJB 3.0] - Re: Ejb 3 in Jboss 5 Beta 3
by sampatn
I am having the same problem too. I downloaded the jboss beta3. wrote a sample HelloWorld Stateless session bean and I found the same problem.
14:29:56,178 INFO [EJBContainer] STARTED EJB: com.ns.learn.ejb3.beans.helloworld.HelloUserBean ejbName: HelloUserBean
14:29:57,304 INFO [EJBContainer] STOPPED EJB: com.ns.learn.ejb3.beans.helloworld.HelloUserBean ejbName: HelloUserBean
14:29:57,304 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:jar=helloworld.jar,name=HelloUserBean,service=EJB3 state=Create
java.lang.NullPointerException
at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers(EJBTimerServiceImpl.java:452)
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:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
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:668)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy61.restoreTimers(Unknown Source)
at org.jboss.ejb3.timerservice.jboss.JBossTimerServiceFactory.restoreTimerService(JBossTimerServiceFactory.java:121)
at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.java:128)
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.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:56)
at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:110)
at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:214)
at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:45)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:108)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:69)
at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:135)
at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:46)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:574)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:398)
at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:96)
at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:90)
at org.jboss.ejb3.MCKernelAbstraction.install(MCKernelAbstraction.java:151)
at org.jboss.ejb3.Ejb3Deployment.registerEJBContainer(Ejb3Deployment.java:350)
at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:411)
at org.jboss.ejb3.deployers.EJBStage2Deployer.deploy(EJBStage2Deployer.java:53)
at org.jboss.ejb3.deployers.EJBStage2Deployer.deploy(EJBStage2Deployer.java:37)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:245)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:131)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:408)
at org.jboss.Main.boot(Main.java:208)
at org.jboss.Main$1.run(Main.java:534)
"ALRubinger" wrote : Great; when back from holiday travels I'll take a look for you.
|
| S,
| ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116175#4116175
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116175
17 years
[JBoss Seam] - Flex + Seam example not working
by javidjamae
I tried to get the Flex + Seam example from the wiki working, using the instructions they give:
anonymous wrote : 1. extract files to the SEAM-HOME/examples/remoting/helloworld/view dir
| 2. run ant
| 3. deploy seam-helloworld.ear
| 4. Open a browser and go to http://localhost:8080/seam-helloworld/flexhelloworld.html
I followed these steps exactly using JBoss Seam 2.0.0.GA and JBoss AS 4.2.2.GA. When I pull up the URL, the JBoss console gives me the following, and the client side does nothing when I try to interact with it:
java.lang.IllegalStateException: Cannot create a session after the response has been committed
| at org.apache.catalina.connector.Request.doGetSession(Request.java:2301)
| at org.apache.catalina.connector.Request.getSession(Request.java:2075)
| at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.
| java:833)
| at org.jboss.seam.servlet.ServletRequestSessionMap.put(ServletRequestSes
| sionMap.java:87)
| at org.jboss.seam.servlet.ServletRequestSessionMap.put(ServletRequestSes
| sionMap.java:25)
| at org.jboss.seam.contexts.BasicContext.set(BasicContext.java:80)
| at org.jboss.seam.Component.newInstance(Component.java:1967)
| at org.jboss.seam.Component.getInstance(Component.java:1865)
| at org.jboss.seam.Component.getInstance(Component.java:1844)
| at org.jboss.seam.Component.getInstance(Component.java:1821)
| at org.jboss.seam.web.Session.getInstance(Session.java:122)
| at org.jboss.seam.contexts.ServletLifecycle.endRequest(ServletLifecycle.
| java:57)
| at org.jboss.seam.remoting.Remoting.initConfig(Remoting.java:95)
| at org.jboss.seam.remoting.Remoting.appendConfig(Remoting.java:153)
| at org.jboss.seam.remoting.Remoting.getResource(Remoting.java:128)
| at org.jboss.seam.servlet.SeamResourceServlet.doGet(SeamResourceServlet.
| java:69)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
| icationFilterChain.java:290)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
| ilterChain.java:206)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter
| .java:83)
| at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter
| .java:69)
| at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter
| .java:69)
| at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter
| .java:69)
| at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter
| .java:69)
| at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
| icationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
| ilterChain.java:206)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
| lter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
| icationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
| ilterChain.java:206)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
| alve.java:230)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
| alve.java:175)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
| yAssociationValve.java:179)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
| e.java:84)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
| ava:127)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
| ava:102)
| at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC
| onnectionValve.java:157)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
| ve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
| a:262)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
| :844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
| ss(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
| 6)
| at java.lang.Thread.run(Thread.java:595)
|
Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116174#4116174
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116174
17 years
[JBossWS] - problem with jbossws examples
by b_
Hi all,
I was able to get the jaxrpc-rpc style sample that is shipped with the jbossws 1.0.4.GA up and running. After running the build script in the samples root folder , i grabbed the .jar and .war generated in the samples/output/libs and dropped them into the jboss deploy folder. I also managed to write my own client application that consumes the web service.
I then tried to build the example from scratch myself. I modified and arranged the build.xml file (samples\jaxrpc\rpcstyle\build.xml) for my project. However when running the build file i am getting the following error:
|
| generate-sources:
| [echo] Started target generate-sources
| [wstools] org.jboss.ws.WSException: Endpoint com.thesis.ws.TrivialService cannot be loaded
| [wstools] at org.jboss.ws.tools.helpers.ToolsHelper.handleJavaToWSDLGeneration(ToolsHelper.java:113)
| [wstools] at org.jboss.ws.tools.WSTools.process(WSTools.java:129)
| [wstools] at org.jboss.ws.tools.WSTools.generate(WSTools.java:119)
| [wstools] at org.jboss.ws.tools.ant.wstools.execute(wstools.java:103)
| [wstools] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
| [wstools] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
| [wstools] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| [wstools] at java.lang.reflect.Method.invoke(Method.java:585)
| [wstools] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
| [wstools] at org.apache.tools.ant.Task.perform(Task.java:348)
| [wstools] at org.apache.tools.ant.Target.execute(Target.java:357)
| [wstools] at org.apache.tools.ant.Target.performTasks(Target.java:385)
| [wstools] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
| [wstools] at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
| [wstools] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
| [wstools] at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
| [wstools] at org.apache.tools.ant.Main.runBuild(Main.java:698)
| [wstools] at org.apache.tools.ant.Main.startAnt(Main.java:199)
| [wstools] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
| [wstools] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
|
|
I also tried adding TrivialService.class to the classpath ... but to no avail.
Any help would be appreciated at this point!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116173#4116173
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116173
17 years
JBoss AS: JMXException when starting JBoss with JBossTools
by Nicole Schweighardt
Hello,
I´m new to Jboss and Jboss Tools.
I tried to start Jboss (4.2.2 GA) with Eclipse and Jboss Tools. In the console there appears the message that the server started successfully.
13:43:16,613 INFO [Server] Starting JBoss (MX MicroKernel)...
13:43:16,613 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
13:43:16,613 INFO [Server] Home Dir: C:\Programme\jboss-4.2.2.GA
13:43:16,628 INFO [Server] Home URL: file:/C:/Programme/jboss-4.2.2.GA/
13:43:16,628 INFO [Server] Patch URL: null
13:43:16,628 INFO [Server] Server Name: default
13:43:16,628 INFO [Server] Server Home Dir: C:\Programme\jboss-4.2.2.GA\server\default
13:43:16,628 INFO [Server] Server Home URL: file:/C:/Programme/jboss-4.2.2.GA/server/default/
13:43:16,628 INFO [Server] Server Log Dir: C:\Programme\jboss-4.2.2.GA\server\default\log
13:43:16,628 INFO [Server] Server Temp Dir: C:\Programme\jboss-4.2.2.GA\server\default\tmp
13:43:16,628 INFO [Server] Root Deployment Filename: jboss-service.xml
13:43:17,082 INFO [ServerInfo] Java version: 1.6.0_03,Sun Microsystems Inc.
13:43:17,082 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0_03-b05,Sun Microsystems Inc.
13:43:17,082 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
13:43:17,550 INFO [Server] Core system initialized
13:43:20,175 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
13:43:20,175 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
13:43:20,738 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
13:43:20,738 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
13:43:20,910 INFO [TransactionManagerService] Starting recovery manager
13:43:20,988 INFO [TransactionManagerService] Recovery manager started
13:43:20,988 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
13:43:23,816 INFO [EJB3Deployer] Starting java:comp multiplexer
13:43:24,207 INFO [STDOUT] no object for null
13:43:24,207 INFO [STDOUT] no object for null
13:43:24,238 INFO [STDOUT] no object for null
13:43:24,253 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
13:43:24,253 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
13:43:26,410 INFO [NativeServerConfig] JBoss Web Services - Native
13:43:26,410 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
13:43:27,566 INFO [Embedded] Catalina naming disabled
13:43:27,722 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Programme\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\Java\jre1.6.0_03\bin\client;C:\Programme\Java\jre1.6.0_03\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\AppServer\bin;;;øûýËå€|Kæ€|
13:43:27,785 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
13:43:27,785 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
13:43:27,785 INFO [Catalina] Initialization processed in 224 ms
13:43:27,785 INFO [StandardService] Starting service jboss.web
13:43:27,785 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
13:43:27,832 INFO [Catalina] Server startup in 46 ms
13:43:27,941 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
13:43:28,722 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
13:43:28,847 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
13:43:28,957 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
13:43:29,707 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
13:43:30,097 INFO [MailService] Mail Service bound to java:/Mail
13:43:30,285 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
13:43:30,332 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
13:43:30,378 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
13:43:30,425 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
13:43:30,503 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
13:43:30,550 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
13:43:30,597 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
13:43:30,613 INFO [QuartzResourceAdapter] start quartz!!!
13:43:30,675 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
13:43:30,707 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:43:30,707 INFO [RAMJobStore] RAMJobStore initialized.
13:43:30,707 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
13:43:30,707 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:43:30,707 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:43:31,894 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
13:43:32,144 INFO [A] Bound to JNDI name: queue/A
13:43:32,144 INFO [B] Bound to JNDI name: queue/B
13:43:32,144 INFO [C] Bound to JNDI name: queue/C
13:43:32,144 INFO [D] Bound to JNDI name: queue/D
13:43:32,144 INFO [ex] Bound to JNDI name: queue/ex
13:43:32,160 INFO [testTopic] Bound to JNDI name: topic/testTopic
13:43:32,175 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
13:43:32,175 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
13:43:32,175 INFO [testQueue] Bound to JNDI name: queue/testQueue
13:43:32,207 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
13:43:32,238 INFO [DLQ] Bound to JNDI name: queue/DLQ
13:43:32,347 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
13:43:32,394 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
13:43:32,613 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
13:43:32,628 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
13:43:32,644 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 16s:16ms
But in the Event log there appears following error:
JMXException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicationException: Receice timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
I tried it without running my firewall, it´s the same.
Thank you very much for your help.
Greetings, NSchweig
17 years