Skip to main content



      Home
Home » Language IDEs » AspectJ » ajdt on luna?
ajdt on luna? [message #1074212] Fri, 26 July 2013 05:37 Go to next message
Eclipse UserFriend
Hi,

How do changes mentioned in http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg07586.html affect AJDT? I would like to know if AJDT will work on Luna, or when it will be possible to try it on Luna?

Slightly related to it: it was not possible to run OTDT and AJDT (SpringIDE and possibly ScalaIDE) in the same Eclipse instance. Will that change with Luna? AFAICT osgi weaving spec should enable it, or I expect too much?

P.S. OTDT is making some progress with https://bugs.eclipse.org/bugs/show_bug.cgi?id=406518.

[Updated on: Wed, 07 August 2013 04:06] by Moderator

Re: ajdt on luna? [message #1074363 is a reply to message #1074212] Fri, 26 July 2013 11:20 Go to previous messageGo to next message
Eclipse UserFriend
Hi Ivica,

We have already updated Equinox weaving to be compatible with Luna's OSGi weaving hooks. This is now available in the equinox git repository, but I am not sure if it has made it to master. We have not started working on a Luna-based AJDT. We typically don't start working on the next version of AJDT until M3 is available in the new year and we make the first release publicly available in time for EclipseCon.
Re: ajdt on luna? [message #1081426 is a reply to message #1074363] Wed, 07 August 2013 04:07 Go to previous messageGo to next message
Eclipse UserFriend
Hi Andrew!

Thanks for the feedback.
Re: ajdt on luna? [message #1219650 is a reply to message #1081426] Thu, 05 December 2013 03:44 Go to previous messageGo to next message
Eclipse UserFriend
Hallo all,

I have a problem with opening project in Jubula.

When I go menu---Test---open

error message appears said:

An error occured
Reason: 3004: Unexpected error occured

Can anyone help me ?
Details:

3004: Unexpected error occurred.
org.eclipse.e4.core.di.InjectionException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.h2.jdbc.JdbcSQLException: General error: java.lang.RuntimeException: File ID mismatch got=0 expected=37 pos=33183 true org.h2.store.DiskFile:C:\Users\Louis\.jubula\database\embedded.data.db blockCount:0; SQL statement:
SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?)) [50000-117]
Error Code: 50000
Call: SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?))
bind => [2 parameters bound]
Query: ReadAllQuery(referenceClass=ProjectPO sql="SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?))")
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:831)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:724)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:708)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:647)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1053)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.jubula.app.Launcher.start(Launcher.java:242)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.3.2.v20111125-r10461): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.h2.jdbc.JdbcSQLException: General error: java.lang.RuntimeException: File ID mismatch got=0 expected=37 pos=33183 true org.h2.store.DiskFile:C:\Users\Louis\.jubula\database\embedded.data.db blockCount:0; SQL statement:
SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?)) [50000-117]
Error Code: 50000
Call: SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?))
bind => [2 parameters bound]
Query: ReadAllQuery(referenceClass=ProjectPO sql="SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?))")
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:535)
at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:1717)
at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:566)
at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:207)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:207)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:193)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:264)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:646)
at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2611)
at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2570)
at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:420)
at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1081)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:844)
at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1040)
at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:392)
at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1128)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2871)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1516)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1498)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1463)
at org.eclipse.persistence.internal.jpa.EJBQueryImpl.executeReadQuery(EJBQueryImpl.java:485)
at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getResultList(EJBQueryImpl.java:742)
at org.eclipse.jubula.client.core.persistence.ProjectPM.findAllProjects(ProjectPM.java:156)
at org.eclipse.jubula.client.core.persistence.ProjectPM.findAllProjects(ProjectPM.java:130)
at org.eclipse.jubula.client.ui.rcp.handlers.project.OpenProjectHandler.checkAllAvailableProjects(OpenProjectHandler.java:382)
at org.eclipse.jubula.client.ui.rcp.handlers.project.OpenProjectHandler.executeImpl(OpenProjectHandler.java:534)
at org.eclipse.jubula.client.ui.handlers.AbstractHandler.execute(AbstractHandler.java:46)
at org.eclipse.jubula.client.ui.handlers.project.AbstractProjectHandler.execute(AbstractProjectHandler.java:35)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
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:597)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
... 34 more
Caused by: org.h2.jdbc.JdbcSQLException: General error: java.lang.RuntimeException: File ID mismatch got=0 expected=37 pos=33183 true org.h2.store.DiskFile:C:\Users\Louis\.jubula\database\embedded.data.db blockCount:0; SQL statement:
SELECT ID, CLASS_ID, IS_ACTIVE, IS_GENERATED, GUID, COMM_TXT, NAME, PARENT_PROJ, TIMESTAMP, VERSION, FK_PARAM_INTERFACE, CONF_MAJ_VERS, AUT_CONT, EXECOBJ_CONT, SPECOBJ_CONT, TDC_CONT, PROJECT_PROPERTIES FROM NODE WHERE ((CONF_MAJ_VERS = ?) AND (CLASS_ID = ?)) [50000-117]
at org.h2.message.Message.getSQLException(Message.java:105)
at org.h2.message.Message.convert(Message.java:274)
at org.h2.message.Message.convert(Message.java:243)
at org.h2.command.Command.executeQueryLocal(Command.java:144)
at org.h2.command.Command.executeQuery(Command.java:123)
at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:99)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:931)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:607)
... 69 more
Caused by: java.lang.RuntimeException: File ID mismatch got=0 expected=37 pos=33183 true org.h2.store.DiskFile:C:\Users\Louis\.jubula\database\embedded.data.db blockCount:0
at org.h2.message.Message.throwInternalError(Message.java:185)
at org.h2.store.DiskFile.getRecord(DiskFile.java:571)
at org.h2.store.Storage.getRecord(Storage.java:94)
at org.h2.index.ScanIndex.getNextRow(ScanIndex.java:259)
at org.h2.index.ScanCursor.next(ScanCursor.java:62)
at org.h2.table.TableFilter.next(TableFilter.java:319)
at org.h2.command.dml.Select.queryFlat(Select.java:493)
at org.h2.command.dml.Select.queryWithoutCache(Select.java:561)
at org.h2.command.dml.Query.query(Query.java:236)
at org.h2.command.CommandContainer.query(CommandContainer.java:82)
at org.h2.command.Command.executeQueryLocal(Command.java:142)
... 73 more



Re: ajdt on luna? [message #1219758 is a reply to message #1219650] Thu, 05 December 2013 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Hi there,

This does not appear to be an AJDT problem, but may have some ideas. Try clearing your configuration area. It looks like some configuration data got corrupted. Run Eclipse from the command line with the -clean option. If that doesn't work, try creating a new workspace and re-importing all of your old projects.
Re: ajdt on luna? [message #1350406 is a reply to message #1074363] Mon, 12 May 2014 12:50 Go to previous messageGo to next message
Eclipse UserFriend
AJDT vice versa AJIT 2.2.3

As a new member I have not heard of AJDT 2.2.3, has it something to do with AJIT 2.2.3.? Maybe someone would be nice and give me a hint?

Thanks
Re: ajdt on luna? [message #1351119 is a reply to message #1350406] Mon, 12 May 2014 19:59 Go to previous message
Eclipse UserFriend
AJDT is the AspectJ Development Tools. http://eclipse.org/ajdt.
Previous Topic:[Question]Compile log in linux env / diff tools...
Next Topic:Aspects in another jars
Goto Forum:
  


Current Time: Sun May 11 23:22:18 EDT 2025

Powered by FUDForum. Page generated in 0.05067 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top