Unmarshal Error in Eclipse

the application what I am working is in java & rmi, I have a batch file to run the application it is working fine, I want to Debug the application so i am trying to do the same in Eclipse it is failing and throwing following error...
com.psc.dsg.di.bemis.exception.DataNotFoundException: Error code not received from DDS.
     at com.psc.dsg.di.bemis.boundary.Bbemgt.getBatchList(Bbemgt.java:134)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.getBatchNodeNames(BEMGT.java:891)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.buildTreeAndFillData(BEMGT.java:775)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.<init>(BEMGT.java:722)
     at com.psc.dsg.di.bemis.form.belgn.BELGN.acceptButtonClick(BELGN.java:462)
     at com.psc.dsg.di.bemis.form.belgn.BELGN.access$5(BELGN.java:403)
     at com.psc.dsg.di.bemis.form.belgn.BELGN$5.actionPerformed(BELGN.java:296)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
     at javax.swing.plaf.basic.BasicRootPaneUI$DefaultAction.actionPerformed(BasicRootPaneUI.java:155)
     at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
     at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
     at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:253)
     at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:202)
     at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2512)
     at javax.swing.JComponent.processKeyBindings(JComponent.java:2504)
     at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
     at java.awt.Component.processEvent(Component.java:4943)
     at java.awt.Container.processEvent(Container.java:1566)
     at java.awt.Component.dispatchEventImpl(Component.java:3639)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Component.dispatchEvent(Component.java:3480)
     at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1708)
     at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
     at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
     at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
     at java.awt.Component.dispatchEventImpl(Component.java:3509)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Window.dispatchEventImpl(Window.java:1590)
     at java.awt.Component.dispatchEvent(Component.java:3480)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
     java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
     java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
     at sun.rmi.transport.Transport$1.run(Transport.java:148)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
     at java.lang.Thread.run(Thread.java:536)
     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
     at com.psc.dsg.di.dds.core.InteractiveSession_Stub.getBatchList(Unknown Source)
     at com.psc.dsg.di.bemis.boundary.Bbemgt.getBatchList(Bbemgt.java:128)
     ... 39 more
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
     java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:249)
     at sun.rmi.transport.Transport$1.run(Transport.java:148)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
     at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:459)
     at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
     at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
     at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:297)
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:246)
     ... 6 more
Caused by:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
     java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
     java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
     at sun.rmi.transport.Transport$1.run(Transport.java:148)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
     at java.lang.Thread.run(Thread.java:536)
     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
     at com.psc.dsg.di.dds.core.InteractiveSession_Stub.getBatchList(Unknown Source)
     at com.psc.dsg.di.bemis.boundary.Bbemgt.getBatchList(Bbemgt.java:128)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.getBatchNodeNames(BEMGT.java:891)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.buildTreeAndFillData(BEMGT.java:775)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.<init>(BEMGT.java:722)
     at com.psc.dsg.di.bemis.form.belgn.BELGN.acceptButtonClick(BELGN.java:462)
     at com.psc.dsg.di.bemis.form.belgn.BELGN.access$5(BELGN.java:403)
     at com.psc.dsg.di.bemis.form.belgn.BELGN$5.actionPerformed(BELGN.java:296)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
     at javax.swing.plaf.basic.BasicRootPaneUI$DefaultAction.actionPerformed(BasicRootPaneUI.java:155)
     at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
     at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
     at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:253)
     at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:202)
     at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2512)
     at javax.swing.JComponent.processKeyBindings(JComponent.java:2504)
     at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
     at java.awt.Component.processEvent(Component.java:4943)
     at java.awt.Container.processEvent(Container.java:1566)
     at java.awt.Component.dispatchEventImpl(Component.java:3639)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Component.dispatchEvent(Component.java:3480)
     at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1708)
     at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
     at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
     at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
     at java.awt.Component.dispatchEventImpl(Component.java:3509)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Window.dispatchEventImpl(Window.java:1590)
     at java.awt.Component.dispatchEvent(Component.java:3480)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
     java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:249)
     at sun.rmi.transport.Transport$1.run(Transport.java:148)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
     at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:459)
     at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
     at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
     at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:297)
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:246)
     ... 6 more
