OIM 11 g R2-code Client - JRF is unable to determine the current application

Hello

I'm asking a resource via an API by using the client program, I face below question when I run the client program:
November 17, 2012 20:56:35 < clinit > oracle.iam.platform.context.ContextManager
GRAVE: IAM-0030002
oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
to oracle.iam.platform.context.ContextManager. < clinit > (ContextManager.java:77)
at oracle.iam.platformservice.api.ClientLoginSessionServiceDelegate.loginSessionCreated (unknown Source)
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:597)
to Thor.API.Base.SecurityInvocationHandler$ 1.run(SecurityInvocationHandler.java:68)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.security.Security.runAs(Security.java:41)
at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs (weblogicLoginSession.java:52)
at Thor.API.Base.SecurityInvocationHandler.invoke (SecurityInvocationHandler.java:79)
to $Proxy1.loginSessionCreated (Unknown Source)
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:597)
at oracle.iam.platform.OIMClient.loginSessionCreated(OIMClient.java:291)
at oracle.iam.platform.OIMClient.login(OIMClient.java:215)
at oracle.iam.platform.OIMClient.login(OIMClient.java:197)
to comp.iam.oim.client.Client. < init > (Client.java:37)
to comp.iam.oim.client.ClientRequest. < init > (ClientRequest.java:24)
to comp.iam.oim.client.RequestResourceCreate. < init > (RequestResourceCreate.java:44)
at comp.iam.oim.client.RequestResourceCreate.main(RequestResourceCreate.java:57)
Exception in thread "main" oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:279)
at oracle.iam.platform.OIMClient.getService(OIMClient.java:256)
to comp.iam.oim.client.ClientRequest. < init > (ClientRequest.java:25)
to compiam.oim.client.RequestResourceCreate. < init > (RequestResourceCreate.java:44)
at comp.iam.oim.client.RequestResourceCreate.main(RequestResourceCreate.java:57)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:275)
... 4 more
Caused by: java.lang.NoClassDefFoundError: org/eclipse/persistence/indirection/ValueHolderInterface
at java.lang.Class.forName0 (Native Method)
at java.lang.Class.forName(Class.java:169)
to $Proxy4. < clinit >(Unknown Source)
at sun.reflect.GeneratedSerializationConstructorAccessor23.newInstance (unknown Source)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:924)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1736)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:208)
at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:599)
at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:204)
at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:243)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
at weblogic.jndi.internal.ServerNamingNode_1036_WLStub.lookup (unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:424)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
to org.springframework.jndi.JndiTemplate$ 1.doInContext(JndiTemplate.java:132)
at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:88)
at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:155)
to oracle.iam.request.api.RequestServiceDelegate. < init >(Unknown Source)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.eclipse.persistence.indirection.ValueHolderInterface
in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged (Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
... 34 more
Process has finished with exit code 1.



Through a few forum with that said:
https://CN.forums.Oracle.com/forums/thread.jspa?threadID=2432434

But all of the code is not running (I can check that a few sys out is not getting printed) and that's why the request is not triggered in my case.

Any assistance on this please.

Thank you

Make sure that you have all the pots in the class path: -.

$Oracle_IDM1/server/clent/oimclient.zip, you get 4 pots: -.

oimclient.jar
Spring.jar
EclipseLink.jar
Common - logging.jar

In addition, you have already wlfullclient.jar and jrf - api .jar

You must have already established the system property: -DAPPSERVER_TYPE = wls

Make sure you visit the following link: -.

http://docs.Oracle.com/CD/E27559_01/dev.1112/e27150/APIs.htm#BCFCDJGJ

Also, are you able to ping and telnet your IOM hostname from your Windows machine?

Problem may be firewall etc...

You said you use Console Design? From where? From your Windows machine or directly from the server UNIX using XMing or VNC etc?

If you UNIX server, copy the folder designconsole on your Windows machine AND configure things in the xlclient.cmd...

If you have found ways to NoSuchServiceException, it's the connectivity problem...

In the etc/hosts file on your Windows machine, add the IP address of the machine of the IOM...

This will definitely work...

In addition, .bash_profile, I set the following environment variables... See if you're missing something: -.

JAVA_HOME=/usr/java/JDK1.6.0_21
MIDDLEWARE_HOME = / home/oracle/Oracle/Middleware
WL_HOME = $MIDDLEWARE_HOME/wlserver_10.3
ANT_HOME = $MIDDLEWARE_HOME/modules/org. Apache.ant_1.7.1
$PATH = path: $HOME/bin: $JAVA_HOME/bin: $ANT_HOME/bin

Tags: Fusion Middleware

Similar Questions

  • Error code: 80070490 (Windows is unable to check the updates)

    I get the error code 80070490 (windows is unable to check the updates) I did a system restore, full scan, virus, malware, rootkit, adware and spy ware.  Downloaded and installed the suggested fix for this issue on the microsoft site.  Nothing seems to help.  Any suggestions?

    Hello Pstrjohn,

    Thank you for your message.  You can also click HERE for more information about the Windows Update error Code: 80070490.

    See you soon

    Jason H. Engineer Support of Microsoft answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Unable to set the current location of the recovery image - "the recovery image cannot be written - error Code: 0x80004005.

    Original title Windows 8 error

    I'm trying to set the current location of the recovery image that I created with this command: "recimg /setcurrent C:\RefreshImage", but I get this error:
    "The recovery image cannot be written.
    "Error code: 0x80004005.

    I'm not trying to create an image, because I already have. I had backed up and copied to an external drive. My current drive became unbootable plu and had to rebuild and now want to set the location of the recovery image, I get this message on multiple computers.

    Hey guys

    don't know if your problem persists

    I solved my problem

    My recimg has win8.1 and my current OS is win8

    I've updated to win 8.1 and then set in the former could earn 8.1 recimg

    Salute the master

    PS. hope this works

  • Error launching of the ' LabVIEW.Application [error Code:-18001]

    Hello
    I have a TS 3.4 mind sequence LabView 8.21 - Teststeps.
    The sequence is called from a Labview-OperatorInterface.
    In a step that run 100 times before without problem I receive all of a sudden the error message:

    ErrorMessage: Error running substep 'run '. Unable to launch the "LabVIEW.Application" ActiveX automation server [error Code:-18001]

    After a restart of the software al NOR-everything works normally again.
    What is this error, and what should I do with it?
    Should I ignore the error and try to execute the step again or not this average tht the ActiveX server has been lost forever?
    How can this problem occur?

    Thanks for your help


  • I'm unable to install the Microsoft. NET Framework 4 client for windows 7 X 64 profile base system. Any ideas?

    Original title: Microsoft. NET Framework 4 client for windows 7 X 64 profile base system

    I'm unable to install the Microsoft. NET Framework 4 client for windows 7 X 64 profile base system.

    Any ideas?

    Thank you.

    Hello

    Thanks for posting your query on the Microsoft Community.

    I understand that you have a problem with the installation of Microsoft. NET Framework 4 client profile. I will certainly help you in this matter.

    Provide us the following information to better help you.

    • Have you made changes on the computer before this problem?

    • You receive an error message/code?

    Follow the below methods:

    Method 1:

    The .NET Framework 4 Client Profile is available on Windows Update
    http://support.Microsoft.com/kb/982670

    Follow the method 1 and method 2 in the article and check for the issue. If the problem remains same follow method 2.

    Method 2:

    Disable the .net framework Windows feature on or off, follow these steps:

    a. click the Start button, select Control Panel, click programsand then click Windows turn on or off features. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    b. to turn off .net framework, click the media feature. And the .net framework and click OK.

    c. restart the computer to apply the changes.

    Note: follow the steps above to activate or activate the .net framework and check if the problem occurs.

    For more information, refer to this link turn Windows features turn on or off:

    http://Windows.Microsoft.com/en-us/Windows7/turn-Windows-features-on-or-off

    Please let us know if you need more assistance.

    Thank you.

  • Confusion in the sample application on the client side

    Hello

    I write a client side app to push BB. I found an example of code in Push_applications_for_the_BlackBerry_Enterprise_Server-Development_Guide--915141-1116110032-001-US.pdf. There is no mention of App ID, URL of the bps or initiator push URL of the application of this code. I also checked the sample application provided with the SDK of the Push Service. He got all these things.

    I'm confused, that these things are necessary or not. Also, I read somewhere that the customer must register with the initiator of push, it's a mandatory step?

    Code who should I implement, for client push, working with the infrastructure based BB server push?

    If you use the BlackBerry Push infrastructure to push, then you will need to have the unit register / subscribe in order to receive the shoot.

  • Receiver 907 cod invalid after UpdateJad on the main application and library

    Hello world

    To distribute my BlackBerry live app (OTA) in the past, I would pack my main application, MyApp, and package a linked library application, MyLibrary, containing the main application resources separately.  I then copy the JAD/COD in demand for library files in the same directory as the JAD/COD of the main application files and run UpdateJad.exe on MyApp.jad and MyLibrary.jad.  At this point, I would download all the files on my web server (with the correct .htaccess file) and I could download my application on devices without problem.

    It was some time ago (one or two years).  Now, I'm updating my app and try to do it again.  However, I noticed that when I have my main application, Eclipse generates files JAD/COD for BOTH the application of the library AND the main application in the same directory of the main project of the application (deliverables > Web > 7.1.0).)  I don't think what happened in the past.  This directory contains now:

    • COD for MyApp files
    • Files of COD to MyLibrary
    • MyApp.jad
    • MyLibrary.jad
    • MyApp_full.jad (I don't remember this being produced in the past, either)

    Now, I tried to download my application in several ways, and each way gives an invalid "907 COD: error

    • Download the generated directory-is (and trying to download MyApp.jad AND MyApp_full.jad)
    • UpdateJad.exe running on MyApp.jad and MyLibrary.jad
    • UpdateJad.exe running on MyApp_full.jad and MyLibrary.jad
    • Only copies files from the generated directory MyApp and combining them into a new directory with the generated files to the separate project MyLibrary, packed (and UpdateJad.exe running on MyApp.jad and MyLibrary.jad)
    • etc... I tried practically all combinations.

    But nothing works!  However, if I install the application via MyApp.alx via BlackBerry Desktop Manager, it works.  Anyone know what could be going on here?

    Thank you!

    Hi peterstrange,

    I think I solved the problem.  I realized that I had problems downloading files on my Web server over the last two days with my standard FTP clients.  Once I downloaded the JAD/COD files to another web server, the download and the installation worked without problem (using MyApp_full.jad).

    I appreciate your prompt response to help!

  • How to explicitly sign .cod file and jad file available in the blackberry phonegap application OTAInstall folder.

    Hi all
    I developed a blackberry software, phonegap will OTAInstall folder that contains unsigned .cod and jad files, I want to give to this folder to the client so that it can make the .cod signature of the OTAInstall folder and install it in their device.

    Note- Customer don't want .cod signature on my side and I can't share my code for the client, I can only share files .cod unsigned file OTAInstall to them.

    Thank you all

    Hi there, when you build with the SDK WebWorks, if you omit the parameter g then the application must be created without his signature.

    Once you share the unsigned cod, the customer must have their own WebWorks SDK installed, as well as of the signature code may operate the SignatureTool.jar in the folder bin to sign actually unsigned cod files and keys.

  • Client Windows untie or re-edit the link

    We had a working test environment up and my Windows client was connected to it.  We have removed the test environment and installed a new production environment.  Since the test going to have now disappeared I could not disassociate from him put a link to the new environment.  I uninstalled the client and related to the new environment without problem.  Then we had some problems with the new environment and made the decision to scrap it and start over.  Everything works fine except that I can't connect to the new prod with my Windows client environment.  I uninstalled and reinstalled the client and I continue to receive the error message that the service is unavailable, even if it is available and running with the same name as it was previously.  My questions:

    1. is it possible to break the link of an orphan WILL and one link to another without having to reinstall the client?

    2. How can I connect to one IS rebuilt with the same name?  I guess that there is a unique identifier that must be eliminated to allow me be reprinted - but it does not seem to have removed with an uninstall of the customer.

    I searched but didn't find anything on these issues.  Thank you.

    Check the HoriznWorkspace.log it seems that this could be a problem in the Internet Explorer browser, which opens in HWS to make registration.

    Would you check your system and provide the following information:

    (1) can you ping mywork.mdch.com with success? There are a few errors of connectivity in the newspaper, but it was not a problem.

    (2) what is the version of Internet Explorer?

    (3) Please clear your IE cache and restart.

    (4) can you try to open https://mywork.mdch.com in internet explore? It takes too much time?

    (5) can you try to open the link of device registration in your Internet Explorer and see if the login page appears?

    https://mywork.mdch.com/SAAS/API/1.0/GET/user/devices/register?user_device=%7b%22deviceId%22%3a%22LT%2dR810KG7%2dcd74bb2%2d7093%2d40e1%2d8acb%2ddbfcfc0bb2c%22%2c%22machineName%22%3a%22LT%2dR810KG7%22%2c%22osName%22%3a%22windows%2d7%22%2c%22osVersion%22%3a%226%2e1%22%2c%22osFamily%22%3a%22Windows%22%2c%22extendedAttributeMap%22%3a%7b%22isViewDesktop%22%3a%22false%22%7d%7d&app_product_id=VMware%2dHorizonDesktopAgent%2d1%2e5&response_type=code&redirect_uri=horizonapi%3a%2f%2foauth2&state=ready&device_name=LT%2dR810KG7

    (6) please connect HWS admin (https://mywork.mdch.com/SAAS/admin) and check the settings > identity providers > choose Edition for existing devices and check its 'allowed IP addresses. " Make sure that your IP address is in the range.

  • I can not pair my Apple Watch with my iphone 6 s so true the automatic procedure freezes the app on my iphone. If manually matching the 6 digit code will appear on the Apple Watch. I have the current ios 10.0.1

    I can not pair my Apple Watch with my iphone 6 s so true the automatic procedure freezes the app on my iphone. If manually matching the 6 digit code will appear on the Apple Watch. I have the current ios 10.0.1

    does anyone have a solution to this?

    Hello

    The following steps can help (try again after each):

    • On your iPhone, in the application of the watch, go to: Watch My > general > use > software update - remove any file update, if one is displayed.
    • Delete all profiles beta (on your iPhone and/or the watch), then restart both devices (this applies only if you have already participated in a program of Apple Beta software).
  • UPDATED AND NOW ASK FOR CODE ACCESS WHICH WAS NOT ALLOWED IN THE FIRST PLACE

    I updated this morning and after that completion says to connect to itunes and enter my password.  I disabled my access code months due to my son wanting to be able to use it freely without having to enter (he knew however the password before that as well).  so now I'm stuck with the recovery of a backup one year option or erase all my data.  I'm still confused as to how the system would invite me to enter a code that has not been activated in the first place... I only got 2 different codes within 4 or 5 years I've had it and neither one works.

    any ideas?

    gigi_hage12,

    Unless you actually had an active password, this screen after the installation of the update should be only a reminder or a push to create a password at this time for reasons of security as shown on the screen. If you have never had a password, you should be able to select the option button at the bottom of the screen, where it will allow you to ignore the creation of an access code. I don't remember exactly what the screens looked like or says, but it may be another screen and prompt you again (as a "are you sure") to create a password but there will be an option to "Skip for Now". I hope this helps!

  • Apple tv 4th gen unable to buy the movies if to never ask for the password and code value of active access

    Hello

    I noticed that since a few weeks I'm not able to buy a movie more if:

    -Set store account never ask for password

    -Activate restrictions (set a password) and all buy "limited."

    It works with the same configuration perfectly on my Apple TV 1st, 2nd and 3rd generation, where clicking on the buy button you are prompted to enter the password instead of having to enter your iTunes account password every time.

    But on the Apple TV 4th gen, once I click the button to buy, I get the circle of rotation and it keeps just there, never ask the password so that the operation never happens.

    If I disable the restrictions for the purchase of movies, I can buy the movie (do not ask for an access code and password)

    If I put the password on all your purchases, I am also able to buy the film.

    But still, if I set the password to "ask always", then enable password, set 'focused' purchases (so I'm in the best situation: should I get the password dialog box when I'm about to buy anything, rather than the full itunes password) it simply doesn't.

    I tried: record / stop all accounts (not just the store, but also iCloud, gamecenter, home sharing, etc) - nothing

    Also tried to restore the device and set up from scratch: nothing.

    Apple TV 4th gen updated to the latest version of the software (tried to update, said: I'm updating)

    And again, if I try to do the same thing on Apple TV 1st generation, 2nd generation, 3rd generation, they have all THE work. (Click on buy, get the guest password, enter my 4 digits, in fact)

    The thing is that I am convinced that it worked before this nonsense.

    I'm in Spain, and my account is linked to the Spanish bank

    Any ideas?

    I'm afraid that you'll just have to disable restrictions until the problem is resolved.

    If you want to report your experience to Apple, you can send them your feedback here, choose 'Report a problem' in the menu type of feedback.

  • I'm unable to get the registration code for my Blu - Ray player

    I'm unable to get the registration code for my Blu - Ray player. I followed the instructions and all I get is the statement: device is registered. I can't register for the most part without a valid code. Please let me know how I can get the correct code. Thank you

    If you were able to enter the registration code the first time you tried to save the player before then you don't need to do it again. Just bought this drive? If so, was it a screen or mixed open-box model?

  • iCloud often ask a security code 4 digits.  I have no idea what it is, my code is six digits.  What is the 4 digit version and where I put or find it?

    iCloud often ask a security code 4 digits.  I have no idea what it is, my code is six digits.  What is the 4 digit version and where I put or find it?

    Have you implemented 2-step audit on your Apple ID? If you do this, then whenever you connect to icloud.com you are likely to be asked for the security code, which will be sent by SMS to your device of 'trust' - mainly the mobile phone you have registered with Apple.

    The six-digit code that you think is probably the password in your iOS device, which is quite distinct.

  • I have created a new domain with win2012r2 and created users. Add after the client in my area so that the newspaper with the user I get error below.

    Hello

    I have created a new domain with win2012r2 and created users. Add after the client in my area so that the newspaper with the user I get error below.

    "You cannot connect because the logon method, you use is not allowed on this computer, please, see your ad min for more information network"

    Please help me with that and I don't want to give permission to admin for all users group...

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

Maybe you are looking for