[Acceleo] Random Plugin Errors

I am getting errors such as:
An internal error occurred during: "Acceleo".
Errors running builder 'Acceleo Builder' on project '<Acceleo Project Here>'.
Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
All with this exact stack trace:
Quote:
java.lang.IllegalArgumentException: The feature 'iff' is not a valid feature
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eStructuralFeature(BasicEObjectImpl.java:733)
at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eObjectForURIFragmentSegment(BasicEObjectImpl.java:551)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObject(ResourceImpl.java:766)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObject(ResourceImpl.java:742)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.setValueFromId(XMLHandler.java:2850)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.setAttribValue(XMLHandler.java:2755)
at org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler.handleObjectAttribs(SAXXMIHandler.java:79)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFactory(XMLHandler.java:2229)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFeatureType(XMLHandler.java:2195)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObject(XMLHandler.java:2071)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.createObject(XMIHandler.java:128)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleFeature(XMLHandler.java:1876)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:1030)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.processElement(XMIHandler.java:81)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:1008)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:719)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.startElement(XMIHandler.java:163)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown Source)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:175)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:261)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1518)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1297)
at org.eclipse.acceleo.common.internal.utils.AcceleoPackageRegistry.registerEcorePackages(AcceleoPackageRegistry.java:309)
at org.eclipse.acceleo.internal.ide.ui.builders.AcceleoBuilder.build(AcceleoBuilder.java:154)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:246)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:299)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:302)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:401)
at org.eclipse.core.internal.resources.Project$1.run(Project.java:618)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597)
at org.eclipse.core.internal.resources.Project.build(Project.java:114)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate$1.run(LaunchConfigurationDelegate.java:430)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildProjects(LaunchConfigurationDelegate.java:437)
at org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildForLaunch(LaunchConfigurationDelegate.java:130)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
It is happening when I, Try to make a new Acceleo Project, Try to open a *.mtl file, Try to build a project, or pretty much any other task to do with Acceleo.
It doesn't happen all the time, restarting eclipse seems to fix it for a bit, but once one error comes I have to restart if I want to work with Acceleo.
I have tried reinstalling Acceleo but it didn't fix it.
Any help would be much appreciated

Hi
If "*iff", where * is a single letter makes sense as the name of a
feature, you have a problem that has been reported a few times before.
Solution, clean/rebuild/restart a few times. Make sure your Java
versions are consisten. Use ASCII rtaher than binary for your *.mtl files.
Regards
Ed Willink
On 21/07/2015 03:46, Samuel Windall wrote:
> I am getting errors such as:
>
> An internal error occurred during: "Acceleo".
> Errors running builder 'Acceleo Builder' on project '<Acceleo Project
> Here>'.
> Problems occurred when invoking code from plug-in:
> "org.eclipse.core.resources".
>
> All with this exact stack trace:
> Quote:
>> java.lang.IllegalArgumentException: The feature 'iff' is not a valid
>> feature
>> at
>> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eStructuralFeature(BasicEObjectImpl.java:733)
>>
>> at
>> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eObjectForURIFragmentSegment(BasicEObjectImpl.java:551)
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObject(ResourceImpl.java:766)
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.getEObject(ResourceImpl.java:742)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.setValueFromId(XMLHandler.java:2850)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.setAttribValue(XMLHandler.java:2755)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler.handleObjectAttribs(SAXXMIHandler.java:79)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFactory(XMLHandler.java:2229)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFeatureType(XMLHandler.java:2195)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObject(XMLHandler.java:2071)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMIHandler.createObject(XMIHandler.java:128)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleFeature(XMLHandler.java:1876)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:1030)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMIHandler.processElement(XMIHandler.java:81)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:1008)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:719)
>>
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMIHandler.startElement(XMIHandler.java:163)
>>
>> at
>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
>> Source)
>> at
>> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown
>> Source)
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:175)
>> at
>> org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:261)
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1518)
>>
>> at
>> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1297)
>>
>> at
>> org.eclipse.acceleo.common.internal.utils.AcceleoPackageRegistry.registerEcorePackages(AcceleoPackageRegistry.java:309)
>>
>> at
>> org.eclipse.acceleo.internal.ide.ui.builders.AcceleoBuilder.build(AcceleoBuilder.java:154)
>>
>> at
>> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
>>
>> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> at
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206)
>>
>> at
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:246)
>>
>> at
>> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:299)
>>
>> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>> at
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:302)
>>
>> at
>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:263)
>>
>> at
>> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:401)
>>
>> at
>> org.eclipse.core.internal.resources.Project$1.run(Project.java:618)
>> at
>> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
>> at
>> org.eclipse.core.internal.resources.Project.internalBuild(Project.java:597)
>>
>> at
>> org.eclipse.core.internal.resources.Project.build(Project.java:114)
>> at
>> org.eclipse.debug.core.model.LaunchConfigurationDelegate$1.run(LaunchConfigurationDelegate.java:430)
>>
>> at
>> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
>> at
>> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2295)
>> at
>> org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildProjects(LaunchConfigurationDelegate.java:437)
>>
>> at
>> org.eclipse.debug.core.model.LaunchConfigurationDelegate.buildForLaunch(LaunchConfigurationDelegate.java:130)
>>
>> at
>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855)
>>
>> at
>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
>>
>> at
>> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
>>
>> at
>> org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
>>
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
> It is happening when I, Try to make a new Acceleo Project, Try to open a
> *.mtl file, Try to build a project, or pretty much any other task to do
> with Acceleo.
>
> It doesn't happen all the time, restarting eclipse seems to fix it for a
> bit, but once one error comes I have to restart if I want to work with
> Acceleo.
>
> I have tried reinstalling Acceleo but it didn't fix it.
>
> Any help would be much appreciated :)

