cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Local WebIDE Access denied

0 Kudos
4,585

Hello All,

I am trying to use local Web IDE, I am getting message Access denied, I am not sure what is this access denied indicates, and i found many threads regarding the same issue in recent days like below and none of them were able to resolve my problem.

https://answers.sap.com/questions/114343/sap-web-ide-personal-edition-access-denied-when-lo.html

Also tried http://localhost:8080/webide/index.html and getting 404 error

Also tried clearing the application storage by Entering Chrome Development Tools, Application tab, Clear storage and Clear site data as mentioned in the above thread

Also tried changing the port in configutator

I am getting below messages in Run Prompt when i click on Orion.exe

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/c:/SAPUI5/Local Web IDE/eclipse/plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
!SESSION 2018-01-25 08:51:52.422 -----------------------------------------------
eclipse.buildId=@qualifier@
java.version=9.0.4
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -consoleLog -console -data serverworkspace


!ENTRY com.sap.webide.orionplugin 4 0 2018-01-25 08:51:53.654
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.sap.webide.orionplugin [12]
  Unresolved requirement: Require-Bundle: com.sap.webide.orionplugin.reverseproxy
    -> Bundle-SymbolicName: com.sap.webide.orionplugin.reverseproxy; bundle-version="1.53.1"; singleton:="true"
       com.sap.webide.orionplugin.reverseproxy [13]
         Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"


        at org.eclipse.osgi.container.Module.start(Module.java:434)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


!ENTRY com.sap.webide.orionplugin.reverseproxy 4 0 2018-01-25 08:51:53.664
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.sap.webide.orionplugin.reverseproxy [13]
  Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"


        at org.eclipse.osgi.container.Module.start(Module.java:434)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
08:51:54,066 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
08:51:54,067 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
08:51:54,067 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [bundleresource://2.fwk504807594:1/logback.xml]
08:51:54,083 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@7fb4c9af - URL [bundleresource://2.fwk504807594:1/logback.xml] is not of type file
08:51:54,116 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
08:51:54,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
08:51:54,202 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@45c4c5a - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
08:51:54,203 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
08:51:54,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:51:54,206 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
08:51:54,267 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
08:51:54,267 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
08:51:54,267 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
08:51:54,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.internal.server.search.Indexer] to INFO
08:51:54,269 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@45c4c5a - Propagating INFO level on Logger[org.eclipse.orion.internal.server.search.Indexer] onto the JUL framework
08:51:54,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.login] to INFO
08:51:54,271 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@45c4c5a - Propagating INFO level on Logger[org.eclipse.orion.server.login] onto the JUL framework
08:51:54,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.account] to INFO
08:51:54,271 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@45c4c5a - Propagating INFO level on Logger[org.eclipse.orion.server.account] onto the JUL framework
08:51:54,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.config] to INFO
08:51:54,271 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@45c4c5a - Propagating INFO level on Logger[org.eclipse.orion.server.config] onto the JUL framework
08:51:54,271 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
08:51:54,271 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@45c4c5a - Propagating WARN level on Logger[ROOT] onto the JUL framework
08:51:54,271 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
08:51:54,272 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
08:51:54,274 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3bae6802 - Registering current configuration as safe fallback point


2018-01-25 08:51:54.302 [Component Resolve Thread (Bundle 47)] INFO  org.eclipse.orion.server.config - No server configuration file found at: C:\SAPUI5\Local Web IDE\eclipse\orion.conf
2018-01-25 08:51:54.307 [Component Resolve Thread (Bundle 47)] INFO  org.eclipse.orion.server.config - No server configuration file found at: C:\SAPUI5\Local Web IDE\eclipse\serverworkspace\orion.conf
2018-01-25 08:51:54.349 [Component Resolve Thread (Bundle 47)] INFO  org.eclipse.orion.server.config - Loaded simple metadata store (version 8).
2018-01-25 08:51:54.363 [Component Resolve Thread (Bundle 47)] WARN  org.eclipse.orion.server.config - No MQTT message broker specified in the orion.conf with orion.events.uri
osgi>
View Entire Topic
0 Kudos

Hi,

Were you able to resolve this. I have tried with both Java8 and JDK 15. Maintained the path in .ini file. Also followed the installation steps in the SAP WebIDE developer guide. Still no luck. I am getting the same error. Pls share if you have any pointers to solve this issue. Thanks.