Oracle XE 11g x64 does not run. No *DBF files inside of the XE folder. Windows 7 Pro x64.

Hello everyone!
I hope you are doing well all. In my case I have some troubles by installing Oracle XE 11g on my PC. My OS is Windows 7 Pro x64.
1. I activated the Administrator mode on my PC (net user Administrator /active:yes)
2. Started the setup as Administrator. The setup process was finished successfully with no errors showed.
3. Started the Database, OracleServiceXE, OracleXETNListener and other services.
4. Tried to connect using sqlplus-> connect system ->password, what in result gave me ORA-01034 Oracle not available and ORA-27101 Shared memory realm does not exist errors.
5. Then I recognized that my C:\oraclexe\app\oracle\oradata\XE folder is empty when it should be usually full with 6 DBF file.
6. I opened the cloneDBCreation.log and it contains these data:
SQL> Create controlfile reuse set database "XE"
  2  MAXINSTANCES 8
  3  MAXLOGHISTORY 1
  4  MAXLOGFILES 16
  5  MAXLOGMEMBERS 3
  6  MAXDATAFILES 100
  7  Datafile
  8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
  9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
12  LOGFILE
13  GROUP 1 SIZE 51200K,
14  GROUP 2 SIZE 51200K,
15  RESETLOGS;
SP2-0640: Not connected
SQL> exec dbms_backup_restore.zerodbid(0);
SP2-0640: Not connected
SP2-0641: "EXECUTE" requires connection to server
SQL> shutdown immediate;
ORA-12560: TNS:protocol adapter error
SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\initXETemp.ora";
ORA-12560: TNS:protocol adapter error
SQL> Create controlfile reuse set database "XE"
  2  MAXINSTANCES 8
  3  MAXLOGHISTORY 1
  4  MAXLOGFILES 16
  5  MAXLOGMEMBERS 3
  6  MAXDATAFILES 100
  7  Datafile
  8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
  9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
12  LOGFILE
13  GROUP 1 SIZE 51200K,
14  GROUP 2 SIZE 51200K,
15  RESETLOGS;
SP2-0640: Not connected
SQL> alter system enable restricted session;
SP2-0640: Not connected
SQL> alter database "XE" open resetlogs;
SP2-0640: Not connected
SQL> alter database rename global_name to "XE";
SP2-0640: Not connected
SQL> alter system switch logfile;
SP2-0640: Not connected
SQL> alter system checkpoint;
SP2-0640: Not connected
SQL> alter database drop logfile group 3;
SP2-0640: Not connected
SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\app\oracle\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
SP2-0640: Not connected
SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
SP2-0640: Not connected
SQL> select sid, program, serial#, username from v$session;
SP2-0640: Not connected
SQL> alter user sys identified by "&&sysPassword";
SP2-0640: Not connected
SQL> alter user system identified by "&&systemPassword";
SP2-0640: Not connected
SQL> alter system disable restricted session;
SP2-0640: Not connected
SQL> @C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\postScripts.sql
SQL> connect "SYS"/"&&sysPassword" as SYSDBA
ERROR:
ORA-12560: TNS:protocol adapter error
SQL> set echo on
SQL> spool C:\oraclexe\app\oracle\product\11.2.0\server\config\log\postScripts.log
I spent around 2 days to come to this reason and now I do not know what to do next.
My actions to resolve this problem:
1. Checked if my user has administrative rights and belongs to ora_dba. It does!
2. Turned Microsoft UAC off.
3. Set the system and local variables of ORACLE_BASE, ORACLE_HOME, ORACLE_SID, PATH, TNS-ADMIN to the appropriate values in Enivornment Variables:
     - ORACLE_BASE -> C:\oraclexe
     - ORACLE_HOME -> %ORACLE_BASE%\app\oracle\product\11.2.0\server
     - ORACLE_SID -> XE
     - Added to PATH -> C:\oraclexe\app\oracle\product\11.2.0\server\bin;
     - TNS_ADMIN -> %ORACLE_HOME%\network\admin
