Unable to configure webstack - SXDE

Noob here. Firstly, feel free to redirect if this is the wrong forum.
I just installed the current release of SXDE on VMware server. I am now trying to configure the webstack, as per the Getting Started guide (as per file:///opt/webstack/doc/html/p3.html).
I am currently stuck at the step 5a: Configure the PostgreSQL database with NetBeans IDE 6.0.- . Create a New Database Connection.
As I have not used NetBeans before, I am kind of hunt'n'pecking to perform this operation. The NetBeans Help system isn't (isn't any help, that is - at least on this topic). Poking around, I found Services>Databases>Drivers>PostgreSQL. If I rt-clk>ConnectUsing on this, it opens a dialog with fields named as the Getting Started guide would lead me to expect. Filling this out as per the Getting Started guide*, and clicking OK yields the following error dialog:
[!] Unable to add connection. Cannot establish a connection to jdbc:postgresql://localhost:5432/postgres using org.postgresql.Driver (The connection attempt failed.).* what should I use for a password in this dialog? I have tried the root password, my user password, "postgres", and blank. I kind of assume I need to use the password for user postgres, but the Getting Started guide has not prompted me to create one. It has prompted me to create a user postgres, but I have not, as /etc/passwd indicates there is already a user by that name in the system. Is there a default password for the user postgres?
For that matter, is this even the right mechanism within NetBeans for peforming this configuration? The Getting Started guide seems to assume previous exposure to NetBeans - I have none.
Possible contributing factors:
I first used the first form of starting the database server:
$/usr/postgres/8.2/bin/postgres -D /var/postgres/8.2/dataI didn't like the fact that it was foregrounded. I figured the other form may be backgrounded, so I
<ctl>-C out
then used the other form:
$ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile start
sh: logfile: cannot create
server starting
$ pwd
/                                                                  // no longer root - user postgres can't create /logfile?
$ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile stop             // just a guess
pg_ctl: PID file "/var/postgres/8.2/data/postmaster.pid" does not exist
$ cd /var/postgres/8.2/data
$ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile start
server startingThe bottom of the page of the Getting Started guide says:
See Also
For more information about configuring PostgreSQL database with NetBeans IDE, see <link>.
However, the <link> is not a <link>. Anyone know what this should point to?
The logfile, as I think I have started it(is this location superseded by the subsequent svcadm?)
# cat /var/postgres/8.2/data/logfile
LOG:  database system was shut down at 2008-04-02 09:32:24 MDT
LOG:  checkpoint record is at 0/42CE60
LOG:  redo record is at 0/42CE60; undo record is at 0/0; shutdown TRUE
LOG:  next transaction ID: 0/593; next OID: 10820
LOG:  next MultiXactId: 1; next MultiXactOffset: 0
LOG:  database system is ready
LOG:  received smart shutdown request
LOG:  shutting down
LOG:  database system is shut downSays shut down, but seems to be running?:
# svcs | grep postg
online          9:44:11 svc:/application/database/postgresql:version_82Any help would be most appreciated. As would a recommendation for "Getting Started with Solaris for Linux Users".

duplicate message
please see my reply to your other post.
Caterina
Novell Support Connection Volunteer Sysop

