[Installation, Configuration & DEPLOYMENT] - hangs at Configuring from URL..entry
by matvrix
=========================================================================
13:10:20,368 INFO [Server] Starting JBoss (MX MicroKernel)...
13:10:20,369 INFO [Server] Release ID: JBoss [EAP] 4.3.0.GA_CP04 (build: SVNTag=JBPAPP_4_3_0_GA_CP04 date=200902200048)
13:10:20,369 INFO [Server] Home Dir: /usr/local/EnterprisePlatform-4.3.0.GA_CP04/jboss-as
13:10:20,369 INFO [Server] Home URL: file:/usr/local/EnterprisePlatform-4.3.0.GA_CP04/jboss-as/
13:10:20,370 INFO [Server] Patch URL: null
13:10:20,370 INFO [Server] Server Name: production
13:10:20,370 INFO [Server] Server Home Dir: /usr/local/EnterprisePlatform-4.3.0.GA_CP04/jboss-as/server/production
13:10:20,370 INFO [Server] Server Home URL: file:/usr/local/EnterprisePlatform-4.3.0.GA_CP04/jboss-as/server/production/
13:10:20,370 INFO [Server] Server Log Dir: /usr/local/EnterprisePlatform-4.3.0.GA_CP04/jboss-as/server/production/log
13:10:20,370 INFO [Server] Server Temp Dir: /usr/local/EnterprisePlatform-4.3.0.GA_CP04/jboss-as/server/production/tmp
13:10:20,375 INFO [Server] Root Deployment Filename: jboss-service.xml
13:10:20,541 INFO [ServerInfo] Java version: 1.5.0_19,Sun Microsystems Inc.
13:10:20,541 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_19-b02,Sun Microsystems Inc.
13:10:20,541 INFO [ServerInfo] OS-System: Linux 2.6.16.46-0.12-smp,i386
13:10:20,740 INFO [Server] Core system initialized
13:10:22,983 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
13:10:22,984 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
what could be the problem ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243377#4243377
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243377
17 years
[JBoss jBPM] - JBPM 4.0 - Missing Class JpdlExecution
by rams.rapo
Hi,
After i took the latest JBPM 4.0, noticed the below error.
With CR1, the same test case was running fine.
Caused by: org.hibernate.MappingException: proxy class not found: org.jbpm.jpdl.internal.model.JpdlExecution
| at org.hibernate.mapping.PersistentClass.getProxyInterface(PersistentClass.java:132)
| at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:138)
| at org.hibernate.tuple.entity.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:158)
| at org.hibernate.tuple.entity.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:76)
| at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.<init>(EntityEntityModeToTuplizerMapping.java:80)
| at org.hibernate.tuple.entity.EntityMetamodel.<init>(EntityMetamodel.java:325)
| at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.java:457)
| at org.hibernate.persister.entity.SingleTableEntityPersister.<init>(SingleTableEntityPersister.java:131)
| at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:84)
| at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:261)
| at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1327)
| at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:814)
| at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:732)
| at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:211)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
| ... 89 more
| Caused by: java.lang.ClassNotFoundException: org.jbpm.jpdl.internal.model.JpdlExecution
|
It fails why trying to load jbpm.jpdl.hbm.xml which has
<subclass name="org.jbpm.jpdl.internal.model.JpdlExecution"
| extends="org.jbpm.pvm.internal.model.ExecutionImpl"
| discriminator-value="jpdl">
|
Where did the class go? May be my eyes need a checkup...
Thanks
-Sridhar
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243374#4243374
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243374
17 years
[EJB/JBoss] - Get TransactionRolledbackException when calling home.findByP
by marksbennett
Hi,
I'm running JBoss 4.0.4 with MySQL 5.1.
I have an EJB2 solution that uses a facade-like design pattern: a message driven bean instantiates a stateless session bean which in turn instantiates CMP Entity beans. The session bean calls findByPrimaryKey() to instantiate a particular entity bean. Under normal operation, everything appears to work fine under heavy loads -- except if the server goes down and is then restarted. If messages are piled up in the JMS queue, then findByPrimaryKey() fails on the first message invocation:
2009-07-13 09:25:39,115 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackException in method: public abstract com.adobe.liaisonEJB.AccountRemoteEB com.adobe.liaisonEJB.AccountHomeEB.findByPrimaryKey(java.lang.String) throws java.rmi.RemoteException,javax.ejb.FinderException, causedBy:
java.lang.IllegalStateException: createBeanClassInstanceCommand == null
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstance(JDBCStoreManager.java:575)
at org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(CMPPersistenceManager.java:139)
at org.jboss.ejb.EntityContainer.createBeanClassInstance(EntityContainer.java:238)
at org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:183)
at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:113)
.....
Any ideas as to why this is happening? Is it something to do with the MySQL configuration? Or the CMP configuration?
Thanks in advance,
Mark
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243367#4243367
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243367
17 years
[JBoss Tools (users)] - Re: Hibernate Configurations problem
by asookazian
Just noticed this in my console:
2009-07-13 10:58:32,488 WARN Worker-2 org.hibernate.connection.UserSuppliedConnectionProvider - No connection properties specified - the user must supply JDBC connections
| 2009-07-13 10:58:34,691 WARN Worker-6 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in ApplicationUserView. Asking rev.eng. strategy
| 2009-07-13 10:58:34,691 WARN Worker-6 org.hibernate.cfg.reveng.JDBCReader - Rev.eng. strategy did not report any primary key columns for ApplicationUserView
| 2009-07-13 10:58:34,691 WARN Worker-6 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in ListView. Asking rev.eng. strategy
| 2009-07-13 10:58:34,691 WARN Worker-6 org.hibernate.cfg.reveng.JDBCReader - Rev.eng. strategy did not report any primary key columns for ListView
| 2009-07-13 10:58:34,706 WARN Worker-6 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in UserView. Asking rev.eng. strategy
| 2009-07-13 10:58:34,706 WARN Worker-6 org.hibernate.cfg.reveng.JDBCReader - Rev.eng. strategy did not report any primary key columns for UserView
| 2009-07-13 11:02:19,218 WARN Worker-9 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in ApplicationUserView. Asking rev.eng. strategy
| 2009-07-13 11:02:19,218 WARN Worker-9 org.hibernate.cfg.reveng.JDBCReader - Rev.eng. strategy did not report any primary key columns for ApplicationUserView
| 2009-07-13 11:02:19,234 WARN Worker-9 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in ListView. Asking rev.eng. strategy
| 2009-07-13 11:02:19,234 WARN Worker-9 org.hibernate.cfg.reveng.JDBCReader - Rev.eng. strategy did not report any primary key columns for ListView
| 2009-07-13 11:02:19,234 WARN Worker-9 org.hibernate.cfg.reveng.JDBCReader - The JDBC driver didn't report any primary key columns in UserView. Asking rev.eng. strategy
| 2009-07-13 11:02:19,234 WARN Worker-9 org.hibernate.cfg.reveng.JDBCReader - Rev.eng. strategy did not report any primary key columns for UserView
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243366#4243366
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243366
17 years
[JBoss Tools (users)] - Re: Hibernate Configurations problem
by asookazian
message:
java.lang.ArrayIndexOutOfBoundsException: 2
exception stack trace:
java.lang.ArrayIndexOutOfBoundsException: 2
| at org.hibernate.eclipse.console.utils.ProjectUtils.removeProjectNature(ProjectUtils.java:128)
| at org.hibernate.eclipse.console.utils.ProjectUtils.toggleHibernateOnProject(ProjectUtils.java:81)
| at org.hibernate.eclipse.console.properties.HibernatePropertyPage.performOk(HibernatePropertyPage.java:268)
| at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:931)
| at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
| at org.eclipse.core.runtime.Platform.run(Platform.java:880)
| at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
| at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
| at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:911)
| at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:456)
| at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
| at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
| at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
| at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
| at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
| at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
| at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
| at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
| at org.eclipse.jface.window.Window.open(Window.java:801)
| at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
| at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
| at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
| at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
| at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
| at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
| at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
| at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
| at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
| at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
| at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
| at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
| at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
| at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
| at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
| at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
| at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
| at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
| at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
| at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
| at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
| at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
| 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
| at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
| at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
not sure what is triggering these exceptions right now, something is obviously totally messed up...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243365#4243365
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243365
17 years