IFS-20010 : Unable to get service configuration properties

Hi all,
I am trying to connect to IFS using JDeveloper. I have coded a JSP which makes a call to my java class to connect.
I know that I can connect from my machine because I can run a simple application from the command line to create
a file in IFS.
Anyway, I set up my classpath under Project Settings as follows (same as my classpath on command line):
C:\oracle\JDeveloper\9ifs\settings;.;C:\DOCUMENT\jars\adk.jar;C:\DOCUMENT\jars\email.jar;
C:\DOCUMENT\jars\repos.jar;C:\DOCUMENT\jars\utils.jar;C:\DOCUMENT\jars\xmlparserv2.jar;
C:\oracle\ora90\jdbc\lib\classes12.zip
When I run the jsp under JDeveloper I get the following output on my developer console.
Should the classpath value be what I have entered for my classpath under Project Settings?
Any help is appreciated,
Paul
C:\jdev9i_902\jdk\bin\javaw.exe -ojvm -classpath C:\jdev9i_902\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\jdev9i_902\jdev\system\oc4j-config\server.xml
[Starting OC4J using the following ports: HTTP=9011, RMI=23916, JMS=9252.]
[waiting for the server to complete its initialization...]
Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
Target URL -- http://127.0.0.1:9011/maps-ifs-context-root/docScreens/test.jsp
oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
oracle.ifs.beans.LibrarySession com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.connect(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
void com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.<init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
void docscreens.testForm._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
void com.evermind.util.ThreadPoolThread.run()

Did anyone find a solution to the problem described in this thread?
I have made a simple stateless session bean in JDeveloper from which I try to connect to iFS. If I use the
embedded oc4j container in JDeveloper, I get the following exception:
Standard output of the EJB:
oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)Print stacktrace:
oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
     void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
     oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
     oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
     oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSession(java.lang.String, java.lang.String)
     oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0.startSession(java.lang.String, java.lang.String)
     java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
     void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
     void com.evermind.util.ThreadPoolThread.run()
