Portlet developer installation issues

Hi
I have installed webMethods 6.5 primarily for Portal Development. I did a complete install from an installation image that I had procured.
But during installation I cant see an an explicit listing of the Portal.
But in the installation folder (D:\webMethods6) I can see a folder called portal.
I can also connect to http://:8080 and I get a login screen
After I login I can see the Tabs which can help me monitor the IS.

But I am unable to install the eclipse development plugins.
I get an error regarding Site.xml not being found.
I checked the components on the server, and the components required for eclipse plugin are missing.
I have checked the proxy settings in eclipse. There is no issue with that.
Can some one tell me how this problem can be rectified.

Regards
Saurabh

hi,
I have Installed webMethods Portal on my machine.But when I open http://:8080 it shows no page displayed.When i go to the services menu in control panel even the service webMethods Portal Server 6.5 ()is not starting.Can anyone help me with that.
Regards
Avinash

Find the portal log files in webm_home\Portal\server\default\logs[I][/i][I][/i][I][/i]. Look at the full.log and problems.log first.

Mark

I have attached the log file.Kindly let me know the Error

There was nothing attached to your post.

Mark

The log files message is as follows:

java.sql.SQLException: ORA-00933: SQL command not properly ended
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:330)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:287)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:742)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:215)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:798)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1038)
at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:838)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1131)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3284)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3328)
at com.webMethods.portal.service.sql.core.BaseSqlWorker.executeQuery(BaseSqlWorker.java:361)
at com.webMethods.portal.service.sql.core.BaseSqlWorker.executeQuery(BaseSqlWorker.java:321)
at com.webMethods.portal.service.meta2.thing.impl.Thing.loadThings(Thing.java:1517)
at com.webMethods.portal.service.meta2.thing.impl.BasicThingFactory.loadThings(BasicThingFactory.java:161)
at com.webMethods.portal.service.meta2.impl.ThingService.loadThings(ThingService.java:521)
at com.webMethods.portal.service.portlet.impl.PortletProvider.getXTypes(PortletProvider.java:696)
at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:647)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:104)
at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:288)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:99)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:448)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:104)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:44)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:161)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:448)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:104)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:74)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:775)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:741)
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.webMethods.portal.system.start.Main.start(Main.java:87)
at com.webMethods.portal.system.start.Main.main(Main.java:33)
2006-03-27 19:18:34 IST (Framework : INFO) - Initializing components of: context
2006-03-27 19:18:34 IST (Framework : INFO) - Initializing components of: license
2006-03-27 19:18:34 IST (Framework : INFO) - Loading phase: [phaseID, phaseName] [DeployableServices, DeployableServices]
2006-03-27 19:18:34 IST (Framework : INFO) - Initializing components of: DeployableServices
2006-03-27 19:18:34 IST (Framework : INFO) - Initializing components of: search
2006-03-27 19:18:39 IST (Framework : INFO) - Initializing components of: version
2006-03-27 19:18:40 IST (version : INFO) - DCVersionService.acquireMetaContext() : datasource name is empty, used default meta context :
version service name → DCVSServer
meta context uri → /meta/default
2006-03-27 19:18:43 IST (version : INFO) - DCVersionService.initialize() : DCVS has been successfully initialized :
version service name → DCVSServer
2006-03-27 19:18:43 IST (Framework : INFO) - Loading phase: [phaseID, phaseName] [mechanics, mechanics]
2006-03-27 19:18:43 IST (Framework : WARN) - Error initializing component: mechanics
java.sql.SQLException: ORA-00933: SQL command not properly ended
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:330)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:287)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:742)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:215)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:798)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1038)
at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribeat com.webMethods.portal.service.meta2.thing.impl.BasicThingFactory.loadThings(BasicThingFactory.java:161)
at com.webMethods.portal.service.meta2.impl.ThingService.loadThings(ThingService.java:521)
at com.webMethods.portal.bizPolicy.biz.impl.BizPolicyManager.getThingBasedComponentCollection(BizPolicyManager.java:96)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:437)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:104)
at com.webMethods.portal.system.impl.ThingComponentProvider.init(ThingComponentProvider.java:71)
at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:99)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:448)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:104)
at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:44)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:161)
at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:448)
at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:104)
at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:74)
at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:775)
at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:741)
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.webMethods.portal.system.start.Main.start(Main.java:87)
at com.webMethods.portal.system.start.Main.main(Main.java:33)
2006-03-27 19:18:44 IST (Framework : INFO) - Initializing components of: command
2006-03-27 19:18:55 IST (Framework : INFO) - Loading phase: [phaseID, phaseName] [webApplication, webApplication]
2006-03-27 19:18:55 IST (Framework : INFO) - Initializing components of: webApplication
2006-03-27 19:18:55 IST (Framework : INFO) - Initializing components of: webApp
2006-03-27 19:18:55 IST (Framework : WARN) - Error initializing component: webApp
java.sql.SQLException: ORA-00933: SQL command not properly ended
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:330)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:287)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:742)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8

I did not find any details for this in Advantage. Have you submitted this as an SR to WM Support?

Mark