Caused by:
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
     java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
     java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
     at sun.rmi.transport.Transport$1.run(Transport.java:148)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
     at java.lang.Thread.run(Thread.java:536)
     at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
     at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
     at com.psc.dsg.di.dds.core.InteractiveSession_Stub.getBatchList(Unknown Source)
     at com.psc.dsg.di.bemis.boundary.Bbemgt.getBatchList(Bbemgt.java:128)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.getBatchNodeNames(BEMGT.java:891)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.buildTreeAndFillData(BEMGT.java:775)
     at com.psc.dsg.di.bemis.form.bemgt.BEMGT.<init>(BEMGT.java:722)
     at com.psc.dsg.di.bemis.form.belgn.BELGN.acceptButtonClick(BELGN.java:462)
     at com.psc.dsg.di.bemis.form.belgn.BELGN.access$5(BELGN.java:403)
     at com.psc.dsg.di.bemis.form.belgn.BELGN$5.actionPerformed(BELGN.java:296)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
     at javax.swing.plaf.basic.BasicRootPaneUI$DefaultAction.actionPerformed(BasicRootPaneUI.java:155)
     at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1512)
     at javax.swing.JComponent.processKeyBinding(JComponent.java:2435)
     at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:253)
     at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:202)
     at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2512)
     at javax.swing.JComponent.processKeyBindings(JComponent.java:2504)
     at javax.swing.JComponent.processKeyEvent(JComponent.java:2398)
     at java.awt.Component.processEvent(Component.java:4943)
     at java.awt.Container.processEvent(Container.java:1566)
     at java.awt.Component.dispatchEventImpl(Component.java:3639)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Component.dispatchEvent(Component.java:3480)
     at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1708)
     at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:593)
     at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765)
     at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:698)
     at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:559)
     at java.awt.Component.dispatchEventImpl(Component.java:3509)
     at java.awt.Container.dispatchEventImpl(Container.java:1623)
     at java.awt.Window.dispatchEventImpl(Window.java:1590)
     at java.awt.Component.dispatchEvent(Component.java:3480)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
     java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:249)
     at sun.rmi.transport.Transport$1.run(Transport.java:148)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
     at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.InvalidClassException: com.psc.dsg.di.Common.TransactionType; local class incompatible: stream classdesc serialVersionUID = -98264829962667678, local class serialVersionUID = 6721974717266228745
     at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:459)
     at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
     at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
     at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
     at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
     at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
     at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:297)
     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:246)
can some 1 help me on this...
Lakshmi

the following is the error message i m getting for xml parsing - BatchProxy...
java.rmi.MarshalException: error marshalling arguments; nested exception is:
     java.net.SocketException: Software caused connection abort: socket write error
     at com.psc.dsg.di.proxy.PreparseHandler.startElement(PreparseHandler.java:356)
     at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
     at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
     at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
     at org.apache.xerces.parsers.StandardParserConfiguration.parse(Unknown Source)
     at org.apache.xerces.parsers.StandardParserConfiguration.parse(Unknown Source)
     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
     at com.psc.dsg.di.proxy.PreparseHandler.<init>(PreparseHandler.java:163)
     at com.psc.dsg.di.proxy.batch.BatchProxy.newFile(BatchProxy.java:402)
     at com.psc.dsg.di.proxy.batch.TradingPartnerFolder.processFile(TradingPartnerFolder.java:215)
     at com.psc.dsg.di.proxy.batch.Folder$NewFileTask.execute(Folder.java:659)
     at com.psc.dsg.di.dds.threading.PooledThread.run(PooledThread.java:87)