The test client gets these messages:
oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
If I use oc4j in the application server, then I get the following exception:
Standard output of the EJB:
Localized message: IFS-20102: Message unavailableMessage: IFS-20102: Message una
vailableTo string :oracle.ifs.common.IfsException: IFS-20102: Message unavailabl
e
oracle.ifs.common.IfsException: IFS-20122: Message unavailable
oracle.ifs.common.IfsException: IFS-12000: Message unavailable
java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
eans.resources.LibraryResources, locale no_NOPrint stacktrace:
oracle.ifs.common.IfsException: IFS-20102: Message unavailable
oracle.ifs.common.IfsException: IFS-20122: Message unavailable
oracle.ifs.common.IfsException: IFS-12000: Message unavailable
java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
eans.resources.LibraryResources, locale no_NO
void java.util.ResourceBundle.throwMissingResourceException(java.lang.St
ring, java.util.Locale)
java.util.ResourceBundle java.util.ResourceBundle.getBundleImpl(java.lan
g.String, java.util.Locale, java.lang.ClassLoader)
java.util.ResourceBundle java.util.ResourceBundle.getBundle(java.lang.St
ring, java.util.Locale)
void oracle.ifs.common.Localizer.<init>(java.util.Locale, oracle.ifs.bea
ns.LibrarySession)
void oracle.ifs.common.Localizer.<init>(java.util.Locale)
void oracle.ifs.common.Localizer.<init>()
void oracle.ifs.server.S_LibraryService.<init>(java.lang.String, java.la
ng.String, oracle.ifs.common.AttributeValue[])
oracle.ifs.server.S_LibraryService oracle.ifs.server.S_LibraryService.st
artService(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[
oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
vice(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[])
oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
vice(java.lang.String, java.lang.String)
oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSess
ion(java.lang.String, java.lang.String)
oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0
.startSession(java.lang.String, java.lang.String)
java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
lang.Object[])
void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
void com.evermind.util.ThreadPoolThread.run()
The test client gets theese messages:
oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
oracle.ifs.common.IfsException: IFS-12000: Unable to construct localizer
java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
The classpath of the actual project in JDeveloper is:
C:\oracle\ora92ias\9ifs\settings;C:\oracle\ora92ias\9ifs\lib\adk.jar;C:\oracle\ora92ias\9ifs\lib\email.jar;C:\oracle\ora92ias\9ifs\lib\repos.jar;C:\oracle\ora92ias\9ifs\lib\utils.jar;C:\oracle\ora92\jdbc\lib\classes12.jar;C:\oracle\ora92ias\lib\xmlparserv2.jar;C:\oracle\ora92ias\j2ee\home\oc4j.jar;C:\oracle\ora92ias\j2ee\home\ejb.jar;C:\oracle\ora92ias\j2ee\home\jaas.jar;C:\oracle\ora92ias\j2ee\home\jaxp.jar;C:\oracle\ora92ias\j2ee\home\jdbc.jar;C:\oracle\ora92ias\9ifs\lib\http.jar;C:\oracle\ora92ias\9ifs\lib\provider.jar;C:\oracle\ora92ias\9ifs\lib\webui.jar;C:\oracle\ora92ias\jlib\javax-ssl-1_2.jar;C:\oracle\ora92ias\jlib\jssl-1_2.jar
Other information:
I have oracle 9i, application server and iFS installed on one machine with the windows advanced server 2000 os.
Does anyone know what I can do in order to solve this problem?
Thanks,
Anne Sommerhein

Similar Messages

  • IFS-20010 Unable to get service configuration

    Hi,
    I'm trying to connect to iFS from a Java application. Basically it's a remote server which we'll connect to using RMI for some integration work. It will run on the same server as CM SDK.
    Anyway, I try and connect to the service using:
    LibraryService.startService(name, schemaPassword, serviceConfig, domainName)
    and it comes back with this error:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (SmallServiceConfiguration)
    java.lang.NullPointerException
    at oracle.gss.util.NLSLocale.getNLSLanguage(NLSLocale.java:675)
    I'm running it from the command line, I have a batch file to set the classpath. Interestingly, if I run an Agent (i.e., a java class that extends oracle.ifs.management.domain.IfsServer) standalone, it works fine.
    This makes me think there's some element of the classpath that I'm missing, but I'm not entirely sure what!
    Could anyone shed any light on this? Metalink doesn't seem to have anything!
    Cheers,
    Phill
    P.S. -- my CLASSPATH is as follows:
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\ifs\cmsdk\lib\cmsdk.jar;%ORACLE_HOME%\lib;
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\jdbc\lib\classes12.zip;%ORACLE_HOME%\j2ee\home\lib;
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\j2ee\home\jazn.jar
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\jdbc\lib\nls_charset12.jar
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\ifs\cmsdk\settings\

    Just FYI, the solution to this was that the java security policy was denying access. I changed the java.policy to
    grant {
         permission java.security.AllPermission;
    And this solved the problem.

  • IFS-32656: Unable to get the FolderRestrictedQuery search clause

    Hi!,
    I have a new problem. I have created a portal with Oracle Portal and cmsdk to manage a set of documents. When I try to visualize documents on portlet my application failures. I receive this exception
    06/08/28 15:33:56 oracle.ifs.common.IfsException: IFS-32656: Unable to get the FolderRestrictedQuery search clause
    oracle.ifs.common.IfsException: IFS-32659: Error determining Folder Index level
    java.sql.SQLException: Parametro IN o OUT mancante nell'indice:: 3
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1552)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2927)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2973)
         at oracle.ifs.server.FolderIndexService.isFolderAtMaplevel(FolderIndexService.java:1877)
         at oracle.ifs.server.FolderIndexService.determineMapLevel(FolderIndexService.java:1842)
         at oracle.ifs.server.FolderIndexService.getFrqInClause(FolderIndexService.java:890)
         at oracle.ifs.server.FolderIndexService.getFrqClause(FolderIndexService.java:833)
         at oracle.ifs.server.SQLGeneration_Helper.getFrqClause(SQLGeneration_Helper.java:907)
         at oracle.ifs.search.toSQLVisitor.visitFRQualifier(toSQLVisitor.java:437)
         at oracle.ifs.search.FolderRestrictQualification.accept(FolderRestrictQualification.java:393)
         at oracle.ifs.search.toSQLVisitor.visitSearchClause(toSQLVisitor.java:546)
         at oracle.ifs.search.SearchClause.accept(SearchClause.java:391)
         at oracle.ifs.search.SQLGenerator.generateWhereClause(SQLGenerator.java:318)
         at oracle.ifs.search.SQLGenerator.getSQLStatement(SQLGenerator.java:754)
         at oracle.ifs.search.SQLGenerator.getSQLStatement(SQLGenerator.java:180)
         at oracle.ifs.search.AttributeSearchSpecification.getSQLString(AttributeSearchSpecification.java:490)
         at oracle.ifs.search.AttributeSearchSpecification.getSQL(AttributeSearchSpecification.java:457)
         at oracle.ifs.search.SearchSpecification.getSQL(SearchSpecification.java:252)
         at oracle.ifs.server.S_Search.open(S_Search.java:273)
         at oracle.ifs.server.S_LibrarySession.DMOpenSearch(S_LibrarySession.java:6230)
         at oracle.ifs.beans.LibrarySession.DMOpenSearch(LibrarySession.java:11328)
         at oracle.ifs.beans.Search.open(Search.java:541)
         at oracle.ifs.beans.Search.open(Search.java:500)
         at oracle.ifs.beans.Search.open(Search.java:452)
    Really this exception is launched only if I set in Oracle Portal a provider that points to an oc4j who runs on an application server 10.1.2.0.2 version (this is the version of application server installed on server machine). If I set a provider that points to oc4j on my pc every thing runs finally. The only difference between two machine is that on my pc is installed an application server 9.0.4.0.1 version. I suppose that this behaviour is caused by driver odbc, but I don’t know how can I resolve it. Can you help me to configure every thing correctly?
    Thanks in advance

    Make sure the searchbase is correct. Make sure to restart the identity server and web server (after selecting the 'Person' and 'Group' objectclasses, and before clicking on 'Next' ) during the Product Setup.

  • IFS-20010: Failed to get PropertiesResourceBundler IfsTools

    hello everybody
    I have win 2000 server, 8i R 3, ifs 1.1.6 in 8i default home ( i have not installed 9ias )
    IFS-20010: Failed to get PropertiesResourceBundler IfsTools
    i am getting above mentioned error through java API while loging to iFS....
    i have set CLASSPATH=e:\oracle\817\ifs1.1\settings -- didn't worked
    i have set CLASSPATH=e:\oracle\817\ifs\settings -- didn't worked
    LibraryService service = new LibraryService();
    CleartextCredential me = new CleartextCredential(username, password);
    ConnectOptions connection = new ConnectOptions();
    connection.setLocale(Locale.getDefault());
    connection.setServiceName(serviceName);
    connection.setServicePassword(schemaPassword);
    m_session = service.connect(me, connection); -- at this line it is throwing exception with ifs-20010..... i am using jdeveloper 3.2
    can any one help me to get out from this.....
    thank you

    Hello every one....
    Still problem is there.....
    This is the error which is thrown by JDeveloper 3.2.3 while trying to run iFS Java APIs
    "D:\Archivos de programa\Oracle\JDeveloper 3.2.3\java1.2\jre\bin\javaw.exe" -mx50m -classpath "E:\On_Flow__Java_Verson\myclasses;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jbojdbcpatch.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jdev-rt.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\jdbc\lib\oracle8.1.7\classes12.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\connectionmanager.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\ifs\lib\adk.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\ifs\lib\email.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\ifs\lib\release.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\ifs\lib\repos.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\ifs\lib\utils.jar;E:\oracle\817\ifs1.1\lib\repos.jar;E:\oracle\817\ifs1.1\lib\adk.jar;E:\oracle\817\ifs1.1\lib\clientlib.jar;E:\oracle\817\ifs1.1\lib\cmdlineutils.jar;E:\orac le\817\ifs1.1\lib\cup.jar;E:\oracle\817\ifs1.1\lib\email.jar;E:\oracle\817\ifs1.1\lib\ftp.jar;E:\oracle\817\ifs1.1\lib\http.jar;E:\oracle\817\ifs1.1\lib\installer.jar;E:\oracle\817 \ifs1.1\lib\ntfs.jar;E:\oracle\817\ifs1.1\lib\oemadmin.jar;E:\oracle\817\ifs1.1\lib\release.jar;E:\oracle\817\ifs1.1\lib\smb.jar;E:\oracle\817\ifs1.1\lib\utils.jar;E:\oracle\817\if s1.1\lib\wcp.jar;E:\oracle\817\ifs1.1\lib\webui.jar;E:\oracle\817\jdbc\lib\classes111.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\javax_ejb.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jdeveloper.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\ojsp.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\ojc.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\servlet.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\sqlj\lib\runtime12.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\webtogo.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\xmlparserv2.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jbcl2.0.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jbomt.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jbodomorcl.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jboremote.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jndi.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jbohtml.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\xmlparserv2.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\servlet.jar;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\jboimdomains.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\ordim817.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\ordvir817.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib\ordhttp.zip;D:\Archivos de programa\Oracle\JDeveloper 3.2.3\java1.2\jre\lib\rt.jar" oracle.jdeveloper.debugger.ServletMain \prj_onflow_html\Login.jsp "E:\On_Flow__Java_Verson\myhtml" "D:\Archivos de programa\Oracle\JDeveloper 3.2.3\lib" "D:\Archivos de programa\Oracle\JDeveloper 3.2.3\bin\.." "prj_onflow_html"
    log3: oracle.jsp.JspServlet: init
    log3: oracle.ifs.common.IfsException: IFS-20010: Failed to get PropertiesResourceBundler IfsDefault
    oracle.ifs.server.S_LibraryService oracle.ifs.server.S_LibraryService.startService(java.lang.String, java.lang.String)
    oracle.ifs.server.S_LibrarySessionInterface oracle.ifs.beans.LibraryService.connectLocal(oracle.ifs.common.Credential, oracle.ifs.common.ConnectOptions)
    oracle.ifs.beans.LibrarySession oracle.ifs.beans.LibraryService.connect(oracle.ifs.common.Credential, oracle.ifs.common.ConnectOptions)
    boolean pkg_onflow.conexion.abrir()
    void prj_onflow_html.Login._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.app.JspApplication.dispatchRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.JspServlet.doDispatch(oracle.jsp.app.JspRequestContext)
    void oracle.jsp.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.lite.web.JupServlet.service(oracle.lite.web.JupRequest, oracle.lite.web.JupResponse)
    void oracle.lite.web.MimeServletHandler.handle(oracle.lite.web.JupApplication, java.lang.String, int, oracle.lite.web.JupRequest, oracle.lite.web.JupResponse)
    void oracle.lite.web.JupApplication.service(oracle.lite.web.JupRequest, oracle.lite.web.JupResponse)
    void oracle.lite.web.JupHandler.handle(oracle.lite.web.JupRequest, oracle.lite.web.JupResponse)
    void oracle.lite.web.HTTPServer.process(oracle.lite.web.JupRequest, oracle.lite.web.JupResponse)
    boolean oracle.lite.web.HTTPServer.handleRequest(oracle.lite.web.JupInputStream, oracle.lite.web.JupOutputStream)
    boolean oracle.lite.web.JupServer.handle(oracle.lite.web.JupInputStream, oracle.lite.web.JupOutputStream)
    void oracle.lite.web.SocketListener.process(java.net.Socket)
    void oracle.lite.web.SocketListener$ReqHandler.run()
    null

  • IFS-10192 Unable to get token credential

    Hi folks,
    during upload of 500 MBytes file into iFS via Web interface this error occured.
    500 Users Error iFS-10192
    Unable to get Token credential
    This error raised by getTokenCredential(...) java function.
    How can I fixed it?
    Best Regards,
    Javad

    Seems like time-out. I guess it is some transaction time-out period setting.

  • Unable to get package configuration option in .dtsx file.

    Hi Team,
    I am unable to get see the package configuraiton option on my package.
    I have created SSIS project in VS Data Tool of SQL SERVER 2012.
    Can you please, correct me with appropriate setting.

    Hi Sandip,
    Just an addition, you can refer to the following screenshot:
    Regards,
    Mike Yin
    TechNet Community Support

  • HT1807 I am unable to get service in Germany with my iphone5? Why? I understand I don't need to have a plan and that I can pay as I go.

    I called Verizon before leaving the US and was told I could pay as I go for phone service with my iPhone 5. I cannot get on to any service here in Germany.

    Verizon is CDMA. Use German GSM SIM to use your iPhone 5. Else call Verizon to address the issue.

  • I have been unable to get services to load in finder.  suggestions?

    I open Services in finder - no services apply -services preferences.  I selct services preferences, check the services I would like to see in finder.  There does not seem to be an 'apply'or 'save'  button.  When i close the preferences, services in finder are still empty.  What am I missing here?

    Hi,
    You don't say which operating system you are using so I'll assume Windows 7 for now - try this.
    1) select the file that you want to open
    2) right click on it and go to the Open With option but select Choose default program at the bottom of the list - the following should open
    3) At the bottom of the list, there is Other Programs, you may need to scroll down. If PSE not in the list, continue with the following.
    4) Use the Browse button to browse to the following (omit x86 if on 32bit system)
    "C:\Program Files (x86)\Adobe\Photoshop Elements 11\PhotoshopElementsEditor.exe"
    I'm assuming that you want to open the image in the editor.
    5) Uncheck the Always use... option, otherwise double clicking on the file would cause the editor to open by default.
    6) Click on OK
    PSE should now appear on your open with list.
    Good luck
    Brian

  • Unable to get tunnel configured

    I have a 2911 that has a few existing IPSec tunnels and I'm looking to add one in except the encryptio is a little different. I will be using AES vs DES like the other transform sets. - This what I have configured except I still don't see the tunnel when I do sh crypto isakmp sa... What could I be doing wrong?
    note: I also added the peer address to access-list 101, do I need to allow it through outgoing_to_source?
    Configure ISKAMP Policy
       crypto isakmp policy 3
       encr aes 256
       authentication pre-share
       hash sha
       lifetime 86400
       group 2
    Configure IPsec Transform Set
      crypto ipsec transform-set ESP-AES-SHA esp-aes 256 esp-sha-hmac
    Specifies the interesting traffic to be encrypted
    ip access-list extended outgoing_to_source
     permit ip 192.168.18.0 0.0.0.255 host 10.1.1.198
     permit ip 192.168.18.0 0.0.0.255 host 10.1.1.197
     permit ip 192.168.18.0 0.0.0.255 host 10.1.1.226
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.20
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.21
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.22
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.24
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.121
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.122
    Specifies the pre-shared key "secretkey" which should be identical at both peers
     crypto isakmp key "secret-key" address 65.x.x.x no-xauth
    Configure the Ipsec-isakmp
     crypto map vpn-map 1 ipsec-isakmp
    set peer 66.x.x.x
    set transform-set ESP-AES-SHA
    match address outgoing_to_source
    Apply the Ipsec-isakmp to interface
    interface GigabitEthernet0/1
    description ** Connection to internet **
    ip address 174.x.x.x 255.255.255.248
    ip access-group 101 in
    ip access-group 131 out
    ip flow ingress
    ip nat outside
    ip inspect standard in
    ip virtual-reassembly
    duplex auto
    speed auto
    crypto map vpn-map

    I do not believe so, and might be green to what you are asking. Would I need to create a deny ACL in order to prevent the NAT process?
    These are the remote hosts I'm trying to reach -
    Remote Hosts:  10.1.1.198
    10.1.1.197
    10.1.1.226
    10.1.10.20
    10.1.10.21
    10.1.10.22
    10.1.10.24
    10.1.10.121
    10.1.10.122
    Security Profile: ESP-AES-256-SHA
                                    Group 2
                                    SHA
                                    86400 Lifetime

  • IFS-21021: Unable to get WasteBasket items

    does anyone have any idea about this error and how we could solve it?! it occurs upon deletion of a user in cm sdk, but the user is not visible anymore using cm sdk admin console.
    - Thomas

    Seems like time-out. I guess it is some transaction time-out period setting.

  • Unable to start service (IfsDefault)

    After I compile following HelloWorld.java, I received the Following Error Message.
    How can I solve this probleme.
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
         at oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(LibraryService.java:546)
         at oracle.ifs.beans.LibraryService.startService(LibraryService.java:329)
         at oracle.ifs.examples.devdoc.helloworld.HelloWorld.main(HelloWorld.java:62)
    Source:
    package oracle.ifs.examples.devdoc.helloworld;
    // Class used to represent the current user at runtime
    import oracle.ifs.beans.DirectoryUser;
    // Class used to instantiate the Document object at runtime
    import oracle.ifs.beans.Document;
    //Class used to define the attributes of the new Document object
    import oracle.ifs.beans.DocumentDefinition;
    //Class used to represent a Folder object at runtime
    import oracle.ifs.beans.Folder;
    // Classes used to create the connection to the Oracle 9iFS server
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    // Class used to access informat5ion about the current user; in this
    // program, it's used to access the user's home folder.
    import oracle.ifs.beans.PrimaryUserProfile;
    // Class used to create the persistent Document object in the repository
    import oracle.ifs.beans.PublicObject;
    // Class used to hold the user's authentication information
    import oracle.ifs.common.CleartextCredential;
    // Class used to trap and report 9iFS specific exceptions
    import oracle.ifs.common.IfsException;
    * HelloWorld class. This class demonstrates the steps needed to
    * connect to an instance of Oracle 9iFS, create a new document,
    * insert the document in a folder, and disconnect from the Oracle
    * 9iFS server.
    public class HelloWorld
    /* Connect to the Oracle 9iFS server. The arguments are IfsService,
    * IfsServicePassword, UserName, UserPassword. The syntax
    * to run the program is:
    * java oracle.ifs.examples.devdoc.helloworld.HelloWorld ifsDefault
    * ifssys system manager9ifs
    public static void main(String[] args) throws IfsException
    /* As a rule, you should always use VerboseMessages in your 9iFS
    * classes, because it will result in better error message output to
    * help you with your debugging. Set the value to true at the start
    * of each of your programs.
    IfsException.setVerboseMessage(true);
    try
    // Start the LibraryService.
    LibraryService service = LibraryService.startService(args[0], args[1]);
    // Create a CleartextCredential object that encapsulates the user's
    // log in information.
    CleartextCredential cred = new CleartextCredential(args[2], args[3]);
    // Connect (create a LibrarySession) using the Service and
    // CleartextCredential objects.
    LibrarySession ifsSession = service.connect(cred, null);
    // Instantiate an empty DocumentDefinition object.
    DocumentDefinition newDocDef = new DocumentDefinition(ifsSession);
    // Set the Name attribute for the new document.
    newDocDef.setName("HelloWorld.txt");
    // Set the content of the document.
    newDocDef.setContent("Hello, world.");
    // Create the document object in the Oracle 9iFS repository.
    Document doc = (Document) ifsSession.createPublicObject(newDocDef);
    // Begin the foldering process. First, instantiate a DirectoryUser
    // object that represents the current user.
    DirectoryUser thisUser = ifsSession.getDirectoryUser();
    // Get the PrimaryUserProfile information for the current user.
    PrimaryUserProfile userProfile = ifsSession.getPrimaryUserProfile(thisUser);
    // Instantiate a runtime representation of the user's home folder.
    Folder homeFolder = userProfile.getHomeFolder();
    // Insert the new document to the user's home folder.
    homeFolder.addItem(doc);
    // Close the connection to Oracle 9iFS.
    ifsSession.disconnect();
    catch (Exception e)
    e.printStackTrace();
    Thinks.
    Hamoud.

    Are you running your application from a local JVM or through IAS?
    In your IAS-installation you will find a folder named "9ifs/settings". This folder should be in your classpath, if you are running locally.
    If you are running through the IAS, I believe the cause of your trouble is a partly failed IAS-installation.

  • Unable to start service

    i'm trying to execute the simpleconnection.java, and the messag error is diplayed:
    Exception = oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    java.util.MissingResourceException: Can't find resource for base name oracle.ifs.server.properties.IfsDefault, locale fr_FR.
    the listing of the program is:
    package oracle.ifs.examples.documentation.connection;
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.IfsException;
    public class SimpleConnection
    * Connect to the Oracle 9iFS server. The arguments (args) are
    * IfsService, IfsServicePassword, UserName, UserPassword.
    public void static main (String[] args)
    // Use the IfsService and IfsServicePassword to start the service.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    * Use the UserName and UserPassword to instantiate a
    * CleartextCredential object.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    LibrarySession ifsSession = service.connect(cred, null);
    // This is the place where you insert the part of the
    // program that actually does something.
    //Disconnect the session.
    session.disconnect();
    and the command of execution is:
    c:\>SimpleConnection IfsDefault ifssys system manager
    what is a service name ? and how can i do to resolve this problem ?
    if there is any suggetions, please let me know.

    From your command prompt, make sure to run 9ifs/bin/ifsenv.bat.
    Backup the 9ifs/cl/ifsclasspath.cl file.
    In the backup files, replace "$" with "set " in the file 9ifs/cl/ifsclasspath.cl and copy and paste the output into your command prompt.
    Between the ifsenv.bat and the cl file, most of your environment variables (including IFS_CLASSPATH) will be set.
    Then type the following line:
    set CLASSPATH=%IFS_CLASSPATH%;%CLASSPATH%
    This will set your classpath correctly and you should not get that error.

  • Unable to start service "URGENT"

    i'm trying to execute the simpleconnection.java, and the messag error is diplayed:
    Exception = oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    java.util.MissingResourceException: Can't find resource for base name oracle.ifs.server.properties.IfsDefault, locale fr_FR.
    the listing of the program is:
    package oracle.ifs.examples.documentation.connection;
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.IfsException;
    public class SimpleConnection
    * Connect to the Oracle 9iFS server. The arguments (args) are
    * IfsService, IfsServicePassword, UserName, UserPassword.
    public void static main (String[] args)
    // Use the IfsService and IfsServicePassword to start the service.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    * Use the UserName and UserPassword to instantiate a
    * CleartextCredential object.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    LibrarySession ifsSession = service.connect(cred, null);
    // This is the place where you insert the part of the
    // program that actually does something.
    //Disconnect the session.
    session.disconnect();
    and the command of execution is:
    c:\>SimpleConnection IfsDefault ifssys system manager
    what is a service name ? and how can i do to resolve this problem ?
    if there is any suggetions, please let me know.
    thanks in advance

    The Service is the LibraryService that you're going to use to connect to Oracle 9iFS. Please read the Session and Transaction Management
    chapter in the Oracle 9iFS Developer's Reference for more information on services and sessions.
    The name of the Service corresponds to a properties file that stores configuration for the LibraryService. You should find an IfsDefault.properties
    file in $ORACLE_HOME/9ifs/settings/oracle/ifs/server/properties directory.
    To trouble shoot this:
    1) first verify that your connection arguments are valid by using them to launch ifssvrmgr. This utility is no longer used to
    manage servers in Oracle 9iFS, but you can still use it to validate your arguments. If they are valid....
    2) Check the IFS.SERVER.JDBC.DatabaseUrl parameter and make sure it references a
    valid SQL*Net address. Double check the SQL*Net connection by using it to connect to the ifssys schema via SQL*Plus.
    3) Find out where the SimpleConnection program is failing by inserting print line commands.
    You may also find the following technical brief useful. It shows how to connect from JDeveloper.
    http://otn.oracle.com/products/ifs/htdocs/JDeveloperSetup.html

  • Error IFS-20010 connecting to IFS from java class

    Hello,
    I try to connect to IFS from java program with sentences:
    LibraryService ifsService = new LibraryService();
    CleartextCredential me = new CleartextCredential("user", "password");
    ConnectOptions connectOpts = new ConnectOptions();
    connectOpts.setServiceName("ifsDefault");
    connectOpts.setServicePassword("ifspassword");
    LibrarySession ifsSession = ifsService.connect(me,connectOpts);
    the class compile but not run because the error:
    IFS-20010: Failed to get PropertiesResourceBundler ifsDefault.
    The message errors documentation said:
    This error occurs when attempting to start an Oracle iFS process by specifying a service properties file name that cannot be located by the Oracle iFS repository. The
    parameter specified in the error is the name of the specified service properties file. The specified service properties file
    must exist in the oracle.ifs.server.properties package
    descending from one of the directories included in the
    CLASSPATH setting for the process.
    I don't understand what mean this, somebody yes?
    Please give me any idea.
    What can i do to solve this problem?
    Thanks.
    FABIAN

    Hi,
    Make sure you have $ORACLE_HOME/ifs/settings in your classpath.
    Good luck.

  • Unable to start service IfsDefaultService

    Hello,
    I am having a problem with HTTP DAV access of IFS. This is a new install of IFS on a SuSe 7.2 Linux box.
    When starting Apache and JServ, the jserv.log shows an error complaining that the IfsDefaultService cannot be started, followed by other errors.
    According the OEM Console, I have successfully started the IFS Domain, and related nodes/services.
    I have enabled IFS_DAV_DEBUG but that did not provide the answers.
    Can someone help me interpret the error below?
    Thanks,
    Chuck
    29/08/2001 15:18:43:412 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeGuardian: Node manager registered
    [29/08/2001 15:18:43:413 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Ready
    [29/08/2001 15:18:43:414 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: determining default services and servers
    [29/08/2001 15:18:43:475 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: starting service IfsDefaultService
    [29/08/2001 15:18:44:205 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: unable to start service IfsDefaultService
    oracle.ifs.common.IfsException: IFS-45083: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
    oracle.ifs.common.IfsException: IFS-10620: Unable to construct connection pool
    oracle.ifs.common.IfsException: IFS-10633: Unable to create library connection
    oracle.ifs.common.IfsException: IFS-10600: Unable to construct library connection
    java.sql.SQLException: ~`@
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1759)
    at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:69)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:452)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:287)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:245)
    at oracle.ifs.server.ConnectionPool.constructLibraryConnection(ConnectionPool.java:712)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPool.java:673)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:311)
    at oracle.ifs.server.S_LibraryService.resetConnectionPools(S_LibraryService.java:3195)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:1042)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java:1399)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:255)
    at oracle.ifs.management.domain.NodeManager.startService(NodeManager.java:917)
    at oracle.ifs.management.domain.NodeManager.bootstrap(NodeManager.java:1329)
    at oracle.ifs.management.domain.NodeManager.access$300(NodeManager.java:83)
    at oracle.ifs.management.domain.NodeManager$3.run(NodeManager.java:562)

    Hi Charles.
    Several points:
    - Look at the appendix of the 1.1 Developer's Guide for details on this error message. http://technet.oracle.com/docs/products/ifs/doc_library/ifs_1_1/Developers%20Guide/Errormessages.html#1011023
    - In the appendix of the 1.1 Developer's Guide, it indicates "...can also occur if the DatabaseUrl setting in the service properties file is invalid."
    - I think the DatabaseUrl is found in the $ORACLE_HOME/ifs1.1/settings/oracle/ifs/server/properties/HttpServer.properties file.
    - Could it be that you didn't re-run IfsConfig after changing something about your connection? I believe IfsConfig sets the DatabaseUrl for you.
    Hope that helps.
    Alan

Maybe you are looking for

  • How to hard code values in drop down by index

    Hi everyone I hav a node containing 2 attributes ie value n key. I am using drop down by index.  Value attribute is bound to my drop dwn box. In key I am providing key value for the value.  I need to hard code 3 value..Can anyone help me how to do so

  • Disabaling Widgets

    Hi, We are using the Infosemantics drag and drop widget to do a simulation of  a biochemistry lab using radation. You drag and drop various components and they change the value of a radiation meter and the time of exposure. We want to be able to disa

  • Availibility check and TOR to MRP

    HI all, a) 1st scenario .During sales order processing, the schedule lines are confirmed based on ATP check since the stock is sufficient. In this scenario, i think the requirements are transferred to MRP. If iam right then my question is why are req

  • Restoring from an older backup and then restoring to latest backup

    Okay where to begin.... By removing an email account from my phone, I ended up deleting all my 'notes.' Unfortunately I had encrypted my backup and therfore cannot find a third party software that can restore just my notes. I also found how to rename

  • Touchscreen/Touchpad

    Hello, I own a touchscreen computer but it's been giving me problems lately. Whenever I try to use the touchpad after touching the touchscreen while browsing the internet it seems to lock itself and not work. It works on my desktop but not on the int