102 6.4.2 config core NAS ready

Hello

can you provide kernel config for ReadyNas 6.4.2 work? In arch/arm/readynas_defconfig is clearly erroneous and cannot run due to modversion modules.

Kind regards!

Hello

It turns out that the problem is not the kernel configuration, but version toolchain, I used toolchain arm-marvell. After changing linaro toolchain, everything works now!

Thanks for the help!

Tags: Netgear

Similar Questions

  • Wireless router Linksys Cisco's E4200 will not connect to Qnap TS - 212 turbo NAS

    My Qnap turbo NAS TS - 212 does not work in my home network.

    The NAS is connected to a Cisco Linksys E4200 (Gbit port) wireless router and I have a Windows7 PC connected to the router as well.

    I can connect to the NAS during init/config (the first minutes before a long beep) but after the bee long SIN disappears from the network. The QNAP Finder can't find the SIN and I cannot ping the NAS server.

    What can be the reason causing this loss of connection into the router?

    The NAS works when I use a wireless older router SITECOM 54 g router.

    Do I need a special in the router config please NAS Qnap TS-212?

    you get a light for the ethernet port you have the NAS connected to? the ethernet connection can be registered not that could be the reason why the SIN is not detectable.

    you have the NAS set to an ip address static or is it to dhcp? If the dhcp, check the table of the router DHCP clients to verify if the NAS is networked and assign an IP address. you have reset your NAS? You may need to do. also, on the side of the router firmware may need to be updated to fix bugs that the current version could have. Go to the Page of Support E4200 to the latest vesion. You can also check for the latest firmware for your SIN.

  • Java DataMessage Push via LC DataService-RTMP server

    Hi all

    I'm doing a CEP to send data from a server (Java), although DataService of LCDS 3.1 using the RTMP protocol.

    Configuration is OK. Adobe Air client DataMessage server (+ assembler save in DB): OK

    I found a lot of examples with AsyncMessage, but as it is a RTMP destination through a service of DataService, I send a DataMessage.

    Appearently, it has some bugs (or Miss things/good API doc!).

    So please, could you help me?

    Here's the code that makes the push. The main method is doPush()

    package mypackage.lcds.service.ds.impl;

    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Map;
    to import java.util.Set;

    Import org.apache.commons.collections.CollectionUtils;
    Import org.apache.log4j.Logger;
    Import org.springframework.stereotype.Service;

    Import mypackage.lcds.service.ds.DataPushService;
    Import mypackage.model.dto.AbstractDto;
    Import mypackage.model.exception.DsPushException;
    Import flex.data.messages.DataMessage;
    Import flex.messaging.MessageBroker;
    Import flex.messaging.messages.Message.
    Import flex.messaging.services.MessageService.
    Import flex.messaging.util.UUIDUtils;

    /**
    * Implementation of {@link DataPushService}.
    */
    // see http://forums.Adobe.com/thread/580667
    MessageCLient:
    // http://livedocs.Adobe.com/LiveCycle/8.2/programLC/programmer/LCDs/help.HTML?content=lcconn ections_2.html
    @Service
    / public final class DataPushServiceImpl implements DataPushService {}
    public private static final logger LOG = Logger.getLogger (DataPushServiceImpl.class);

    /**
    * Name destination for the data service. < br >
    * See data-management-config. XML.
    */
    private static final String DESTINATION_NAME__POC_DS_XCHANGE = "poc-ds-xchange".

    /**
    * See data-management-config. XML.
    */
    private static final String PUSH_DTO_SERVICE__NAME = "data service".

    /**
    * the value "manually" in the spring (circumvention of contexts; not autoconnectes).
    */
    private MessageBroker messageBroker = null;

    /**
    * Due to the push of a single DTO. < br >
    * Only subscriberId which are the values of {Long @link} will be used. The other IDs do not get a Message sent.
    *
    @param dto
    * {object @link AbstractDto}.
    @param subscriberIds
    * {@link set} screens LCD LIQUID subscriber Message ID {@link Long}. If null, sends to all connected clients.
    *
    * @throws DsPushException
    * if any error
    */
    @SuppressWarnings ("unchecked")
    Private Sub doPush (final AbstractDto dto, final Set < Long > subscriberIds)
    get {DsPushException}

    The <>value? ID = new HashSet < Object > ();

    get the message through the message broker service
    MessageService messageService = this.getMessageService ();

    DataMessage message = this.createMessage (dto, messageService);

    ID fill
    If ((subscriberIds == null) |) ((subscriberIds.isEmpty ())) {


    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("sending message the subscriberIds currently connected");
    }

    Set idsFromDS = messageService.getSubscriberIds (message, true);
    If ((idsFromDS! = null) & & (! idsFromDS.isEmpty ())) {}
    CollectionUtils.addAll (ID, idsFromDS.iterator ());
    }
    } else {}
    CollectionUtils.addAll (ID, subscriberIds.iterator ());
    }

    If (ids.isEmpty ()) {}
    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("no subscriberId to send your Message.");
    LOG.debug ("known subscribers:" + messageService.getSubscriberIds (message, true) m:System.NET.SocketAddress.ToString ());
    }
    } else {}

    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("sending message to subscriberIds:"+ subscriberIds.toString () ');
    LOG.debug ("known subscribers:" + messageService.getSubscriberIds (message, true) m:System.NET.SocketAddress.ToString ());
    }

    Send a message to all the subscriberIds 1 by 1
    ResponsePayload of the object = null;
    Boolean stop = false;
    for (object id: ID) {}

    If {(id instanceof Long)
    try {}
    message.setHeader (Message.DESTINATION_CLIENT_ID_HEADER, id);
    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("sending Subscriber DataMessage LIQUID Crystal screens [" + id + "] \n" + message.toString (2));
    }
    responsePayload = messageService.serviceMessage (message, true);

    no exceptions == > means OK?
    Payload recalibrated TODO TEST
    Stop = true;

    } catch (Exception e) {}
    LOG.error ("Error when sending message to subscriberId" + id, e);
    Stop = false;
    } {Finally
    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("Message sent to" "+ String.valueOf (id) +" ":" + String.valueOf (stop));
    }
    }
    } ElseIf (LOG.isDebugEnabled ()) {}
    LOG.debug ("avoiding the ID of the Subscriber (not a value of type Long):" + String.valueOf (id));
    }
    }
    }
    }

    /**
    * {@inheritDoc}
    *
    * @see DataPushService #pushToAllClients (AbstractDto)
    */
    TODO test: If the client is not connected, LCDS he recorded for later (offline mode on the server?)
    public void pushToAllClients (final AbstractDto dto) get {DsPushException}
    this.doPush (dto, null);
    }

    public void pushTo1Client (AbstractDto dto, subscriberId Long) get {DsPushException}
    Together < Long > subscriberIds = new HashSet < Long > ();
    subscriberIds.add (subscriberId);

    this.doPush (dto, subscriberIds);
    }

    /**
    * {@inheritDoc} < br >
    * subscriberIds refer to the "clientId" defined by the client application when it is subscribed to the destination of the DS.
    *
    * @see DataPushService #pushToClients (AbstractDto, Set)
    */
    ' Public Sub pushToClients (final AbstractDto dto, final Set < Long > subscriberIds) get {DsPushException}
    this.doPush (dto, subscriberIds);
    }

    @SuppressWarnings ("unchecked")
    private DataMessage createMessage (final AbstractDto dto, final MessageService messageService) {}
    DataMessage msg = new DataMessage();
    msg.setClientId (getServerId ());
    msg.setTimestamp (System.currentTimeMillis ());
    msg.setMessageId (UUIDUtils.createUUID (true));
    msg.setCorrelationId (msg.getMessageId ()); TODO OK MessageId is CorrelationId?
    msg.setDestination (DESTINATION_NAME__POC_DS_XCHANGE);
    msg.setBody (dto);
    msg.setOperation (DataMessage.CREATE_AND_SEQUENCE_OPERATION); Operation of the TODO OK?

    ID = new HashMap (2);
    See data-management-config. XML
    Identity.put ("id", dto.getId ());
    msg.setIdentity (identity);

    FIXME defined priority. How?
    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("LCD DataMessage created: \n" + msg.toString (2));
    }
    return msg;
    }

    Private Object getServerId() {}
    FIXME OK?
    return to "X-Back-END;
    }

    /**
    To get the current {@link MessageBroker} service layer.
    *
    {MessageService @link} @return to use for data push
    */
    private getMessageService() {MessageService
    If (LOG.isDebugEnabled ()) {}
    LOG.debug ("Getting MessageBroker DataService service");
    }

    A: return (MessageService) MessageBroker.getMessageBroker (null) .getService (PUSH_DTO_SERVICE__NAME);
    Return this.messageBroker.getService (PUSH_DTO_SERVICE__NAME) (MessageService);
    }

    /**
    * Set the messageBroker. For spring.
    *
    @param messageBroker
    * the messageBroker to define
    */
    {} public void setMessageBroker (final MessageBroker messageBroker)
    this.messageBroker = messageBroker;
    }
    }

    NOTE: the messagebroker is set once through spring. It works for this POC.

    I have a Servlet that records a DTO in the DB and then tries to push through the service. Everything looks OK, but I get a NullPointerException (NPE).

    Here is the LOG of Tomcat 6 (it sends to the subscriberID ' 99'):

    Crystals FLUID created DataMessage displays:
    Flex Message (flex.data.messages.DataMessage)
    operation = create_and_sequence
    ID = {id = 3203}
    clientId = X-BACKEND
    correlationId = 7E6C3051-FA0F-9183-4745-B90ACACD71EA
    destination = poc-ds-xchange
    messageId = 7E6C3051-FA0F-9183-4745-B90ACACD71EA
    timestamp = 1297412881050
    timeToLive = 0
    body = mypackage.model.dto.XchangeDto [id = 3203 [clientId = 2 [userId = 123456 [text = InterActionServlet Test]
    09:28:01, 065 DEBUG [impl. DataPushServiceImpl] sending message to subscriberIds: [99]
    09:28:01, 065 DEBUG [impl. DataPushServiceImpl] known subscribers: [99]

    09:28:01, 065 DEBUG [impl. DataPushServiceImpl] send screens LCD LIQUID DataMessage to subscriber [99]
    Flex Message (flex.data.messages.DataMessage)
    operation = create_and_sequence
    ID = {id = 3203}
    clientId = X-BACKEND
    correlationId = 7E6C3051-FA0F-9183-4745-B90ACACD71EA
    destination = poc-ds-xchange
    messageId = 7E6C3051-FA0F-9183-4745-B90ACACD71EA
    timestamp = 1297412881050
    timeToLive = 0
    body = mypackage.model.dto.XchangeDto [id = 3203 [clientId = 2 [userId = 123456 [text = InterActionServlet Test]
    HDR (DSDstClientId) = 99
    09:28:02, ERROR 456 [impl. DataPushServiceImpl] error when sending message to subscriberId 99
    java.lang.NullPointerException
    at flex.data.adapters.JavaAdapter.invokeAssemblerSync(JavaAdapter.java:1741)
    at flex.data.adapters.JavaAdapter.invokeBatchOperation(JavaAdapter.java:1630)
    at flex.data.adapters.JavaAdapter.invoke(JavaAdapter.java:658)
    at flex.messaging.services.MessageService.serviceMessage(MessageService.java:318)
    at flex.messaging.services.MessageService.serviceMessage(MessageService.java:233)
    at mypackage.lcds.service.ds.impl.DataPushServiceImpl.doPush(DataPushServiceImpl.java:142)
    at mypackage.lcds.service.ds.impl.DataPushServiceImpl.pushTo1Client (DataPushServiceImpl.java:178)
    at mypackage.servlet.InteractionServlet.push(InteractionServlet.java:75)
    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.springframework.web.bind.annotation.support.HandlerMethodInvoker.doInvokeMethod (erMethodInvoker.java:421 Handl)
    at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod (HandlerMethodInvoker.java:136)
    at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandl erMethod(AnnotationMethodHandlerAdapter.java:326)
    to org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle (Anno tationMethodHandlerAdapter.java:313)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807)
    at org.springframework.web.servlet.FrameworkServlet.processRequest (FrameworkServlet.java:571)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.j ava: 290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.ja goes: 584)
    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:447)
    at java.lang.Thread.run (unknown Source)
    09:28:02, 472 DEBUG [impl. DataPushServiceImpl] Message sent to "99": false

    == > what am I doing wrong?

    I can't find the code (I don't have the source), but the exception thrown is simply any help.

    Am I missing a header to set?

    Thank you very much for your help,

    Gregg

    As you filter your query based on a particular user, then settings your DataService fill() could contain a single token for that user.  When the filling is updated on the server after the (as shown in the connection of Rohit Kumar) createItem() only which will be updated and pushed to the client with this token.

    The api DataServiceTransaction is the way to go, if you use LC DataService.

    Hope this helps

    PAM

  • Acer Aspire E1 - 571g too hot maybe

    I've had this laptop for 4 months, I am simply to start playing and noticed the tempeature maybe too hot
    At the office, I get: 52-60 degrees celsius for cpu depends on its use, when I start to play like the League of legends my cpu goes to 80-86 in far cry 3 comparable same somteimes 88-90, is it safe?
    My config: Core I 5 3230 M, Geforce 710 M with 2 GB of video memory to 8 GB of ram
    Another problem: I can not install epower I download the old installation succsesfull version but after reset, I can not any iterface and cannot start the program.

    If you use your score to play most of the time, I think it's quite normal, if it's hot. I want to say hot "tolerable".

  • QFileSystemWatcher couldn't addPath

    Hey guys,.

    I know there are some other threads on this problem, but nothing has solved my problem:

    I want to develop an existing application on a user interface and some headless.

    I use QSettings communication.

    A few days ago everything worked pretty well, but now the IDE say "make failure to add the path."

    I use the same code in the user interface and the part without head

    QSettings settings(author, appName);
    settings.sync();
    
    settingsWatcher = new QFileSystemWatcher(this);
    settingsWatcher->addPath(settings.fileName());
    qDebug() << "fileName(): " << settings.fileName();
    qDebug() << "settingsWatcher: " << settingsWatcher->files();
    

    In the user interface, I get ' name(): "/ accounts/1000/appdata/.../Roaming.conf"

    in the part without a head, I get the exact same message.

    In the interface of the settingsWatcher user can add the path / file-> I get "settingsWatcher:" / accounts/1000/.../Roaming.conf "

    but in the part without a head, I settingsWatcher:)

    I get: QFileSystemWatcher: cannot add paths: /accounts/1000/appdata/.../Roaming.conf

    I gave the shared_permission, in fact I think that Yes:

    My barFile

    (RoamingService is the project without head)

        
            Roaming Service
            Qnx/Elf
            
            _sys_run_headless
            _sys_headless_nostop
            access_shared
        
    

    I also tried settings.isWritable () in the part without head to check if the file really exists. -> 'true '.

    Any idea?

    During this time, I tried a few things.

    My code in a simple way:

    {Constructor()}

    ....

    }

    {handleInvoke()}

    ...

    Notify();

    ...

    }

    Notify() {}

    ....

    }

    I tried to do a. addPath() in constructor() - does not work

    Also tried. addPath() in handleInvoke() - work

    I tried. addPath() in notify() - does not work - fixed: works

    I also tried a QTimer::singleshot (1000, this, myAddPath())

    with myAddPath() {}

    . addPath()

    }

    doesn't work too

    I thought that maybe the settingsWatcher or the .config is not "ready".

    If someone has some advice, please let me now. Otherwise, I'll use my workaround.

  • Cisco Aironet autonomous AP - WDS Configuration...

    Hello.

    I have 10 AP I am defining as my WDS access point / Radius Server and configure the other 9 to use this AP as the Radius server. LATHQWAP01 the AP I want set up as WDS and LATHQWAP02 server is the first AP I want to link to the WDS AP.  However, I'm struggling...

    I used the CLI as the GUI is beyond useless. Here are the commands that I published on the radius (LATHQWAP01) server:

    LATHQWAP01 (config) #aaa new-model

    LATHQWAP01 (config) #aaa rad_eap radius server group

    LATHQWAP01 (config-sg-RADIUS) #server X.X.201.170

    LATHQWAP01 (config-sg-RADIUS) #exit

    LATHQWAP01 (config) #aaa authentication login eap_methods group rad_eap

    LATHQWAP01 (config) #radius - X.X.201.170 - key cisco123 host server

    LATHQWAP01 (config) #-local radius server

    LATHQWAP01(config-radsrv) #nas X.X.201.170 - key cisco123

    LATHQWAP01(config-radsrv) #user wds password cisco123

    LATHQWAP01(config-radsrv) #exit

    LATHQWAP01 (config) #wlccp wds priority 255 interface bvi1

    LATHQWAP01 (config) #wlccp authentication infrastructure eap_method Server

    LATHQWAP01 (config) #wlccp ap wds user password cisco123

    LATHQWAP01 (config) #exit

    LATHQWAP01 #show wlccp wds

    MAC: 881d.fc46.c865, IP-ADDR: X.X.201.170, IPV6-ADDR::

    Priority: 255

    Interface BVI1, State: Administratively autonomous - ACTIVE

    AP count: 0 Count MN: 0

    Here are the commands I issued on the AP I want to link to the WDS / AP RADIUS.

    LATHQWAP02 #conf t

    Enter configuration commands, one per line.  End with CNTL/Z.

    LATHQWAP02 (config) #wlccp ap wds user name password cisco123

    LATHQWAP02 (config) #exit

    LATHQWAP02 #show wlccp ap

    WDS = 881d.fc46.c865, IP: x.x.201.170 IPV6:

    State = wlccp_ap_st_leap_auth

    IN authenticator = IP: x.x.201.170 IPV6:

    However, you can see on the Show wlccp wds output the number of AP is 0. Surely, you need 2? AP WDS with himself and the second point of access I linked?

    See the race on the WDS (LATHQWAP01)...

    User access audit

    User name: admin

    Password:

    LATHQWAP01 #show run

    Building configuration...

    Current configuration: 5148 bytes

    !

    ! Last configuration change at 22:53:11 UTC Tuesday, March 2, 1993 by admin

    version 15.3

    no service button

    horodateurs service debug datetime msec

    Log service timestamps datetime msec

    encryption password service

    !

    hostname LATHQWAP01

    !

    !

    Pulse 9 logging console

    !

    AAA new-model

    !

    !

    AAA rad_eap radius server group

    Server x.x.201.170

    !

    AAA authentication login default local

    AAA authentication login eap_methods group rad_eap

    AAA authorization exec default local

    !

    !

    !

    !

    !

    AAA - the id of the joint session

    no ip source route

    no ip cef

    !

    !

    !

    !

    dot11 syslog

    dot11 vlan data name of vlan 1000

    dot11 vlan-name COMMENTS vlan 1234

    dot11-name of vlan VOICE vlan 1200

    !

    SSID dot11 x

    VLAN 1000

    open authentication

    authentication-key wpa version2 management

    WPA - psk ascii 7 046F03555A2A55475C1B090241

    !

    SSID dot11 x

    VLAN 1234

    open authentication

    authentication-key wpa version2 management

    Comments-mode

    WPA - psk ascii 7 0828425A0C15091E150E0210272A362336212B1D00

    No customer ID MFP

    !

    !

    Dot11 phone

    !

    !

    !

    username ADMIN privilege 15 password 7 062A5B35601E0A4D21

    !

    !

    !

    class-map correspondence _class_Lync2

    match ip dscp cs3

    class-map correspondence _class_Lync0

    match ip dscp cs5

    class-map correspondence _class_Lync1

    match ip dscp af41

    !

    Policy-map Lync

    class _class_Lync0

    COS Set 6

    class _class_Lync1

    COS Set 5

    class _class_Lync2

    COS Set 4

    !

    Bridge IRB

    !

    !

    !

    interface Dot11Radio0

    no ip address

    !

    encryption mode vlan 1000 ciphers aes - ccm

    !

    encryption mode vlan 1234 ciphers aes - ccm

    !

    SSID x

    !

    SSID x

    !

    gain of antenna 0

    STBC

    root of station-role

    !

    interface Dot11Radio0.1000

    encapsulation dot1Q 1000

    Bridge-group 255

    Bridge-group subscriber-loop-control 255

    Bridge-group 255 covering people with reduced mobility

    Bridge-group 255 block-unknown-source

    No source of bridge-group 255-learning

    No bridge group 255 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface Dot11Radio0.1200

    encapsulation dot1Q 1200 native

    Bridge-Group 1

    Bridge-group subscriber-loop-control 1

    Bridge-Group 1 covering-disabled people

    Bridge-Group 1 block-unknown-source

    No source of bridge-Group 1-learning

    unicast bridge-Group 1-floods

    !

    interface Dot11Radio0.1234

    encapsulation dot1Q 1234

    Bridge-group 254

    Bridge-group subscriber-loop-control 254

    Bridge-group 254 covering people with reduced mobility

    Bridge-254 block-unknown-source group

    No source of bridge-group 254-learning

    No bridge group 254 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface Dot11Radio1

    no ip address

    !

    encryption mode vlan 1000 ciphers aes - ccm

    !

    encryption mode vlan 1234 ciphers aes - ccm

    !

    SSID x

    !

    SSID x

    !

    gain of antenna 0

    peakdetect

    no block of dfs

    STBC

    channel SFR

    root of station-role

    !

    interface Dot11Radio1.1000

    encapsulation dot1Q 1000

    Bridge-group 255

    Bridge-group subscriber-loop-control 255

    Bridge-group 255 covering people with reduced mobility

    Bridge-group 255 block-unknown-source

    No source of bridge-group 255-learning

    No bridge group 255 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface Dot11Radio1.1200

    encapsulation dot1Q 1200 native

    Bridge-Group 1

    Bridge-group subscriber-loop-control 1

    Bridge-Group 1 covering-disabled people

    Bridge-Group 1 block-unknown-source

    No source of bridge-Group 1-learning

    unicast bridge-Group 1-floods

    !

    interface Dot11Radio1.1234

    encapsulation dot1Q 1234

    Bridge-group 254

    Bridge-group subscriber-loop-control 254

    Bridge-group 254 covering people with reduced mobility

    Bridge-254 block-unknown-source group

    No source of bridge-group 254-learning

    No bridge group 254 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface GigabitEthernet0

    no ip address

    full duplex

    automatic speed

    !

    interface GigabitEthernet0.1000

    encapsulation dot1Q 1000

    Bridge-group 255

    Bridge-group 255 covering people with reduced mobility

    No source of bridge-group 255-learning

    service-policy input Lync

    service-policy output Lync

    !

    interface GigabitEthernet0.1200

    encapsulation dot1Q 1200 native

    Bridge-Group 1

    Bridge-Group 1 covering-disabled people

    No source of bridge-Group 1-learning

    !

    interface GigabitEthernet0.1234

    encapsulation dot1Q 1234

    Bridge-group 254

    Bridge-group 254 covering people with reduced mobility

    No source of bridge-group 254-learning

    service-policy input Lync

    service-policy output Lync

    !

    interface BVI1

    881d.fc46.c865 Mac address

    IP address x.x.201.170 255.255.254.0

    !

    IP default-gateway x.x.201.202

    IP forward-Protocol ND

    IP http server

    aaa IP http authentication

    no ip http secure server

    IP http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

    !

    !

    local RADIUS server

    NAS x.x.201.170 touches 110A1016141D5A5E57 7

    NAS x.x.201.171 touches 1511021F07257A767B 7

    the nthash wds user 7 013250267D2D5257036A1E5F3F5144332E5B220872747B10107531574626

    24770B

    !

    RADIUS-server host 10.10.201.170 touches 14141B180F0B7B7977 7

    !

    rap_eap RADIUS server

    !

    1 channel ip bridge

    !

    !

    wlccp ap username wds going 7 104D000A061843595F

    And show performed on the WDS AP client...

    User access audit

    User name: admin

    Password:

    LATHQWAP02 #show run

    Building configuration...

    Current configuration: 4668 bytes

    !

    ! Last configuration change at 03:25:50 UTC Tuesday, March 2, 1993 by admin

    version 15.3

    no service button

    horodateurs service debug datetime msec

    Log service timestamps datetime msec

    encryption password service

    !

    hostname LATHQWAP02

    !

    !

    Pulse 9 logging console

    !

    AAA new-model

    !

    !

    AAA authentication login default local

    AAA authorization exec default local

    !

    !

    !

    !

    !

    AAA - the id of the joint session

    no ip source route

    no ip cef

    !

    !

    !

    !

    dot11 syslog

    dot11 vlan data name of vlan 1000

    dot11 vlan-name COMMENTS vlan 1234

    dot11-name of vlan VOICE vlan 1200

    !

    SSID dot11 x

    VLAN 1000

    open authentication

    authentication-key wpa version2 management

    WPA - psk ascii 7 046F03555A2A55475C1B090241

    !

    SSID dot11 x

    VLAN 1234

    open authentication

    authentication-key wpa version2 management

    Comments-mode

    WPA - psk ascii 7 0828425A0C15091E150E0210272A362336212B1D00

    No customer ID MFP

    !

    !

    Dot11 phone

    !

    !

    !

    username ADMIN privilege 15 password 7 062A5B35601E0A4D21

    !

    !

    !

    class-map correspondence _class_Lync2

    match ip dscp cs3

    class-map correspondence _class_Lync0

    match ip dscp cs5

    class-map correspondence _class_Lync1

    match ip dscp af41

    !

    Policy-map Lync

    class _class_Lync0

    COS Set 6

    class _class_Lync1

    COS Set 5

    class _class_Lync2

    COS Set 4

    !

    Bridge IRB

    !

    !

    !

    interface Dot11Radio0

    no ip address

    !

    encryption mode vlan 1000 ciphers aes - ccm

    !

    encryption mode vlan 1234 ciphers aes - ccm

    !

    SSID x

    !

    SSID x

    !

    gain of antenna 0

    STBC

    root of station-role

    !

    interface Dot11Radio0.1000

    encapsulation dot1Q 1000

    Bridge-group 255

    Bridge-group subscriber-loop-control 255

    Bridge-group 255 covering people with reduced mobility

    Bridge-group 255 block-unknown-source

    No source of bridge-group 255-learning

    No bridge group 255 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface Dot11Radio0.1200

    encapsulation dot1Q 1200 native

    Bridge-Group 1

    Bridge-group subscriber-loop-control 1

    Bridge-Group 1 covering-disabled people

    Bridge-Group 1 block-unknown-source

    No source of bridge-Group 1-learning

    unicast bridge-Group 1-floods

    !

    interface Dot11Radio0.1234

    encapsulation dot1Q 1234

    Bridge-group 254

    Bridge-group subscriber-loop-control 254

    Bridge-group 254 covering people with reduced mobility

    Bridge-254 block-unknown-source group

    No source of bridge-group 254-learning

    No bridge group 254 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface Dot11Radio1

    no ip address

    !

    encryption mode vlan 1000 ciphers aes - ccm

    !

    encryption mode vlan 1234 ciphers aes - ccm

    !

    SSID x

    !

    SSID x

    !

    gain of antenna 0

    peakdetect

    no block of dfs

    STBC

    channel SFR

    root of station-role

    !

    interface Dot11Radio1.1000

    encapsulation dot1Q 1000

    Bridge-group 255

    Bridge-group subscriber-loop-control 255

    Bridge-group 255 covering people with reduced mobility

    Bridge-group 255 block-unknown-source

    No source of bridge-group 255-learning

    No bridge group 255 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface Dot11Radio1.1200

    encapsulation dot1Q 1200 native

    Bridge-Group 1

    Bridge-group subscriber-loop-control 1

    Bridge-Group 1 covering-disabled people

    Bridge-Group 1 block-unknown-source

    No source of bridge-Group 1-learning

    unicast bridge-Group 1-floods

    !

    interface Dot11Radio1.1234

    encapsulation dot1Q 1234

    Bridge-group 254

    Bridge-group subscriber-loop-control 254

    Bridge-group 254 covering people with reduced mobility

    Bridge-254 block-unknown-source group

    No source of bridge-group 254-learning

    No bridge group 254 unicast-flooding

    service-policy input Lync

    service-policy output Lync

    !

    interface GigabitEthernet0

    no ip address

    full duplex

    automatic speed

    !

    interface GigabitEthernet0.1000

    encapsulation dot1Q 1000

    Bridge-group 255

    Bridge-group 255 covering people with reduced mobility

    No source of bridge-group 255-learning

    service-policy input Lync

    service-policy output Lync

    !

    interface GigabitEthernet0.1200

    encapsulation dot1Q 1200 native

    Bridge-Group 1

    Bridge-Group 1 covering-disabled people

    No source of bridge-Group 1-learning

    !

    interface GigabitEthernet0.1234

    encapsulation dot1Q 1234

    Bridge-group 254

    Bridge-group 254 covering people with reduced mobility

    No source of bridge-group 254-learning

    service-policy input Lync

    service-policy output Lync

    !

    interface BVI1

    f44e.053c.092d Mac address

    IP address x.x.201.171 255.255.254.0

    !

    IP default-gateway x.x.201.202

    IP forward-Protocol ND

    IP http server

    aaa IP http authentication

    no ip http secure server

    IP http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

    !

    !

    !

    1 channel ip bridge

    !

    !

    wlccp ap username wds going 7 00071A1507545A545C

    !

    Line con 0

    line vty 0 4

    transport of entry all

    !

    ntp2c.MCC.AC.UK SNTP server

    SNTP client distribution

    end

    I'm completely at a loss with this. Any help is greatly appreciated.

    This is what looks like my WDS Setup:

    RADIUS AAA server WDS group

    the name of the WDS server

    !

    AAA authentication login eap_methods group rad_eap

    AAA authentication login mac_methods local

    AAA authentication login method_WDS group WDS

    AAA authorization exec default local

    AAA accounting network acct_methods power group rad_acct

    local RADIUS server

    No leap authentication

    no authentication mac

    NAS 192.168.180.6 touches 062506324F41584B56 7

    the nthash wds user 7 132444425D595072727C7F63167B4056322654077C0E0475285A4B32787E71710A

    !

    format of server RADIUS attribute 32 include-in-access-req hour

    !

    RADIUS WDS server

    ipv4 192.168.180.6 address auth-port 1812 acct-port 1813

    touch 7 14341B180F0B7B7977

    !

    Bridge Protocol ieee 1

    1 channel ip bridge

    !

    !

    wlccp ap username wds password 7 140016185D 5679

    wlccp-server authentication infrastructure method_WDS

    priority interface 255 wlccp wds BVI1

    but I have a question, you will allow an SSID with 802. 1 X? If you're not then gains WDS nothing as the PSK will be validated at each AP WDS allows you an access point to the authenticator for the users, if when you move from one AP to another do you a 4 - way handshake with the WDS master instead of a handshake 15 pin with the AAA server.

    HTH,

    Steve

  • New registration error

    I get this error tring to register... ideas?

    Oops! Our server is having a problem with your submission! Sorry for the inconvenience.

    AppEcbError: ECB request failed: Error: code='900' description='[SF_ERR_202]:System exception -- Server exception:   -- java.lang.NullPointerException
        at com.snapfish.be.rest.base.CApacheCommonsTransport.transport(CApacheCommonsTransport.java:275)
        at com.snapfish.be.rest.base.ATransport.service(ATransport.java:68)
        at com.snapfish.be.rest.base.client.CBEAPIClientContext.service(CBEAPIClientContext.java:540)
        at com.snapfish.be.rest.generated.client.resource.IwsUserExistsResource.call(Unknown Source)
        at com.snapfish.be.rest.generated.client.resource.GeneratedFinder.makeRpc(Unknown Source)
        at com.snapfish.be.rest.generated.client.resource.Finder.makeRpc(Finder.java:66)
        at com.snapfish.iws.servlet.proxy.CBeApiClientProxy.proxyToBeApi(CBeApiClientProxy.java:45)
        at com.snapfish.iws.servlet.CIwsServlet.doPut(CIwsServlet.java:58)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:640)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at com.snapfish.core.servlet.CCharsetFilter.doFilter(CCharsetFilter.java:29)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:662)
    

    no error code, no, I think that it is a maintenance problem.

  • Error in creating new project to the NDP.

    t1.bmp

    Creating new project in the NDP, I came across the following error. How can I ressemelable this error. I have attached a screenshot.

    Please check if there is a section of configuration as below in Web\npd\web.config.

    
    
    
    

    And you have a config\Core\EqtUIModelDefinitions.xml file? If so, there could be error in there.

  • To change the default selection in the Releated activity point EQT

    Hello

    We want to update by default list dropdown value in activity Spec > > related items > > add new button > > search source.

    Please advice, if there is a setting that might help me to update the default selection.

    Thank you

    Kumar

    You use the unencrypted copy of the config\Core\EqtUIModelDefinitions.xml? If so, you can add the default template for the ActivitySpecRelatedSpecView node.

    Or you can submit an SR for a copy.

  • Extension of the user interface - javascript does not come to the top


    Hello

    I'm on PLM6.1.1.5 and EP 3.11. I followed the implementation of measures to extend the user interface:

    Step 1. copy the files:

    Copy the Utilities\UIExtensions\config\Core\UIExtensionScripts directory and its contents in the \config\Core < PLM4P_Home > directory

    Copy the Directory of Utilities\UIExtensions\config\Extensions\UIExtensionScripts and its content in the directory of \config\Extensions < PLM4P_Home >

    Copy the following assemblies to the SharedLibs folder of the the Pack of extensibility in the \Web\scrm\bin < PLM4P_Home >, < PLM4P_Home > \Web\gsm\bin or < PLM4P_Home > \Web\npd\bin directories:

    • PLM4PExtensionUtils.dll
    • ScriptingUtils.dll
    • UserInterfaceExtensions.dll

    Step 2: Insert the following lines in CustomPluginExtensions.xml, in the FormatPlugins section

    < name of the Plugin = "UIExtensionGSM."
    FactoryURL = "class: Oracle." Agile.PlmProcess.UserInterfaceExtensions.Java
    scriptLoaderFormatPluginFactory, UserInterfaceExtensions$ NameValuePair: FormatPluginNames = GSMSpecJavaScriptPlugin & amp; ScriptFiles=config\\Core\\UIExtensionScripts\\static\\UIExtensionsCore.js,config\\Extensions\\UIExtensionScripts\\static\\GSM_Variables.js ".
    / >

    < Plugin
    name = "GSMSpecJavaScriptPlugin" FactoryURL = "class: Oracle." Agile.PlmProcess.UserInterfaceExtensions.GSMSpecJava
    scriptFormatPluginFactory, UserInterfaceExtensions$false"/ > ".

    Step 3: update the \config\Extensions\UIExtensionScripts\UIExtensionsConfig.xml file to enable the specific extension points.

    UIExtensionGSM default has been activated.

    4:go to step < PLM4P_HOME > \config\Extensions\UIExtensionScripts\Static, has used the sample for customization 2147.js.

    None of my javascript are applied to the page. I tried simple javascript like this:

    ($(window) .load)

    function() {}

    Alert ("hello world");

    }

    );

    in 2147.js, 1004.js, 1009.js. Nothing came

    All the steps that I missed

    Thank you

    Church

    You said that by default uiextensiongsm has been activated. But I have to manually turn on UseInEditMode and UseInReadMode. Please check this.

  • Any Installation of Vmware Workstation failed in my machine, why? See the details

    Capture3.PNGCapture.PNGCapture4.PNGCapture2.PNGCapture3.PNGCapture4.PNG

    Hey guys, I'm trying to install vmware workstation 11,10 even though 9, but unfortunately it shows this kind of error every time.

    then I try to install from appdata/local/temp, but it shows the error of capture4... I tried many things to fix this... but I failed...

    So guys help me please install... sorely lacking...

    is my laptop config: core i5 - 3230M, ram - 4 GB os-win7 64 bit sp1...

    need help please...

    Welcome to the community,

    the problem is probably caused by the apostrophe in the name of the folder of the user. Try at each logon with a different user (temporary) account, or change the temp/tmp environment variable to point to a different directory (existing), for example, "C:\TEMP".

    André

  • What is the searchable property of name ID Spec?

    I have a request to allow the search of trade Spec on description with "contains".  I could not find the searchable property ID to make it available in the drop-down list of search for trades.

    Is there a list of available property, property ID in a document that I forgot?

    The commercial designation has a searchable property ID?

    I have the < EQTSearchablePropertyConfigs >;

    < model modelName = "Trade Specification" >

    < SearchableProperty propertyId = "SpecName" sequence = "1" enabled = "true" comment = "" / > "

    < SearchableProperty = '2' = "SpecNumber" activated sequence propertyId = "true" comment = "" / > "

    < SearchableProperty propertyId = activated "3" = "SystemEquivalent" sequence = "true" comment = "" / > "

    < SearchableProperty propertyId = "GtinUpcNumber" sequence = "4" enabled = "true" comment = "" / > "

    < SearchableProperty propertyId = "Brand" sequence = "5" enabled = "true" comment = "" / > "

    < / template >

    the display of the Source, I can't find anything with the option value = 'Description' I in materials and any other Types of Spec.

    option selected= "selected" value= "-" >-< /option>

    < option value= "SpecName" title= "Name of Spec" >Spec name< /option>

    < option value= "SpecNumber" title= ' Spec # ' >Spec #< /option>

    < option value= "SystemEquivalent" title= 'Équivalent' >equivalent< /option>

    < option value= "GtinUpcNumber" title= "GTIN/UPC/EAN" >GTIN/UPC/EAN< /option>

    < option value= "Brand" title= "Brand" >brand< /option>

    Thank you... - BeckieC

    Curiously, it seems that Description has been forgotten on the search for specification of trade.   We will add it in the next major release.   If you find other criteria, you feel must be go ahead and submit an enhancement request.

    There is a customization that you can do to add new search criteria.  This would be a customization so when you upgrade these changes will need to be reused.

    1. ask the file: Config/Core/EQTModelCustomExtensions.xml support for your specific version.  This file is encrypted in your basic version.  You will need to make changes to this file and replace the encrypted version.  In this file, you can add additional criteria to search models.

    2. Add the following text to the file

    SpecDescriptionFreeTextProp.Description

    gsmBaseTradeSpec.pkid = gsmProductIdentification.fkSpecID

    gsmProductIdentification.pkid = SpecDescriptionFreeTextProp.fkSpecID

    To give you an idea how to add other criteria:

    If you go to our documentation of the schema, you can enter the SQL query for the data you are looking for, as the name of the Spec

    SELECT * FROM t1 gsmBaseTradeSpec

    INNER JOIN t2 ON t1.pkid = t2.fkSpecID gsmProductIdentification

    INNER JOIN SpecDescriptionFreeTextProp ON t2.pkid = t3.fkSpecID t3

    You then that convert to XML format as in the example above.

  • SOA-INFRA is State FAILURE while improving the Oracle Identity Manager to 11.1.1.5

    This issue occurred when we tried to improve our IOM to version 11.1.1.5.

    All suites installation went well (Oracle IDAM 11.1.1.5) and SOA Suite 11.1.1.5. The field is also created, and schemas are also upgraded. But when we create a domain, the domain created, the SOA_INFRA application comes in the onset of failure, even if the soa server returns execution state.

    Please find the logs below (found when you start the server):

    < 31 July 2013 12:19:36 CEST > < error > < org.springframework.web.context.ContextLoader > < BEA-000000 > < failed to initialize context

    org.springframework.beans.factory.BeanCreationException: error creating bean with name "SensorManager" defined in ServletContext resource [/WEB-INF/fabric-config-core.xml]: cannot resolve a reference to 'FabricMesh' of the bean while setting the property "fabricMesh" bean nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'FabricMesh': FactoryBean threw the exception on the creation of the object; nested exception is org.springframework.beans.factory.BeanCreationException: error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [/WEB-INF/fabric-config.xml]: cannot resolve a reference to 'SpringServiceEngine' bean when bean property setting "serviceEngines" with the button [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: class loading error [oracle.integration.platform.blocks.java.SpringServiceEngine] to the beans with the name 'SpringServiceEngine' defined in ServletContext resource [/WEB-INF/fabric-config.xml]: problem with the file class or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)

    to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)

    at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)

    at org.springframework.context.support.AbstractApplicationContext.registerListeners (AbstractApplicationContext.jav

    The following link is as a result of the upgrade.

    http://docs.Oracle.com/CD/E23943_01/upgrade.1111/e10129/upgrade_oim.htm

    Any help will be much appreciated.

    Hello

    I found the solution to my problem in the following link:

    http://blog.Darwin-it.nl/2012/05/IM-helping-my-new-customer-in-migrating.html

    Kind regards

    Carole

  • java.lang.ClassNotFoundException: oracle.apps.xdo.template.RTFProcessor

    Hi Experts,
    My code is

    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream.
    to import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.OutputStream;
    Import oracle.apps.xdo.XDOException;
    Import oracle.apps.xdo.template.FOProcessor;
    Import oracle.apps.xdo.template.RTFProcessor;


    survey of public getReport Sub (String templateFile, String outFileType, byte [] file) {XDOException}

    Byte [] dataBytes = null;

    try {}
    Model process RTF to convert to format XSL - FO
    PSLRA RTFProcessor = new RTFProcessor("D:\\temp\\template1.rtf"); * //Error here *
    ByteArrayOutputStream xslOutStream = new ByteArrayOutputStream();
    rtfp.setOutput (xslOutStream);
    PSLRA. Process();

    Use the XSL template and the data of the VO generate report and return the OutputStream of report
    ByteArrayInputStream xslInStream = new ByteArrayInputStream (xslOutStream.toByteArray ());

    Processor FOProcessor = new FOProcessor();
    DataStream ByteArrayInputStream = new ByteArrayInputStream (file);
    processor.setData (dataStream);
    processor.setTemplate (xslInStream);

    ByteArrayOutputStream pdfOutStream = new ByteArrayOutputStream();
    processor.setOutput (pdfOutStream);
    outFileTypeByte bytes = FOProcessor.FORMAT_PDF;
    If (HTML".equalsIgnoreCase (outFileType)) {" "}
    outFileTypeByte = FOProcessor.FORMAT_HTML;
    }
    processor.setOutputFormat (outFileTypeByte); FOProcessor.FORMAT_HTML
    Processor.Generate ();

    dataBytes = pdfOutStream.toByteArray ();
    OutputStream out = new FileOutputStream("D:\\temp\\out.pdf");
    out. Write (dataBytes);
    out. Close();
    System.out.println ("success for performance report');

    } catch (IOException e) {}
    e.printStackTrace ();
    System.out.println ("IOException when generating pdf" + e);

    }
    }


    I got error.
    SERIOUS: Servlet.service () for servlet BIAccess threw the exception
    java.lang.ClassNotFoundException: oracle.apps.xdo.template.RTFProcessor
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at bl.printReport.getReport(printReport.java:21)
    to reportservlet. BIAccess.doGet (BIAccess.java:90)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:602)
    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:619)

    Please help me why I got this ClassNotFoundException error. Please guide me how it worked. Thanks for your support solution for this run-time error.

    Are you sure that your Java project CLASSPATH contains the correct path to xdocore.jar?

  • error reporting via API

    Hi to you all, users of vChargeback out there!  I'm trying to get some reports generated using the chargeback API, but I have some difficulty.  I would like to create a use for a simple hierarchy report and export it to XML format, however, when I send my application to the server, I get "an error has occurred."  I turned on the trace connection level vChargeback, and it returns the useful Java exception you can see below.  It seems that there is a missing enumeration?  I am using the values in the chargeback 1.5.0 API documentation.    Any help would be appreciated!

    I will list the first answer, then the query XML that I send to:

    " < response xmlns =" http://www.VMware.com/vCenter/chargeback/1.5.0 "" xmlns: xsi = " http://www.w3.org/2001/XMLSchema-instance " status = "Failure" > ""
    < majorErrorCode error = '500' minorErrorCode = '0' message = "an error occurred. Please contact the system administrator or try again later. "/ >
    < ErrorStackTrace > java.lang.IllegalArgumentException: no enum const class com.vmware.vim.vcenter.chargeback.utils.ReportType.USAGE_REPORT
    at java.lang.Enum.valueOf(Enum.java:196)
    at com.vmware.vim.vcenter.chargeback.utils.ReportType.valueOf(ReportType.java:9)
    at com.vmware.vim.vcenter.chargeback.reporting.rest.RestReportingRequestHandler.validateXMLPayloadForCreateReport(RestReportingRequestHandler.java:260)
    at com.vmware.vim.vcenter.chargeback.reporting.rest.AbstractRestReportingRequestHandler.constructReport(AbstractRestReportingRequestHandler.java:81)
    at com.vmware.vim.vcenter.chargeback.reporting.rest.RestReportingManager.generateReport(RestReportingManager.java:137)
    to com.vmware.vim.vcenter.chargeback.reporting.rest.RestReportingManager$ $FastClassByCGLIB$ $44e0949e.invoke (& lt; generated & gt ;))
    at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
    to org.springframework.aop.framework.Cglib2AopProxy$ CglibMethodInvocation.invokeJoinpoint (Cglib2AopProxy.java:700)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    to org.springframework.aop.framework.Cglib2AopProxy$ DynamicAdvisedInterceptor.intercept (Cglib2AopProxy.java:635)
    to com.vmware.vim.vcenter.chargeback.reporting.rest.RestReportingManager$ $EnhancerByCGLIB$ $a8cf4aee.generateReport (& lt; generated & gt ;))
    at com.vmware.vim.vcenter.chargeback.rest.facade.CBMImpl.RestReportingManagergenerateReport(CBMImpl.java:8960)
    at sun.reflect.GeneratedMethodAccessor1573.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:136)
    at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:82)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:109)
    at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:63)
    to org.apache.cxf.interceptor.ServiceInvokerInterceptor$ 1.run(ServiceInvokerInterceptor.java:56)
    at org.apache.cxf.workqueue.SynchronousExecutor.execute(SynchronousExecutor.java:37)
    at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:92)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
    at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
    at org.apache.cxf.transport.servlet.ServletDestination.invoke(ServletDestination.java:92)
    at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:283)
    at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:128)
    at org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java:174)
    at org.apache.cxf.transport.servlet.AbstractCXFServlet.doPost(AbstractCXFServlet.java:152)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.ha.session.JvmRouteBinderValve.invoke(JvmRouteBinderValve.java:227)
    at org.apache.catalina.ha.tcp.ReplicationValve.invoke(ReplicationValve.java:347)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:427)
    to org.apache.coyote.ajp.AjpAprProtocol$ AjpConnectionHandler.process (AjpAprProtocol.java:384)
    to org.apache.tomcat.util.net.AprEndpoint$ Worker.run (AprEndpoint.java:1584)
    at java.lang.Thread.run(Thread.java:619)
    < / ErrorStackTrace >
    < / answer >

    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >
    " < ask xmlns =" http://www.VMware.com/vCenter/chargeback/1.5.0 "> "
    < Reports >
    < report >
    < metadata >
    < name > api_test < / name >
    api < description > test < / Description >
    < ReportType > USAGE_REPORT < / ReportType >
    < ReportPeriod >
    < from > 1304222400000 < / From >
    < to > 1306814400000 < /pour >
    < / ReportPeriod >
    < CreatedBy > 0 < / CreatedBy >
    NCHU < OwnedByName > < / OwnedByName >
    hierarchies <>
    < hierarchy id = "3997" >
    entities <>
    < costModelId entity = "4033" id = "3998" / >
    < / feature >
    < / hierarchy >
    < / hierarchies >
    < ComputingResources >
    < ComputingResource id = "1" / >
    < ComputingResource id = "5" / >
    < ComputingResource id = "9" / >
    < ComputingResource id = "10" / >
    < / ComputingResources >
    < / metadata >
    < / report >
    < / Reports >
    < / request >

    Hello

    The value valid for the element in the entry should be UTILIZATION_REPORT.

    Looks like there is an error in the documentation of the API, we will get it corrected, sorry for the

    inconvenience.

    Thank you & best regards

    Diomande

Maybe you are looking for

  • Add anniversary calendar

    Someone has found a way yet to add wedding anniversaries to the calendar, or isn't always an option with Apple?

  • Need the rubber of the mouse for my Satellite Pro 4600

    Hiya. I have a satellite pro 4600 and I need the rubber mouse in the middle of the keyboard like mine is really worn. No idea where I could purchase one? Thank you. [email protected]

  • Satellite Pro A100 PSAA3E: Which driver WLan should I use?

    Should what wireless software I download for my built in wireless work.I downloaded almost all of them, but they install and I see wireless here: S Help please?

  • Drive external drive to backup to time capsule

    I use my Time Capsule to back up my computer automatically, but I would also like to use as a backup to my external hard drive. How can I implement that? I tried dragging the files into the Capsule of time on the Finder and it does not allow me to do

  • Light sensor problem

    Hello. First post here. I had problems with my sensor of ambient light in the night - in total darkness, the screen refuses to adapt to its brightness. The Adaptive brightness setting only works when there is a light source or if I reboot my phone. W