Similar Messages

  • Error In Eclipse While Creating EJB Application

    I am using GlassFish application server.
    IDE is Eclipse 3.3
    After choosing newproject I have selected EJB and I have choosen GlassFish sever, after creating the project MyProject Folder is showing error in eclipse.
    ejb-jar.xml file is showing error at ejb-jar tag.
    Can any one have idea how to resolve this problem.

    I think you need to post the stack trace error message to get a response.

  • Strange error in eclipse

    I am getting this strange error in eclipse, and have no idea
    "Project facet Java 5.0 is not supported by target runtime JBoss v4.0"has anybody come across something similar

    Thorton wrote:
    Perhaps, but I'm inclined to think the best solution is to just read the message. It really isn't very cryptic.Messages usually aren't cryptic to those who already understand the message. If the message was understood by reading it, then the question wouldn't have been asked.Or, alternatively, messages are often far less cryptic than they appear, if you simply don't look for complicated meaning. Or, again alternatively, there's more value in coaching someone to the answer on their own, than simply telling them. Lisa may not know what the error means, but I'm betting she could at least guess it's something to do with Java 5.0, and JBoss 4, and then perhaps with some more guidance move on from there.
    Thanks for the arrogance anyway.2 whole posts, both chastising a complete stranger for not living up to your arbitrary expectations. Talk to me about arrogance.

  • OSB Error in Eclipse: The JCA dependency is not configured.

    Hi All,
    I am trying to use db adapter in OSB and I created the adapter in jdev and imported it in Eclipse.
    I have installed Weblogic,OSB and configired the domain for osb, I can login to OSB and weblogic console.
    I followed these steps to get there and now the db.jca file shows errors The JCA dependency is not configured.
    http://guidoschmutz.wordpress.com/2010/08/08/oracle-service-bus-11g-and-db-adapter-a-different-more-integrated-approach/
    Few of the things I noticed:
    when I tried to copy the adapter from eclipse/plugin/*.jca/Dbadapter to Jdev/integration/lib/Dbadapter
    I dint find one in eclipse/plugin/*.jca/Dbadapter
    I created a OSB Configuration Project and not sure if it was created correctly and affecting this, as a matter of fact
    are there any configurations I am missing to start.
    I have like tight schedules and would really appreciate any help.
    Thanks a lot again..

    Yeah I checked that the wsdl is present.
    One more thing I am noticing is the wsdl created in Jdev 11.1.1.4 doesnt show the binding and port when imported in the OSB Project resources.
    Is there a way we can fix this?
    Thanks.

  • Flex Application showing no errors in Eclipse but not executing either

    Hello,
    I am trying to develop an application in flex/BlazeDS/Java in eclipse and my problem is since my changes in the code are not reflected anymore during runtime of the application. There is no error received from eclipse when I try to clean the project. It is deployed correctly but it seems to be working with the old code and not reflecting the changes. I tried to put the breakpoint too but it says, 'breakpoint cannot be placed here because there is not executable code in this line'
    Please advice.
    Best Regards,
    Jai Kishan Shah

    Hello,
    Well, i never re-install the FlexBuilder (stand-alone, or eclipse-plugin) because any error.
    Your output folder in Flex Build Path on your Project Properties is correct? Other question, you are working with Java ? Many times the project have a "error" on configuration and the directory to deploy is not listen by web-server.
    Exemple:
    If i work with Java and my CATALINA_HOME is: C:\tomcat\ - My webapps is localizated on: C:\tomcat\webapps\MYWEBAPP\ but my output folder on FlexProject is: C:\MyProject\Flex\bin-debug, and i run the application, the application dont work...
    So.. can you show your configuration? Its more easy to understand your problem and help you.
    Regards

  • BEA wWebLogic Error In Eclipse

    All
    I have Eclipse Helios (3.6.2) and added the WebLogic plugin called "oepe-helios-all-in-one-11.1.1.7.2.201103302044-win32" so I could use WebLogic as a server in the Eclipse IDE. I also installed BEA WebLogic 9.2 on my system.
    I successfully added a WebLogic 9.2 server to Eclipse and added a project to that.
    The problem is that when I try to publish I get an error saying the following.
    Module named 'sa-ear' failed to deploy. See Error Log view for more detail.
    weblogic.application.ModuleException:
    Exception received from deployment driver. See Error Log view for more detail.
    When I look at the Lrror Log I see a line saying Module sa-ear.ear was not found on the server.  Unable to perform undeploy..
    Anybody know how to resolve this?
    Regards
    Patrick

    I think you need to post the stack trace error message to get a response.

  • Errors in Eclipse after update Java

    Hi,
    Today I got notified that a new Java version was ready to be updated. Instead of using the Java update functionality I choose to manually deinstall Java, download the latest version of Java, and install the new version (1.6.0_05). Next I started Eclipse again, and was baffled by the errors in my code. For instance,
    The import java.awt cannot be resolvedNaturally I looked at my configuration (Windows -> Preferences -> Java -> Installed JREs) and saw that Eclipse was looking at the correct directory (C:\Program Files\Java\jre1.6.05). So what alternatives do I have?
    Abel

    I found the reason for my problem. After the update of Java Eclipse was pointing to the correct and new installation directory. It was not the general preferences (Window -> Preferences) but the project specific preferences (right click project, choose Properties). In the 'Java Build Path' I had a 'JRE System Library [jre1.6.0_03] Unbound'. After choosing Edit, I selected 'Workspace default JRE (jre1.6.0_05) and everything went Hunky Dory.
    Evaluation:
    You can install a new version of Java independently from Eclipse (deinstall, download new version, reinstall). Eclipse will update the JRE to the new version, but you need to change the 'Java Build Path' of the projects you are working on manually to the new version ...

  • Error with eclipse

    hi,
    i know this is not a web app forum,but as my question is with eclipse i am posting my question here
    i am trying to debug my application through eclipse. i have added source and jars to eclipse debug environment. when i dubug i am getting follwoing error,where its working with tomcat deployment . any suggestion?
    SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.log4j.Logger
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.log4j.Logger

    Crosspost: http://forum.java.sun.com/thread.jspa?threadID=5228948&tstart=0
    You've been told before also. Is it difficult to comprehend?

  • Ejb creation error on eclipse 3.1

    hello,
    I install eclipse 3.2Rc1 & lomboz-emf-gef-3.1rc1 but when I create ejb project then it gives following error:-
    Internel Error
    An SWT error has occurred.
    You are recommended to exit the workbench.
    Subsequent errors may happen and may terminate the workbench without warning.
    See the .log file for more details.
    Do you want to exit the workbench?

    Did you look at the log file like it suggests? A SWT error is likely an error in whatever plugin you're using to create an EJB in in Eclipse.

  • Flex Builder 2 errors on Eclipse 3.2

    Whenever you start Eclipse 3.2, five errors and two warnings
    occur, apparently caused by Flex Builder 2. To see them, follow the
    Eclipse menu
    Window =>
    Show View =>
    Other =>
    PDE Runtime =>
    Error Log. Here is a summary of the logs.
    You get the following errors whenever you start Eclipse 3.2:
    eclipse.buildId=M20060921-0945
    java.version=1.5.0_09
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    plugin: org.eclipse.core.filebuffers
    Error
    Sat Dec 09 08:39:04 CET 2006
    The content type with id
    "com.adobe.flexbuilder.project.content-type.actionscript" specified
    in the extension point does not exist.
    plugin: org.eclipse.core.filebuffers
    Error
    Sat Dec 09 08:39:04 CET 2006
    The content type with id
    "com.adobe.flexbuilder.project.content-type.css" specified in the
    extension point does not exist.
    plugin: org.eclipse.core.filebuffers
    Error
    Sat Dec 09 08:39:04 CET 2006
    The content type with id
    "com.adobe.flexbuilder.project.content-type.mxml" specified in the
    extension point does not exist.
    plugin: org.eclipse.ui
    Error
    Sat Dec 09 08:39:04 CET 2006
    Internal plug-in action delegate error on creation.
    java.lang.NullPointerException
    at
    org.cfeclipse.cfml.editors.actions.EditTagAction.setActiveEditor(EditTagAction.java:112)
    at
    org.eclipse.ui.internal.EditorPluginAction.initDelegate(EditorPluginAction.java:56)
    at
    org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:123)
    at
    org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:278)
    at
    org.eclipse.ui.internal.PluginAction.<init>(PluginAction.java:110)
    at
    org.eclipse.ui.internal.PartPluginAction.<init>(PartPluginAction.java:29)
    at
    org.eclipse.ui.internal.EditorPluginAction.<init>(EditorPluginAction.java:32)
    at
    org.eclipse.ui.internal.ActionDescriptor.createAction(ActionDescriptor.java:256)
    at
    org.eclipse.ui.internal.ActionDescriptor.<init>(ActionDescriptor.java:170)
    at
    org.eclipse.ui.internal.ActionDescriptor.<init>(ActionDescriptor.java:100)
    at
    org.eclipse.ui.internal.EditorActionBuilder.createActionDescriptor(EditorActionBuilder.ja va:41)
    at
    org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:158)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readElementChildren(RegistryReader.java:1 27)
    at
    org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:141)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.java:149)
    at
    org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:170)
    at
    org.eclipse.ui.internal.PluginActionBuilder.readContributions(PluginActionBuilder.java:11 2)
    at
    org.eclipse.ui.internal.EditorActionBuilder.readActionExtensions(EditorActionBuilder.java :58)
    at
    org.eclipse.ui.internal.EditorManager.createEditorActionBars(EditorManager.java:318)
    at
    org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:832)
    at
    org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:583)
    at
    org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372)
    at
    org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
    at
    org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:263)
    at
    org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1446)
    at
    org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:1006)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:843)
    at
    org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:1001)
    at
    org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2843)
    at
    org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1936)
    at
    org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2857)
    at
    org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2805)
    at
    org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1681)
    at
    org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
    at
    org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1679)
    at
    org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1650)
    at
    org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1529)
    at
    org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at
    org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1473)
    at
    org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at
    org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:702)
    at
    org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
    at
    org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at
    org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:92)
    at
    org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:68)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
    Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
    Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at
    org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
    plugin: org.eclipse.ui
    Error
    Sat Dec 09 08:39:04 CET 2006
    Could not create action delegate for id:
    org.cfeclipse.cfml.editors.actions.EditTagAction
    plugin: org.eclipse.ui
    Warning
    Sat Dec 09 08:39:00 CET 2006
    Warnings while parsing the editor contributions from the
    'org.eclipse.ui.editorActions' extension point
    Warning
    Sat Dec 09 08:39:00 CET 2006
    Actions require a non-empty label or definitionId:
    plug-in='com.adobe.flexbuilder.debug.ui',
    id='AUTOGEN:::com.adobe.flexbuilder.debug.ui.mxmlRulerActions/com.adobe.flexbuilder.debug .ui.mxmlDoubleClickBreakpointAction'
    Warning
    Sat Dec 09 08:39:00 CET 2006
    Actions require a non-empty label or definitionId:
    plug-in='com.adobe.flexbuilder.debug.ui',
    id='AUTOGEN:::com.adobe.flexbuilder.debug.ui.actionScriptRulerActions/com.adobe.flexbuild er.debug.ui.actionScriptDoubleClickBreakpointAction'
    plugin: org.eclipse.ui
    Warning
    Sat Dec 09 08:38:59 CET 2006
    Warnings while parsing the key bindings from the
    'org.eclipse.ui.commands' extension point
    Warning
    Sat Dec 09 08:38:59 CET 2006
    Cannot bind to an undefined command:
    plug-in='org.cfeclipse.cfml',
    id='org.cfeclipse.cfml.editors.actions.EditTagAction'

    FB only supports 3.2, just 3.1.1.
    Tracy

  • SQL Execution Error in Eclipse 3.5 (Windows Vista)

    Selecting and executing this query in SQL Scrapbook in Eclipse 3.5 produces "Failed" status. If I remove commented fields then it works OK. Using the latest OEPE Patch Set 1.
    SELECT * FROM
    (SELECT 'Patient' AS USERTYPE, SUM(TOTAL) AS Total
    FROM(
    SELECT UNIQUE LOWER(b.property_value) AS CAT, COUNT(DISTINCT af.form_number) as TOTAL
    FROM amg_form af, amg_form_detail b
    WHERE af.form_number=b.form_number
    AND b.property_name = 'field.frm_youAre'
    AND af.form_name='FORM_REGISTRATION_1'
    AND af.form_site='www.nplate.com'
    --AND af.form_datetime > $P{START_DATE}
    --AND af.form_datetime < $P{END_DATE}
    GROUP BY LOWER(b.property_value)
    ORDER BY COUNT(b.property_value) DESC)
    WHERE CAT in ('patient'))
    UNION ALL
    (SELECT 'Other' AS USERTYPE, SUM(TOTAL) AS Total
    FROM(
    SELECT UNIQUE LOWER(b.property_value) AS CAT, COUNT(DISTINCT af.form_number) as TOTAL
    FROM amg_form af, amg_form_detail b
    WHERE af.form_number=b.form_number
    AND b.property_name = 'field.frm_youAre'
    AND af.form_name='FORM_REGISTRATION_1'
    AND af.form_site='www.nplate.com'
    --AND af.form_datetime > $P{START_DATE}
    --AND af.form_datetime < $P{END_DATE}
    GROUP BY LOWER(b.property_value)
    ORDER BY COUNT(b.property_value) DESC)
    WHERE CAT in ('family_friend','caregiver','family member or friend','other'))

    The error was caused by the lack of plsql parser. It has been corrected by our next release which should be available sometime next month.
    Shenxue

  • Org.eclipse.jdt.core.JDTCompilerAdapter class Notfound error In eclipse ant

    hi this is my ant build.xml file
    my eclipse ver : 3.3.0
    when i try to run this build file i am getting the error repeatedly
    please some one solve my problem i am unable find solution on eclipse
    forum site please help me
    thank you
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <project name = "AntPractice" default = "Main Build" basedir=".">
         <property name="bin" location="bin"/>
         <property name="src" location="src"/>
         <property name="jardir" location="${bin}/lib"/>
         <property name="jarfile" location="${jardir}/AntPractice.jar"/>
         <property name="build.compiler"      value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
        <target name="Main Build" depends="Initialize, compile, jar">
              <echo message = "Ant At Work!" />
        </target>
        <target name="Initialize">
             <delete dir = "${bin}" />
             <delete dir = "${jardir}" />
             <mkdir dir="${bin}"/>
             <mkdir dir="${jardir}"/>           
        </target>         
        <target name="compile" depends="Initialize">
             <javac srcdir="${src}" destdir="${bin}">
             </javac>
        </target>   
        <target name="jar" depends="Initialize, compile" >
              <jar destfile="${jarfile}" basedir="${bin}" />
        </target>
    </project>
    my run output is:
    Buildfile: G:\eclipse installation dir\shiva eclipse workspace\AntPractice\build.xml
    Initialize:
    [delete] Deleting directory G:\eclipse installation dir\shiva eclipse workspace\AntPractice\bin
    [mkdir] Created dir: G:\eclipse installation dir\shiva eclipse workspace\AntPractice\bin
    [mkdir] Created dir: G:\eclipse installation dir\shiva eclipse workspace\AntPractice\bin\lib
    compile:
    [javac] Compiling 1 source file to G:\eclipse installation dir\shiva eclipse workspace\AntPractice\bin
    BUILD FAILED
    G:\eclipse installation dir\shiva eclipse workspace\AntPractice\build.xml:25: Class not found: org.eclipse.jdt.core.JDTCompilerAdapter
    Total time: 922 milliseconds
    please don't tell see in eclipse or other site
    i am unable to find solution there
    if needed i ll mail my small first AntProject ZIP file its just 2KB
    thanx in advance
    shiva_forums
    @ yahoo
    .co
    .uk

    hi Mr.Anderson
    Thank you very much for reply
    it's working if i remove that line from build.xml Ant build file
    <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>but in eclipse documentation, books & forums also specified to write that line
    what are the consequences for writing or removing that line.
    any how once again Thank you very much for ur Answer
    with regards
    Shiva

  • Error with Eclipse - please help me

    Hi
    I know that maybe that's not the best place to ask about DisplayTag, but You are my last chance !!! So please help me!
    I am using DisplayTag in my web application. Could You tell me please why a got such error in my class?
    The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly referenced from
    required .class filesThe code of class :
    package bus;
    import org.displaytag.decorator.TableDecorator;
    public class Wrapper extends TableDecorator
         static public int i=0;
         public Wrapper()
              super();
    }I read that is not the problem with my class but with my project and I have to build path in my project. But how can I do this???
    Thnx for help
    Martin

    You need to add the javax.servlet classes to your classpath.
    Easiest way is to extend the JRE in eclipse with those classes so that it would automatically be applied to every new project. Go to Window - Preferences - Java - Installed JREs - Select the JRE used - Edit - Add External JARs - add the JAR with javax.servlet classes to the JRE system libraries.
    You can use the javaee.jar of the Java EE 5.0 SDK [1] or the Glassfish /lib directory [2], or the servlet-api.jar of Tomcat's /lib directory [3].
    [1] http://java.sun.com/javaee
    [2] https://glassfish.dev.java.net
    [3] http://tomcat.apache.org

  • Error when Eclipse activates nitrox bundle

    Hi
    I am having big problems using NitroX after the 15 days trial expired. I am currently awaiting that my company purchases a license, but until that actually happens I really need - at least - the free JSP editor working. When eclipse (3.0.1 on Win2K) starts up it logs errors about not being able to activate the Nitrox bundle.
    I HAVE received an activation license for the free JSP editor which I have activated.
    At the moment the license is still activated and I am not able to de-activate it because neither the "Windows>Preferences>Nitrox" tab nor the "Help>Nitrox licen..." is working. The first responds with a "Unable to load the selected preference page. Reason: plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.jstudio.WidePreferencePage." and the latter responds with a: "The choosen operation is currently unavailable".
    I have tried to re-install nitrox without success. I have not uninstalled it, since I can't de-activate my license. Can I get a new trial license? Something is also messed up with my M7 account - I can't log into the forum site and if I try to get a new activation license I get the message: "A subscriber with the same email already exits". Any help is appreciated!
    Best regards
    Esge
    Below is an excerpt from the Eclipse error-log (only the top of the stack-traces). Let me know if you need the entire trace.
    [size=9]!SESSION Mar 17, 2005 07:20:21.114 ---------------------------------------------
    eclipse.buildId=M200409161125
    java.version=1.4.2_07
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    !ENTRY org.eclipse.osgi Mar 17, 2005 07:20:21.124
    !MESSAGE An error occured while automatically activating bundle com.m7.nitrox (286).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle com.m7.nitrox.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
         at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110)
    Caused by: java.lang.NullPointerException
         at com.m7.wide.eclipse.jstudio.Plugin.shutdown(Unknown Source)
         at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:52)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
         ... 113 more
    Root exception:
    java.lang.NullPointerException
         at com.m7.wide.eclipse.jstudio.Plugin.shutdown(Unknown Source)
         at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:52)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
    !ENTRY org.eclipse.core.runtime 4 1 Mar 17, 2005 07:20:21.144
    !MESSAGE Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.jstudio.WebDecorator.
    !STACK 0
    java.lang.ClassNotFoundException: com.m7.wide.eclipse.jstudio.WebDecorator
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)
    !ENTRY org.eclipse.core.runtime 4 1 Mar 17, 2005 07:20:21.164
    !MESSAGE Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.jstudio.WebDecorator.
    !STACK 0
    java.lang.ClassNotFoundException: com.m7.wide.eclipse.jstudio.WebDecorator
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1313)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:131)[/size]
    [/code:1:979f7fdd67]

    Could I know which version of Workbench you are using? Was it installed as a
    standalone or an Eclipse plugin? Any other plugins you have installed?
    Regards,
    Long Liu
    2011/3/26 Janis Wolf-Pittel <[email protected]>
    >
    We're getting an error when closing workbench -- below is information from
    the log:
    >
    !MESSAGE Bundle update@plugins/org.eclipse.emf.compare.diff_0.8.0.v200806180301.jar
    was not resolved.
    !MESSAGE Missing required bundle org.eclipse.emf.compare.match_0.0.0.
    >
    Does anyone know why we would be getting this error?
    >
    Thanks,
    Janis
    >

  • Agentry Editor(7.0)Installation Error in Eclipse Indigo 3.7

    Hi ,
         Could anybody help me on this issue which i am facing while installing the Agentry Editor(7.0) 32 bit with Eclipse Indigo(3.7). When i started initially i faced the issue because of missing ZEST Package. then i have downloaded the package and added. now i am facing an issue regarding Workbench.modelling. i have mentioned my issue below. Please help me on this.
    Error Message:
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Agentry Editor Plugin 7.0.3.264 (com.syclo.agentry.editor.feature.feature.group 7.0.3.264)
      Missing requirement: Agentry Editor Plug-in 7.0.3.264 (com.syclo.agentry.editor 7.0.3.264) requires 'package org.eclipse.e4.ui.workbench.modeling 0.0.0' but it could not be found
      Cannot satisfy dependency:
        From: Agentry Editor Plugin 7.0.3.264 (com.syclo.agentry.editor.feature.feature.group 7.0.3.264)
        To: com.syclo.agentry.editor [7.0.3.264]

    Thank you . i have changed the eclipse version to Eclipse Juno 4.2.2.
    But i am getting an issue like this.
    Cannot complete the install because one or more required items could not be found.
      Software being installed: Agentry Editor Plugin 7.0.3.504 (com.syclo.agentry.editor.feature.feature.group 7.0.3.504)
      Missing requirement: Agentry Editor Plug-in 7.0.3.504 (com.syclo.agentry.editor 7.0.3.504) requires 'bundle org.eclipse.xsd 0.0.0' but it could not be found
      Cannot satisfy dependency:
        From: Agentry Editor Plugin 7.0.3.504 (com.syclo.agentry.editor.feature.feature.group 7.0.3.504)
        To: com.syclo.agentry.editor [7.0.3.504]

Maybe you are looking for