4. Removed Oracle XE 11g and reinstalled to another drive. No sense!
Some more errors:
1. C:\oraclexe\app\oracle\product\11.2.0\server\config\log\XE.bat.log
Instance created.
DIM-00019: create service error
O/S-Error: (OS 1387) Ein Mitglied konnte in der lokalen Gruppe nicht hinzugefugt oder entfernt werden, da das Mitglied nicht vorhanden ist.
It means -> O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
I understand that I need to logon as batch job. I added me to this policy in User Rights Assignments, but still I get these "DIM-00019: create service error" and "O/S-Error: (OS 1387)". And I guess just therefore my database is not starting well.
2. 127.0.0.1:8080/apex/f?p=4950 is not starting in browser. It is probably because the database is not running appropriately. For this issue have already seen one topic in Google that the HTTP Properties inside the Listener Status must be set to 8080 to make this link work. But in my case I do not see this line in my Listener Status:
Some other information relevant to the issue:
1)  echo %USERNAME% - Administrator
     echo %USERDOMAIN% - ildar-PC
2) Listener.log:
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
      (PROGRAM = extproc)
    (SID_DESC =
      (SID_NAME = CLRExtProc)
      (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
      (PROGRAM = extproc)
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
      (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
DEFAULT_SERVICE_LISTENER = (XE)
3) Tnsnames.log
XE =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = XE)
EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
      (SID = PLSExtProc)
      (PRESENTATION = RO)
ORACLR_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
      (SID = CLRExtProc)
      (PRESENTATION = RO)
4) Sqlnet.log:
SQLNET.AUTHENTICATION_SERVICES = (NTS)
5) While connecting by sqlplus, I get this errors/messages:
6) Confirmation that I've got admin rights and I am in ORA_DBA:
If u need some more information from me, please let me know!!
Guys please help me to solve this issue, 'cause I've almost got frustrated to find out the solution of this problem. Thank you beforehand!!
Kind regards,
ildar

I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
Instance created.
DIM-00019: create service error
O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

