• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
I have a problem using Eclipse 3.0.1 using Lomboz and JBoss 4.0.1. I've tried to create EJB Project, but i get the message bellow when I'm doing "debug server". I've tried all possible modification on creating EJB by changing the path, the server but there are so many error message.

I need help from you to solve this problem. Thank's

10:47:08,019 INFO [Server] Starting General Purpose Architecture (GPA)...
10:47:10,262 INFO [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc.
10:47:10,262 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_04-b04,Sun Microsystems Inc.
10:47:10,272 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
10:47:12,555 INFO [Server] Core system initialized
10:47:22,430 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
10:47:22,930 INFO [WebService] Using RMI server codebase: http://ppti-999:8083/
10:47:23,762 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
10:47:23,942 ERROR [NamingService] Starting failed jboss:service=Naming
java.lang.ClassCastException
at org.jboss.naming.NamingService.startService(NamingService.java:235)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
....
....
....

10:58:14,095 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
10:58:15,377 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
10:58:15,487 INFO [JkMain] Jk running ID=0 time=0/381 config=null
10:58:15,547 INFO [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Started in 3m:9s:653ms
 
Trust God, but always tether your camel... to this tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic