cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Local WebIDE Access denied

0 Kudos

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>

Accepted Solutions (0)

Answers (7)

Answers (7)

junyanhe
Explorer

You can add -vm in orion.ini file.

-data serverworkspace

-nosplash

-vm C:\Program Files\Java\jdk1.8.0_271\bin

-vmargs

-Dorg.eclipse.equinox.http.jetty.http.port=8080

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.

former_member550287
Discoverer
0 Kudos

Try using Java 1.8 version. JDK 1.9 has known error for reflective illegal access.

irfan_gokak
Contributor
0 Kudos

Hi

Please share your orion.ini file.

Joseph_BERTHE
Active Contributor
0 Kudos

Fo my side, it was the same than another computer where the IDE works well.

Joseph_BERTHE
Active Contributor
0 Kudos

I have the same issue with my Customer. I try executed in Incognito mode but nothing change. Even in Admin session the problem is not solved.

If you have a solution 🙂 ?

hofit_koren
Explorer
0 Kudos

Hi,

You can download the latest Personal Edition from https://tools.hana.ondemand.com/#sapui5

Please follow the documentation on how to install and start working with Personal Edition-

https://help.sap.com/viewer/825270ffffe74d9f988a0f0066ad59f0/CF/en-US/5b8bca3147ee4dfd99be8aaf6bd4f4...

Let me know if you still have issues.

Thanks,

Hofit

michal_keidar
Active Contributor
0 Kudos

hofit.koren - Can you please assist?

Thanks,
Michal.