ProcessEntry (...) consistency: unknown user type: java.lang.Object

Hello!

I created a new class that extends the VersionedPutAll class. When I replace processEntry (...) method I get an exception:
Exception in thread "main" (Wrapped: Failed request execution for DistributedCache service on Member(Id=1, Timestamp=2012-08-09 18:02:13.598, Address=192.168.1.1:8088, MachineId=49553, 
Location=site:,machine:StBook,process:18387, Role=IntellijRtExecutionAppMain) (Wrapped) unknown user type: java.lang.Object) java.io.IOException: unknown user type: java.lang.Object
The original VersionedPutAll works well. My class without processEntry (...) works well also. But the simple substitution of processEntry (...) as
protected Object processEntry(InvocableMap.Entry entry, Map mapAll, boolean fInsert, boolean fReturn) {
    return new Object();
}
throws an exception.

Does anyone know what is the problem? Thank you.

public class ExtVersionedPutAll extends VersionedPutAll {
    private static final Object NO_RESULT = new Object();

    public ExtVersionedPutAll() {}

    public ExtVersionedPutAll(Map map) {
        super(map);
    }

    public ExtVersionedPutAll(Map map, boolean fAllowInsert, boolean fReturn) {
        super(map, fAllowInsert, fReturn);
    }

    protected Object processEntry(InvocableMap.Entry entry, Map mapAll, boolean fInsert, boolean fReturn) {
        Object oKey = entry.getKey();
        if(mapAll.containsKey(oKey)) {
            Versionable oValueCur = (Versionable)entry.getValue();
            Versionable oValueNew = (Versionable)mapAll.get(oKey);
            boolean fMatch;
            if(oValueCur == null) {
                fMatch = fInsert;
            } else {
                Comparable verCur = oValueCur.getVersionIndicator();
                Comparable verNew = oValueNew.getVersionIndicator();
                fMatch = verCur.compareTo(verNew) < 0;
            }
            if(fMatch) {
                oValueNew.incrementVersion();
                entry.setValue(oValueNew, false);
                return NO_RESULT;
            } else {
                return fReturn ? oValueCur : NO_RESULT;
            }
        } else {
            return NO_RESULT;
        }
    }
}
Exception in thread "main" (Wrapped: Failed request execution for DistributedCache service on Member(Id=1, Timestamp=2012-08-09 18:02:13.598, Address=192.168.1.1:8088, MachineId=49553,
 Location=site:,machine:StBook,process:18387, Role=IntellijRtExecutionAppMain) (Wrapped) unknown user type: java.lang.Object) java.io.IOException: unknown user type: java.lang.Object
     at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.tagException(Grid.CDB:36)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeAllRequest(PartitionedCache.CDB:97)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$InvokeAllRequest.onReceived(PartitionedCache.CDB:111)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:34)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:33)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.PartitionedService.onNotify(PartitionedService.CDB:3)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onNotify(PartitionedCache.CDB:3)
     at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
     at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: unknown user type: java.lang.Object
     at com.tangosol.io.pof.ConfigurablePofContext.serialize(ConfigurablePofContext.java:351)
     at com.tangosol.util.ExternalizableHelper.serializeInternal(ExternalizableHelper.java:2597)
     at com.tangosol.util.ExternalizableHelper.toBinary(ExternalizableHelper.java:211)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterValueToBinary.convert(PartitionedCache.CDB:3)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$Storage.invokeAll(PartitionedCache.CDB:63)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache.onInvokeAllRequest(PartitionedCache.CDB:78)
     ... 7 more
Caused by: java.lang.IllegalArgumentException: unknown user type: java.lang.Object
     at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:430)
     at com.tangosol.io.pof.ConfigurablePofContext.getUserTypeIdentifier(ConfigurablePofContext.java:419)
     at com.tangosol.io.pof.PofBufferWriter.writeUserType(PofBufferWriter.java:1671)
     at com.tangosol.io.pof.PofBufferWriter.writeObject(PofBufferWriter.java:1623)
     at com.tangosol.io.pof.ConfigurablePofContext.serialize(ConfigurablePofContext.java:345)
     ... 12 more

The problem is that you try to return an instance of the EntryProcessor NO_RESULT and No_Result is of type Object. Coherence cannot serialize an ordinary object, so you get this error. You need to do something No_RESULT that can be serialized - object to primitive type or a custom class that is serializable POF.

JK

Tags: Fusion Middleware