Similar Messages

  • Save as does not Create PDF Compatible File even when the creare pdf compatible files is on, Illustrator CC 2014

    save as does not Create PDF Compatible File even when the creare pdf compatible files is on, Illustrator CC 2014

    When I open is adobe acrobat I get this message.
    "This is an Adobe® Illustrator® File that was
    saved without PDF Content.
    To Place or open this  le in other
    applications, it should be re-saved from
    Adobe Illustrator with the "Create PDF
    Compatible File" option turned on. This
    option is in the Illustrator Native Format
    Options dialog box, which appears when
    saving an Adobe Illustrator  le using the
    Save As command."

  • HT201272 Downloaded a track does not appear in my iTunes library or iTunes Computer folder (Windows XP)

    A downloaded track does not appear anywhere in my computer, but I can't download it again as my iTunes purchased list states it's already downloaded!  I haven't had this problem before so any ideas please.  Thanks

    I also have additional issues with this same issue. The songs appear on my iPhone and iPads via iTunes Match, but I do not see them in my iTunes before I manually update the match. iTunes downloads them somewhere as I have automatically download new songs feature activated, but they do not show up in my library. After updating the Match, I am able to manually download them from the cloud.

  • Lightroom 5.6 does not run following latest CC Photoshop 2014 and Bridge updates

    I am running Creative Cloud Photography on OSX 10.9.4. Yesterday I updated Photoshop 2014 and Bridge using the CC desktop app as prompted by CC. Since then Lightroom does not run. When I open it the blue intro screen flashes up for less than a second. To try and recover I have uninstalled Lightroom (5.6) and re-installed it several times using both the CC app and directly from the Adobe website. The result is always the same. I can find nothing about this on Adobe Support although I can find others who have had the same symptoms on a web search. Their solution was to re-install Lightroom from the web site but that hasn't worked for me.  I had Lightroom installed before I went to CC and before CC included Lightroom in the Photography package. Does anyone understand this issue and can you please advise me what to try next? Many thanks.

    Okay, Solution 1 from this link Error "Unable to start correctly - 0Xc00007b" fixed it for me. But now it's asking me for the serial number which I can't find anywhere... shouldn't that go without with the cloud?

  • After i have downloaded firefox 9.1 and tried to open it, i get the sentence : it couldn't be prepared properly (default 0xc0150004) and the program does not run

    after i have downloaded firefox 9.1 and tried to open it, i get the sentence : it couldn't be prepared properly (default 0xc0150004) and the programm does not run

    I couldn't find anything on the error text you posted but I did find lots of google hits on [http://www.google.com/search?q=%22The+application+failed+to+initialize+properly%22+0xc0150004 "The application failed to initialize properly" 0xc0150004]. Is that the error?
    In any case, did you try a clean reinstall of Firefox? If not, open the C:\Program Files folder and delete the '''Mozilla Firefox''' folder, if it's there. Next, go to mozilla.org/firefox click the green download button and install a new copy.

  • REPORT DOES NOT RUN CORRECTLY , URGENT PLEASE HELP

    Hi,
    I am trying to run a report from visul basic screen, but it does not run correctly. Here is how I am running the report. There is a screen developed in VB This screen prompts the user for user id and password. Once it gets that, it connects to the oracle database and pulls out a column from a table. And passes that value as a parameter to the report. Now I am calling the the report for each individual value . There are 21 value being pulled out of the database and it invokes the report 21 times. So there are 21 report engines gets started. Is there a better way to do that ? Secondly when I pass the parameter , some parameters does not pass correctly I guess , because its not generating any out put . Like out of 21 may be 10 or 11 reports gets generated correctly but rest of the reports are blank. I debug the screen i saw that the parameter value is correct, everything seems good. But still the reports are comming blank. Any Idea why it is so ? The command line that i am using in VB screen is
    Shell "C:\progra~1\ora95_2\bin\rwrun60.exe P:\Business_Analysis_&_Reporting_Tool\Test_REPORT_Templates\STORE_TYPES\Baby_Distribution_Report.Rdf USERID=" & UID & "/" & PWD & "@cposp201 DESFORMAT=PDF DESTYPE=FILE DESNAME=" & txtPath.Text & Replace(strName, " ", "_") & ".PDF BRND='" & adoRecBrand!Brand & "' PRINTJOB=NO PARAMFORM=NO"
    In the above command " adoRecBrand!Brand " is the parameter thats being passed. This is actually a recordset and brand is the column in it. When I debug the screen , I see the value also there. But the report comes out blank. Please help. This is urgent.
    Thanks
    Feroz

    The way you call reports is not scalable. If you have 100 records come back from database, you would end up launch 100 engines at the same times, which probably will blow up your machine. You should use oracle reports server to do that. You can either use rwcli60 to submit the job to reports server, or invoke rwcgi60 from URL.
    I am afraid some of reports engine failed to start and you get nothing back in your case.
    After switch to use reports server achitecture, if you still see some report is blank in your application, then you can run that report with that special set of parameters manually and see if any problem with the report itself.
    Hope this helps.
    Thanks,
    -Shaun

  • Creating Oracle Inventory Installation Step Does Not Finish and Hangs at 99% while installing Hyperion 11.1.1.4

    Hi Guys,
    Creating Oracle Inventory Installation Step Does Not Finish and Hangs at 99% while installing Hyperion 11.1.1.4.I'm running the installer from a local drive and also noticed that the uninstaller files are not created.The installer process has been running for 4+ hours.
    Any suggestions/tips?
    Thanks
    Manoj

    hi John,
    we left the installer running overnight, but the install process has still not completed.Also it has not created any uninstaller files under the following directory:
    E:\APPS\Hyperion\uninstall
    what could be the reason for that?
    Thanks.
    Manoj

  • Javaee6 sample does not run on remote GF 3.1

    I installed javaee6 with samples:
    java_ee_sdk-6u2-jdk-linux-x64-ml.sh
    I can run "automatic-timer" sample properly, when GF 3.1 runs on localhost.
    If GF 3.1 runs on a remte host.
    I set the remote GF 3.1 in bp-project/build.properties:
    javaee.server.name=192.168.1.101
    Now automatic-timer sample does not run:
    [java] Waiting for the timer to expire
    [java] Logged timeouts :
    [java] org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] javax.naming.NamingException: Lookup failed for 'java:global/automatic-timer-ejb/StatelessSessionBean' in SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:518)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
    [java]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.getRecords(AutomaticTimerJavaClient.java:64)
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:53)
    [java] Caused by: javax.naming.NamingException: Unable to acquire SerialContextProvider for SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.impl.SerialInitContextFactory, java.naming.factory.url.pkgs=com.sun.enterprise.naming, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl} [Root exception is org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700  vmcid: OMG  minor code: 1  completed: No]
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:352)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:504)
    [java]      ... 4 more
    [java] Caused by: org.omg.CORBA.COMM_FAILURE: FINE: IOP00410001: Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port: 3700 vmcid: OMG minor code: 1 completed: No
    [java]      at sun.reflect.GeneratedConstructorAccessor30.newInstance(Unknown Source)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:248)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.corba.CorbaExtension.makeException(CorbaExtension.java:95)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.handleFullLogging(WrapperGenerator.java:387)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator.access$400(WrapperGenerator.java:107)
    [java]      at com.sun.corba.ee.spi.orbutil.logex.WrapperGenerator$2.invoke(WrapperGenerator.java:511)
    [java]      at com.sun.corba.ee.spi.orbutil.proxy.CompositeInvocationHandlerImpl.invoke(CompositeInvocationHandlerImpl.java:99)
    [java]      at $Proxy26.connectFailure(Unknown Source)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:257)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:270)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelContactInfoImpl.createConnection(SocketOrChannelContactInfoImpl.java:129)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:223)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:228)
    [java]      at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:393)
    [java]      at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    [java]      at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    [java]      at com.sun.enterprise.naming.impl.SerialContext$ProviderCacheKey.getNameService(SerialContext.java:1241)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getRemoteProvider(SerialContext.java:411)
    [java]      at com.sun.enterprise.naming.impl.SerialContext.getProvider(SerialContext.java:347)
    [java]      ... 5 more
    [java] Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:340)
    [java]      at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.<init>(SocketOrChannelConnectionImpl.java:242)
    [java]      ... 15 more
    [java] Caused by: java.net.ConnectException: Connection refused
    [java]      at sun.nio.ch.Net.connect(Native Method)
    [java]      at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:500)
    [java]      at com.sun.corba.ee.impl.orbutil.ORBUtility.openSocketChannel(ORBUtility.java:110)
    [java]      at org.glassfish.enterprise.iiop.impl.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:325)
    [java]      ... 16 more
    [java] Exception in thread "main" java.lang.NullPointerException
    [java]      at enterprise.automatic_timer_client.AutomaticTimerJavaClient.main(AutomaticTimerJavaClient.java:54)
    Why does it use localhost instead of 192.168.1.106 ?
    How can I run the sample against a remote GF 3.1 ?
    Thank you

    I got solution:
    Re: Can't access remote EJBs (GF3.1)
    I followed the instructions from http://www.java.net/node/676636
    and changed "/etc/hosts" file:
    1) commented out the "internal" IP addresses in the first two lines
    2) and added a the external IP address
    #127.0.0.1 localhost
    #127.0.1.1 lennyserver
    192.168.0.202 lennyserver
    The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Now the InitialContext.lookup() can find the bean.

  • Simple Operational Profile and Plan does not run against agent

    So i'm attempting to use the Operational Profile function of Ops Center to extend some functionality which it does not have (set up bonded interfaces during build process of OL 6.x)
    However my script is having issues it never seems to run as a remote shell. So I simplified it, and broke my script down to simply
    #!/bin/bash
    /bin/pwd
    /bin/ls
    exit 0
    And it still failed to run.
    I've poured over the documentation, my script runs fine when manually incanted from the command line.
    I've attempted following https://blogs.oracle.com/oem/entry/ops_center_using_operational_profiles but as you can see even my simple of simple plans does not run, let alone anything more complex.
    Full job logs:
    Job ID          : EC-SERVER.com.au.664
    Job Name        : do ls script;AGENT
    Job Type        : Execute-DeploymentPlan
    Job Description        : -
    Run ID          : 1
    Status          : FAILED
    Mode            : Actual run
    Owner           : xvmadm
    Create Date     : 11/11/2014 09:03:04 AM EST
    Start Date      : 11/11/2014 09:03:04 AM EST
    Last Updated    : 11/11/2014 09:03:08 AM EST
    Execution Order : PARALLEL
    Failure Policy  : CONTINUE_ON_FAILURE
        Task   : AGENT
            Task   : CmpExecuteTask
                Task   : ExecuteTask
                Task Run ID : 24369
                Target : AGENT
                Status : FAILED
                Result : Task failed. (15030)
                Logs   :
                    11/11/2014 09:03:04 AM EST INFO EC-SERVER.com.au.664.1.24369 acquired the recursive lock on the target - PC-SERVER.com.au-172a7b21/AGENT.com.au-abf1fc69/com.sun.hss.domain:name=localhost,type=OperatingSystem for the duration of Task
                    11/11/2014 09:03:04 AM EST INFO Task is posted to the Proxy Controller (PC-SERVER.com.au-172a7b21), from the Enterprise Controller. (15011)
                    11/11/2014 09:03:08 AM EST INFO Task is received by the Proxy Controller. (15012)
                    11/11/2014 09:03:08 AM EST INFO Task is posted to the Agent Controller (AGENT.com.au-abf1fc69), from the Proxy Controller. (15013)
                    11/11/2014 09:03:08 AM EST INFO Task is received by the agent controller.
                    11/11/2014 09:03:08 AM EST INFO EC-SERVER.com.au.664.1.24369 released the recursive lock on the target - PC-SERVER.com.au-172a7b21/AGENT.com.au-abf1fc69/com.sun.hss.domain:name=localhost,type=OperatingSystem for the duration of Task
    I wanted to avoid raising an SR for something so potentially trivial, but what the heck is going on here?

    Nothing? no one uses this functionality?

  • Firefox4 does not run on Mac OSXv10.4.11. Can NOT reload v3.6.12. What do we do

    I was forced to update to firefox v4, only to find out that it does NOT run on Mac OSX10.4.11. I can nor re-load the older version v3.6.11. It means that we need to migrate to anther system provider. This is a shame since we like Firefox's features. Can you help suggest way forward pls?
    Dr Mahmoudian
    [email protected]

    Sun Studio 12 does NOT support RH5 -- only RH 4
    Sun Studio 12 update 1 supports RH5, RH5.1, RH5.2 and RH5.3
    Oracle Solaris Studio 12.2 supports RH5 - RH5.4, with some testing on RH5.5
    Marty Itzkowitz, project lead Oracle Solaris Studio Performance Tools

  • Oracle 8.1.7 does not install in pentium4 machine

    oracle 8.1.7 does not install in pentium4 machine. When I insert the disk, it fails to start. If I click setup.exe, it again fails to start installer. The problem is due to Pentium4. Any help? or any link/lead on this issue?
    Thanks.
    Jay

    There are some known bugs with Pentium 4 and Oracle 8i. Here is a copy of the posted solution:
    Re: [cornball] Oracle 8i installation on a Pentium 4 machine [In reply to] Can't Post
    I had the same problem on Pentium 4 machine. I found the following solution and also posted it on www.orafaq.net.
    The Oracle installation is now Java based. Oracle 8.1.7 comes with JRE 1.1.7 which is not supported on Intel P4. There is a new version of JRE 1.1.8 available from SUN. Which can be downloaded fron java.sun.com.
    http://java.sun.com/products/archive/jdk/1.1.8_007/jre/index.html
    Now follow these steps:
    1. Install JRE 118 (consider installation folder as C:\Program Files\JRE118)
    2. Copy Oracle installation to some folder e.g. C:\OraInst
    3. Copy "bin" and "lib" folders from
    "C:\Program Files\JRE118" to
    "C:\OraInst\stage\Components\oracle.swd.jre\1.1.7.30\1\DataFiles\Expanded\jre\win32"
    4. Now run the setup.
    It will run perfectly.
    HTH,
    Willis

  • ICal does not run one event that has a Applescript attached to it. 24u?

    I have a number of reoccurring events in iCal that run a Applescript.  Tow of them refuses to run.  I have tried it as a Applescript and saved it as a run only and neither works (the script run fine if I test them by hand).
    so I thought I have a look in the log and found this 24u information. 
    can anybody help out here? I am not sure why it appears, if it is good or bad, how to fix it and if it is at all realted to my problem.  Other scripts seem to run well, it is this one and an other one that do not get activated by iCall.
    They run on a MM running 10.6.8, iCall 4.0.4 (1395.7)
    Thanks.
    Log today:
    19/09/2011 07:00:00          iCal Helper[211]          Error loading /Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX:  dlopen(/Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX: mach-o, but wrong architecture
    19/09/2011 07:00:00          [0x0-0x12012].com.apple.iCal.helper[211]          iCal Helper: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/24U Appearance OSAX.osax" declares no loadable handlers.
    19/09/2011 07:45:01          iCal Helper[317]          Error loading /Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX:  dlopen(/Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX: mach-o, but wrong architecture
    19/09/2011 07:45:01          [0x0-0x28028].com.apple.iCal.helper[317]          iCal Helper: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/24U Appearance OSAX.osax" declares no loadable handlers.
    19/09/2011 14:30:02          iCal Helper[1019]          Error loading /Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX:  dlopen(/Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/24U Appearance OSAX.osax/Contents/MacOS/24U Appearance OSAX: mach-o, but wrong architecture
    19/09/2011 14:30:02          [0x0-0x73073].com.apple.iCal.helper[1019]          iCal Helper: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/24U Appearance OSAX.osax" declares no loadable handlers.

    Hi,
    It looks like the version of 24U's Appearance OSAX you have installed does not run on Lion.
    I would contact the developer to see if they have a version that does yet. See http://www.24usoftware.com/AppearanceOSAX
    Alternatively you could look to see if the Applescript really needs to use it.
    Best wishes
    John M
    Edit: If you are running Snow Leopard, I think you may need to make the application "iCal Helper" (which you'll find in iCal's application package) run as 32 bit. I'd also suggest you check this with 24U.

  • Add does not run with sql server 2008

    Hi all,
    My add on in the development environment does not run with SQL SERVER 2008. It ran well with SQL Server 2005 and sap b1 2207 B.
    On executing the project file system throws an error "YOU ARE NOT CONNECTED TO THE COMPANY"
    we are trying this scenario on a test machine where SAP B1 2007B with temporary license for one month and SQL server 2008
    is installed.
    Help needed.
    Thanking you
    Pradnya

    Hi Use this
    Dim i as integer
    i=oCompany.Connect()
    if i<> 0 Then
    msgbox(ocompany.GetLastErrorDescription ())
    end if
    the you will get the error description also use try catch wherever necessary
    Alternatively you can use
    Dim SboGuiApi As SAPbouiCOM.SboGuiApi
    Dim sConnectionString As String
    Set SboGuiApi = New SAPbouiCOM.SboGuiApi
    sConnectionString = Command
    SboGuiApi.Connect sConnectionString
    Set SBO_Application = SboGuiApi.GetApplication()
    Set ocompany = New SAPbobsCOM.Company 'initialate DI company object
      ocompany = SBO_Application.Company.GetDICompany
    HTH,
    Atul

  • Premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."

    premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."   Installation in German Language on WIN7 professional 64bit, Samsung SSD. What can I do to run that program?

    Jurgen Freund
    Premiere Elements 12 on Window 7 64 bit. What video card/graphics card does your computer use - AMD Radeon?
    I have found this YouTube video on the subject of Error 126 with details for resolving the problem.
    How to fix the ERROR 126 when you open OpenGL programs - YouTube
    The link was contributed in an old 2013 thread here by the ID danneomarre (see post 6 of the following thread)
    LoadLibrary failed with error 126: cant find the required
    Please let us know if that worked for you.
    Thank you.
    ATR
    Add On...When all is OK and working, please update 12 to 12.1 Update using an opened project's Help Menu/Update.

  • My Firefox version is 13.0.1, I use Windows Seven 64-bit, when I click on Firefox, but the program does not run! But Firefox is seen in the list of Windows proc

    My Firefox version is 13.0.1, I use Windows Seven 64-bit, when I click on Firefox, but the program does not run! But Firefox is seen in the list of Windows processes, while Firefox does not run.
    I manually deleted Firefox from the list once I have Windows processing.
    And when I clicked on Firefox, Firefox will open quickly and easily.
    Firefox process in Windows Processes names list called "firefox.exe * 32" is.
    Please try to solve my problem, my problem is how to solve?

    Hi, are you saying that you start Firefox and it stalls -- you can see it in the Task Manager but it never displays -- but if you kill that process and start Firefox again it starts up properly that second time?
    If you look at the statistics available in the Task Manager's processes tab such as bytes read or other bytes, can you see whether Firefox is doing anything at all? ''Note: You might need to add columns if your Processes tab isn't set up to display statistics. You can do that from the View menu.''
    You might already have seen these troubleshooting articles. If not, does anything here help:
    * [[Firefox won't start - find solutions]]
    * [[Firefox hangs or is not responding - How to fix]]

Maybe you are looking for

  • DBMS_XMLSave.insertXML slow.

    Hi, I am using the function DBMS_XMLSave.insertXML to take a clob (XML file) off a queue, and process the file into a table. I am finding that inserting 10,000 records (from a single clob) is taking over 30secs. This is an order of magnitude out from

  • FAX setup/Printer setup may need to be redone after upgrade

    I just discovered that my FAX settings were disabled after upgrading (noticed when I hadn't received any junk faxes for 3 days). In the Preferences panel I discovered that my FAX settings were no longer there. When I went to re-enter them I found tha

  • New Field In Database table

    Dear Gurus, If some standard SAP field is added in a standard database table as a part of upgrade. Is there a way we can find out when that field is added to the database table. Regards, Subhajit

  • Biztalk server Deployment

    when we were Deploying Package using MSI we got the following error Failed to deploy map Error saving map. Stored procedure returned non-zero result. Check if source and target schemas are present. Error saving map. Stored procedure returned non-zero

  • MacBook Pro EFI Firmware Update 1.5.1

    Just seen this as available from the software update process on my MBP. has anyone hand any problems with MacBook Pro EFI Firmware Update 1.5.1 updates? thanks!