Hi Experts,,
I have succesfully installed the local SAP developer workspace which was 2004s SR1 .I have run the patch upgrade SP11 after .
Both have crossed and were done with after some exceptions which i have solved with the help of SAP notes.
Now the server is up and running ..console shows it all..even the trace .But still when i access the portal
<b>http://localhost:50200/[irj/portal/b]
i get the ERROR
<b>503 Service Unavailable
Application Stopped
Details : You havde requested an application that is currently stopped.</b>
Please share solutions ,,it would be extremely helpful .
I have checked the notes and has increased the VM,permsize ,heapsize
but still the error exists
The exception in the defaulttrace is
com.sap.deploy.container.DeploymentException:
#1.5#00188BD67D6300450000001A000008FC000437A6BDDB8994#1187089196760#com.sap.engine.services.deploy##com.sap.engine.services.deploy######7dc462104a5511dcc94a00188bd67d63#SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###
Operation startApp over application sap.com/com.sap.portal.fpn.accessservice finished with errors on server 11783350. For more detailed information see traces of Deploy Service.#
#1.5#00188BD67D6300450000001D000008FC000437A6BDDB913B#1187089196776#com.sap.engine.services.deploy##com.sap.engine.services.deploy######7dc462104a5511dcc94a00188bd67d63#SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Java#deploy_5035##Application sap.com/com.sap.portal.fpn.accessservice cannot be started. Reason: it has hard reference to resource com.sap.portal.fpn.transport with type application, which is not active on the server.#3#sap.com/com.sap.portal.fpn.accessservice#com.sap.portal.fpn.transport#application#
#1.5#00188BD67D6300450000001E000008FC000437A6BDDB91CB#1187089196776#com.sap.engine.services.deploy##com.sap.engine.services.deploy######7dc462104a5511dcc94a00188bd67d63#SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application sap.com/com.sap.portal.fpn.accessservice cannot be started. Reason: it has hard reference to resource com.sap.portal.fpn.transport with type application, which is not active on the server.
at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:597)
at com.sap.engine.services.deploy.server.ReferenceResolver.processMakeReference(ReferenceResolver.java:399)
at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:328)
at com.sap.engine.services.deploy.server.application.StartTransaction.beginCommon(StartTransaction.java:162)
at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:141)
at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:356)
at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:132)
at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:250)
at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4450)
at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2610)
at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2464)
at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:42)
at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:144)
at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
Caused by: com.sap.engine.services.deploy.container.DeploymentException: <
Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception while starting:
sap.com/com.sap.portal.fpn.transport', Arguments: []
> : Can't find resource for bundle java.util.PropertyResourceBundle, key Exception while starting: sap.com/com.sap.portal.fpn.transport
at com.sap.portal.prt.sapj2ee.PortalRuntimeContainer.prepareStart(PortalRuntimeContainer.java:527)
at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4361)
at com.sap.engine.services.deploy.server.ReferenceResolver.processReferenceToApplication(ReferenceResolver.java:589)
... 17 more
Caused by: com.sap.engine.services.deploy.container.DeploymentException: <
Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception while starting Portal: SAPJ2EE::
sap.com/irj', Arguments: []
> : Can't find resource for bundle java.util.PropertyResourceBundle, key Exception while starting Portal: SAPJ2EE::sap.com/irj
at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.startPortal(SAPJ2EEPortalRuntime.java:1010)
at com.sap.portal.prt.sapj2ee.PortalRuntimeContainer.prepareStart(PortalRuntimeContainer.java:479)
... 19 more
Caused by: java.lang.RuntimeException: com.sap.engine.services.deploy.container.ApplicationInManualStartUpException: Application sap.com/irj cannot be started because is in MANUAL start-up mode.
at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime$1.run(SAPJ2EEPortalRuntime.java:564)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.portal.prt.sapj2ee.SAPJ2EEPortalRuntime.startSAPJ2EEApplication(SAPJ2EEPortalRuntime.java:546)
at com.sap.portal.prt.sapj2ee.StartPortal.run(StartPortal.java:34)
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)
how to change the mode??????
Thanks Swathi