Similar Questions

  • Houston-25009: failed to create an object of type: java.sql.Timestamp type: java.lang.String

    System.out.println ("New Record");

    BindingContext exDup13 = BindingContext.getCurrent ();

    System.out.println ("kjjk45345323245");

    DCBindingContainer dbDup13 = (DCBindingContainer) exDup13.getCurrentBindingsEntry ();

    System.out.println ("kjjk45345345");

    DCIteratorBinding iterDup13 = dbDup13.findIteratorBinding("XYZIterator");

    System.out.println ("kjjk45345345");

    ViewObject voDup13 = iterDup13.getViewObject ();

    System.out.println("bipin:"+voDup13);

    voDup13.setWhereClause ("ID_NO ='" + idNoBnd.getValue () m:System.NET.SocketAddress.ToString () + "'");

    System.out.println("bipin1:");

    voDup13.executeQuery ();

    System.out.println ("bipin2:");

    voDup13.next ();

    System.out.println("kjjre:"+voDup13.GetRowCount());)

    When I am trying to run this code, I get error at last line.

    Error is:

    Houston-25009: failed to create an object of type: java.sql.Timestamp type: java.lang.String with value: 890089

    You can try using getEstimatedRowCount() instead of getRowCount() as:

    System.out.println ("16:"+voDup13.getEstimatedRowCount());

    If you still get error try to getEstimatedRowCount() before defining where clause and see if the error will come up again or not

  • Method in class java.lang.Object [] business need not be declared as final

    Hello

    I'm deploying a Java 7. EAR to Weblogic 12.1.3 and I get the following error

    The track repeats four times, changing the method name that is highlighted in bold: wait, getClass, notify, and notifyAll

    Can someone explain to me what was going on? The stack trace shows nothing else. There seems to be something to do with EJB.

    This post is the only related information I ve got EJB 3.0 and jndi lookup (simple question) , but it suggests to use @Remote worthless. That s not my case. This app has worked before with @Remote pointing to a Remote Interface

    Any help much appreciated

    Thank you

    weblogic.ejb.container.compliance.ComplianceException: method of business [wait / getClass / notify / notifyAll] in class java.lang.Object must not be declared as final

    at weblogic.ejb.container.compliance.Ejb30SessionBeanClassChecker.validateBusinessMethod(Ejb30SessionBeanClassChecker.java:274)

    at weblogic.ejb.container.compliance.Ejb30SessionBeanClassChecker.checkBusinessMethods(Ejb30SessionBeanClassChecker.java:229)

    at sun.reflect.GeneratedMethodAccessor232.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at weblogic.ejb.container.compliance.EJBComplianceChecker.check(EJBComplianceChecker.java:100)

    at weblogic.ejb.container.compliance.EJBComplianceChecker.check(EJBComplianceChecker.java:90)

    at weblogic.ejb.container.compliance.EJBComplianceChecker.checkDeploymentInfo(EJBComplianceChecker.java:81)

    at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:172)

    at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:346)

    at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:314)

    at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:429)

    at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:355)

    at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:723)

    at weblogic.ejb.container.deployer.EjbModuleExtension.postPrepare(EjbModuleExtension.java:98)

    to weblogic.application.internal.ExtensibleModuleWrapper$ PrepareStateChange.next (ExtensibleModuleWrapper.java:297)

    to weblogic.application.internal.ExtensibleModuleWrapper$ PrepareStateChange.next (ExtensibleModuleWrapper.java:285)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:109)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:175)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:170)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    at weblogic.work.ContextWrap.run(ContextWrap.java:40)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:548)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

    I thought about it

    In one of my EBJ´s @Local and @Remote have been pointing to the same Interface

    In any case, the error does not specify which EJB is a failure. He says nothing, really

  • java.lang.Object can not be cast in error java.util.List

    We get the following error every now and then in a system busy. I don't even know what's hiding what is happening, or why. Note that the stack trace is all in the code of consistency.

    Any ideas?
    ERROR | 09-16-2012 10:35:50.479 | Logger@9214443 3.5.3/465 | Coherence(0) - 2012-09-16 10:35:50.478/42504.834 Oracle Coherence GE 3.5.3/465 <Error> (thread=DistributedCache:DistributedWriteThrough, member=190): An exception occured while dispatching synchronous event:MapListenerSupport$FilterEvent{DistributedCache$BinaryMap inserted: key=Binary(length=6, value=0x1542BC97C11D), value=null, synthetic, filters=[null]}
    ERROR | 09-16-2012 10:35:50.488 | Logger@9214443 3.5.3/465 | Coherence(0) - 2012-09-16 10:35:50.479/42504.835 Oracle Coherence GE 3.5.3/465 <Error> (thread=DistributedCache:DistributedWriteThrough, member=190):
    java.lang.ClassCastException: java.lang.Object cannot be cast to java.util.List
            at com.tangosol.net.cache.CachingMap.validate(CachingMap.java:1245)
            at com.tangosol.net.cache.CachingMap$BackMapListener.onMapEvent(CachingMap.java:1628)
            at com.tangosol.util.MultiplexingMapListener.entryInserted(MultiplexingMapListener.java:33)
            at com.tangosol.util.MapEvent.dispatch(MapEvent.java:266)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap$ProxyListener.dispatch(DistributedCache.CDB:22)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap$ProxyListener.entryInserted(DistributedCache.CDB:1)
            at com.tangosol.util.MapListenerSupport$WrapperSynchronousListener.entryInserted(MapListenerSupport.java:856)
            at com.tangosol.util.MapEvent.dispatch(MapEvent.java:266)
            at com.tangosol.coherence.component.util.CacheEvent.dispatchSafe(CacheEvent.CDB:14)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.dispatch(DistributedCache.CDB:86)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onMapEvent(DistributedCache.CDB:43)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$MapEvent.onReceived(DistributedCache.CDB:3)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
            at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
            at java.lang.Thread.run(Thread.java:662)
    ERROR | 09-16-2012 10:35:50.488 | Logger@9214443 3.5.3/465 | Coherence(0) - 2012-09-16 10:35:50.479/42504.835 Oracle Coherence GE 3.5.3/465 <Error> (thread=DistributedCache:DistributedWriteThrough, member=190): (The exception has been logged and execution is continuing.)

    This is a bug (COH-3147), which was set in 3.5.3 Microsoft3

  • operation not allowed on java.lang.object

    Hello.

    I use jdeveloper 11.1.1.5

    I had used this code in my AMImpl method
           ViewObjectImpl vo = this.getFinPeriodsView1();
           Row vor= vo.getCurrentRow();        
           System.out.println("Current date : " + (vor.getAttribute("FpFromDate") + 1)  //getting error as operation not allowed on java.lang.object
           + "-"
           + now.get(Calendar.DATE)
           + "-"
           + now.get(Calendar.YEAR));
      
    My scenario is to perform this operation
    select max(add_months(fp_from_date,1)) from fin_periods  //This value is to be set to FPFromDate Attribute for FinPeriods
    select max(add_months(fp_end_date,1)) from fin_periods //This value is set to be set to FpEndDate Attribute for FinPeriods
    I need to do this for 12 periods that example sample is
    for (int i=0;i<=12;i++)
    {
      select max(add_months(fp_from_date,1)) from fin_periods;
      select max(add_months(fp_end_date,1)) from fin_periods;
    }
    How can I do this in my method of AMIMpl.

    Hello
    First add after the stuff inside your implementation code

    //Code Stuff in your mathod as follows
          Calendar cl = Calendar.getInstance();
          java.util.Date dateFromTable = convertDomainDateToUtilDate((oracle.jbo.domain.Date)vor.getAttribute("FyStartDate"));//check now
          cl.setTime(dateFromTable);
          System.out.println (cl.getTime());
          cl.add(Calendar.DATE, 30);//add 30 days
          Date toDate = cl.getTime();
          System.out.println (toDate);
    //
    

    and also add convertDomainDateToUtilDate new method to your class. Method will return java.util.Date to your oracle.jbo.domain.Date

    public java.util.Date convertDomainDateToUtilDate(oracle.jbo.domain.Date domainDate) {
     java.util.Date date = null;
     if (domainDate != null) {
     java.sql.Date sqldate = domainDate.dateValue();
     date = new Date(sqldate.getTime());
     }
    return date;
    }
    
  • Type "java.lang.Integer" Incompatible with "oracle.jbo.domain.Number".

    Hi experts,

    uses 11.1.1.5.0 - adfbc jdev

    Castin the problem:

    pyear - number data type

    var oracle.jbo.domain.Number = new oracle.jbo.domain.Number (pyear);
    Integer s = (integer) var;

    My question is how can I get oracle.jbo.domain.number in java.lang.Integer.

    Well, you should be aware of that you loos certain precision that a number can be larger then the max int value...

            Number n = new Number(1345);
            Integer iVal = n.intValue();
            BigInteger lBigInteger = n.bigIntegerValue();
    

    I would use BigInteger instead...

    Timo

  • Cannot access the value of parameter task flow when type java.lang.string

    Hi all

    I use Jdev 11.1.1.6.0 version.

    Here's the scenario. I enclose the workspace.

    A taskflow (testScope1TF) simply have 2 obligatory parameters corresponding type is String and ArrayList.

    This stubborn taskflow placed as a region in a pop up (p1) in a fragment (testScope2Fragment.jsff).

    Have a command to link to testScope2Fragment.jsff and from there, I'll put the value of the parameter.

    Pop until I can access the value of the ArrayList, but for string, it is show null. However all these setting set the same bean. What is the reason for the string parameter showing null?

    Can anyone help to understand this strange behavior.

    Here is the link to sample workspace

    https://drive.Google.com/file/d/0b-8Suq_hutEhNE01blZFUnlQdzQ/view?USP=sharing

    To run the example - ScopeTestPage.jspx run-> click on commandLink 1 -> press the commandButton control pop up 1.

    In output integrated wls console like below.

    ------------------------------------------------------------------------

    Table list size: 2

    String value parameter: null

    Here's the code-testScope2Fragment.jsff.

    <? XML version = "1.0" encoding = "UTF - 8"? >

    " < = xmlns:jsp jsp:root ' http://Java.Sun.com/JSP/page "version ="2.1" "

    ' xmlns:af = ' http://xmlns.Oracle.com/ADF/faces/rich "" "

              xmlns:f=" http://Java.Sun.com/JSF/core ">

    < af:panelStretchLayout id = "PSL1" >

    < f: facet name = "center" >

    < af:panelGroupLayout layout = "scroll".

                               xmlns:af=" http://xmlns.Oracle.com/ADF/faces/rich "" "

    ID = "pgl1" >

    < af:commandLink text = ' commandLink 1 ' id = 'cl1' partialSubmit = 'true '.

    actionListener="#{viewScope.TestScope2Bean.tesctScope2Method}"/ >

    < af:popup id = binding = "#{"p1"viewScope.TestScope2Bean.viewScopePopUp}" >

    < af:dialog id = "d1".

    title = "Pop of the scope on the view upwards the Value: #{viewScope.TestScope2Bean.testScopeView String}" >

    < af:region value = "#{bindings.testScope1TF1.regionModel}" id = "r1" / > "

    < / af:dialog >

    < / af:popup >

    < / af:panelGroupLayout >

    <!-id = "af_one_column_stretched"->

    < / f: facet >

    < / af:panelStretchLayout >

    < / jsp:root >

    public class TestScope2Bean {}

    String testScopeView = null;

    ArrayList < String > testScopeViewList = new ArrayList < String > ();

    Private RichPopup viewScopePopUp;

    public TestScope2Bean() {}

    Super();

    }

    public void tesctScope2Method (ActionEvent actionEvent) {}

    Add the code in the event here...

    this.setTestScopeView (In ViewScope Test");

    testScopeViewList.add ("sjdjshdsj");

    testScopeViewList.add ("cdsfdsfsf");

    RichPopup.PopupHints applyHoldspopUpHints = new RichPopup.PopupHints ();

    this.getViewScopePopUp () .show (applyHoldspopUpHints);

    }

    {} public void setTestScopeView (String testScopeView)

    this.testScopeView = testScopeView;

    }

    public String getTestScopeView() {}

    Return testScopeView;

    }

    {} public void setViewScopePopUp (RichPopup viewScopePopUp)

    this.viewScopePopUp = viewScopePopUp;

    }

    public RichPopup getViewScopePopUp() {}

    Return viewScopePopUp;

    }

    {} public void setTestScopeViewList (ArrayList < String > testScopeViewList)

    this.testScopeViewList = testScopeViewList;

    }

    public ArrayList < String > getTestScopeViewList() {}

    Return testScopeViewList;

    }

    }

    Thanks in advance.

    I took as look at your code. The problem is that you use a popup in the region and regions have a bit different (refer to http://www.oracle.com/technetwork/developer-tools/adf/learnmore/67-queryform-in-popup-253861.pdf) in the regions. Must be addressed the refreshment of the ifNeeded region to make your sample (see image below):

    Timo

  • java.lang.ClassCastException: com.tangosol.io.pof.PortableException

    Hello

    I'm using 3.4.2 coherence and consistency for .NET. I managed to get my .NET client, speaking to the cluster of coherence. However, now I want to get a java client to do the same thing. (I want to connect to an extension node)

    The Java client throws this exception

    ************
    2009-04-23 13:57:01.534/6.500 Oracle coherence 3.4.2/411 < Info > (thread = main Member, = n/a): responsible operational configuration of resource 'jar:file:/C:/opt/Oracle/coherence/lib/coherence.jar!/tangosol-coherence.xml '.
    2009-04-23 13:57:01.550/6.516 Oracle coherence 3.4.2/411 < Info > (thread = main Member, = n/a): responsible for operational substitutions of the resource 'jar:file:/C:/opt/Oracle/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml '.
    2009-04-23 13:57:01.550/6.516 Oracle coherence 3.4.2/411 < D5 > (thread = main Member, = n/a): configuration optional override ' / tangosol-coherence - override.xml ' is not specified
    2009-04-23 13:57:01.565/6.531 Oracle coherence 3.4.2/411 < D5 > (thread = main Member, = n/a): configuration optional override "/ custom - mbeans.xml ' is not specified

    Consistency of Oracle Version 3.4.2/411
    Grid edition: development Mode
    Copyright (c) 2000-2009 Oracle. All rights reserved.

    2009-04-23 13:57:02.128/7.094 Oracle coherence GE 3.4.2/411 < Info > (thread = main Member, = n/a): configuration of the loaded cache of the file "H:\pradhan\Java\Coherence\config\cache-extend-config.xml".
    2009-04-23 13:57:02.597/7.563 Oracle coherence GE 3.4.2/411 < D5 > (thread = ExtendTcpCacheService:TcpInitiator, Member = n/a): started: TcpInitiator {Name = ExtendTcpCacheService:TcpInitiator, State = (SERVICE_STARTED), ThreadCount = 0, Codec = Codec (Format = POF) [PingInterval = 0, PingTimeout = 5000, RequestTimeout = 5000, ConnectTimeout = 5000, RemoteAddresses=[spmbs008/172.21.194.185:9099,spmbs006/172.21.194.186:9099], KeepAliveEnabled = true, TcpDelayEnabled = false, ReceiveBufferSize = 0, SendBufferSize = 0, LingerTimeout =-1}
    2009-04-23 13:57:02.597/7.563 Oracle coherence GE 3.4.2/411 < D5 > (thread = main Member, = n/a): the opening to 172.21.194.185:9099 Socket connection
    2009-04-23 13:57:02.612/7.578 Oracle coherence GE 3.4.2/411 < Info > (thread = main Member, = n/a): connected to 172.21.194.185:9099
    2009-04-23 13:57:02.659/7.625 Oracle coherence GE 3.4.2/411 < D5 > (thread = ExtendTcpCacheService:TcpInitiator, Member = n/a): stop: TcpInitiator {Name = ExtendTcpCacheService:TcpInitiator, State = (SERVICE_STOPPED), ThreadCount = 0, Codec = Codec (Format = POF) [PingInterval = 0, PingTimeout = 5000, RequestTimeout = 5000, ConnectTimeout = 5000, RemoteAddresses=[spmbs008/172.21.194.185:9099,spmbs006/172.21.194.186:9099], KeepAliveEnabled = true, TcpDelayEnabled = false, ReceiveBufferSize = 0, SendBufferSize = 0, LingerTimeout =-1}
    2009-04-23 13:57:02.675/7.641 Oracle coherence GE 3.4.2/411 < error > (thread = main Member, = n/a): error when starting the service 'ExtendTcpCacheService': com.tangosol.net.messaging.ConnectionException
    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.initiator.TcpInitiator$ TcpConnection$ TcpReader.onNotify (TcpInitiator.CDB:46)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
    at java.lang.Thread.run (unknown Source)
    Caused by: java.io.EOFException
    at java.io.DataInputStream.readUnsignedByte (unknown Source)
    at com.tangosol.util.ExternalizableHelper.readInt(ExternalizableHelper.java:493)
    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.initiator.TcpInitiator$ TcpConnection$ TcpReader.onNotify (TcpInitiator.CDB:20)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
    at java.lang.Thread.run (unknown Source)
    ************

    and when I look at the extend on the cluster node, I see this

    ************
    23/04/09 13:56:38.899 INFO: [DiagnosticsPlugin] [m: 73 M / 494 M / 494 M] [T: d 2 O (54)] [5.1.0.21] [JRE: 1.5.0_08/Sun Microsystems Inc..] [OS: Windows 2003/5.2/x86] [H: 172.21.194.185]
    2009-04-23 13:57:02.335/4529.301 Oracle coherence GE < error > 3.4.2/411 (thread = Proxy: ExtendTcpProxyService:TcpAcceptor members = 2): an exception occurred while decoding of a Service Message = Proxy: ExtendTcpProxyService:TcpAcceptor received: TcpConnection (Id = null, Open = true, LocalAddress = 172.21.194.185:9099, RemoteAddress = 11.176.203.168:2585): java.lang.ClassCastException: com.tangosol.io.pof.PortableException
    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$ MessageFactory$ OpenConnectionRequest.readExternal (Peer.CDB:6)
    at com.tangosol.coherence.component.net.extend.Codec.decode(Codec.CDB:29)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.decodeMessage(Peer.CDB:25)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer.onNotify(Peer.CDB:47)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:37)
    at java.lang.Thread.run(Thread.java:595)
    ************

    I wonder what I'm doing wrong.

    My group, I have this defined (extracted from the cache - extend - config.xml)

    ************
    < serializer >
    > class name < com.tangosol.io.pof.ConfigurablePofContext < / class name >
    < init-params >
    < init-param >
    type string < param > < / param-type >
    < param-value > custom-types-pof - config.xml < / param-value >
    < / init-param >
    < / init-params >
    < / serializer >
    ************

    and

    ************
    <? XML version = "1.0"? >
    <! Pof-config SYSTEM DOCTYPE "pof - config.dtd" >
    < pof-config >
    < user-type-list >
    <!-include all the 'standard' consistency POF user types->
    < include > example-pof - config.xml < / include >
    < / user-type-list >
    < / pof-config >
    ************

    My client, I have the following

    -Dtangosol.coherence.CacheConfig=./config/cache-extend-config.XML-Dtangosol.POF.config=./config/POF-config.XML

    ************
    <? XML version = "1.0"? >
    <! Pof-config SYSTEM DOCTYPE "pof - config.dtd" >
    < pof-config >
    < user-type-list >
    < include > example-pof - config.xml < / include >
    < / user-type-list >
    < / pof-config >
    ************


    ************
    <? XML version = "1.0"? >
    < cache-config xmlns = "http://schemas.tangosol.com/cache" >
    < cache-system-mapping >
    <>cache-mapping
    < name of cache - > * < / cache-name >
    < scheme name > cache distributed < / system-name >
    < / cache-mapping >
    < / cache-system-mapping >

    <>- cached patterns
    < remote-cache-system >
    < scheme name > cache distributed < / system-name >
    < service name > ExtendTcpCacheService < / service-name >
    < initiator-config >
    <>tcp-initiator
    <>remote addresses
    > the socket address <
    spmbs008 < address > < / address >
    < port > 9099 < / port >
    < / socket-address >
    > the socket address <
    spmbs006 < address > < / address >
    < port > 9099 < / port >
    < / socket-address >
    < / remote-address >
    < / tcp-initiator >

    < outgoing-message Manager >
    < request-timeout > s 5 < / timeout request >
    < / Manager of outbound messages >
    < / initiator-config >
    < serializer >
    > class name < com.tangosol.io.pof.ConfigurablePofContext < / class name >
    < init-params >
    < init-param >
    Type string < param > < / param-type >
    < param-value > pof - config.xml < / param-value >
    < / init-param >
    < / init-params >
    < / serializer >
    < / remote-cache-system >
    < / cache-plans >
    < / cache-config >
    ************

    Not sure if I'm doing something wrong. I just want to be able to talk to the same cache via Java and .NET
  • The Java Exception: java.lang.reflect.InvocationTargetException: during the java.lang.reflect.Method .invoke call.

    Local channel & xquery = 'Test Apache';

    Local chain & xquery1 = "test map";

    Local JavaObject & XSSFWorkbook = CreateJavaObject ("org.apache.poi.xssf.usermodel.XSSFWorkbook");

    Local JavaObject & jClass = GetJavaClass ("java.lang.Class");

    Local JavaObject & jCompileArgTypes = CreateJavaObject ("java.lang.Class []" & jClass.forName ("java.lang.String"));

    Local JavaObject & jCompileMethod = & XSSFWorkbook.getClass () .getDeclaredMethod ("createSheet", & jCompileArgTypes);

    Local JavaObject & sheet1 = jCompileMethod.invoke (& XSSFWorkbook, CreateJavaObject ("java.lang.Object [] ' and xquery"));

    Local JavaObject & Sheet2 = & jCompileMethod.invoke (& XSSFWorkbook, CreateJavaObject ("java.lang.Object []", & xquery1));

    Local JavaObject & int = GetJavaClass ("java.lang.Integer");

    Local JavaObject & IntType = GetJavaClass ("java.lang.Integer"). TYPE;

    Local JavaObject & jIntArgTypes = CreateJavaObject ("java.lang.Class []", & IntType);

    Local JavaObject & jcreateRow = & sheet1.getClass () .getDeclaredMethod ("createRow", & jIntArgTypes);

    Local number I & k;

    & k = 1;

    For & i = 1 to 40000

    Local JavaObject & rank = & jcreateRow.invoke (& sheet1, CreateJavaObject ("java.lang.Object []" & i));

    Local JavaObject & jcreatecell = & Row.getClass () .getDeclaredMethod ("createCell", & jIntArgTypes);

    Local JavaObject & cell = jcreatecell.invoke (& Row, CreateJavaObject ("java.lang.Object []" and k));

    Local JavaObject & setCellValue = cell.getClass () .getDeclaredMethod ("setCellValue", & jCompileArgTypes);

    Local JavaObject & cellvalue = setCellValue.invoke (& cell, CreateJavaObject ("java.lang.Object []", "interesting it's nice"));

    -End;

    REM JavaObject Local & autoSizeColumn = & sheet1.getClass () .getDeclaredMethod ("autoSizeColumn", & jIntArgTypes);

    REM JavaObject Local & autoSize = autoSizeColumn.invoke (& sheet1, CreateJavaObject ("java.lang.Object []", 0));

    Local JavaObject & out = CreateJavaObject ("java.io.FileOutputStream", "/ psoft/fs9devt/UserUpload/ap/comments12.xlsx", True);

    & XSSFWorkbook.write(&out);

    & out.close ();

    get error below when running the code above through driving the demand, but he worked for 1 print the line, but when it's on a loop, it throws this error.

    The Java Exception: java.lang.reflect.InvocationTargetException: during the java.lang.reflect.Method .invoke call.

    I came across the same thing as you. I did a lot of experimenting and found it works:

    var result = (function() {
        var ReflectiveArray = java.lang.reflect.Array;
        var CreateSQL = Packages.PeopleSoft.PeopleCode.Func.CreateSQL;
        var columns = ReflectiveArray.newInstance(java.lang.Object, 1 /* number of selected columns */);
        var results = [];
    
        SQL = CreateSQL("SELECT OPRDEFNDESC FROM PSOPRDEFN WHERE ROWNUM < 10");
        while (SQL.Fetch(columns)) {
            results.push(columns[0]);
        }
    
        return results.join();
    
    }());
    

    He seems to have been a problem with translation between the JavaScript array and the Java array Object []. I solved this by using java.lang.reflect.Array.newInstance to create a new instance of the object [1].

    Next issue to deal with is your memory problem. In the error message, it seems to have something to do with the Garbage Collection and a lot of temporary objects. You declare you line and cell by using the var =... line and cell var =...? If not, then they are in the global namespace and properties of the global object. At the end of each iteration of the loop, use delete line and delete cells. If you declare the var, then set their value null at the end of each iteration. Based on your code, I expect each time through the loop would decrease the number of references, but I saw where setting explicitly using null. The only other temporary object I see is the value in the table. Just for fun, I added this at the end of each loop, and he ran very well:

    columns[0] = null;
    
  • java.lang.ClassNotFoundException: com.vmware.vise.usersession.UserSessionService

    I want to use the class UserSessionService my java service project which the project of the UI uses via the proxy.

    My budle - context.xml contains

    < name of the bean = "TestInterfaceImpl" class = "com.acme.TestInterfaceImpl" >

    < Ref constructor-arg = "userSessionService" / >

    < / bean >

    and the context bundle - osgi.xml contains

    < osgi:service id="TestInterface" Ref='TestInterfaceImpl' interface='com.acme.TestInterface' / >

    <osgi:reference id='userSessionService' interface='com.vmware.vise.usersession.UserSessionService' />

    I am getting following error

    Caused by: java.lang.ClassNotFoundException: com.vmware.vise.usersession.UserSessionService

    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

    at org.eclipse.virgo.kernel.userregion.internal.equinox.KernelBundleClassLoader.loadClass(KernelBundleClassLoader.java:134)

    I even tried to add the vsphere client - lib.jar server folder and pickup. Still the same error.

    EDIT: The mistake of higher level, that I think is

    Departure failed to bundle '< my bundle name >' release ' 1.0.0 '. org.springframework.beans.factory.BeanCreationException: error creating bean with name 'userSessionService': initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: could not convert the value of property of type "java.lang.String" necessary "java.lang.Class []" type for the property "interfaces"; nested exception is java.lang.IllegalArgumentException: cannot find the [com.vmware.vise.usersession.UserSessionService] class

    See this article in docs/FAQ.html, it looks that you add com.vmware.vise.usersession to the list of import-package in your package MANIFEST. MF.

    How to solve most of the ClassNotFoundException or similar errors?

    In most cases a ClassNotFoundException or similar "not found" error, is caused by incorrect packets or missing in import-package your bundle manifest. For example if your java service uses all the packagecom.vmware.vise.data.query SDK API, this package should be listed in the manifest (that's how Virgo manages dependencies between dynamic libraries). We recommend using a tool like bundlor to generate the manifest with your build, you will avoid a lot of mistakes!

    If the 'not found' error always happens when you call a remote web service of your java plugin, another thing to try is to add the packet missing in the plugin UI initial call MANIFEST to your java plugin. For example if you get a popup with the com.ctc.wstx.stax.WstxInputFactory provider not found error, you must add com.ctc.wstx.stax to the import-Packages of the MANIFESTO of the plugin of your user interface (in addition to your Java plugin).

  • java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

    Hello

    I know it's a very common problem and I've read a bunch of solutions on various forums, but I still can't get mine to work! I hope someone can help?

    I'm relatively new to Java and the learning process. I use JDK1.7.0_09 on a Windows 7 operating system.

    I loaded the file mysql-connector-java - 5.1.22 - bin.jar Mysql down and placed in different directories of different and set the classpath accordingly, but little matter that I always make the same mistake! 4

    Here are the details and settings that I have right now:

    JDK1.7_09 is installed in - c:\program Java and I set the path to:

    c:\Program files\java\jdk1.7.0_09\bin\

    (This seems to work OK, I can compile and run simple programs with no problems)

    The file mysql-connector-java - 5.1.22 - bin.jar sits in many places at the moment which is located in the jdk1.7.0_09\lib\ directory. So I set the CLASSPATH:

    SET CLASSPATH = % CLASSPATH; C:\Program files\java\jdk1.7.0_09\lib\mysql-connector-java-5.1.22-bin.jar

    Here is the file that compiles OK: (just a test downloaded)

    import java.sql. *;
    Javax.sql import. *;

    public class dbdemo {}

    Public Shared Sub main (String [] args)
    {
    Connection Conn = null;

    VR;
    {

    String url = "jdbc:mysql://***.***.**.***/***";
    Class.forName ("com.mysql.jdbc.Driver");
    Conn = DriverManager.getConnection (url, 'root',"" ");
    System.out.println ("connection");
    }
    catch (System.Exception e)
    {
    e.printStackTrace ();

    }
    Finally
    {
    If (conn! = null)
    {
    VR;
    {
    Conn.Close ();
    System.out.println ("Database connection complete");
    }
    catch (System.Exception e) {/ * ignore the narrow errors * /}
    }
    }
    }
    }

    And here's the result (each TIME)!

    C:\Users\Public > java dbdemo
    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    java.net.URLClassLoader to $1.run (unknown Source)
    java.net.URLClassLoader to $1.run (unknown Source)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass (unknown Source)
    at java.lang.ClassLoader.loadClass (unknown Source)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName (unknown Source)
    at dbdemo.main(dbdemo.java:19)

    I would be very grateful if someone can spot my mistake.

    Thank you very much

    You should not put things into the JDK lib directory.

    I would say (just because of simplicities) put the driver jar file in the same directory you are trying to run the code of (which resembles the users / public).
    Try:
    Java - cp. ; MySQL-connector-java - 5.1.22 - bin.jar dbdemo

    This will ensure that the JVM is not pulling in a classpath also.

  • Trying to force a value of the type 'oracle.jbo.domain.Number' type 'java.

    Hi, I am very new in the world of JDeveloper and I get the following error:
    Trying to force a value of the type 'oracle.jbo.domain.Number' to type 'java.lang.Long.

    I'm trying to multiply two input values, say, 3.5 and 1000.
    It corresponds to a field in the commission which can be modified by the end user (this is why I need to store the value). The arithmetic operation is just a "recommendation" of the value that the end user will be finally type.

    In the jspx (which is using PPR) the button submit, I have the following code in the determination of the value of the field:
    #{bindings.CommProv.inputValue * links.} Monto.inputValue}

    If someone could give any help on this, I would really appreciate it.

    Kind regards
    Max.

    Max,

    Try this:
    #{bindings.CommProv.inputValue.bigDecimalValue * links.} Monto.inputValue.bigDecimalValue}

    This will convert your oracle.jbo.domain.Number values to a form that can be multiplied.

    Hope this helps
    Blaise

  • java.lang.Integer cannot be cast to oracle.jbo.domain.Number

    Hello

    I use JDEV 11.1.2.1.0

    Here is my code

    Number _id;

    DCBindingContainer dcBindings = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DCIteratorBinding iterBind = (DCIteratorBinding) dcBindings.get ("IDView1Iterator");

    _id = (Number) iterBind.getCurrentRow () .getAttribute ("Id");

    It gives me the error

    java.lang.ClassCastException: java.lang.Integer cannot be cast to oracle.jbo.domain.Number

    I imported oracle.jbo.domain.Number.

    Please notify.

    Yes, but your Id attribute is of type java.lang.Integer, and try to throw him to oracle.jbo.domain.Number

    try to use following:

    Integer Id = (Integer) iterBind.getCurrentRow () .getAttribute ("Id");

    _id = new Number (Id.intValue ());

    997766 wrote:

    _id = (Number) iterBind.getCurrentRow () .getAttribute ("Id");

    It gives me the error

    java.lang.ClassCastException: java.lang.Integer cannot be cast to oracle.jbo.domain.Number

    I imported oracle.jbo.domain.Number.

    Please notify.

  • java.lang.NoClassDefFoundError: javax/faces/application/ViewExpiredExceptio

    Hi, I use jsf 1.2 and tomcat 6.0.35, when I try to run a simple jsp page it throws an exception to this... Please help me solve this problem. Thanks in advance

    java.lang.NoClassDefFoundError: javax/faces/application/ViewExpiredException
    to com.sun.faces.lifecycle.LifecycleImpl. < init > (LifecycleImpl.java:79)
    to com.sun.faces.lifecycle.LifecycleFactoryImpl. < init > (LifecycleFactoryImpl.java:82)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)
    the impossible (unknown Source)
    at java.lang.Class.newInstance0 (unknown Source)
    to java.lang.Class.newInstance (unknown Source)
    at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:571)
    at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:431)
    at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:249)
    at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist(FactoryConfigProcessor.java:187)
    at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
    at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:204)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:200)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
    at org.apache.catalina.core.StandardService.start(StandardService.java:525)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
    at org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:414)
    Caused by: java.lang.ClassNotFoundException: javax.faces.application.ViewExpiredException
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)

    you have the jsf1.2 libraries in the tomcat server.

  • Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: com

    Hi all.

    I'm using forms 11 g r2 and try to configure webutil, but I got the following error in the console.
    Please can someone help me regarding the following error.

    RegisterWebUtil - support WebUtil Version 11.1.2.0
    Forms Session ID is formsapp.44
    The proxy host is null, and the proxy port is 0.
    Native implementation of HTTP is used for the connection.
    The connection mode is HTTP.
    Applet Forms version is 11.1.2.0
    Exception in thread "AWT-EventQueue-3" java.lang.NoClassDefFoundError: com/com/jacob/ComFailException
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName (unknown Source)
    at oracle.forms.handler.UICommon.instantiate (unknown Source)
    at oracle.forms.handler.UICommon.onCreate (unknown Source)
    at oracle.forms.handler.JavaContainer.onCreate (unknown Source)
    at oracle.forms.engine.Runform.onCreateHandler (unknown Source)
    at oracle.forms.engine.Runform.processMessage (unknown Source)
    at oracle.forms.engine.Runform.processSet (unknown Source)
    at oracle.forms.engine.Runform.onMessageReal (unknown Source)
    at oracle.forms.engine.Runform.onMessage (unknown Source)
    at oracle.forms.engine.Runform.processEventEnd (unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent (unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent (unknown Source)
    at java.awt.Component.dispatchEventImpl (unknown Source)
    at java.awt.Container.dispatchEventImpl (unknown Source)
    at java.awt.Component.dispatchEvent (unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent (unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent (unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent (unknown Source)
    at java.awt.Container.dispatchEventImpl (unknown Source)
    at java.awt.Window.dispatchEventImpl (unknown Source)
    at java.awt.Component.dispatchEvent (unknown Source)
    at java.awt.EventQueue.dispatchEventImpl (unknown Source)
    to java.awt.EventQueue.access$ 000 (unknown Source)
    in java.awt.EventQueue$ 1.run (unknown Source)
    in java.awt.EventQueue$ 1.run (unknown Source)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege (unknown Source)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege (unknown Source)
    in java.awt.EventQueue$ 2.run (unknown Source)
    in java.awt.EventQueue$ 2.run (unknown Source)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege (unknown Source)
    at java.awt.EventQueue.dispatchEvent (unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters (unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter (unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy (unknown Source)
    at java.awt.EventDispatchThread.pumpEvents (unknown Source)
    at java.awt.EventDispatchThread.pumpEvents (unknown Source)
    at java.awt.EventDispatchThread.run (unknown Source)
    Caused by: java.lang.ClassNotFoundException: com.jacob.com.ComFailException
    at sun.plugin2.applet.Applet2ClassLoader.findClass (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0 (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClass (unknown Source)
    ... more than 40

    Hello

    If you use forms 11 g R2 then do something like that.
    change your default.env
    and in the classpath section add frmwebutil.jar and jacob.jar.

    hope this helps u.

    Sarah

Maybe you are looking for

  • HP Envy 15 t-j100: broken HARD drive zero insertion force (ZIF)

    Hello Hoping someone can provide me with information on where to find the small strain relief for my ZIF HDD connector. When going on a failing HARD drive, the clip on the restraint ZIF connector broke and is no longer usable. Have been unable to loc

  • CD/DVD-RW is faulty and can not boot from an external DVD-R - Satellite A30

    CD/dvd-rw from my Satellite A30 is defective and I bought and started using an external dvd - r, but when I want to format the laptop, the recovery cd does not start, well it starts, I can see what is on the cd, but when it runs the autoexec.bat file

  • problem scaning hp4500 officejet g510g

    I have no hp Solution Center

  • Properties of the Agent Foglight FMS 5.6.7

    Morning, As you can gather, I'm new to this software. I have another question related to installation. I am currently at the stage of the development of events and monitoring service in the Agent Properties screen How to set up IIS monitoring? I read

  • Re-install windows 7 Home premium

    I have 2 laptops from dell with windows 7 pre-installed. the two laptops came with a disc. I lost one of my drives and I need to reinstall windows 7, can I use the disc to the other laptop to install windows on the laptop with a lost disc. ?