"Could not create SSOToken" error while setting agent for SSO

Hello,
I configured my agent as follows:
Version: 3.0
Build Date: 20071212
Application Server Config Directory : C:\Sun\SDK\domains\domain1\config
Application Server Instance name : server
Access Manager URL : http://juno:6140/opensso
Domain Administration Server Host is remote : false
Agent URL : http://juno:8080
Deployment URI for the Agent Application : /agentapp
Encryption Key : J+KQLOM+s6gAQb1Y1H8uJoej3bzKBAEN
Agent Profile name : asagent
Agent Profile Password file name : c:\temp\password.TXT
Agent installed on the DAS host for a remote instance : false
The AM and the sample applications are both running on separate domains.
Following steps I performed:
1. I started my SSO domain (domain2) first and then the application domain where my agent is installed (domain1).
2. I deployed the agentsample.ear file after compilation through build.xml file
When I try to access the URL (http://localhost:8080/agentsample/index.html), it throw the following exception (recorded in amSSO log file located in the Agent_001
12/14/2007 11:16:16:242 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
12/14/2007 11:16:16:242 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
could not create SSOTOken for token ID AQIC5wM2LY4SfcykqWPzOYlM/mkFg8E9ozYLBizVono/kDE=@AAJTSQACMDE=#
com.iplanet.dpro.session.SessionException: Service URL not found:session
     at com.iplanet.dpro.session.Session.refresh(Session.java:1133)
     at com.iplanet.dpro.session.Session.getSession(Session.java:808)
     at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:154)
     at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
     at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
     at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
     at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.identity.common.PropertiesFinder.getProperty(PropertiesFinder.java:49)
     at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:255)
     at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:298)
     at com.iplanet.dpro.session.SessionID.<clinit>(SessionID.java:90)
     at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:153)
     at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
     at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
     at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
     at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.identity.common.configuration.ConfigurationBase.isLegacy(ConfigurationBase.java:180)
     at com.sun.identity.common.configuration.ConfigurationObserver.createAttributeMapping(ConfigurationObserver.java:62)
     at com.sun.identity.common.configuration.ConfigurationObserver.<init>(ConfigurationObserver.java:58)
     at com.sun.identity.common.configuration.ConfigurationObserver.<clinit>(ConfigurationObserver.java:50)
     at com.sun.identity.common.DebugPropertiesObserver.<clinit>(DebugPropertiesObserver.java:44)
     at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:587)
     at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1008)
     at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1321)
     at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:622)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:217)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:279)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:64)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
     at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:361)
     at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
     at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
12/14/2007 11:32:28:916 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
12/14/2007 11:32:28:916 AM EST: Thread[httpSSLWorkerThread-8080-0,10,Grizzly]
could not create SSOTOken for token ID AQIC5wM2LY4SfcyqQ1KVtRFCVm5y4qGBf7JcHCnC6du58xk=@AAJTSQACMDE=#
com.iplanet.dpro.session.SessionException: Service URL not found:session
     at com.iplanet.dpro.session.Session.refresh(Session.java:1133)
     at com.iplanet.dpro.session.Session.getSession(Session.java:808)
     at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:154)
     at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
     at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
     at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
     at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.identity.common.PropertiesFinder.getProperty(PropertiesFinder.java:49)
     at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:255)
     at com.iplanet.am.util.SystemProperties.get(SystemProperties.java:298)
     at com.iplanet.dpro.session.SessionID.<clinit>(SessionID.java:90)
     at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:153)
     at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:300)
     at com.sun.identity.authentication.AuthContext.getSSOToken(AuthContext.java:1105)
     at com.sun.identity.security.SystemAppTokenProvider.getAppSSOToken(SystemAppTokenProvider.java:87)
     at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:222)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.identity.common.configuration.ConfigurationBase.isLegacy(ConfigurationBase.java:180)
     at com.sun.identity.common.configuration.ConfigurationObserver.createAttributeMapping(ConfigurationObserver.java:62)
     at com.sun.identity.common.configuration.ConfigurationObserver.<init>(ConfigurationObserver.java:58)
     at com.sun.identity.common.configuration.ConfigurationObserver.<clinit>(ConfigurationObserver.java:50)
     at com.sun.identity.common.DebugPropertiesObserver.<clinit>(DebugPropertiesObserver.java:44)
     at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:587)
     at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:1008)
     at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1321)
     at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:622)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:217)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:279)
     at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:64)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632)
     at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:270)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568)
     at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261)
     at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212)
     at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:361)
     at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
     at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