Similar Messages

  • Sap-plugin error when deploying a par file

    Hi,
    We are getting sap-plugin error when ever we are trying to deploy the application to the portal.Even after restarting the server the problem is not getting solved.
    The application we are trying to deploy is perfectly alright as we tested the same earlier.
    Can any one provide some inputs to solve this issue.
    To add some more points
    In brief ,we are not able to deploy our Portal applications . It is giving us error like this
    NFO: Detected Portal Archive File: com.abc.par
    INFO: Deployment failed - exception caught: Application upload failed: com.abc.par - more detail at: /usr/sap/POD/JC30/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/pcd/com.abc.par.log…
    We got this error many times , but after some time , when we restart the portal it works,
    this time it is not working even after I restarted the server many times

    hi all, i have same problem with upload of .par file, it doesn't work both from the portal and from the NWDS,
    here i post first part of log file:
    this is   sap-plugin.log :
    [16.05.07 / 13:05] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > Upload Response: <?xml version="1.0" encoding="utf-8"?>
    <query-result><info><type>1</type><message>Detected Portal Archive File: test.par</message></info><info><type>1</type><message>Deployment failed - exception caught: Application upload failed: test.par - more detail at: C:\usr\sap\SWB\DVEBMGS02\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd\test.par.log</message></info></query-result>
    this is  test.par.log :
    2007-05-16_12-03-10
    Application upload failed: test.par
    com.sapportals.portal.prt.runtime.PortalException: [ApplicationRepositoryService.putArchive] archive: test.par
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:328)
         at com.sapportals.portal.prt.deployment.DeploymentManager._uploadArchive(DeploymentManager.java:813)
         at com.sapportals.portal.prt.deployment.DeploymentManager.uploadArchive(DeploymentManager.java:474)
         at com.sapportals.portal.prt.deployment.DeploymentManager.uploadApplication(DeploymentManager.java:319)
         at com.sap.ip.portal.admin.portalanywhere.ArchiveUploader.doUpload(ArchiveUploader.java:116)
         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:324)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleRequestEvent(AbstractPortalComponent.java:700)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:412)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:707)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.pcd.pl.PlRuntimeException: unexpected SQLException
    Cannot assign a zero-length byte array to host variable 18.
         at com.sapportals.portal.pcd.pl.PlFactory.handleUnexpectedSQLError(PlFactory.java:2490)
         at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:652)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChildOnPersistence(XfsContext.java:1360)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChildAndNotify(XfsContext.java:1118)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChild(XfsContext.java:1076)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.createSubcontext(XfsContext.java:846)
         at com.sapportals.portal.pcd.gl.xfs.BasicContext.createBasicSubcontext(BasicContext.java:185)
         at com.sapportals.portal.pcd.gl.PcdPersContext.createSubcontext(PcdPersContext.java:188)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterCreateSubcontext(PcdFilterContext.java:244)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:133)
         at com.sapportals.portal.pcd.gl.PcdGlContext.createSubcontext(PcdGlContext.java:500)
         at com.sapportals.portal.pcd.gl.PcdGlContext.bind(PcdGlContext.java:425)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.bind(PcdProxyContext.java:426)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.rebindInt(PcdProxyContext.java:446)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.rebind(PcdProxyContext.java:460)
         at com.sapportals.portal.pcd.gl.PcdGlContext.rebind(PcdGlContext.java:1317)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.rebind(PcdProxyContext.java:501)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.rebind(PcdProxyContext.java:663)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.rebind(PcdProxyContext.java:668)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.updateObject(ApplicationRepositoryService.java:717)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.storeApplication(ApplicationRepositoryService.java:389)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.putArchive(ApplicationRepositoryService.java:306)
         ... 34 more
    Caused by: com.sap.sql.log.OpenSQLException: Cannot assign a zero-length byte array to host variable 18.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.dispatch.BlobHostVariable.setBinaryStream(BlobHostVariable.java:143)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setBinaryStream(CommonPreparedStatement.java:776)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setBinaryStream(PreparedStatementWrapper.java:401)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.storeAttribute(AttributeHeadersTable.java:431)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.insert(AttributeHeadersTable.java:248)
         at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:541)
         at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:616)
         at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:640)
         ... 54 more

  • [bug-report] AI CC for Mac got "loading plugin error" at startup

    Enviornment: 2012 late Mac Mini, OSX 10.8.6( English )
    Just fresh installed adobe illustrator cc for Mac(Simplified Chinese), which is got "loading plugin error" at startup, even update AI or reinstall it after using adobe cc clean tool.
    Finally I found it will be solved by selecting default lanugauge (North America English) at installer. Then I changed my OSX language to S Chinese then installed S_Chinese version AI CC that works without problem.
    So, it shows AI got some language compatiabitily bug which is not happen on PS and InDesign (I installed Simplified Chinese version of both them on my english OSX without error) 
    Plz fix it in next version. Thanks so much.

    Can you give this a try, that is try using a seperate boss?
    DECLARE_PMID(kClassIDSpace, kIDCStartupShutdownServiceBoss, kIDCPrefix + 10)
    Class
                        kIDCStartupShutdownServiceBoss,
                        kInvalidClass,
                                  // Implementation of IStartupShutdownService
                                  IID_ISTARTUPSHUTDOWN, kIDCStartupShutdownImpl,
                                  // Implementation to IK2ServiceProvider to identify the service type as startup-shutdown
                                  IID_IK2SERVICEPROVIDER, kLazyStartupShutdownProviderImpl,

  • Hi There, cannot open an InDesign document in CS3. Getting Plugin errors

    I have a InDesign document created in CS4. I cannot access the file from a computer with CS3. I get a lot of plugin errors at the start up.
    Please help as this is a very important document

    @Naga Sai J – you cannot open an InDesign CS4 file in the previous version.
    But you can export an exchange file format for InDesign CS3.
    Go to File/Export and chose INX for export: "InDesign CS3 Interchange-Format (INX)"
    That .inx file could be opened with InDesign CS3.
    After opening the .inx file, examine it well!
    Some things might have changed (things regarding to newer or changed features from InDesign CS4).
    Uwe

  • CUCM Random disconnect errors

    I have a client who is getting random disconnect errors from his cucm servers.  They seem to encompass other network errors at times as well, but not always.  I'm having a hard time telling if its cucm or if it is a network issue in general.
    I pulled his core logs and at the time of disconnect messages from RTMT I'm seeing this:
    |StationInit:   TCPPid = [1.100.9.58957]Socket Broken. DeviceName=SEP002584189723,IPAddr=10.100.7.49, Port=0xc702, Device Controller=[1,51,5397]|1,100,50,1.20646898^10.100.7.49^SEP002584189723
    11:35:48.006 |StationInit:   TCPPid = [1.100.9.58948]Socket Broken. DeviceName=,IPAddr=10.101.1.42, Port=0xcbf2, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    11:35:48.050 |StationInit:   TCPPid = [1.100.9.58250]Socket Broken. DeviceName=,IPAddr=10.101.1.112, Port=0xc436, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    11:35:48.067 |StationInit:   TCPPid = [1.100.9.59376]Socket Broken. DeviceName=,IPAddr=10.101.1.16, Port=0xc55e, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    11:35:48.099 |StationInit:   TCPPid = [1.100.9.58840]Socket Broken. DeviceName=,IPAddr=10.101.1.8, Port=0xc577, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    The Cisco UP Presence Engine service on the peer node of a subcluster has failed AppID : Cisco Syslog Agent ClusterID :
    |StationInit:   TCPPid = [1.100.9.58957]Socket Broken. DeviceName=SEP002584189723,IPAddr=10.100.7.49, Port=0xc702, Device Controller=[1,51,5397]|1,100,50,1.20646898^10.100.7.49^SEP002584189723
    11:35:48.006 |StationInit:   TCPPid = [1.100.9.58948]Socket Broken. DeviceName=,IPAddr=10.101.1.42, Port=0xcbf2, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    11:35:48.050 |StationInit:   TCPPid = [1.100.9.58250]Socket Broken. DeviceName=,IPAddr=10.101.1.112, Port=0xc436, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    11:35:48.067 |StationInit:   TCPPid = [1.100.9.59376]Socket Broken. DeviceName=,IPAddr=10.101.1.16, Port=0xc55e, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    11:35:48.099 |StationInit:   TCPPid = [1.100.9.58840]Socket Broken. DeviceName=,IPAddr=10.101.1.8, Port=0xc577, Device Controller=[0,0,0]|1,100,55,3.1^*^*
    and lots of them, for a few minutes and then it stops.  When I search around for solutions for this I see "contact TAC" repeatedly.  Can anyone help me determine if I have a cm problem or a network problem.  He did reboot the cluster 12 days ago and it didn't stop the problems.  The disconnect errors related to all components of the phone system (cucm, cuc, uccx, cups) and have been anything from "SDL link to remote application is out of service", "OUT-OF-SERVICE AppID : Cisco UP Presence Engine ClusterID", "
    The Cisco UP Presence Engine service on the peer node of a subcluster has failed AppID : Cisco Syslog Agent ClusterID", "user 2 ntpRunningStatus.sh: Primary node NTP server, SVUCCX01, is currently inaccessible or down"
    So its just like all communication breaks and then comes back again.  I'd like to do as much leanring as possilble with this and not just run to TAC.  Any suggestions?

    Hi Dustin,
    Please see the explaination for the error you are getting:-
    CCM_CALLMANAGER-CALLMANAGER-1-SDLLinkOOS : SDL link to remote application is out of service  Remote Application IP Address [String] Unique Link ID [String] Local Node ID [UInt] Local Application ID [Enum]Remote Node ID [UInt] Remote Application ID [Enum]
    Explanation   This alarm indicates that the local Unified CM has lost communication with the remote Unified CM. This alarm usually indicates that a node has gone out of service (whether intentionally for maintenance or to install a new load for example; or unintentionally due to a service failure or connectivity failure).
    Recommended Action   In the Cisco Unified Reporting tool, run a CM Cluster Overview report and check to see if all servers can communicate with the Publisher. Also check for any alarms that might have indicated a CallManager failure and take appropriate action for the indicated failure. If the node was taken out of service intentionally, bring the node back into service.
    Reason Code - Enum Definitions
    Enum Definitions - LocalApplicationID
    Value
    Definition
    100
    CallManager
    Enum Definitions - RemoteApplicationID
    Value
    Definition
    100
    CallManager
    The most common Lost communication for CallManagers could be Callmanager server hang, network problems or high CPU
    You can use RTMT to monitor this.
    CM servers keep a TCP connection to other servers in the cluster. When that TCP connection is broken due to network connectivity or lack of server resources, the above error is generated.
    Also the sdi traces you have provided won't be useful to analyze the problem but rather please take detailed sdl traces.
    If possible then take SDL detailed traces with sniffer filtering TCP port 8002 in order to find out if this is a Network problem or not.
    Sometimes due to highly fragmented disk can cause heavy disk I/O utilizing all the CPU.
    Was there any upgradation or migration activity was carried out in network?
    Please check the server NIC and switch NIC or other NIC have the same speed/duplex settings.
    Regards,
    Nishant Savalia

  • Late 2013, 27" 3.2GHz iMac random "graphics" errors with Yosemite

    Since upgrading to Yosemite I am encountering random "graphics errors".
    Sometimes happens with an Apple report, some times without.
    In some cases, it causes a logout (not reboot or kernel panic).  After logging
    back in the small "graphics error" box is there.
    It is always happening at least once during a browsing session in Safari, often
    more.  It is also not website dependent as going back and reloading the pages where
    the problem occurred will work without the problem.
    With Mail, it is even worse.  Simply getting email is not a problem.  It happens
    if multiple apps are open and I try to create a Mail message.  This is when
    I get the sudden logout situation.  The only way I can compose an email
    is to close all other apps.
    Memory is NOT an issue as I have 24GB installed.
    Anyone having the same issues or clues as to how to fix????
    NOTE:  Everything works flawlessly and as it should if I boot into
                 Mavericks.

    same problem here screen random glitches while surfing the web with macbook pro retina 13 late 24 model. Just graphic issues *for example i may zoom in  photo on the web and it may appear a random line or glitch) yosemite is really bad

  • Crystal Reports Logon Error ("Security Plugin Error")

    Hi there,
    I have an issue that I haven't been able to resolve for the past couple days.  I had to reinstall Crystal Reports XI on a user's computer, and now we can't log into the BusinessObjects Enterprise server from it using LDAP.  I have successfully logged in using the Enterprise authentication mode, but not the LDAP authentication mode.
    Here was my general trail of attempts:
    Completely uninstalled Crystal Reports XI
    Installed Crystal Reports XI
    Installed Crystal Reports XI SP1
    Could not log into BOE using LDAP; received the error "Security plugin error: Failed to set parameters on plugin"
    Installed Crystal Reports XI SP2
    Could not log into BOE using LDAP; received the error "Security plugin error: Failed to set parameters on plugin" (despite the release notes of SP2 saying that this issue has been resolved)
    Installed Crystal Reports XI SP4 (as SP3 was not available on the downloads section of the SAP/BO service portal, and I heard it had a bug)
    Could not log into BOE using LDAP; received the error "Security plugin error: Failed to set parameters on plugin"
    Installed Crystal Reports XI Hotfix 11
    Could not log into BOE using LDAP; received the error "Security plugin error: Failed to set parameters on plugin"
    Installed Crystal Reports XI Hotfix 12
    Could not log into BOE using LDAP; received the error "Security plugin error: Failed to set parameters on plugin"
    I was able to log into InfoView via LDAP on the above workstation.
    I've also tried installing Crystal Reports XI, following the same steps as above, on second workstation in order to determine if it was an issue with the first workstation I was addressing.  But the second workstation had the same issue.  However, I was also able to log into InfoView via LDAP on this second workstation.
    I was also able to authenticate just fine on my workstation via Crystal Reports using LDAP, but its Crystal Reports installation took place before I began working here.
    I have searched the SAP/BO portal, and I'm still left with the following questions on the following posts:
    [Note 1207373|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233303337333333373333%7D.do] - My issue is not regarding communicating with the LDAP server because the user logs into her workstation everyday using LDAP.  Could there be another solution?
    [Log On error|https://forums.sdn.sap.com/click.jspa?searchID=18094821&messageID=5980948] - I couldn't find the "Server" service on the PC.  What is the actual name of the service?  Also, where can I go to find the release number of my BOE server?
    [Authentication issues with the universes connection type|https://forums.sdn.sap.com/click.jspa?searchID=18094821&messageID=6316866] - I'm not sure what to do as I think my BOE server is XI R1.
    [Cannot access the repository. (USR0013)|https://forums.sdn.sap.com/click.jspa?searchID=18094821&messageID=6327052] - I don't think this is the same issue as I'm experiencing.  Would I need to restart the CMS service on the BOE server, even though other workstations can log on to the BOE server using LDAP?
    [LDAP Authentication issue whille connecting to BOXIR2 usinng designer|https://forums.sdn.sap.com/click.jspa?searchID=18094821&messageID=6253470] - InfoView is not a problem to log into.  Is the software inventory tool referred to in this thread the same as "Add or Remove Programs"?  If so, the BOE version is not the same as any of the Crystal versions on any of the workstations I've worked with.  But mine still authenticates.  I also don't think it's a firewall issue as the only thing that changed on the workstations I've worked with is that I've uninstalled and/or installed Crystal Reports.
    [Re: setting up AD and Kerberos with Java|https://forums.sdn.sap.com/click.jspa?searchID=18094821&messageID=6024617] - I don't think this is my issue...?
    Here are the specs of the machines:
    First Workstation:
    Windows XP SP3
    Crystal Reports 11.0.0.895 (after all the installs were over and I rolled back a couple SPs)
    Second Worktation:
    Windows XP SP3
    Crystal Reports 11.0.0.2812 (after all the installs were over)
    My Workstation:
    Windows XP SP2
    Crystal Reports 11.0.0.1994
    BOE Server:
    BOEXI 11.0.0.7485
    CMS 11.0.0.1886
    I am very new to Crystal Reports, so I may have missed something in the installation that would have prevented this.  Is there a way to make Crystal Reports "point" to the BOE server via LDAP?  I couldn't find anything like this though.  Any help you could provide would be great!
    Thanks so much in advance!
    Bryce

    Thanks Tim,
    I cannot seem to find Crystal Reports XI Release 1 Service Pack 3.  All I can find on the SAP Support Portal (under the Business Objects Support - Software Downloads section) are SP1, SP2, and SP4.
    We can access BOE via LDAP from other Crystal clients, and we can access InfoView from other clients also.  The client that is having trouble accessing BOE with Crystal Reports via LDAP is able to access InfoView.
    Should I try CR XI R1 SP3?  If so, could you point me in the right direction to find it?
    Thanks!
    Bryce

  • First time launch of Garageband yields plugin errors

    So I finally purchased iLife 08, and the first time I go to run Garageband after the install I get these plugin errors:
    "GarageBand unexpectedly quit while trying to use the Audio Unit "C1 gate (s)" by "Waves". This plug-in may require an update."
    and:
    "GarageBand unexpectedly quit while trying to use the Audio Unit "L1 limiter (s)" by "Waves". This plug-in may require an update."
    Then there is this one:
    "Required software extensions are missing.
    Click the OK button, and you will be transferred to the PACE web site where an installer can be downloaded."
    But of course there is no mention of the fact that you have to BUY the required software extension.
    I have done a reinstallation with no better luck. Has anyone else run across this?

    you've apparently installed some third party software at some point, one of which uses that godawful pace copyprotection. since they don't work with GB you'll have to either get rid of the old plug-ins, not use GB, or find out if there are updates to them.

  • Random Communication error in WL 8.1 using DB2

    We just recently upgraded our WL server to 8.1 sp2 from 6.1 sp4 and are seeing a random communication error. This error occurrs at random several times a day, but hitting the page refresh it goes away (i.e. we reconnect without issue) but then it will come back again after some time.
    WL Version: 8.1 sp2 using JDK 1.4.2_06 on SUN Solaris using Db2 v 7.2 drivers to connect to our DB2 6.1 database.
    Any help would be much appreciated.
    Thanks,
    Dominic
    COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "". Communication function detecting the error: "recv". Protocol specific error code(s): "*", "*", "0". SQLSTATE=08001
    <Jun 9, 2005 10:57:21 AM PDT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from sysibm.sysdummy1" set up for pool "FWM1-administrator-pool" failed with exception: "COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0601E Invalid statement handle or statement is closed. SQLSTATE=S1000".>
    EXCEPTION CAUGHT:
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    javax.ejb.EJBException: nested exception is: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "". Communication function detecting the error: "recv". Protocol specific error code(s): "*", "*", "0". SQLSTATE=08001
    at weblogic.ejb20.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:103)
    at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:304)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:253)
    at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(StatelessEJBObject.java:141)
    at com.finaplex.fwm.accountgroup.controller.ejb.AccountGroupManagerEJB_473uyk_EOImpl.getAccountGroups(AccountGroupManagerEJB_473uyk_EOImpl.java:566)
    at com.finaplex.fwm.accountgroup.tags.AccountGroupsTag.getAccountGroups(AccountGroupsTag.java:979)
    at com.finaplex.fwm.accountgroup.tags.AccountGroupsTag.getAccountGroups(AccountGroupsTag.java:921)
    at com.finaplex.fwm.accountgroup.tags.AccountGroupsTag.doStartTag(AccountGroupsTag.java:183)
    at com.finaplex.fwm.jsp._components._fwml._lot.__financialassetsearch._jspService(__financialassetsearch.java:371)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.PageAccessFilter.doFilter(PageAccessFilter.java:118)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.LoginFilter.doFilter(LoginFilter.java:429)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:613)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:400)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:154)
    at com.finaplex.fwm.jsp._accounts._assets.__financial2._jspService(__financial2.java:797)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.PageAccessFilter.doFilter(PageAccessFilter.java:118)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.LoginFilter.doFilter(LoginFilter.java:429)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6356)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

    Hi Robert,
    I am also running across the same error. did you by chance figure what was
    causing it?
    thanks!
    LJ
    Robert McGinnis wrote:
    We just recently upgraded our WL server to 8.1 sp2 from 6.1 sp4 and are seeing a random communication error. This error occurrs at random several
    times a day, but hitting the page refresh it goes away (i.e. we reconnect
    without issue) but then it will come back again after some time.
    WL Version: 8.1 sp2 using JDK 1.4.2_06 on SUN Solaris using Db2 v 7.2 drivers to connect to our DB2 6.1 database.
    Any help would be much appreciated.
    Thanks,
    Dominic
    COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2] SQL30081N A communication error has been detected. Communication protocol being used:
    "TCP/IP". Communication API being used: "SOCKETS". Location where the error
    was detected: "". Communication function detecting the error: "recv".
    Protocol specific error code(s): "*", "*", "0". SQLSTATE=08001
    <Jun 9, 2005 10:57:21 AM PDT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from sysibm.sysdummy1" set up for pool "FWM1-administrator-pool"
    failed with exception: "COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver]
    CLI0601E Invalid statement handle or statement is closed. SQLSTATE=S1000".>
    EXCEPTION CAUGHT:
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    javax.ejb.EJBException: nested exception is: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2] SQL30081N A
    communication error has been detected. Communication protocol being used:
    "TCP/IP". Communication API being used: "SOCKETS". Location where the error
    was detected: "". Communication function detecting the error: "recv".
    Protocol specific error code(s): "*", "*", "0". SQLSTATE=08001
    at weblogic.ejb20.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:103)
    at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:304)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:253)
    at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(StatelessEJBObject.java:141)
    at com.finaplex.fwm.accountgroup.controller.ejb.AccountGroupManagerEJB_473uyk_EOImpl.getAccountGroups(AccountGroupManagerEJB_473uyk_EOImpl.java:566)
    at com.finaplex.fwm.accountgroup.tags.AccountGroupsTag.getAccountGroups(AccountGroupsTag.java:979)
    at com.finaplex.fwm.accountgroup.tags.AccountGroupsTag.getAccountGroups(AccountGroupsTag.java:921)
    at com.finaplex.fwm.accountgroup.tags.AccountGroupsTag.doStartTag(AccountGroupsTag.java:183)
    at com.finaplex.fwm.jsp._components._fwml._lot.__financialassetsearch._jspService(__financialassetsearch.java:371)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.PageAccessFilter.doFilter(PageAccessFilter.java:118)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.LoginFilter.doFilter(LoginFilter.java:429)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:613)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:400)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:154)
    at com.finaplex.fwm.jsp._accounts._assets.__financial2._jspService(__financial2.java:797)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.PageAccessFilter.doFilter(PageAccessFilter.java:118)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.finaplex.fwm.servlets.LoginFilter.doFilter(LoginFilter.java:429)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6356)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

  • Quicktime 7 plugin error

    Anytime I try to view a webpage which uses Quicktime I'm getting a plugin error message saying "An error occurred inside a plug-in contained on this page". Then I click on the OK another message pops up after that saying "The plugin did not initialize properly" and of course Quicktime won't stream the video. I tried to uninstall and reinstall the latest Quicktime, no change at all. Anyone has any suggestions? I'm using the latest Internet Explorer 7. I didn't have this problem with IE6 before. Could that be the culprit? Any help would be much appreciated!

    I started having the same errors "an error occured inside a plug in contained on this page" and then did the same thing and clicked okay and got the next error "The plug in did not initialize properly".
    I recently downloaded Internet Explorer 7 and I had no problems with the quicktime video on any websites. Suddenly last night I started having problems. I thought about the last thing I did and it was downloadng an update for windows media, this seemed to deselect a file type option in the quicktime preferences.
    I opened up the Quicktime preferences and chose the file types tab and selected MP3 - MPEG layer III movies and streams and selected apply and okay and restarted my computer and the video web pages that I could not get to work with quicktime are working fine now!

  • Ever since i "upgraded" to yosemite i can't run illustrator (i'm getting a plugin error "Photoshopimport.aip" and "PhotoshopExport.aip" message... i've tried to get support (no longer available for cs4 design premium!!!... i've uninstalled and reinstalled

    ever since i "upgraded" to yosemite i can't run illustrator (i'm getting a plugin error "Photoshopimport.aip" and "PhotoshopExport.aip" message... i've tried to get support (no longer available for cs4 design premium!!!... i've uninstalled and reinstalled... the problem persists... can anyone at adobe provide guidance, orientation, help?... thank you kindly,
    bob kincey
    [email protected]
    [email protected]

    Some people have reported success with opening Photoshop before opening AI. Some how the aips are registered there and are then available to work in AI.

  • Random selectionFailure errors at runtime - SOA 11g

    Hi All
    I am getting random selectionFailure errors at runtime.
    I have developed a bpel process and when I try to run this, at runtime I get below error randomly at assign activity.
    Non Recoverable System Fault :
    <bpelFault><faultType> <message>0</message></faultType><selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>
    The same process runs fine sometimes and other times it hits this error. I tried bouncing WLS server but didn’t help.
    Also I am trying to use preferences in 11G. I added the preference name to composite.xml and used ora:getPreference and its returning me values. However when I try to use this preference inside xsl code as a parameter ($<paramname>), its not substituting the values.
    Are the above 2 issues related and something to do with server setup. Because I double-checked and the code looks ok to me.
    Any suggestions will be really helpful.
    Thanks
    Subhankar

    Hi All
    I am getting random selectionFailure errors at runtime.
    I have developed a bpel process and when I try to run this, at runtime I get below error randomly at assign activity.
    Non Recoverable System Fault :
    <bpelFault><faultType> <message>0</message></faultType><selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"></selectionFailure></bpelFault>
    The same process runs fine sometimes and other times it hits this error. I tried bouncing WLS server but didn’t help.
    Also I am trying to use preferences in 11G. I added the preference name to composite.xml and used ora:getPreference and its returning me values. However when I try to use this preference inside xsl code as a parameter ($<paramname>), its not substituting the values.
    Are the above 2 issues related and something to do with server setup. Because I double-checked and the code looks ok to me.
    Any suggestions will be really helpful.
    Thanks
    Subhankar

  • App World Web Plugin Error.

    App World Web Plugin Error
    An error has occurred communicating with the BlackBerry App World Web plugin. Please restart your device and try again. If you have content protection enabled on your device, please disable and try again.
    Please help.

    Hi and Welcome to the Community!
    So, what happens when you do as the error message instructs?
    Thanks!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • App World Web Plugin Error: An error has occurred communicating with the BlackBerry App World Client.

    App World Web Plugin Error
    An error has occurred communicating with the BlackBerry App World Client.
    Please help me with this problem. I have a new Blackberry Storm 2. When I sign in, it asked me to get the BB appworld browser plug-in and connect my smartphone. So, i did connect it. Then, this message kept on popping out. I don't know how to fix it.

    Okay. this is what I do.
    I go onto http://appworld.blackberry.com/webstore/ & sign in. I then connect my phone & enter the device password. As soon as I do that, this comes up -> App World Web Plugin Error
    An error has occurred communicating with the BlackBerry App World Client.
    I don't know what's the problem & I've been searching for a solution but to no avail.

  • App world Plugin error!!

    Today I installed a new OS Software on my Blackberry 8900. Now I'm trying to add some apps like Blackberry Maps, Blackberry Messenger, Documents to Go, etc. I go to the Desktop Manager 6 which i recently installed, and I select the apps I want to add but they don't install. It says something like "pending installation" . So later I tried to add the apps from Blackberry app world on the internet, i installed the plugin and when  I select the app I want to install I get this message " App World Plugin Error:An error has occurred communicating with the BlackBerry App World Client." How can I install the apps I need on my Bb??????

    Hey ! Had the same problem and here it is the solution :
    http://btsc.webapps.blackberry.com/btsc/search.do?​cmd=displayKC&docType=kc&externalId=KB25882
    Hope that helps.
    All credits to the user Xandrex.

