[SOLVED] Error binding socket

There are a couple error messages appear recently on booting.
Error binding socket; addr='AF_UNIX(/run/systemd/journal/syslog)', error='No such file or directory (2)'
Error initializing source driver; source='src', id='src#0'
Error initializing message pipelne;
I don't know enough about systemd to try fixing it. Well, I did the obvious, creating the file by hand but it goes away the next time I start the machine.
Appreciate any help in advance
Last edited by pingpong (2012-10-20 19:06:08)

By the way, I should mention that the src section of my
/etc/syslog-ng/syslog-ng.conf
file has been changed according to the systemd wiki and I have also run
# systemctl enable syslog-ng.service

Similar Messages

  • Message about Error binding socket....journal/syslog

    I do not have a systemd archlinux. I was only following the new suggestions about initscripts.
    However, at boot, I see a message error like this:
    Error binding socket; addr='AF_UNIX(/run/systemd/journal/syslog)', error='No such file or directory (2)'
    etc.
    There is another post about this, but it is related to a systemd arch installation.
    Last edited by hifi25nl (2012-10-21 10:38:41)

    I see (man pacman):
    The current file is the same as the original but the new one differs. Since the user did not ever modify the file, and the new one may contain improvements or bugfixes, install the new file.
    Makes sense.
    Shame on me, for never reading or overseeing this...
    Thanks for the pointer.
    Last edited by rebootl (2012-10-21 18:30:03)

  • Error starting ORMI-Server.  Unable to bind socket: Address already in use:

    hi,
    I run the folowing command "start_oc4j.bat" to start Oc4j.
    It starts successfully.
    Then I start "BPEL PM Server".
    I get the following error,
    "Error starting ORMI-Server. Unable to bind socket: Address already in use: JVM_Bind".
    I understand the above errror because both of them are trying to bind to the same port. And both of them are trying to start ORMI server. Can some one suggest how to get rid of this problem.
    I tried giving different port numbers for them, but that did not work. Let me know, how to over come this problem.
    with regards
    shaila

    You may have another OC4J running on your computer.
    You should change the port number in the file config/rmi.xml.

  • Error starting ORMI-Server. Uable to bind socket

    Hi,
    I get the following error whenever I start my Application Server on Linux machine.
    If I deploy the EJB application onto a OC4J instance, the server is refusing the connection by throwing Connection Refused error.
    Any insight about this issue will be helpful.
    Thanks,
    Mohan
    04/07/08 17:14:42 Error starting ORMI-Server. Unable to bind socket: Address already in use
    04/07/08 17:14:44 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    04/07/08 17:14:44 java.lang.NullPointerException
    04/07/08 17:14:44 at com.evermind.server.rmi.RMIServer.run(RMIServer.java:470)
    04/07/08 17:14:44 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Releasabl
    eResourcePooledExecutor.java:186)
    04/07/08 17:14:44 at java.lang.Thread.run(Thread.java:534)

    Hi Avi,
    of course you are right that the standalone OC4J ist not the same as an OC4J instance within the Oracle Application Server though from my point of view many J2EE-Server related questions or problems regarding the EJB- and or WEB-container could be answered/handled same or equally.
    That's why I'm a little bit irritated by your statement. From a forum user's perspective I'd hate it to follow eg all those Forms and Reports service discussions if I were a Java Developer or Deployer. So I would like to see all posts regarding the OC4J-Container here (no matter if standalone or inside OAS). Nevertheless everybody should clearly indicate the exact product version including the distinction beetween standalone and OAS.
    Just my 0.2 about this. What do others think?
    Avi, if you really want all discussion about OAS including OC4J topics to happen within the "Application Server - General" forum, I'd suggest you add a forum description which makes that clear.
    Well, if one can persuade you to not follow such a strict separation as I argued against, it could be still beneficial to add a meaningful forum description (eg. to remind people of the distinction between standalone OC4J and OAS.
    Thoughts?
    Regards,
    Eric

  • "Error Starting OMI-Server. Unable to bind socket.Permission denied. Listen

    Hi All,
    I Installed Forms 1o-g successfully on my mishon ( Version windows vista), when i try to connect Forms i got error
    like this *"Error Starting OMI-Server. Unable to bind socket.Permission denied. Listen*
    Plz Anyone help....
    Thanks
    sa.....

    Which version of Windows Vista? Bear in mind that Vista home edition is not supported by Oracle (I think for all products). If that is the case, you should be upgrading your OS to business or ultimate edition.
    If that is not the case, please get in touch with Oracle support. Not much is available on internet or in forums (as you seem to have posted this in Forms forum as well).

  • Error starting ORMI-Server. Unable to bind socket...

    One of our BPEL App Servers was moved from a local network to a LAN. I believe it's IP was changed. When we start it with opmnctl startall we get the following error message:
    bq. Error starting ORMI-Server. Unable to bind socket: Cannot assign requested address
    There does not seem to be a resource issue with regard to ports. A netstat -p doesn't show any potential port conflicts. In a WEB search I came across the following suggested check:
    bq. Solution: \\ *A) Check if your IP address or hostname is changed or if there is a conflict of resources in the network*
    Can someone explain what needs to be fixed if the IP Address or hostname of the BPEL App Server has changed? What files need to be corrected to get the install to startup.

    You may have another OC4J running on your computer.
    You should change the port number in the file config/rmi.xml.

  • Getting "Error Establishing Socket " error while running the application

    Hi,
    Can Any one help me as I getting the following error while inserting data into database for after some rows and will insert for some rows then again some error . I googled but but didnt get any proper solution.
    Soultion what I got it is
    1) turn off windows firewall.
    2) change server TCP/IP settings.
    3) It will give probelm with windows XP SP 2
    I tried all but didnt able to solve that.
    I am using Java 1.5, MSSQL server 2000,and eclipse 3.2,windows XP SP2
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
    at com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
    at com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
    at com.microsoft.jdbc.base.BaseConnection.open(Unknown Source)
    at com.microsoft.jdbc.base.BaseDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at com.aztecsoft.quality.DatabaseConnectionQLTYSRV.getCon(DatabaseConnectionQLTYSRV.java:25)
    at com.aztecsoft.quality.DatabaseQuery.getDaytoCountRow(DatabaseQuery.java:147)
    at com.aztecsoft.quality.ProjectTrackerUtil.getNetworkDays(ProjectTrackerUtil.java:73)
    at com.aztecsoft.quality.ProjectPlan.calODurationinDays(ProjectPlan.java:81)
    at com.aztecsoft.quality.ProjectPlan.projectSummary(ProjectPlan.java:25)
    at com.aztecsoft.quality.ProjectPlan.main(ProjectPlan.java:126)
    Thanks in advance.

    Hi this is gopi,Hyd.Is your Problem "Getting "Error Establishing Socket " error while running the application" solved if so can you reply me i am waiting for this answer

  • JDBC Communication channel : Error establishing socket

    Dear friends,
    Im using JDBC comm channel. JDBC driver has been insatlled for SQL Server 2000 (SP3) .
    However for the JDBC comm. channel i get an error
    "SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.'
    following parameters are used :
    JDBC driver:  com.microsoft.jdbc.sqlserver.SQLServerDriver
    DB connection :
    jdbc:microsoft:sqlserver://<ip address>:1433;databaseName=<dbname>
    i looked up some blogs in SDN, & tried some other options,
    eg: com.microsoft.sqlserver.jdbc.SQLServerDriver
    DB name:
    jdbc:microsoft:sqlserver://<ip address>:1433;DatabaseName=<dbname>
    However still get the same error
    Can somebody help ?

    Hi
    The following should fix your problem
    <i>I had this problem using SQLServer 2000 Driver for JDBC and finally solved it. Here's what I did:
    1. Make sure that SQL Server is set to mixed authentication. To do this, open enterprise manager, right click on server/properties; go to security tab and select SQL Server and Windows Authentication. Apparently, the driver from Microsoft cannot handle windows integrated authentication.
    2. Keeping the server properties dialog up, go to the general tab and push the network configuration button. <b>Enable TCP/IP (it is disabled by default). If you wish, press properties to change the default port (1433).</b>
    3. Add an SQL Server login account (NOT a WINDOWS account (see 1)). You can also use your sa account, but I don't recommend it.
    4. Use the login setup in step 3.
    Some final notes:
    (1) I've seen ads for third party drivers that can use Windows integrated authentication. Try one if you need this feature.
    (2) One responder suggested telneting to port 1433 to verify TCP connectivity. The connection is refused on my machine even though I can connect through the driver. And this is how it should be; otherwise there'd be a security risk.</i>
    Courtesy:XI installation Configuration of J2EE engine problem
    Regards
    krishna
    <i>Note:Reward points if helpful</i>

  • Error binding ServerSocket to any of the supplied ports

    Hi,
    I am using Oracle coherence 3.7 version and below is the my coherence configuration proxy file:
    <?xml version="1.0"?>
    <cache-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns="http://xmlns.oracle.com/coherence/coherence-cache-config"
       xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-cache-config coherence-cache-config.xsd">
      <caching-scheme-mapping>
      <cache-mapping>
      <cache-name>*</cache-name>
      <scheme-name>distributedCache</scheme-name>
      </cache-mapping>
      </caching-scheme-mapping>
      <caching-schemes>
      <distributed-scheme>
      <scheme-name>distributedCache</scheme-name>
      <service-name system-property="spreading.ssm.coherence.cacheScheme.serviceName">distributedCacheService</service-name>
      <serializer>
      <instance>
      <class-name>com.rbos.ssm.cache.entity.imp.ExtendedPofContext</class-name>
      <init-params>
      <init-param>
      <param-type>string</param-type>
      <param-value>cluster-coherence-pof-config.xml</param-value>
      </init-param>
      </init-params>
      </instance>
      </serializer>
      <partition-listener>
      <class-name>name of class</class-name>
      </partition-listener>
      <backing-map-scheme>
      <local-scheme>
      <unit-calculator>BINARY</unit-calculator>
      </local-scheme>
      </backing-map-scheme>
      <autostart>true</autostart>
      </distributed-scheme>
      <!-- allows extend clients to connect to this member service-name -->
      <proxy-scheme>
      <scheme-name>extendTcpProxy</scheme-name>
      <service-name>extendTcpProxyService</service-name>
      <thread-count>16</thread-count>
      <acceptor-config>
      <tcp-acceptor>
      <local-address>
      <address>localhost</address>
      <port system-property="port"></port>
      </local-address>
      <reuse-address>true</reuse-address>
      </tcp-acceptor>
      <serializer>
      <instance>
      <class-name>class name</class-name>
      <init-params>
      <init-param>
      <param-type>string</param-type>
      <param-value>cluster-coherence-pof-config.xml</param-value>
      </init-param>
      </init-params>
      </instance>
      </serializer>
      </acceptor-config>
      <load-balancer>client</load-balancer>
      <autostart>true</autostart>
      </proxy-scheme>
      <invocation-scheme>
      <scheme-name>invocationService</scheme-name>
      <service-name system-property="serbice name">invocationService</service-name>
      <autostart>true</autostart>
      </invocation-scheme>
      </caching-schemes>
    </cache-config>
    I am facing "Error binding ServerSocket to any of the supplied ports" very frequently in my application which in turn causes High CPU Usage issue. Below is the stacktrace of exception:
    2014-08-10 15:04:05.035/719374.713 Oracle Coherence GE 3.7.1.4 <D4> (thread=Proxy:extendTcpProxyService:TcpAcceptor:TcpProcessor, member=3): TcpProcessor caught an unhandled exception (java.lang.RuntimeException: Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]) while exiting.
    2014-08-10 15:04:05.035/719374.713 Oracle Coherence GE 3.7.1.4 <D4> (thread=Proxy:extendTcpProxyService:TcpAcceptor, member=3): TcpAcceptor caught an unhandled exception (com.tangosol.util.WrapperException: (Wrapped) Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]) while exiting.
    2014-08-10 15:04:05.036/719374.714 Oracle Coherence GE 3.7.1.4 <D5> (thread=Proxy:extendTcpProxyService:TcpAcceptor, member=3): Stopped: TcpAcceptor{Name=Proxy:extendTcpProxyService:TcpAcceptor, State=(SERVICE_STOPPED), ThreadCount=0, Codec=Codec(Format=POF), Serializer=com.rbos.ssm.cache.entity.imp.ExtendedPofContext, PingInterval=0, PingTimeout=30000, RequestTimeout=30000, SocketProvider=SystemSocketProvider, LocalAddress=[trulcch2002/11.179.103.181:7501], SocketOptions{LingerTimeout=0, KeepAliveEnabled=true, TcpDelayEnabled=false}, ListenBacklog=0, BufferPoolIn=BufferPool(BufferSize=2KB, BufferType=DIRECT, Capacity=Unlimited), BufferPoolOut=BufferPool(BufferSize=2KB, BufferType=DIRECT, Capacity=Unlimited)}
    2014-08-10 15:04:05.037/719374.715 Oracle Coherence GE 3.7.1.4 <D4> (thread=Proxy:extendTcpProxyService, member=3): ProxyService caught an unhandled exception (com.tangosol.util.WrapperException: (Wrapped) (Wrapped) Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]) while exiting.
    2014-08-10 15:04:05.037/719374.715 Oracle Coherence GE 3.7.1.4 <Error> (thread=Proxy:extendTcpProxyService, member=3): ClusterService.doServiceLeft: Unknown Service ProxyService{Name=extendTcpProxyService, State=(SERVICE_STOPPED), Id=4, Version=3.7}
    2014-08-10 15:04:05.037/719374.716 Oracle Coherence GE 3.7.1.4 <D5> (thread=Proxy:extendTcpProxyService, member=3): Service extendTcpProxyService left the cluster
    2014-08-10 15:04:05.039/719374.717 Oracle Coherence GE 3.7.1.4 <Error> (thread=main, member=3): Error while starting service "extendTcpProxyService": (Wrapped) (Wrapped) (Wrapped) java.lang.RuntimeException: Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]
      at com.tangosol.coherence.component.util.Daemon.start(Daemon.CDB:52)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:7)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
      at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:39)
      at com.tangosol.coherence.component.util.SafeService.restartService(SafeService.CDB:28)
      at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:39)
      at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
      at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:1105)
      at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
      at com.tangosol.net.DefaultCacheServer.startServices(DefaultCacheServer.java:81)
      at com.tangosol.net.DefaultCacheServer.monitorServices(DefaultCacheServer.java:285)
      at com.tangosol.net.DefaultCacheServer.startAndMonitor(DefaultCacheServer.java:56)
      at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:197)
    Caused by: (Wrapped) (Wrapped) java.lang.RuntimeException: Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]
      at com.tangosol.coherence.component.util.Daemon.start(Daemon.CDB:52)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:7)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.ProxyService.onServiceStarting(ProxyService.CDB:37)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onServiceState(Grid.CDB:12)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.setServiceState(Service.CDB:8)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.setServiceState(Grid.CDB:21)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onEnter(Grid.CDB:32)
      at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:14)
      at java.lang.Thread.run(Unknown Source)
    Caused by: (Wrapped) java.lang.RuntimeException: Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]
      at com.tangosol.coherence.component.util.Daemon.start(Daemon.CDB:52)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.TcpAcceptor.onServiceStarting(TcpAcceptor.CDB:7)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.onServiceState(Service.CDB:4)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.setServiceState(Service.CDB:8)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.onEnter(Peer.CDB:11)
      ... 2 more
    Caused by: java.lang.RuntimeException: Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.TcpAcceptor.configureSocket(TcpAcceptor.CDB:39)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.TcpAcceptor$TcpProcessor.onEnter(TcpAcceptor.CDB:26)
      ... 2 more
    2014-08-10 15:04:05.039/719374.717 Oracle Coherence GE 3.7.1.4 <Error> (thread=main, member=3): Failed to restart services: (Wrapped) (Wrapped) (Wrapped) java.lang.RuntimeException: Error binding ServerSocket to any of the supplied ports: [trulcch2002/11.179.103.181:7501]
    2014-08-10 15:04:10.041/719379.719 Oracle Coherence GE 3.7.1.4 <Info> (thread=main, member=3): Restarting Service: extendTcpProxyService
    2014-08-10 15:04:10.047/719379.725 Oracle Coherence GE 3.7.1.4 <Error> (thread=Proxy:extendTcpProxyService:TcpAcceptor:TcpProcessor, member=3): error binding ServerSocket to 11.179.103.181:7501: java.net.BindException: Address already in use
      at sun.nio.ch.Net.bind(Native Method)
      at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
      at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.TcpAcceptor.configureSocket(TcpAcceptor.CDB:25)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.acceptor.TcpAcceptor$TcpProcessor.onEnter(TcpAcceptor.CDB:26)
      at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:14)
      at java.lang.Thread.run(Unknown Source)
    Please help me in this issue. Thanks in advance.

    Hi,
    I've looked at the code where the socket is created. Unfortunately, the ServerSocket constructor does not take the options as a parameter, so it is not a configuration option with Coherence. However, we would be able to support SO_REUSEADDR by using the default constructor, setting the desired options, and deferring the bind until that has been done.
    I've assigned this the tracking number COH-2724. If you'd be willing to test a patch for it, send me your email address (my first name dot my last name at oracle dot com) and I will log that information onto the issue.
    Peace,
    Cameron Purdy | Oracle Coherence
    http://coherence.oracle.com/

  • Unable to bind socket: Address already in use

    Hi,
    I get the following error whenever I start my Application Server on Linux machine.
    If I deploy the EJB application onto a OC4J instance, the server is refusing the connection by throwing Connection Refused error.
    Any insight about this issue will be helpful.
    Thanks,
    Mohan
    04/07/08 17:14:42 Error starting ORMI-Server. Unable to bind socket: Address already in use
    04/07/08 17:14:44 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    04/07/08 17:14:44 java.lang.NullPointerException
    04/07/08 17:14:44 at com.evermind.server.rmi.RMIServer.run(RMIServer.java:470)
    04/07/08 17:14:44 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Releasabl
    eResourcePooledExecutor.java:186)
    04/07/08 17:14:44 at java.lang.Thread.run(Thread.java:534)

    have you checked to see what is running before you start your oracle app server on your ports? you can use netstat for one

  • OC4J bind socket address issue

    Hi i am using DB(9.2.0.6.0) and APPS(11.5.10.2).  Now i have cloned a new instance and it runs on port 8050. Now i want to install and configure OC4J with it. I have done the OC4J Installation Successfully. Here i used the OC4J Version 9.0.3.I have changed the http-web-site.xml port number to 8890 and rmi.xml port to 23793 as per the document i got.To create the starting script, file name called “.start_oc4j” I issued cd $OC4J_TOP/j2ee/home/ then
    java -jar oc4j.jar and
    it throws the error
    [applpdev@oraapps ~]$ cd $OC4J_TOP
    [applpdev@oraapps home]$ pwd
    /pdev/p01/oracle/pixappl/pwr/11.5.0/oc4j/
    [applpdev@oraapps oc4j]$ cd j2ee/home/
    [applpdev@oraapps home]$ java -jar oc4j.jar
    Error starting JMS-Server: Unable to bind socket: Address already in use
    Error starting ORMI-Server.  Unable to bind socket: Address already in use
    [applpdev@oraapps home]$

    Hi Hussein,
         Now i am facing a new issue. I am using oc4j 9.0.3 version. When i started the oc4j i am getting the following error.
    [applpdev@oraapps home]$ java -jar oc4j.jar
    Auto-deploying ejb (No previous deployment found)... Exception in thread "Orion Launcher" java.lang.NoClassDefFoundError: sun/jdbc/rowset/CachedRowSet
            at java.lang.Class.getDeclaredMethods0(Native Method)
            at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
            at java.lang.Class.privateGetPublicMethods(Class.java:2547)
            at java.lang.Class.getMethods(Class.java:1410)
            at
    com.evermind.server.ejb.compilation.ClassCompilation.compileMethods(ClassCompilation.java:84)
            at com.evermind.server.ejb.compilation.StatelessSessionBeanCompilation.compile(StatelessSessionBeanCompilation.java:40)
            at com.evermind.server.ejb.compilation.Compilation.compile(Compilation.java:288)
            at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:551)
            at com.evermind.server.Application.postInit(Application.java:431)
            at com.evermind.server.Application.setConfig(Application.java:136)
            at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1635)
            at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1585)
            at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1240)
            at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
            at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.ClassNotFoundException: sun.jdbc.rowset.CachedRowSet
            at com.evermind.naming.ContextClassLoader.findClass(ContextClassLoader.java:456)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at com.evermind.naming.ContextClassLoader.loadClass(ContextClassLoader.java:135)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            ... 15 more
    So i uninstalled jdk1.6.0 and installed jdk1.4.2 and i started the OC4J. The default web page is displayed. Now i moved a .ear file to the directory APPL_TOP/pwr/11.5.0/oc4j/j2ee/home/applications added the entries in the server.xml,application.xml,http-web-site.xml and the directory is created for the respective .ear file. Under the path APPL_TOP/pwr/11.5.0/oc4j/j2ee/home/applications there are two default directories called dms0 and dms and they are accessible through the browser but my directory created by the .ear file is not accessible through the browser and it throws the error Can't find the directory. I checked the log and the content is
    12/5/13 6:06 PM iLogin: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/pdev/p01/oracle/pixappl/pwr/11.5.0/oc4j/j2ee/home/application-deployments/iLogin/iLogin/persistence/_pages//_iLogin.java</H3><pre>error: Invalid class file format in /usr/java/j2sdk1.4.2_19/jre/lib/rt.jar(java/io/PrintWriter.class).  The major.minor version '48.0' is too recent for this tool to understand.
    /pdev/p01/oracle/pixappl/pwr/11.5.0/oc4j/j2ee/home/application-deployments/iLogin/iLogin/persistence/_pages/_iLogin.java:11: Class java.io.PrintWriter not found in import.
    import java.io.PrintWriter;
           ^
    error: Invalid class file format in /usr/java/j2sdk1.4.2_19/jre/lib/rt.jar(java/io/IOException.class).  The major.minor version '48.0' is too recent for this tool to understand.
    /pdev/p01/oracle/pixappl/pwr/11.5.0/oc4j/j2ee/home/application-deployments/iLogin/iLogin/persistence/_pages/_iLogin.java:12: Class java.io.IOException not found in import.
    import java.io.IOException;
           ^
    error: Invalid class file format in /usr/java/j2sdk1.4.2_19/jre/lib/rt.jar(java/sql/Connection.class).  The major.minor version '48.0' is too recent for this tool to understand.
    /pdev/p01/oracle/pixappl/pwr/11.5.0/oc4j/j2ee/home/application-deployments/iLogin/iLogin/persistence/_pages/_iLogin.java:14: Class java.sql.Connection not found in import.
    import java.sql.Connection;
    </pre>
    12/5/13 6:06 PM iLogin: Recursive error in error-page calling for /iMODError.jsp
    javax.servlet.ServletException: Recursive error in error-page calling for /iMODError.jsp (status 500)
      at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1204)
      at oracle.jsp.runtimev2.JspReportUtil.sendError(JspReportUtil.java:96)
      at oracle.jsp.runtimev2.JspReportUtil.reportException(JspReportUtil.java:125)
      at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:573)
      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:272)
      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:721)
      at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
      at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
      at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1244)  and the same errors are repeated

  • Cups - Unable to bind socket for address

    At first I must say, than CUPS is the bigger shit I have ever seen on Linux. I have configured many daemons like: Apache, Lighttpd, MySQL or dnsmasq. Everything always just work, but not CUPS. I have configured it for 15-20 times. I always need about 5-10 hours to run it, and I've never known why it started work - probably it is randomly like Windows
    Now, CUPS works fine on server, and I can print from laptop. But I've reinstalled Arch on PC. I've copied /etc/cups/ from laptop to PC, and now I can't start CUPS:
    /etc/rc.d/cups start
    :: Starting CUPS Daemon [BUSY]
    cupsd: Child exited on signal 15!
    /var/log/cups/error_log   
    I [11/Oct/2008:14:45:22 +0200] Listening to 208.69.34.132:631 (IPv4)
    I [11/Oct/2008:14:45:22 +0200] Loaded configuration file "/etc/cups/cupsd.conf"
    I [11/Oct/2008:14:45:22 +0200] Using default TempDir of /var/spool/cups/tmp...
    I [11/Oct/2008:14:45:22 +0200] Configured for up to 100 clients.
    I [11/Oct/2008:14:45:22 +0200] Allowing up to 100 client connections per host.
    I [11/Oct/2008:14:45:22 +0200] Using policy "default" as the default!
    I [11/Oct/2008:14:45:22 +0200] Full reload is required.
    I [11/Oct/2008:14:45:22 +0200] Loaded MIME database from '/etc/cups': 35 types, 39 filters...
    D [11/Oct/2008:14:45:22 +0200] Loading printer Domowa...
    D [11/Oct/2008:14:45:22 +0200] Loading printer tmp...
    D [11/Oct/2008:14:45:22 +0200] Discarding unused printer-stopped event...
    E [11/Oct/2008:14:45:22 +0200] Filter "foomatic-rip" for printer "tmp" not available: No such file or directory
    D [11/Oct/2008:14:45:22 +0200] Scanning /var/spool/cups for jobs...
    I [11/Oct/2008:14:45:22 +0200] Full reload complete.
    I [11/Oct/2008:14:45:22 +0200] Cleaning out old temporary files in "/var/spool/cups/tmp"...
    E [11/Oct/2008:14:45:22 +0200] Unable to bind socket for address 208.69.34.132:631 - Cannot assign requested address.
    X [11/Oct/2008:14:45:22 +0200] No Listen or Port lines were found to allow access via localhost!
    /etc/cups/cupsd.conf
    LogLevel debug
    SystemGroup sys root
    Listen localhost:631
    DefaultAuthType Basic
    I haven't any idea what it is: 208.69.34.132. It think it is in USA.
    socklist | grep 631 - clear
    Only deference between pc and laptop it's kernel - on pc I use 2.6.24

    I had the same problem.  I solved it doing 2 things.  (1) I replaced my /etc/cups/cups.conf with /etc/cups/cups.conf.default and (2) I added an acl option in the fstab.  Do a search on the forum for acl and you should see it.
    -rico

  • After applying BM3.8.5_ir1: "IKESetupSocket: Unable to bind socket!", IKE not loading

    Hello,
    I just applied the Interim Release 1 BM3.8.5 and rebootet the server after at
    least several months of uptime when the patch files were applied - so it might be
    related to 385_ir1; Or something went wrong during the last months of uptime that
    way; that a reboot just caused the trouble to be revealed.
    Well, on the next reboot after applying BM3.8.5_ir1 I got this on the IKE screen:
    -------------------------- IKE SCREEN ----------------------------------
    3-19-2008 12:53:41 pm IKESetupSocket: Unable to bind socket!
    [snip empty lines]
    <Press any key to close screen>
    -------------------------- IKE SCREEN ----------------------------------
    At this state these TCP NLMs were loaded:
    TCP.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell TCP/IP Stack - Transport module (Domestic)
    Version 6.91.05 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved. Patent pending.
    TCPIP.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell TCP/IP/IPSec Module (Domestic) NICI Enabled
    Version 6.91.10 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved
    Patent pending Portions Copyright 1986-1995, RSA Data Security, Inc.
    BSDSOCK.NLM
    Loaded from [SYS:SYSTEM\] on Mar 19, 2008 12:35:40 pm
    (Address Space = OS)
    Novell BSDSOCK Module (Domestic)
    Version 6.91.04 October 25, 2007
    Copyright 1994-2007 Novell, Inc. All rights reserved.
    As it's a socket error I thought that applying the latest TCP patch might help
    out:
    TCP681K, another reboot, but no change at all.
    As IKE isn't loading server side all VNP functions are not operational.
    PKIDIAG is without errors, if these certificates should interact with IKE as well
    (I honestly have to state, that I don't know, if or if not these Certs interact
    with IKE ...)
    Anybody a quick solution? Otherwise I'll try to backrev to BM3.8.5 and the prior
    TCP version.
    Thanks for any input.
    Regards, Rudi.
    IT-Beratung Rudolf Thilo
    Schweinfurter Str. 131
    97464 Niederwerrn
    t: +49 (0)9721/6464840
    f: +49 (0)9721/6464841
    m: +49(0)171/685 9 685

    Hello,
    after investigating in a totally wrong direction for many hours <doh!> I finally
    back-rev.ed the lib files from c:\nwserver\!backup.lib and
    sys:system\!backup.lib, after that was done the IKE had no trouble any more.
    In the load sequence of the server's reboot NMAS had a load error that pointed in
    that direction... (several DS*.NLMs in the LIB patch files)
    I have a looger screen save file of both, a "trouble boot" and a clean boot after
    removing the patch files. What I missed was to draw a config.txt of the trouble
    state. :(
    Quite interesting is the fact, that after may be 30 - 60 Minuntes of uptime the
    BM had difficulties to access the C: drive:
    ----------------------------Logger Screen ------------------------------------
    NetWare Configuration File Transfer Cache to DOS Error: 0x4
    Registry rolling back to last known good registry file.
    ----------------------------Logger Screen ------------------------------------
    Then no NLMs could be loaded any more at all: Neither DOS side, nor sys:system or
    from anywhere else. Funny fact: With the already loaded toolbox a "DIR" was
    presenting everything absolutely normal, DOS and SYS: side....
    Well, the NBM-Rule-Container is restored now from tape, the filters.txt is as it
    was before (seveal reboots) and with my 2nd. BM install I was painfully
    remembered that there can be just one BM per container <grrr> ;) (nice design...)
    Patches applied when the trouble showed up
    NW6.5SP6
    BM3.8SP5
    plus the hotfixes available till Dec 2007
    Finally I applied these (many hours ago >-O~ )
    LIBCSP6B
    NWLIB6K
    WSOCK6N
    TCP681K
    BM3.8.5_ir1
    .... in the timed order they were given to the public (I didn't check right now,
    the order above isn't necessarily the right order I used.)
    If someone should be interested in the logger.txt of both states, they are too
    large for *one* posting here, drop me an email.
    Regards, Rudi.
    IKESetupSocket: Unable to bind socket!
    IKE not loading any more
    NMAS error in boot sequence
    Error accessing registry files,
    NLM load from all search paths impossible
    IT-Beratung Rudolf Thilo
    Schweinfurter Str. 131
    97464 Niederwerrn
    t: +49 (0)9721/6464840
    f: +49 (0)9721/6464841
    m: +49(0)171/685 9 685

  • Error binding ORMI port

    Hi,
    We have installed Oracle 9ias Release 2 Infrastructure and AppServer on RedHat Linux AS 2.1 on the same machine.
    When we deploy our application onto the AppServer, it deploys fine, but gives the following error before starting the instance.
    Error starting ORMI-Server. Unable to bind socket: Address already in use
    java.lang.NullPointerException
    at com.evermind.server.rmi.RMIServer.run(RMIServer.java:350)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:66)
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    The application is available on 7779 instead of 7778.
    Is there a clash with the ports? We tried shutting down and restarting the machine and the instance, but still gives the same error.
    Can anything be wrong here with ports?
    Thanks
    Srinath

    Try changing the RMI port in the rmi.xml
    regards
    Debu

  • Adobe photoshop cc 2014 crashes at startup / GC driver up to date (nvidia 740M) / windows 8 / uninstalled software reinstalled disconnected creative cloud and reconnect /  nothing solved /error report ready to send

    Help
    in this for 3 and a half hours now and really nervous bout it.
    adobe photoshop cc 2014 crashes at startup /
    solely photoshop : lightroom illustrator indesign okay /
    GC driver up to date (nvidia 740M) /
    windows 8 /
    uninstalled software and reinstalled from creative cloud app /
    disconnected profil creative cloud and reconnect /
    moved preferences out /
    I just have installed a fresh OS windows 8 and nothing but the adobe apps /
    nothing solved /error report ready to send
    (edit)
    funny cannot send the image of the errors because i DO NOT have a photoshop working version !)
    (did the screen copy, exported in jpeg srgb  from illustrator)

    exported the error log from lightroom still not working as it seems like the file (it's a screenshot) is more than a 8mo size file !
    i ignored i was using a 8k screen till now
    please help
    Cheers,
    Arnaud.

Maybe you are looking for

  • ICloud ruined my life- how can I escalate this case further!!!

    The unthinkable has been hande to me by Apple. iCloud corrupted 40% of my documents. Then 'reset' the remaining 60% 100% of my documents erased by Apple. This has taken 8 months of my life away, the apple care process has been woeful. So many Senior

  • Blank Screen after sign in - any ideas?

    A few days ago my IQ515 was running slow so I shut everything down and pressed restart. After 2 hours computer still hanging so pressed power off button. Next day went to boot up and got error "Computer did not close down properly etc etc". Went to s

  • Checking Trim size Quickly

    Hi there, small thing, I've out up with it for years but it strikes me as weird that this may never have been requested or that there is no option for it. In the preferences there is an option to always display the pdf size. Well that's great but as

  • Mac Mail losing account info

    Hi, Every once in a while, and I don't know why, MacMail just loses my account info. For example, everything was perfect (even this morning) until I came back from lunch today. I opened up Mail and just got the spinning wheel next to my account name

  • Query Rewrite ISSUE (ANSI JOINS do not work, traditional join works ) 11gR2

    For some types of queries constructed with ANSI JOINS, materialized views are not being used. This is currently increasing time on various reports since we cannot control the way the queries are generated(Tableau Application generates and runs querie