[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Weblogic ClassNotFoundException  XML
Forum Index -> Deployment
Author Message
tdrasch

Power User
[Avatar]

Joined: 13/03/2009 19:09:45
Messages: 81
Location: Villingen-Schwenningen
Offline

Hi community,

i have a problem on customer side and need help

The customer deploys on a Weblogic-Server 10.x
I've changed the ANT-Building like the description from CC.

Now the customer had deployed and receives an exception like this:

Code:
 <Nov 30, 2009 5:05:54 PM EST> <Notice> <Security> <BEA-090082> <Security
 initializing using security realm myrealm.> 
 <Nov 30, 2009 5:05:59 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server
 state changed to STANDBY> 
 <Nov 30, 2009 5:05:59 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server
 state changed to STARTING> 
 <Nov 30, 2009 5:06:06 PM EST> <Error> <HTTP> <BEA-101371> <There was a
 failure when processing annotations for application
 /apps/www/gmgwh/allison/user_projects/domains/supervisorplus/applications/we
 bterminal. Please make sure that the annotations are valid. The error is
 com.kbs.kaba.interaction.impl.Dispatcher> 
 <Nov 30, 2009 5:06:06 PM EST> <Error> <Deployer> <BEA-149205> <Failed to
 initialize the application 'webterminal' due to error
 weblogic.application.ModuleException: Failed to load webapp: 'webterminal'.
 weblogic.application.ModuleException: Failed to load webapp: 'webterminal'
 		 at
 weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
 		 at
 weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDr
 iver.java:176)
 		 at
 weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListe
 nerInvoker.java:93)
 		 at
 weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentC
 allbackFlow.java:387)
 		 at
 weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
 ava:37)
 		 Truncated. see log file for complete stacktrace
 java.lang.ClassNotFoundException: com.kbs.kaba.interaction.impl.Dispatcher
 		 at
 weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLo
 ader.java:283)
 		 at
 weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.
 java:256)
 		 at
 weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClas
 sLoader.java:54)
 		 at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 		 at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
 		 Truncated. see log file for complete stacktrace
 > 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <Log Management> <BEA-170027> <The
 Server has established connection with the Domain level Diagnostic Service
 successfully.> 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server
 state changed to ADMIN> 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server
 state changed to RESUMING> 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <Server> <BEA-002613> <Channel
 "Default" is now listening on 10.1.16.117:8040 for protocols iiop, t3, ldap,
 snmp, http.> 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <WebLogicServer> <BEA-000331>
 <Started WebLogic Admin Server "AdminServer" for domain "supervisorplus"
 running in Development Mode> 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server
 state changed to RUNNING> 
 <Nov 30, 2009 5:06:06 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server
 started in RUNNING mode> 
 


seems like the server doesn't found the dispatcher class, but it is existing!
someone an idea?

regards

--------------------------------
Good karma - for the moment...
why is the word abbreviation so long?
[WWW]
 
Forum Index -> Deployment
Go to:   
Powered by JForum 2.1.6 © JForum Team