MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
msariman
Post subject: MyEclipse Blue error: 'localAdminProtocol' not found  PostPosted: Mar 07, 2011 - 06:59 PM
Veteran Member
Veteran Member


Joined: Jun 24, 2005
Posts: 20

Anyone please,
I was able to run my run my Websphere from services and also from the aps program start menu.
But i was unable and got an error running from MyEclipse. If anyone knows whats going on, please help.

07/03/11 10:50:24:312 PST] 0000000a AdminTool A ADMU3100I: Reading configuration for server: localhost
[07/03/11 10:50:27:218 PST] 0000000a WsServerLaunc E ADMU3002E: Exception attempting to process server localhost
[07/03/11 10:50:27:218 PST] 0000000a WsServerLaunc E ADMU3007E: Exception org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'localAdminProtocol' not found. (file:/C:/Program%20Files/IBM/WebSphere/AppServerV7/profiles/AppSrv03/config/cells/BC5Node02Cell/nodes/BC5Node02/servers/localhost/server.xml, 5, 192)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.reportUnknownFeature(XMLHandler.java:1215)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleUnknownFeature(XMLHandler.java:1185)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.handleUnknownFeature(XMIHandler.java:87)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.setAttribValue(XMLHandler.java:1843)
at org.eclipse.emf.ecore.xmi.impl.SAXXMIHandler.handleObjectAttribs(SAXXMIHandler.java:147)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromFactory(XMLHandler.java:1393)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObjectFromTypeName(XMLHandler.java:1319)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.createObject(XMLHandler.java:1255)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleFeature(XMLHandler.java:1095)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:466)
at org.eclipse.emf.ecore.xmi.impl.XMIHandler.processElement(XMIHandler.java:65)
at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:449)
at org.eclipse.emf.ecore.xmi.impl.SAXWrapper.startElement(SAXWrapper.java:73)
at org.apache.xerces.parsers.AbstractSAXParser.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.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:140)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:169)
at org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResourceImpl.basicDoLoad(CompatibilityXMIResourceImpl.java:180)
at org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResourceImpl.doLoad(CompatibilityXMIResourceImpl.java:173)
 
 View user's profile Send private message  
Reply with quote Back to top
msariman
Post subject: RE: MyEclipse Blue error:  PostPosted: Mar 07, 2011 - 07:03 PM
Veteran Member
Veteran Member


Joined: Jun 24, 2005
Posts: 20

My Deployment Connection: Enhanced Mode
 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject: RE: MyEclipse Blue error:  PostPosted: Mar 10, 2011 - 12:05 PM



Joined: Nov 11, 2010
Posts: 2193

msariman,

Sorry for the delayed response.
Here is EMF FAQ - http://wiki.eclipse.org/index.php/EMF-FAQ#Development
Please take a look at the first FAQ under the Development section.

Hope this helps.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
msariman
Post subject: RE: MyEclipse Blue error:  PostPosted: Mar 17, 2011 - 12:16 AM
Veteran Member
Veteran Member


Joined: Jun 24, 2005
Posts: 20

Hi swapma,
I'm not clear about this >>>>>>> java MyApp -Dorg.eclipse.emf.common.util.URI.archiveSchemes="wsjar wszip jar zip"
Do I have to do something in my "Configure Server Connector"?
How do you guys do it?
You must have a sample project that you debug using WS7.
 
 View user's profile Send private message  
Reply with quote Back to top
support-piotr
Post subject:   PostPosted: Mar 18, 2011 - 08:53 AM



Joined: Feb 10, 2011
Posts: 67

msariman,

It seems that you have some kind of problem with WAS server configuration. Please send us problematic file:
Code:
C:/Program Files/IBM/WebSphere/AppServerV7/profiles/AppSrv03/config/cells/BC5Node02Cell/nodes/BC5Node02/servers/localhost/server.xml

We do not change much in server.xml file before running server, especially we do not add any "localAdminProtocol" feature. Please check if you can still launch server as window service or using aps program start menu.

Which version of MyEclipse are you using? Which version of WAS? (Please launch command line, run C:/Program Files/IBM/WebSphere/AppServerV7/versionInfo.bat and paste results here)

Best regards,
Piotrek
 
 View user's profile Send private message  
Reply with quote Back to top
MarksNotes
Post subject: Solution  PostPosted: Jan 09, 2013 - 11:28 PM



Joined: Jan 09, 2013
Posts: 1

Hi, I know this is a really old thread but I came across this same problem in a WebSphere cluster recently & was unable to find anything on the net about it other than this thread.

I was eventually able to resolve our own issue by manually copying the relevant servers server.xml file off the deployment manager over the copy stored on the local node with the issue. A manual node resynchronisation in effect. There were numerous differences between the two versions of the file so something or someone had must have made an incorrect change to the server.xml file on the local node as the errors were not replicated in the deployment managers copy.

Following this fix I was able to start the nodeagent and the server instance from the nodes command line without issue. I did encounter some further issues with
getting the local node to accept commands initiated from the deployment manager due to key issues in the local trust store of the node. I was able to resolve these too & get the cluster fully up & running again.

I've documented the full fix that worked in my specific case on my blog below. I hope the information comes in useful for someone if you encounter the same issue.

http://www.marksnotes.com/websphere-application-server-feature-localadminprotocol-not-found/
 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject:   PostPosted: Jan 10, 2013 - 10:54 AM



Joined: Nov 11, 2010
Posts: 2193

MarksNotes,

Thank you for posting your findings. They will surely help other users.
Do let us know if you see any issues.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits