Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
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
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
EJB and other Jakarta /Java EE Technologies
jdk1.3.1_20 + jboss-3.2.1_tomcat-4.1.24
Myoungkyu Song
Greenhorn
Posts: 1
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I need your helps.
I tried to run some application, but I met the following errors.
* jdk version : jdk1.3.1_20 (to
test
, I downgraded jdk version.)
* EJB-Web Application : jboss-3.2.1_tomcat-4.1.24
00:38:59,156 INFO [EJBDeployer] Deployed: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/management/ejb-management. jar 00:38:59,234 INFO [EmbeddedCatalinaService41] deploy, ctxPath=/web-console, warUrl=file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/ default/tmp/deploy/server/default/deploy/management/web-console.war/48.web-console.war 00:38:59,234 INFO [Engine] WebappLoader[/web-console]: Deploying class repositories to work directory C:\java\jboss-3.2.1_tomcat-4 .1.24\server\default\tmp\deploy\server\default\deploy\work\MainEngine\localhost\web-console 00:38:59,250 INFO [Engine] WebappLoader[/web-console]: Deploy class files /WEB-INF/classes to C:\java\jboss-3.2.1_tomcat-4.1.24\se rver\default\tmp\deploy\server\default\deploy\work\MainEngine\localhost\web-console\WEB-INF\classes 00:38:59,578 INFO [Engine] ContextConfig[/web-console]: Added certificates -> request attribute Valve 00:38:59,687 INFO [EmbeddedCatalinaService41] Using Java2 parent classloader delegation: true 00:38:59,687 INFO [Engine] StandardManager[/web-console]: Seeding random number generator class java.security.SecureRandom 00:38:59,687 INFO [Engine] StandardManager[/web-console]: Seeding of random number generator has been completed 00:38:59,953 INFO [Engine] StandardWrapper[/web-console:default]: Loading container servlet default 00:38:59,968 INFO [Engine] StandardWrapper[/web-console:invoker]: Loading container servlet invoker 00:38:59,968 INFO [MainDeployer] Deployed package: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/management/ 00:38:59,968 INFO [URLDeploymentScanner] Started 00:39:00,000 INFO [MainDeployer] Deployed package: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/conf/jboss-service.xml 00:39:00,000 INFO [Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)] Started in 9s:110ms 00:39:25,234 INFO [MainDeployer] Starting deployment of package: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/pmp .ear 00:39:26,484 INFO [EARDeployer] Init J2EE application: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/pmp.ear 00:39:31,500 WARN [verifier] EJB spec violation: Bean : UniqueIdentifier Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.identity.entity.UniqueIdentifierBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : Prescriber Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PrescriberBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : PrescriberEffectiveDate Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PrescriberEffectiveDateBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : Role Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.entity.RoleBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : Script Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.ScriptBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : ScriptEffectiveDate Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.ScriptEffectiveDateBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : User Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.entity.UserBean 00:39:31,500 WARN [verifier] EJB spec violation: Bean : DrugCategoryLevel Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DrugCategoryLevelBean 00:39:31,515 WARN [verifier] EJB spec violation: Bean : Drug Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DrugBean 00:39:31,515 WARN [verifier] EJB spec violation: Bean : DrugEffectiveDate Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DrugEffectiveDateBean 00:39:31,515 WARN [verifier] EJB spec violation: Bean : RestrictionPeriod Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.RestrictionPeriodBean 00:39:31,531 WARN [verifier] EJB spec violation: Bean : Batch Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.BatchBean 00:39:31,531 WARN [verifier] EJB spec violation: Bean : Attachment Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.AttachmentBean 00:39:31,546 WARN [verifier] EJB spec violation: Bean : Insured Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.InsuredBean 00:39:31,546 WARN [verifier] EJB spec violation: Bean : InsuredEffectiveDate Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.InsuredEffectiveDateBean 00:39:31,562 WARN [verifier] EJB spec violation: Bean : Claim Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.ClaimBean 00:39:31,578 WARN [verifier] EJB spec violation: Bean : Pharmacy Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PharmacyBean 00:39:31,593 WARN [verifier] EJB spec violation: Bean : PharmacyEffectiveDate Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PharmacyEffectiveDateBean 00:39:31,593 WARN [verifier] EJB spec violation: Bean : Intervention Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.InterventionBean 00:39:31,609 WARN [verifier] EJB spec violation: Bean : Entitlement Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.entity.EntitlementBean 00:39:31,609 WARN [verifier] EJB spec violation: Bean : InterventionType Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.InterventionTypeBean 00:39:31,625 WARN [verifier] EJB spec violation: Bean : DrugHierarchy Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DrugHierarchyBean 00:39:31,640 WARN [verifier] EJB spec violation: Bean : DiagnosisType Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DiagnosisTypeBean 00:39:31,656 WARN [verifier] EJB spec violation: Bean : DispensingUnit Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DispensingUnitBean 00:39:31,656 WARN [verifier] EJB spec violation: Bean : PrescriberType Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PrescriberTypeBean 00:39:31,671 WARN [verifier] EJB spec violation: Bean : PrescriberSpecialty Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PrescriberSpecialtyBean 00:39:31,687 WARN [verifier] EJB spec violation: Bean : County Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.CountyBean 00:39:31,687 WARN [verifier] EJB spec violation: Bean : Province Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.ProvinceBean 00:39:31,703 WARN [verifier] EJB spec violation: Bean : DistrictHealthAuthority Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DistrictHealthAuthorityBean 00:39:31,718 WARN [verifier] EJB spec violation: Bean : Placename Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.PlacenameBean 00:39:31,734 WARN [verifier] EJB spec violation: Bean : DrugCategory Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.entity.DrugCategoryBean 00:39:31,734 WARN [verifier] EJB spec violation: Bean : UniqueIdentifierManagerLocal Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.identity.session.UniqueIdentifierManagerBean 00:39:31,750 WARN [verifier] EJB spec violation: Bean : ScriptInterventionManager Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.session.ScriptInterventionManagerBean 00:39:31,765 WARN [verifier] EJB spec violation: Bean : PMPCodesManager Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.sti.pmp.model.session.PMPCodesManagerBean 00:39:31,765 WARN [verifier] EJB spec violation: Bean : CodesManager Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.session.CodesManagerBean 00:39:31,781 WARN [verifier] EJB spec violation: Bean : UserManager Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.session.UserManagerBean 00:39:31,796 WARN [verifier] EJB spec violation: Bean : SearchManager Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.session.SearchManagerBean 00:39:31,812 WARN [verifier] EJB spec violation: Bean : TestUtilManager Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business m ethods in the <ejb-class> element. Info : Class not found: com.t4g.model.testutil.TestUtilManagerBean 00:39:31,812 ERROR [MainDeployer] could not create deployment: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/tmp/deploy/se rver/default/deploy/pmp.ear/49.pmp.ear-contents/pmp.jar org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages. at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:487) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy7.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:211) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:190) 00:39:31,843 ERROR [MainDeployer] could not create deployment: file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/pmp.ea r org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages. at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:487) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy7.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:211) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:190) 00:39:31,875 ERROR [URLDeploymentScanner] Failed to deploy: org.jboss.deployment.scanner.URLDeploymentScanner$DeployedURL@bccc9fdc{ url=file:/C:/java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/pmp.ear, deployedLastModified=0 } org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages. at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:487) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613) at java.lang.reflect.Method.invoke(Native Method) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177) at $Proxy7.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:211) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:190) 00:39:45,890 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /pmp
Do the next thing next. That’s a pretty good rule. Read the tiny ad, that’s a pretty good rule, too.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
EJB Deployment descriptor problem
JBOSS error with helloworld
Getting Error during deployment
not picking the ejb-jar.xml changes
Deployment Error : Class not found
More...