Similar Messages

  • Unable to configure webstack - SXDE - failed adding connection to postgreSQ

    Noob here. Firstly, feel free to redirect if this is the wrong forum.
    I just installed the current release of SXDE on VMware server. I am now trying to configure the webstack, as per the Getting Started guide (as per file:///opt/webstack/doc/html/p3.html).
    I am currently stuck at the step 5a: Configure the PostgreSQL database with NetBeans IDE 6.0.- . Create a New Database Connection.
    As I have not used NetBeans before, I am kind of hunt'n'pecking to perform this operation. The NetBeans Help system isn't (isn't any help, that is - at least on this topic). Poking around, I found Services>Databases>Drivers>PostgreSQL. If I rt-clk>ConnectUsing on this, it opens a dialog with fields named as the Getting Started guide would lead me to expect. Filling this out as per the Getting Started guide*, and clicking OK yields the following error dialog:
    [!] Unable to add connection. Cannot establish a connection to jdbc:postgresql://localhost:5432/postgres using org.postgresql.Driver (The connection attempt failed.).* what should I use for a password in this dialog? I have tried the root password, my user password, "postgres", and blank. I kind of assume I need to use the password for user postgres, but the Getting Started guide has not prompted me to create one. It has prompted me to create a user postgres, but I have not, as /etc/passwd indicates there is already a user by that name in the system. Is there a default password for the user postgres?
    For that matter, is this even the right mechanism within NetBeans for peforming this configuration? The Getting Started guide seems to assume previous exposure to NetBeans - I have none.
    Possible contributing factors:
    I first used the first form of starting the database server:
    $/usr/postgres/8.2/bin/postgres -D /var/postgres/8.2/dataI didn't like the fact that it was foregrounded. I figured the other form may be backgrounded, so I
    <ctl>-C out
    then used the other form:
    $ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile start
    sh: logfile: cannot create
    server starting
    $ pwd
    /                                                                  // no longer root - user postgres can't create /logfile?
    $ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile stop             // just a guess
    pg_ctl: PID file "/var/postgres/8.2/data/postmaster.pid" does not exist
    $ cd /var/postgres/8.2/data
    $ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile start
    server startingThe bottom of the page of the Getting Started guide says:
    See Also
    For more information about configuring PostgreSQL database with NetBeans IDE, see <link>.
    However, the <link> is not a <link>. Anyone know what this should point to?
    The logfile, as I think I have started it(is this location superseded by the subsequent svcadm?)
    # cat /var/postgres/8.2/data/logfile
    LOG:  database system was shut down at 2008-04-02 09:32:24 MDT
    LOG:  checkpoint record is at 0/42CE60
    LOG:  redo record is at 0/42CE60; undo record is at 0/0; shutdown TRUE
    LOG:  next transaction ID: 0/593; next OID: 10820
    LOG:  next MultiXactId: 1; next MultiXactOffset: 0
    LOG:  database system is ready
    LOG:  received smart shutdown request
    LOG:  shutting down
    LOG:  database system is shut downSays shut down, but seems to be running?:
    # svcs | grep postg
    online          9:44:11 svc:/application/database/postgresql:version_82Any help would be most appreciated.

        This is quite a conundrum that you find yourself in, TheGlaxayIsOnOrionsBelt! I can help you get this cleared up! I would suggest completing a master reset. This should allow you to add the enterprise email back on to your account. Please follow the instructions below: http://tinyurl.com/9czplhv ^CM

  • Unable to configure Outlook with ASA firewall and IWSVA

    Dear Sir,
    We are unable to configure MS outlook in our network  which is having IWSVA proxy and cisco ASA 5510 firewall.
    snapshot of outlook error details are attached for your reference.
    In our network L3 is behind IWSVA which is behind cisco ASA 5510.
    when we change following NAt rule and ACL incoming rule it works fine
    nat (inside,outside) source static any interface unidirectional
    nat (inside,outside) source static obj_Proxy interface unidirectional
    access-list 100 extended permit ip any any
    access-list inside_access_in extended permit ip object-group Proxy_Server any
    all required ports are allowed in IWSVA also please tell me if we have to make any changes in IWSVA like mapping ports etc.
    Thanks in advance
    Regards:
    Anand Singh Dhouni

    Hello Anand,
    I already replied to you on the other post, Please mark this as answered so we can focus on one ticket and avoid duplicates.
    For more information about Core and Security Networking follow my website at http://laguiadelnetworking.com
    Any question contact me at [email protected]
    Cheers,
    Julio Carvajal Segura

  • Unable to configure reporting services on Web(sharepoint) server where DB(SQL )server is insatlled on another machine.

    Hi Team,
    We have reporting services and sharepoint 2010 installed on one server and DB(Sql server2008 R2 )server installed on another machine. But we are unable to configure reporting(SSRS) on the web(sharepoint)server. Is there any similar configuration
    done on any of your environments and can you please suggest us the workround/resolution.
    Regards,
    Sobha Muyida

    Hi ,
    Iam unable to insert the image/error screenshot here as I have created the account yesterday which throws me email verification error. Though , I have given the error details above. Please suggest accordingly. PFB the details again :
    while building OLAP cube, we are facing below errors with build failure. And DB server is running fine.
    ===== Initiating OLAP database build process =====
    [6/10/2014 12:03 PM] Cube build request message has been added to the Project Server queue
    ===== Verifying and running pre-build server event handler =====
    [6/10/2014 12:04 PM] Verifying and running pre-build server event handler
    ===== Determining database and OLAP database structure =====
    [6/10/2014 12:04 PM] Cube build initialization started
    [6/10/2014 12:04 PM] OLAP database and cube structure was determined successfully
    ===== Building database and cubes =====
    [6/10/2014 12:04 PM] Cube build session started
    ===== Process Completed =====
    [6/10/2014 12:04 PM] Failed to build the OLAP cubes. Error: Failed to connect to the Analysis Services server ServerName. Error: A connection cannot be made. Ensure that the server is running.
    Regards,
    Sobha

  • Adobe plugin for Outlook in 2013 unable to configure to load at startup

    Windows 7 Pro, Office 2013 Home and Business
    I don't see a registry key for the plugin, there's no properties in Outlook for the plugin
    Manually loads properly and functions properly, however unable to configure it to load when Outlook starts.
    Any ideas?

    Hi jeremyh77032804,
    Please open Outlook and go to 'Tools > Options > Add-Ins' and select 'COM Add-ins' option under Manage label and click Go.
    From the new dialog box that appears, select Acrobat PDFMaker Office COM Addin and click OK.
    Also, please confirm the location of PDFMaker add-in is under "C:\Program Files (x86)\Adobe\Acrobat 11.0\PDFMaker\Mail\Outlook"
    Do you have the administrative privileges to this location specified above?
    Please let me know.
    Regards,
    Anubha

  • UNABLE TO CONFIGURE ODSM(oracle directorey service manager_

    Hi ,
    I am unable to configure ODSM with weblogic and getting the following error
    "ERROR while deploying the application ODSM
    cause:
    An internal operation has failed :weblogic.management.DeploymentException:[J2EE:160149]Error while processing library refrences ,unresolved application library refrences defined in weblogic-application.xml:[Extension adf.oracledomain.com)
    Thanks
    Giridhar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Giri,
    Install the Java Required Files (JRF) in the Managed Server where you want to deploy your
    application to.
    NB: Java Required Files (JRF) consists of those components not included in the Oracle WebLogic
    Server installation and that provide common functionality for Oracle business applications and
    application frameworks. They include the ADF Runtime Libraries.
    Regards,
    Kal

  • Am getting this message when i try to play music " unable to configure network stream"

    am getting this message when i try to play music " unable to configure network stream"

    Hold on... advice to someone downloading from 1337x !!!
    Until I saw your comment and googled the term, I had no idea that this was a "downloaded" file. I assumed the "1337x" reference was to dimensions/resolution and Noir referred to genre. (I.e., I use similar notations the differentiate files compressed for TV playback comparisons.) In any case, the advice is the same irrespective of the source.
    er, isn't it illegal to download movies ?
    Not necessarily. Thousands of movies are probably downloaded daily as legal purchases from such vendors as iTunes. Thousands more are available for free in the public domain, open source/community videos listings, and under Creative Commons Licensing. In short, there are many legal sources of downloadable content and you should not automatically jump to the conclusion that everyone is a crook.

  • Unable to configure the router.

    I bought a router today and I'm having some trouble getting it working. Iinserted the CD and followed the on-screen installation settings including unplugging the modem/router, then plugging it back in, etc. I got to step 11 "Set the Router's Administrative Password" before I had problems. I went to set the password, but I got the message "Unable to configure router. Reset thr router to factory default settings by pressing the reset botton for 5 seconds." I reset the router, but still got the error. Using a quick search I found a similar problem and following the steps on there, pinged 192.168.1.1 with 4 replies. I connected to192.168.1.1 through my browser just fine as well, but I still can't get past step 11. 

    Have you configured hyour wireless settings on the router and your computer?  This has to be done.
    For cable go here
    Wireless go here.

  • I am unable to configure my ipad 2 with my existing wifi of linksys though I have entered the all ip address as per my laptop but still I am not getting thru network kindly suggest the solution

    i am unable to configure my ipad 2 with my existing wifi of linksys though I have entered the all ip address as per my laptop but still I am not getting thru network kindly suggest the solution

    The ip-adress cannot be the same as your laptop. You have to make sure that your ip-adress is unique in the network. if your ip is 192.168.1.100 try 192.168.1.112 or somthing. More advanced is to check avalible adress in your router.

  • HT201320 I AM UNABLE TO CONFIGURE MY MAIL ACCOUNT IN THE SETUP

    I AM UNABLE TO CONFIGURE MY MAIL ACCOUNT IN THE SETUP

    This may help you
    http://support.apple.com/kb/HT4810

  • JET install: ERROR: Unable to configure network interface Exiting to shell

    Using SUNWjet v4.4.4 I'm trying to build a server using update 5 x86 which seems
    to work with one notable exception. The JET server and the build server do not
    reside on the same subnet. In order to get around not being able use PXE boot
    to boot the build server I'm booting from DVD after making the following modifications
    to the grub menu entry:
    kernel /I86PC.Solaris_10-1/multiboot kernel/unix - install nowin -B
    install_config=x.x.x.x:/opt/SUNWjet,
    sysid_config=x.x.x.x:/opt/SUNWjet/Clients/testclient,
    install_media=x.x.x.x:/export/install/media/s10u5-x86,
    install_boot=x.x.x.x:/export/install/media/s10u5-x86/boot
    This seems to kick off the installer however it fails to bring up the network interface:
    SunOS release
    Configuring devices
    Solaris Interactive Text ( Console Session )
    ERROR: Unable to configure network interface Exiting to shell
    # ifconfig bge0 x.x.x.x up netmask 255.255.255.0
    # route add default x.x.x.1
    # exit
    Using RPC
    Installation continues without any errors
    It seems that I'm forced to bring up the interface manually each time.
    This is what the template looks like:
    base_config_ClientArch=i86pc
    base_config_ClientEther=XX:XX:XX:XX:XX:XX
    base_config_ClientOS=s10u5-x86
    base_config_client_allocation="grub"
    base_config_products="custom eiscd sds"
    base_config_sysidcfg_nameservice=NONE
    base_config_sysidcfg_network_interface=PRIMARY
    base_config_sysidcfg_ip_address=x.x.x.x
    base_config_sysidcfg_netmask=255.255.255.0
    base_config_sysidcfg_root_password="XXXXXXXXXXXX"
    base_config_sysidcfg_system_locale="en_CA.UTF-8"
    base_config_sysidcfg_timeserver=
    base_config_sysidcfg_timezone="Canada/Eastern"
    base_config_sysidcfg_terminal=vt100
    base_config_sysidcfg_security_policy=NONE
    base_config_sysidcfg_protocol_ipv6=no
    base_config_sysidcfg_default_route=x.x.x.1
    I've also tried setting the following:
    base_config_sysidcfg_network_interface=PRIMARY
    vs
    base_config_sysidcfg_network_interface=bge0
    I don't mind doing this manually but of course I would much rather have it work automatically.

    Try giving more network interface settings in the sysidcfg settings:
    network_interface=value {primary hostname=host_name
                              default_route=ip_address or NONE
                              ip_address=ip_address
                              netmask=netmask
                              protocol_ipv6=yes_or_no}
    See http://docs.sun.com/app/docs/doc/817-5504/6mkv4nh2r?a=view

  • MSI A88XM-E45: Unable to configure RAID through UEFI

    Hi there
    Just got a A88XM motherboard today, but am unable to configure the 3x3TB drive in a RAID 5 configuration using UEFI.  They detect fine in legacy mode.  Would like to install Windows 8 on the RAID5 array.
    Advice?

    Quote from: brenny9k on 20-October-14, 21:50:58
    Hello
    I try a raid 10 but i have the same issue :
    drvcfg return empty
    i updated the bios to 25.4 but still not working.
    I format hdd to gpt.
     how can i configure the raid in efi shell plz ?
    Regards,
    brenny
    Same Problem here.
    I have 3x3TB WD and want them to build up a  RAID 5
    System Win7 64 should be installed on a 120 GB SSD.
    But the drvcfg command shows no Devices. Any help here?

  • Unable to configure Oracle Applications Adapter to capture Business Event

    Hi All,
    I am new to SOA and BPEL so please bare that in mind when reading and responding to this post.
    I am attempting to trigger BPEL from an EBS business event as per the SOA gateway developers guide.
    I am working on EBIZ R12.1.2, 11g weblogic, Jdev 11g release 1
    Step 1. I have enabled the business event oracle.apps.per.api.employee.create_employee and created a subscription from the integration repository which I can see from the business events subscription window.
    Step 2. I have created a new SOA project in JDev with an empty composite and added a BPEL process and called it createOrsResource.
    Step 3. Following this I opened the BPEL process and added in an applications adapter and set this up to interact with the WSDL that I got from going through the adapter configuration wizard (i.e. selected the business event detailed above).
    I then tried to compile and got the following error:
    Error: Load of wsdl "createEmployeeEvent.wsdl with Message part element undefined in wsdl [file:/D:/jdev_home/mywork/IntegrationApplication/integrationExample/createEmployeeEvent.wsdl] part name = WF_EVENT_T     type = {http://xmlns.oracle.com/xdb/APPS/createEmployeeEvent}WF_EVENT_T" failed
    This is obviously something to do with the business event message type that materialized when I selected the business event in the Adapter Config Wizard.
    I went back into the Apps Adapter and checked the config, when I clicked next .. next .. next etc... through the wizard just before hit the schema definition page I got the following error:
    null file is either missing or is corrupt.
    This schema defines the stricture of wf event. Wizard would not be able
    to edit the service
    Also when I tried to add an assign activity using the WF_EVENT_T as an input to another variable I got the following WF_EVENT_T node in the left mapping window:
    Exception: Unable to parse schema APPS_WF_EVENT_T_createEmployeeEvent.xsd
    Can anyone point me in the right direction???
    Keith

    Tapas123 wrote:
    Hi Osama,
    Database is working perfectly fine in my machine. Please let me know the procedure to fix the client issue , if you know.
    Thanks.It is not - else you would not have posted this thread. Home version architecture differs significantly from Professional version and higher, especially in the area of User Access Control. It is tough enough to try and solve issues on certified/supported OS versions/hardware, let alone on uncertified/unsupported ones ;-)
    http://en.wikipedia.org/wiki/Windows_7_editions
    http://docs.oracle.com/cd/E11882_01/install.112/e24187/pre_install.htm#CIHIAGFG
    Pl use a supported OS version
    HTH
    Srini

  • Unable to configure ODBC data source through odi

    Hi,
    Let me explain the architecture first.
    We have three machines
    1. OpenVMS machine on which connx server is running for RMS files, say SRC
    2. Windows machine on which ODI Data Studio 11.1.1, Say WRKSTN, This has connx client installed
    3. Target is HP-UX on which SYBASE is running, say TRGT. On target we have installed connx client and ODI Stand alone agent and agnt01 is the name of the agent that is running
    My Requirement is,
    I need to pull the data from SRC and load it into TRGT using the ODI  agent agnt01, through ODBC data connectivity.
    If i configure DSN on my WRKSTN they the agnt01 is unable to identify. If i configure a DSN on HP-UX machine then i am not able to specify that in ODI Sun odbc: Jdbc bridge driver.
    Kindly help me as to how i can resolve this
    Thanks,
    Rajesh H

    Configuring DSN on windows workstation would not help as the agent is not running on that machine. The DSN has to be configured on the machine where the agent is running on which you want to execute the flow. What error are you getting on trying to specify the DSN name on HPUX in the data server jdbc url?

  • E72 : Unable to configure email post 071.004 firmw...

    My emails on e72 were working perfectly fine before this upgrade. but post upgrade, I was unable to recieve my emails. So I removed the accounts and tried to reconfigure them. But the configuration wizard doesn't get past the 'Detecting Email Settings'. This is really annoying and I have lost an import feature of the phone. Can someone help me out?
    thanks,
    Arun

    I did same firmware upgrade. It killed the Nokia email software for using yahoo email.  I was able to get Yahoo email working with IMAP settings BUT it is so bad it is hardly worth it.
    On my main phone screen I have two email notifications
    1) Mail for Exchange
    2) Yahoo account
    I see the Yahoo account count down to zero(number of unread messages) and then back up to a number. It is like it kills all the messages int he back ground and then re-downloads them.  While this is going on the phone, it is so "CPU" bound that I cant use anything on the phone. If I am on a phone call , sometimes the phone goes so CPU bound, it wil drop the call!
    Nokia has really done something with this latest firmware upgrade first by killing yahoo email and then by the email takes so much CPU, the phone is un-useable.
    Another issue I have seen with the upgrade is
    1) I get exchange server busy messages. In 12 months prior, I never saw this! I get over 500 pieces of email a day and NEVER have I see this until the firmware upgrade
    2) On a SEND from mail fro Exchange, I also get an error message that the server is busy and it dumps the message into Drafts box. also new since upgrade
    3) I now get out of Memory errors when simply going into the calendar or other things.
    All I have or use on this phone besides making calls is the Mail for Exchange, Yahoo email, google maps, contact list, calendar, some text meessages and the Nokia bult-in GPS. 
    This phone all worked fine until this firmware upgrade which I had to do as before the upgrade my mail also stopped working so Nokia customer support told me I had to do the upgrade
    Thank You Nokia for making my phone worth about $1.00 in a flea market... time to buy an iPhone or a blackberry. This WAS the best phone on the market for a non touchscreen, but Nokia has killed the phone... At times I cant even make a phone call as I have to shut the phone off and re-start it,.
    Yes NOKIA, thank you for making my E72 simply just a phone from all the wonderful things it used to do. Oh yes, I find I have to reboot the phone at least every other day. Priot to your upgrade, the only time I ever turned the phone off was on a plane.  If I dont re-boot, I get Memory errors and the phone is so slow is is also un-useable!

Maybe you are looking for

  • I have problem with camera in iOS 8

    the camera dose not Work since i installe iOS 8 yesterday it is A black screen

  • Apple TV component to scart

    My TV does not have an HDMI socket. Is it possible to connect the component outs from the ATV to a component/scart adapter and plug this into an RGB enabled scart socket on the TV and get a valid picture? Thanks.

  • Doesnt seem to connect when published in a browser

    Hey friends.. im a total newbie to Flash Media server.. i just started using this for the past 2 days..so, heres the problem im facing..i ve a simpleConnect component and a connectionlight component on my stage and i connect both of em..the connectio

  • Errors in Business Content Activation

    Hi, The activation of 0MATERIAL with 'data flow before' as grouping  is giving lot of errors like 'Mapping between 0CUSTOMER_TEXT DEV100 0CUSTOMER_TEXT is inconsistent'  Here DEV100 is source system name. Recently we upgraded BC from 02 to 04. And we

  • Nokia C3-00 - Application error

    i updated my nokia c3 twice in a month, now any application i download opens and closes immediately. It tells me application error. Moderator's note: We have provided a subject-related title to help other forum users easily view and respond to this p