I spent lot of time refering the supporting document but could not find any solution.
Your assistance will be greatly appreciated.
Thanks,
Vinit

Seems that the « Reuse connection » command is essential to assure that an application use ONLY ONE Jco.  I get rid of the disconnectIfAlive.
Recommendation 1: Put all the BAPIs that you call in the same system into the same model!
Recommendation 2: If you canu2018t follow recommendation 1, make sure that the two models synchronize their (JCo) connections!
// two separate model instances are created ...
MyFirstModelTypemodelMyFirst= (MyFirstModelType) WDModelFactory.getModelInstance(
MyFirstModelType.class,
WDModelScopeType.APPLICATION_SCOPE);
MyOtherModelTypemodelMyOther= (MyOtherModelType) WDModelFactory.getModelInstance(
MyOtherModelType.class,
WDModelScopeType.APPLICATION_SCOPE);
// ... but the first model manages and provides the
// connection for the other model
modelMyOther.setConnectionProvider(modelMyFirst);
Edited by: Emanuel Champagne on Jun 27, 2008 2:38 PM

Similar Messages

  • Could not create JVM error : Substitution

    I am trying to create a substitution.
    I created a new VO as an extension of the existing VO, and then changed the query to include some more columns.
    I followed the Dev guide:
    1. From the JDeveloper menu bar, select Project | Project Settings to open the Project Settings dialog box. Open the Runner page. In the Java Options field, enter: -Djbo.project=name where name represents the directory-qualified name of the project without the .jpx extension. For example: -Djbo.project=myProjects\ExtendProject
    I set it like this:
    -Djbo.project=D:\jdevhome\jdevhome\jdev\myprojects\myprj1
    2. Open the Paths page and add the project's directory path to the Output directories field.
    Additional path: D:\jdevhome\jdevhome\myprojects
    I am getting the following error message in a popup when I try to run the page from JDeveloper:
    Java Virtual Machine Launcher: "Could not create Java virtual machine".
    any suggestions?

    My bad, I added -Djbo.project=D:\jdevhome\jdevhome\jdev\myprojects\myprj1 adding a semicolon after the existing java options.
    I changed so that I appended the "Djbo" to the already existing path..like..
    -mx256m -Djbo.project=myprj1
    i didnt even have to give the qualified path.. it works now..thank you

  • VENDOR-EXTERNAL_ID could not be found error while loading supplier conatact

    Hi,
    Please somebody answer to my doubt.
    I am trying to load supplier contact to CLM. I am getting "VENDOR-EXTERNAL_ID could not be found" error for all the entries even though those vendors are present in the system.
    Kindly help this, This is bit urgent to work on..
    Thanks much for your help in advance.
    Regards,
    Gurvi.

    Hi Vikram,
    Thanks for the answer.
    I have done the same thing but not getting object type to select and getting below error without selecting object type and imported.
    records with errors or warnings from file fci_1589662556155572276_contacts.csv                                                                                                                                                                                                                                           
    VENDOR_EXTERNAL_ID     CONTACT_TYPE     PRIMARY_CONTACT     DOCUMENT_DESCRIPTION     NAME     DIRECTORY     COMMON_NAME     FULL_DN     FIRST_NAME     LAST_NAME     COMPANY_NAME     TITLE     ADDRESS_1     ADDRESS_2     CITY     STATE_PROVINCE     COUNTY     REGION     POSTAL_CODE     COUNTRY     PHONE_1     PHONE_2     FAX_1     FAX_2     EMAIL     MAILBOX_ALIAS     MAILBOX_SERVER     TIME_ZONE     CURRENCY     DATE_FORMAT     DISPLAY_LANGUAGE     DEFAULT_GROUP     EXTERNAL_REF     LOCATION     ROLES     INACTIVE     CAN_LOGIN     AUTO_BCC     RETURN_RECEIPT     HTML_MAIL     CREATE_DIR_ACCOUNT     GENERATE_NEW_PWD     SEND_NOTIFICATION     DIR_PRINCIPAL     DIR_CREDENTIALS     EXPORT_EXCEL     DEFAULT_ADDRESS     RECEIVE_DISCUSSION_EMAILS
    Failed: object 1: Database error: DB2 SQL error: SQLCODE: -302      SQLSTATE: 22001      SQLERRMC: null. Contact your system administrator. [STANDARD_ATTRIBUTE_ID]                                                                                                                                                                                                                                 
    30000520     Sales     TRUE     Field is not displayed     LOWER(CONCATENATE(LEFT(J52,7),LEFT(I52,1)))     directory.local.ss               Tom     Boreas     KELCO INC                    Billingsly     RI               48201     US     617-555-1212                    (GMT-5:00) Eastern Standard Time     USD          English                         FALSE     TRUE     FALSE     FALSE     FALSE     TRUE     TRUE     FALSE               TRUE     FALSE     
    Failed: object 2: Database error: DB2 SQL error: SQLCODE: -302      SQLSTATE: 22001      SQLERRMC: null. Contact your system administrator. [STANDARD_ATTRIBUTE_ID]                                                                                                                                                                                                                                 
    I do not what is happening with import feature in ESO. Kindly help me what to do now.
    Regards,
    Gurvi.

  • Could not create a valid GL date rejection for PA transactions to GL

    Hi All,
    PRC: Interface Labor Costs to General Ledger has the Rejection "Could not create a valid GL date".
    I have verified all Periods are Opened. Still there is a a rejection.
    Thanks,
    Praveen

    Praveen Bharadwaj wrote:
    Hi All,
    PRC: Interface Labor Costs to General Ledger has the Rejection "Could not create a valid GL date".
    I have verified all Periods are Opened. Still there is a a rejection.
    Thanks,
    PraveenPlease see these docs.
    PAGGLT, PASGLT gives 'Could Not Create A Valid GLDate', even when GL data is re-open. [ID 330874.1]
    PRC: Interface Labor Costs to GL (PALDLC) Will Not Interface, CDL.Batch_Name Is Null [ID 437301.1]
    PALDLC and PASDUC Error - Could Not Create A Valid GL Date For Provider [ID 338330.1]
    Distribute Labor Cost Exception-Could Not Create A Valid GL Date [ID 418675.1]
    PAXACCPB - PRC: Create Accounting Gets Error 95325 Gl Date Not An Open Or Future Enterable Period [ID 951452.1]
    Thanks,
    Hussein

  • SQL version could not be verified error while installing the SCOM 2012 R2 reporting component

    I have the below SCOM server roles in my SCOM 2012 R2 set up
    1) All servers with Windows Server 2008 R2 SP1, MS - SCOM1, DB & DW - DB1, Reporting Server - DB2
    2) All the DB servers with SQL 2012 SP1
    3) Windows firewall is turned off on all the servers.
    4) Success fully installed all the components except SCOM reporting.
    While installing the SCOM 2012 R2 reporting component on DB2 ( Iam running this set up on the server where I instllaed the SQL DB engine and reportin services in Native mode. Configured the SQL reporting database and reporting URLs successfully in SQL reporting
    configuration manager) getting the below error in the Rporting server instance page. Kindly advise.
    I ran mofcomp.exe and there is no firewall restrictions. My account also has DB owner & sysadmin permissions.
    Also tried re installing the SQL on Reporting server.
    "The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation, and that the firewall settings are correct. See the Supported
    Configurations document for further information".

    Hi,
    As far as I know, after installing SSRS, we don't need to configure the database and reporting URLs manully. When we install the reporting service for SCOM, it will configure those automatically.
    If possible, you may re-install SSRS and then install SCOM reporting service.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Getting "Could not Import Universe" error while trying to refresh a Report

    Hi,
    When we are trying to refresh a report in ZABO in production environment, we are getting an error "Could not import universe".
    We are able to import all other universes and refresh all other reports thru ZABO.
    Even these reports that are dependent on this universe are getting refreshed in Infoview and Full client. We are continuously facing this issue in ZABO.
    We tried the following steps but it did not fix the problem.
    1) Go to Tools -> Universes; Select the Universe to be imported and click on "Import" - Result: An error stating "Cannot find Universe".
    Click on "Refresh" button and then on "Import" again.
    Still the same error " Cannot find Universe"
    2) Click on "Data manager" after opening the report. Go to 'Definition' tab -> click on "..." - Result: "Cannot find Universe" error.
    3) Go to C:\Documents and Settings\<user name>\Application Data\Business Objects\Business Objects 6.0\lsi\
    Take a backup of .rkey and .lsi files of our gateway server and delete them from that location.Then relogin Infoview and ZABO.
    4)Go to Internet Options -> Temporary File Settings -> View Objects.
    Delete RptViewerAX class and ZaboCheckandRunControl class and relogin infoview and ZABO.
    5) Tried creating a new Document based on that Universe.
    6)Publish the universe with a different name and try creating a report based on that.
    None of these trials worked out. Please help us to fix this issue.
    Note: Our Production environment is reverse proxy enabled that has a time out set to 15 mins at webintelligence level. The Error is being observed with in 2 mins from the refresh process started.
    Regards
    Chaitanya

    Hi,
    Go to CMC, and check the path in file store where this Universe is stored.
    Follow this path and check if this universe is present there.
    If you have a local copy, you could open and export this by changing the name and try re-pointint one of the reports.
    If it works, you could delete the original and rename it to the original Universe.
    Regards,
    Jayendra.

  • Table could not be activated - Error while transport

    Hi all,
    I've created a table in one server under a transport request. Co-file and data-file are download for the same and imported into another system (development server). Import is successful and working fine. But, while transporting the table to quality server following error is coming even table is activated.
    Table TABNAME could not be activated (E- Nametab for table TABNAME cannot be generated )
    Kindly let me know what might be the problem.
    Thanks in Advance.

    Hi Siva,
    First check Transport request for extended check and consistency check. You will get errors. If there is no errors then goto se14
    database utility and give the table name and click edit and select the adjust database table . Your problem will be solved.
    Let me know if you have any further errors while doing this.
    thank you
    srinivas

  • "Could not create ac3" error when burning Blu-ray

    I've spent the last week designing a Blu-ray in Encore CS5.  Upon burning, I was given the error message "Cannot create '_sessionfiles_Dsf_session_1_audio.ac3", and the burn failed (after going for seven hours).  I really don't even know where to begin with this.  The Blu-ray is about 80% full (20 GB) and includes multiple timelines and several menus (one of which has audio).  No pop-ups.  It should be a fairly straightforward project.  However, it's given me problem after problem and has taken way too much time.  Can anyone offer insight before I spend another week tracking down the problem?  Thanks.

    In the last few days, things have gone from bad to great and back to bad, and it's been non-stop work.  I freed up a ton of space on the computer and backed it up.  Then the computer gave me a kernel panic, which happened so often that I had to restore the whole computer.  I don't know if that's related to the Encore issue.  Then I tried to burn again, and it seemed to be working until it gave me an error message that said "Blu-ray Error: 'device error', code '3', Note: ".  So I looked around online and decided to export as an ISO disc image file.  That worked fine.  Then I tried burning a Blu-ray using third-party software, which failed halfway through.  Next I tried burning using Disc Utility.  It got all the way to the end and said "Could not verify" and failed.  I tried playing it in my Blu-ray player anyway.  For the first time, it actually worked.  The movie and the Scene Selection menu work fine.  But when I try to go to Special Features, nothing happens.  The Blu-ray is supposed to go to the Special Features menu at the end of the main movie, but it just goes to a black screen after that and locks up.  Now I'm really lost.  Any more suggestions?  Thanks.

  • Could not find file ERROR while connecting to access (mdb) file

    I am getting the following error while connecting to the database:
    javax.servlet.ServletException: [Microsoft][ODBC Microsoft Access Driver] Could not find file 'C:\WINNT\system32\Database1.mdb'.
    Following is my code:
    <%
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         String database="jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=";
         String filename="D://BeaTemp//Database1";
         database+= filename.trim() + ";DriverID=22;READONLY=true}";
         Connection con=DriverManager.getConnection(database, "", "");
         Statement st=con.createStatement();
         ResultSet rs=st.executeQuery("select * from Database1.Employee");
         ResultSetMetaData rsmd=rs.getMetaData();
         while(rs.next()){
              for(int i=1;i<=rsmd.getColumnCount();i++) {
                   out.println(rs.getString(i));
    %>
    What could be the problem..??
    Thankx in advance..
    Satish.

    Got the solution.
    The statement:
    ResultSet rs=st.executeQuery("select * from Database1.Employee");
    should be changed as:
    ResultSet rs=st.executeQuery("select * from Employee");
    Now, it is working fine.
    Regards,
    Satish.

  • 'setProgress is not a function' error while setting the progress of a progress bar manually

    I want to set value of a progress bar in an accordian but I am encountering 'setProgress is not a function' error. Any idea what's wrong with following code.
    Observation:
    If I move the progress bar out of the Accordian then the error goes away and the progress bar appears fine.
    I want to set the progress bar eventually to {repMonitor.currentItem.threatLevel} but for now I am just testing with hypothetical threat value i.e 60
        <mx:Accordion id="monAccordian" includeIn="Monitoring" x="10" y="10" width="554" height="242" change="monAccordianChange()" >       
           <mx:Repeater id="repMonitor" dataProvider="{monitoringArray}">
              <mx:Canvas width="100%" height="100%" label="{repMonitor.currentItem.firstName+' '+ repMonitor.currentItem.lastName}" >
                <mx:Image x="10" y="10" source="{repMonitor.currentItem.imageName}" width="175" height="118"/>
                  <s:Label x="200" y="14" text="Threat Level:"/>
                  <mx:ProgressBar x="200" y="30" mode="manual" label="" id="bar" width="200" creationComplete="bar.setProgress(60,100);" />
              </mx:Canvas>
           </mx:Repeater>
        </mx:Accordion>

    Okay.. Thanks.
    On another forum I ve been told that I need to use getRepeaterItem. How can I use it to set my progress bar such the value of progress may be taken from repMonitor.currentItem.threatLevel?

  • Can not create directory error while creating database

    i am creating database using dbca in oel but when i try to do so i get an error saying can not create directory pawii
    and pawii is the sid
    actually oracle is installed on u01 and i am creating database in u02
    but this error is not allowing me to create database but when i try to create database in uo1 the database installed successfully but this is not happening when i try to create database in another mount point u02

    987018 wrote:
    so finally i had solved the problem myself as people like rukbat are very unhelpful in nature here
    all we had to do is we had to change the group of the folder to oracle and oinstall where we are going to create our new database :)Actually he tries to be quite helpful. But sometimes the help you need isn't the help you want.
    "When you need me but do not want me, then I must stay. When you want me but no longer need me, then I have to go." (Nanny McPhee)

  • Document could not be saved error while using BAPI_BUSPROCESSND_SAVE

    Hi All,
    I am using BAPI_BUSPROCESSND_CHANGEMULTI and BAPI_BUSPROCESSND_SAVE to change the status of the CRM Service Order.
    The BAPI_BUSPROCESSND_CHANGEMULTI is working fine without any errors, in return table(zero entries), so after this I call the BAPI_BUSPROCESSND_SAVE with save_frame_log = 'X' and update_task_local = '' with the objects_to_save having the guid.
    I get an error 'document could not be saved' but still the service order is having the status, which I try to update, in the Item details.
    I had gone through the forums, for similar kind of error, and did not find any concrete solution for this error.
    Could you please let me know how to rectify this error.
    Regards
    Sunil Kumar P

    Hi Sachin,
    Still the same error.
    I had debugged the code and found that the FM 'CRM_EVENT_PASS_INFO_EXE_OW' called internally is failing to generate the events required for save.
    The next step of this is deleting the objects to save and inturn , the error.
    The events are filled based on entries in table 'gt_plan_exets' in the FM, but for me the table is blank.
    I tried to find how this table is getting filled, but I could not trace it.
    Regards
    Sunil Pasunooti

  • Could not sign in error when setting up new phone

    Trying to set up my new 5S using restore via iCloud but keep getting the following:
    'Could not sign in - there was a problem connecting to the server'.
    Any ideas? Won't let me pass that screen and I'd rather not have to set it up as a new iPhone as I'll lose stuff from my 4S

    Hello SW881988,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iCloud: Troubleshooting restoring an iCloud backup
    http://support.apple.com/kb/ts4036
    Best of luck,
    Mario

  • Could not update database error while installation

    Hi i am in the middle of 4.7 installation (IDES). At the step 29 database update statistics, system stops giving error
    ERROR 2008-04-30 09:10:35
    CJS-00288  Could not update database statistics.
    <br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPP47 returned
    3.<br>SOLUTION: See brconnect.log for details.
    Can anybody tell what could be the problem.
    Thanks in advance

    Hi
    Thanks for your reply. Following are the details of file brconnect.log:
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance P47 failed
    BR0280I BRCONNECT time stamp: 2008-04-30 09.10.35
    BR0804I BRCONNECT terminated with errors

  • Error : "Could not create the Java Virtual Machine"

    Hi,
    i am beginner in java. I am doing project making a small embedded linux system to run java app.
    first i install JDK on my host (i686-linux 2.6.16-openSuse 10.1) and JRE on my target (i686-linux 2.4.32), both are version 1-5-. then I try to make the "Hello World!" program ,test it on the host, works fine.
    then i put on my target system, but it didnt work. the error message was:
    There was an error trying to initialize the HPI library
    Please check your installation. Hotspot does not work correctly
    when installed in the JDK 1.2 Linux Production Release, or
    with any JDK 1.1.x release.
    Could not create the Java virtual machine. thanks for any help and suggestion for the newbee

    Maybe this older thread is of help:
    http://forum.java.sun.com/thread.jspa?threadID=643395

Maybe you are looking for

  • Date filter not reading dates correctly

    I've noticed that since Bridge CS5 came out, the filter on date is not working correctly. For example,I'm looking at a series of images that I captured today (Sept 7th), and the date shown in the metadata panel of Bridge ays "Today". Yet, the Filter

  • Using a macbook retina with a 1080p monitor?

    How does a macbook retina look plugged into a 1080p LED LCD monitor? I have two different 22" old LCD monitors and it looks extremely bad when compared to the macbooks retina display. I can afford to upgrade to a 1080p LED LCD but I can't afford the

  • Certified Documents

    Is it possible to edit/comment/markup a certified document?  Perhaps I need to save it first, but that choice is not available.  The documents originate as certified documents (verisign) from the US government printing office.  After download, permis

  • DBSRV8 using too much memory

    Server NW6.5 sp 4a, Zen 6.5 sp 2 This server is having cache allocator problems. Something is chewing up memory. I've been running seg.nlm as suggested elsewhere, but after five days it didn't show anything climbing significantly. I have a concern, t

  • How to create index on specific partition table?

    Hi Experts, we created 4 partitions on table . Table Name : test partitions : Test_prt1                    Test_prt2                    Test_prt3                   Test_prt4 Our requiremnt  create the index on specific partition (ex : Test_prt2) only