Maybe you are looking for

  • How do I save my iTunes library and reinstall older iTunes?

    Hello: Please see my prior posting at: http://discussions.apple.com/thread.jspa?messageID=3875333#3875333 To recap; I have a Dell Dimension 8300 and am operating with Windows XP. I bought my daughter a new iPod Nano for Chistmas, and when we plugged

  • 8.0.5.1 EE download works!

    I just downloaded the 7 parts (Oracle8051EE_Intel_[1-7].tar) from ftp://ftp.oracle.com/pub/www/otn/linux/ and after running them through a cat Oracle8051EE_Intel_?.tar | tar xvzf - I had a staging area to install from! Though the massive 167MB .tar.g

  • Skype for s60.3.2 fails?

    It seems I have yet another s60.3.2 app to add to the group gradually becoming flaky with age: Skype. It will no longer sign in properly. Skype tech support merely stated it was no longer officially supported (only the versions for touch-screen Symbi

  • Regarding - Flex Pagination

    hi, In the database, A table consists of more than 200 records.i have to display 10 by 10 records. My question is ,In the datagrid First i have to display the first ten records.When a user scrolls the in the datagrid i need to display the another 10

  • A Problem with subcontext(JNDI) in WL 6.0

    I am creating objects in JNDI using subcontext. private static void cargarJNDI(String nombre,FamiliasDimensiones lov)      try{           Context ctx = ConexionPool.getInitialContext();           Context CtxApp = ctx.createSubcontext("Portal");